ruby-prawn-2.4.0.orig/0000755000000000000000000000000013772706672013301 5ustar rootrootruby-prawn-2.4.0.orig/.rubocop.yml0000644000000000000000000000242313772706672015554 0ustar rootrootinherit_gem: prawn-dev: rubocop.yml Lint/ConstantDefinitionInBlock: Exclude: - manual/text/formatted_callbacks.rb - manual/text/text_box_extensions.rb Layout/MultilineOperationIndentation: EnforcedStyle: indented Exclude: - prawn.gemspec # This file shows examples on how to instantiate a document in multiple ways, # it does not actually do the instantiation and isn't actually shadowing any # variables. Lint/ShadowingOuterLocalVariable: Exclude: - manual/basic_concepts/creation.rb # In this case we supress Prawn::Errors::CannotFit while trying to scale # text down to fit. Lint/SuppressedException: Exclude: - lib/prawn/text/formatted/box.rb Metrics/BlockLength: Exclude: - lib/prawn/graphics.rb - lib/prawn/images/png.rb - lib/prawn/text/formatted/parser.rb - manual/**/*.rb - prawn.gemspec - spec/**/*.rb Naming/AccessorMethodName: Exclude: - lib/prawn/graphics/color.rb Naming/PredicateName: Exclude: - lib/prawn/font/ttf.rb - lib/prawn/font/afm.rb Style/Encoding: # To be safe we are leaving these files encoded ASCII-8BIT as # discussed at https://github.com/prawnpdf/prawn/pull/705 Exclude: - lib/prawn/images/jpg.rb - lib/prawn/images/png.rb - lib/prawn/images.rb - spec/png_spec.rb ruby-prawn-2.4.0.orig/GPLv30000644000000000000000000010451313772706672014123 0ustar rootroot GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ruby-prawn-2.4.0.orig/README.md0000644000000000000000000002157613772706672014573 0ustar rootroot# Prawn: Fast, Nimble PDF Generation For Ruby [![Gem Version](https://badge.fury.io/rb/prawn.svg)](http://badge.fury.io/rb/prawn) [![Build Status](https://api.travis-ci.org/prawnpdf/prawn.svg?branch=master)](http://travis-ci.org/prawnpdf/prawn) [![Code Climate](https://codeclimate.com/github/prawnpdf/prawn/badges/gpa.svg)](https://codeclimate.com/github/prawnpdf/prawn) ![Maintained: yes](https://img.shields.io/badge/maintained-yes-brightgreen.svg) Prawn is a pure Ruby PDF generation library that provides a lot of great functionality while trying to remain simple and reasonably performant. Here are some of the important features we provide: * Vector drawing support, including lines, polygons, curves, ellipses, etc. * Extensive text rendering support, including flowing text and limited inline formatting options. * Support for both PDF builtin fonts as well as embedded TrueType fonts * A variety of low level tools for basic layout needs, including a simple grid system * PNG and JPG image embedding, with flexible scaling options * Security features including encryption and password protection * Tools for rendering repeatable content (i.e headers, footers, and page numbers) * Comprehensive internationalization features, including full support for UTF-8 based fonts, right-to-left text rendering, fallback font support, and extension points for customizable text wrapping. * Support for PDF outlines for document navigation * Low level PDF features, allowing users to create custom extensions by dropping down all the way to the PDF object tree layer. (Mostly useful to those with knowledge of the PDF specification) * Lots of other stuff! ## Should You Use Prawn? If you are looking for a highly flexible PDF document generation system, Prawn might be the tool for you. It is not a reporting tool or a publishing toolchain, though it could be fairly easily used to build those things. One thing Prawn is not, and will never be, is an HTML to PDF generator. For those needs, consider looking into FlyingSaucer via JRuby, or one of the WebKit based tools, like Wicked or PDFKit. We do have basic support for inline styling but it is limited to a very small subset of functionality and is not suitable for rendering rich HTML documents. ## Supported Ruby Versions and Implementations Because Prawn is pure Ruby and all of its runtime dependencies are maintained by us, it should work pretty much anywhere. We officially support all Ruby versions suported by Ruby Core Team and JRuby versions of matching Ruby version. However we will accept patches to fix problems on other Ruby platforms if they aren't too invasive. ## Installing Prawn Prawn is distributed via RubyGems, and can be installed the usual way that you install gems: by simply typing `gem install prawn` on the command line. You can also install from git if you'd like, the _master_ branch contains the latest developments, and _stable_ represents the latest bug fixes to the currently released version of Prawn. If you go this route, using Bundler is encouraged. ## Hello World! If the following code runs and produces a working PDF file, you've successfully installed Prawn. ```ruby require "prawn" Prawn::Document.generate("hello.pdf") do text "Hello World!" end ``` Of course, you'll probably want to do more interesting things than that... ## Manual Felipe Doria provided us with a beautiful system for generating a user manual from our examples. This can be generated from the prawn source or you can download a pre-generated snapshot of it at http://prawnpdf.org/manual.pdf Note that while we will try to keep the downloadable manual up to date, that it's provided as a convenience only and you should generate the manual yourself if you want to be sure the code in it actually runs and works as expected. To build the manual, here's what you need to do: 1. Clone the repository 2. Switch to the stable branch (optional, stay on master for development version) 3. Run `gem install -g` 4. Run `rake manual`, which will generate _manual.pdf_ in the project root ## Release Policies Before upgrading Prawn on one of your projects, you should read our [API compatibility](https://github.com/prawnpdf/prawn/wiki/API-Compatibility-Notes) guidelines. Generally speaking, you can expect tiny and minor version updates to always be safe upgrades, but major updates can introduce incompatibilities. Be sure to read the release notes in [CHANGELOG.md](https://github.com/prawnpdf/prawn/blob/master/CHANGELOG.md) each time we cut a new release, and lock your gems accordingly. ## Support The easiest way to get help with Prawn is to post a message to our mailing list: Feel free to post any Prawn related question there, our community is very responsive and will be happy to help you figure out how to use Prawn, or help you determine whether it's the right tool for the task you are working on. Please make your posts to the list as specific as possible, including code samples and output where relevant. Do not post any information that should not be shared publicly, and be sure to reduce your example code as much as possible so that those who are responding to your question can more easily see what the issue might be. ## Code of Conduct Prawn adheres to the [Contributor Covenant](CODE_OF_CONDUCT.md). Unacceptable behavior can be reported to conduct@prawnpdf.org which is monitored by the core team. ## Contributing If you've found a bug or want to submit a patch, please enter a ticket into our [GitHub tracker](http://github.com/prawnpdf/prawn/issues). We strongly encourage bug reports to come with failing tests or at least a reduced example that demonstrates the problem. Similarly, patches should include tests, API documentation, and an update to the manual where relevant. Feel free to send a pull request early though, if you just want some feedback or a code review before preparing your code to be merged. If you are unsure about whether or not you've found a bug, or want to check to see whether we'd be interested in the feature you want to add before you start working on it, feel free to post to our mailing list. You can run our test suite in a few different ways: 1. Running `rake` will run the entire test suite excluding any unresolved issues 2. Running `rspec` will run the entire test suite including unresolved issues 3. Running `rspec -t unresolved` will run *only* unresolved issues 4. Running `rspec -t issue:NUMBER` will run the tests for a specific issue These filters make it possible for us to add failing test cases for bugs that are currently being researched or worked on, without breaking the typical full suite run. ## Maintenance team Prawn has always been heavily dependent on community contributions, with dozens of people contributing code over the year. In that sense, the lines have blurred to the point where we no longer have a strong distinction between core developers and contributors. That said, there are a few folks who have been responsible for cutting releases, merging important pull requests, and making major decisions about the overall direction of the project. ### Current maintainers These are the folks to contact if you have a maintenance-related issue with Prawn: * Alexander Mankuta ([PointlessOne](https://github.com/PointlessOne)) ### Inactive maintainers These folks have helped out in a maintenance role in the past, but are no longer actively involved in the project: * Gregory Brown ([practicingruby](https://github.com/practicingruby)) * Brad Ediger ([bradediger](https://github.com/bradediger)) * James Healy ([yob](https://github.com/yob)) * Daniel Nelson ([Bluejade](https://github.com/Bluejade)) * Jonathan Greenberg ([jonsgreen](https://github.com/jonsgreen)) * Jamis Buck ([jamis](https://github.com/jamis)) * Evan Sharp ([PacketMonkey](https://github.com/PacketMonkey)) ## License Prawn is released under a slightly modified form of the License of Ruby, allowing you to choose between Matz's terms, the GPLv2, or GPLv3. For details, please see the LICENSE, GPLv2, and GPLv3 files. If you contribute to Prawn, you will retain your own copyright but must agree to license your code under the same terms as the project itself. ## History Prawn was originally developed by [Gregory Brown](http://twitter.com/practicingruby), under the auspices of the Ruby Mendicant Project, a grassroots initiative in which the Ruby community collectively provided funding so that Gregory could take several months off from work to focus on this project. Over the last several years, we've received code contributions from dozens of people, which is amazing considering the low-level nature of this project. You can find the full list of folks who have at least one patch accepted to Prawn on GitHub [Contributors](https://github.com/prawnpdf/prawn/contributors) page. After a long period of inactivity, Prawn reached its 1.0 milestone in 2014 thanks to some modest funding provided to Gregory by Madriska, Inc. (Brad Ediger's company). ruby-prawn-2.4.0.orig/.yardopts0000644000000000000000000000020513772706672015144 0ustar rootroot--charset UTF-8 --main README.md --title 'Prawn Documentation' --no-private - CONTRIBUTING.md COPYING LICENSE README.md CHANGELOG.md ruby-prawn-2.4.0.orig/prawn.gemspec0000644000000000000000000000310613772706672015775 0ustar rootroot# frozen_string_literal: true basedir = __dir__ require "#{basedir}/lib/prawn/version" Gem::Specification.new do |spec| spec.name = 'prawn' spec.version = Prawn::VERSION spec.platform = Gem::Platform::RUBY spec.summary = 'A fast and nimble PDF generator for Ruby' spec.cert_chain = ['certs/pointlessone.pem'] if $PROGRAM_NAME.end_with? 'gem' spec.signing_key = File.expand_path('~/.gem/gem-private_key.pem') end spec.files = Dir.glob('{examples,lib,spec,manual}/**/**/*') + Dir.glob('data/fonts/{MustRead.html,*.afm}') + [ 'Rakefile', 'prawn.gemspec', 'Gemfile', 'COPYING', 'LICENSE', 'GPLv2', 'GPLv3', '.yardopts' ] spec.require_path = 'lib' spec.required_ruby_version = '>= 2.5' spec.required_rubygems_version = '>= 1.3.6' spec.authors = [ 'Gregory Brown', 'Brad Ediger', 'Daniel Nelson', 'Jonathan Greenberg', 'James Healy' ] spec.email = [ 'gregory.t.brown@gmail.com', 'brad@bradediger.com', 'dnelson@bluejade.com', 'greenberg@entryway.net', 'jimmy@deefa.com' ] spec.licenses = %w[PRAWN GPL-2.0 GPL-3.0] spec.add_dependency('pdf-core', '~> 0.9.0') spec.add_dependency('ttfunk', '~> 1.7') spec.add_development_dependency('pdf-inspector', '>= 1.2.1', '< 2.0.a') spec.add_development_dependency('pdf-reader', ['~> 1.4', '>= 1.4.1']) spec.add_development_dependency('prawn-dev', '~> 0.1.0') spec.add_development_dependency('prawn-manual_builder', '>= 0.3.0') spec.homepage = 'http://prawnpdf.org' spec.description = <:height parameter. Unless it # is provided the bounding box will be stretchy. It will expand the height to # fit all content generated inside it. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do y_position = cursor bounding_box([0, y_position], width: 200, height: 100) do text 'This bounding box has a height of 100. If this text gets too large ' \ 'it will flow to the next page.' transparent(0.5) { stroke_bounds } end bounding_box([300, y_position], width: 200) do text 'This bounding box has variable height. No matter how much text is ' \ 'written here, the height will expand to fit.' text ' _' * 100 text ' *' * 100 transparent(0.5) { stroke_bounds } end end ruby-prawn-2.4.0.orig/manual/bounding_box/bounds.rb0000644000000000000000000000317213772706672021055 0ustar rootroot# frozen_string_literal: true # The bounds method returns the current bounding box. This is # useful because the Prawn::BoundingBox exposes some nice boundary # helpers. # # top, bottom, left and # right methods return the bounding box boundaries relative to its # translated origin. top_left, top_right, # bottom_left and bottom_right return those boundaries # pairs inside arrays. # # All these methods have an "absolute" version like absolute_right. # The absolute version returns the same boundary relative to the page absolute # coordinates. # # The following snippet shows the boundaries for the margin box side by side # with the boundaries for a custom bounding box. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do def print_coordinates text "top: #{bounds.top}" text "bottom: #{bounds.bottom}" text "left: #{bounds.left}" text "right: #{bounds.right}" move_down 10 text "absolute top: #{bounds.absolute_top.to_f.round(2)}" text "absolute bottom: #{bounds.absolute_bottom.to_f.round(2)}" text "absolute left: #{bounds.absolute_left.to_f.round(2)}" text "absolute right: #{bounds.absolute_right.to_f.round(2)}" end text 'Margin box bounds:' move_down 5 print_coordinates bounding_box([250, cursor + 140], width: 200, height: 150) do text 'This bounding box bounds:' move_down 5 print_coordinates transparent(0.5) { stroke_bounds } end end ruby-prawn-2.4.0.orig/manual/bounding_box/creation.rb0000644000000000000000000000141013772706672021360 0ustar rootroot# frozen_string_literal: true # If you've read the basic concepts examples you probably know that the origin # of a page is on the bottom left corner and that the content flows from top to # bottom. # # You also know that a Bounding Box is a structure for helping the content flow. # # A bounding box can be created with the bounding_box method. Just # provide the top left corner, a required :width option and an # optional :height. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do bounding_box([200, cursor - 100], width: 200, height: 100) do text 'Just your regular bounding box' transparent(0.5) { stroke_bounds } end end ruby-prawn-2.4.0.orig/manual/bounding_box/bounding_box.rb0000644000000000000000000000203413772706672022234 0ustar rootroot# frozen_string_literal: true # Examples for bounding boxes. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename, page_size: 'FOLIO') do package 'bounding_box' do |p| p.section 'Basics' do |s| s.example 'creation' s.example 'bounds' end p.section 'Advanced' do |s| s.example 'stretchy' s.example 'nesting' s.example 'indentation' s.example 'canvas' s.example 'russian_boxes' end p.intro do prose <<-TEXT Bounding boxes are the basic containers for structuring the content flow. Even being low level building blocks sometimes their simplicity is very welcome. The examples show: TEXT list( 'How to create bounding boxes with specific dimensions', 'How to inspect the current bounding box for its coordinates', 'Stretchy bounding boxes', 'Nested bounding boxes', 'Indent blocks' ) end end end ruby-prawn-2.4.0.orig/manual/bounding_box/indentation.rb0000644000000000000000000000230013772706672022067 0ustar rootroot# frozen_string_literal: true # Sometimes you just need to indent a portion of the contents of a bounding box, # and using a nested bounding box is pure overkill. The indent # method is what you might need. # # Just provide a number for it to indent all content generated inside the # block. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'No indentation on the margin box.' indent(20) do text 'Some indentation inside an indent block.' end move_down 20 bounding_box([50, cursor], width: 400, height: cursor) do transparent(0.5) { stroke_bounds } move_down 10 text 'No indentation inside this bounding box.' indent(40) do text 'Inside an indent block. And so is this horizontal line:' stroke_horizontal_rule end move_down 10 text 'No indentation' move_down 20 indent(60) do text 'Another indent block.' bounding_box([0, cursor], width: 200) do text 'Note that this bounding box coordinates are relative to the ' \ 'indent block' transparent(0.5) { stroke_bounds } end end end end ruby-prawn-2.4.0.orig/manual/bounding_box/canvas.rb0000644000000000000000000000152613772706672021037 0ustar rootroot# frozen_string_literal: true # The origin example already mentions that a new document already comes with # a margin box whose bottom left corner is used as the origin for calculating # coordinates. # # What has not been told is that there is one helper for "bypassing" the margin # box: canvas. This method is a shortcut for creating a bounding # box mapped to the absolute coordinates and evaluating the code inside it. # # The following snippet draws a circle on each of the four absolute corners. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do canvas do fill_circle [bounds.left, bounds.top], 30 fill_circle [bounds.right, bounds.top], 30 fill_circle [bounds.right, bounds.bottom], 30 fill_circle [0, 0], 30 end end ruby-prawn-2.4.0.orig/manual/bounding_box/nesting.rb0000644000000000000000000000264113772706672021232 0ustar rootroot# frozen_string_literal: true # Normally when we provide the top left corner of a bounding box we # express the coordinates relative to the margin box. This is not the # case when we have nested bounding boxes. Once nested the inner bounding box # coordinates are relative to the outer bounding box. # # This example shows some nested bounding boxes with fixed and stretchy heights. # Note how the cursor method returns coordinates relative to # the current bounding box. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do def box_content(string) text string transparent(0.5) { stroke_bounds } end gap = 20 bounding_box([50, cursor], width: 400, height: 200) do box_content('Fixed height') bounding_box([gap, cursor - gap], width: 300) do text 'Stretchy height' bounding_box([gap, bounds.top - gap], width: 100) do text 'Stretchy height' transparent(0.5) do dash(1) stroke_bounds undash end end bounding_box([gap * 7, bounds.top - gap], width: 100, height: 50) do box_content('Fixed height') end transparent(0.5) do dash(1) stroke_bounds undash end end bounding_box([gap, cursor - gap], width: 300, height: 50) do box_content('Fixed height') end end end ruby-prawn-2.4.0.orig/manual/bounding_box/russian_boxes.rb0000644000000000000000000000220013772706672022436 0ustar rootroot# frozen_string_literal: true # This example is mostly just for fun, and shows how nested bounding boxes # can simplify calculations. See the "Bounding Box" section of the manual # for more basic uses. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do def combine(horizontal_span, vertical_span) output = [] horizontal_span.each do |x| vertical_span.each do |y| output += [[x, y]] end end output end def recurse_bounding_box(max_depth = 4, depth = 1) width = (bounds.width - 15) / 2 height = (bounds.height - 15) / 2 left_top_corners = combine( [5, bounds.right - width - 5], [bounds.top - 5, height + 5] ) left_top_corners.each do |lt| bounding_box(lt, width: width, height: height) do stroke_bounds recurse_bounding_box(max_depth, depth + 1) if depth < max_depth end end end # Set up a bbox from the dashed line to the bottom of the page bounding_box([0, cursor], width: bounds.width, height: cursor) do recurse_bounding_box end end ruby-prawn-2.4.0.orig/manual/contents.rb0000644000000000000000000000154213772706672016742 0ustar rootroot# frozen_string_literal: true # Generates the Prawn by example manual. require_relative 'example_helper' def prawn_manual_document old_default_external_encoding = Encoding.default_external Encoding.default_external = Encoding::UTF_8 Prawn::ManualBuilder::Example.new( skip_page_creation: true, page_size: 'FOLIO' ) do load_page '', 'cover' load_page '', 'how_to_read_this_manual' # Core chapters load_package 'basic_concepts' load_package 'graphics' load_package 'text' load_package 'bounding_box' # Remaining chapters load_package 'layout' load_page '', 'table' load_package 'images' load_package 'document_and_page_options' load_package 'outline' load_package 'repeatable_content' load_package 'security' end ensure Encoding.default_external = old_default_external_encoding end ruby-prawn-2.4.0.orig/manual/basic_concepts/0000755000000000000000000000000013772706672017535 5ustar rootrootruby-prawn-2.4.0.orig/manual/basic_concepts/view.rb0000644000000000000000000000255513772706672021043 0ustar rootroot# frozen_string_literal: true # The recommended way to extend Prawn's functionality is to include the # Prawn::View mixin in your own class, which will make all # Prawn::Document methods available to your custom objects. # # This approach is preferred over inheriting from # Prawn::Document, as your state will be kept completely separate # from Prawn::Document's, thus avoiding accidental method # collisions. # # Note that Prawn::View lazily instantiates a # Prawn::Document with default initialization settings, such as # page size, layout, margins, etc. # # By defining your own document method, as shown in the example, # you will be able to override those settings and initialize a # Prawn::Document to your heart's content. This method will be # called repeatedly by Prawn::View, so be sure to memoize the # object by assigning it to an instance variable via the ||= # operator. require_relative '../example_helper' class Greeter include Prawn::View def initialize(name) @name = name end def say_hello text "Hello, #{@name}!" end def say_goodbye font('Courier') do text "Goodbye, #{@name}!" end end end greeter = Greeter.new('Gregory') greeter.say_hello greeter.say_goodbye greeter.save_as('greetings.pdf') ruby-prawn-2.4.0.orig/manual/basic_concepts/measurement.rb0000644000000000000000000000141013772706672022403 0ustar rootroot# frozen_string_literal: true # The base unit in Prawn is the PDF Point. One PDF Point is equal to 1/72 of # an inch. # # There is no need to waste time converting this measure. Prawn provides # helpers for converting from other measurements # to PDF Points. # # Just require "prawn/measurement_extensions" and it will mix some # helpers onto Numeric for converting common measurement units to # PDF Points. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do require 'prawn/measurement_extensions' %i[mm cm dm m in yd ft].each do |measurement| text "1 #{measurement} in PDF Points: #{1.public_send(measurement)} pt" move_down 5.mm end end ruby-prawn-2.4.0.orig/manual/basic_concepts/cursor.rb0000644000000000000000000000220113772706672021372 0ustar rootroot# frozen_string_literal: true # We normally write our documents from top to bottom and it is no different with # Prawn. Even if the origin is on the bottom left corner we still fill the page # from the top to the bottom. In other words the cursor for inserting content # starts on the top of the page. # # Most of the functions that insert content on the page will start at the # current cursor position and proceed to the bottom of the page. # # The following snippet shows how the cursor behaves when we add some text to # the page and demonstrates some of the helpers to manage the cursor position. # The cursor method returns the current cursor position. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis text "the cursor is here: #{cursor}" text "now it is here: #{cursor}" move_down 200 text "on the first move the cursor went down to: #{cursor}" move_up 100 text "on the second move the cursor went up to: #{cursor}" move_cursor_to 50 text "on the last move the cursor went directly to: #{cursor}" end ruby-prawn-2.4.0.orig/manual/basic_concepts/basic_concepts.rb0000644000000000000000000000263613772706672023050 0ustar rootroot# frozen_string_literal: true # Examples for Prawn basic concepts. # require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename, page_size: 'FOLIO') do package 'basic_concepts' do |p| p.example 'creation', eval_source: false, full_source: true p.example 'origin' p.example 'cursor' p.example 'other_cursor_helpers' p.example 'adding_pages' p.example 'measurement' p.example 'view', eval_source: false, full_source: true p.intro do prose <<-TEXT This chapter covers the minimum amount of functionality you'll need to start using Prawn. If you are new to Prawn this is the first chapter to read. Once you are comfortable with the concepts shown here you might want to check the Basics section of the Graphics, Bounding Box and Text sections. The examples show: TEXT list( 'How to create new pdf documents in every possible way', 'Where the origin for the document coordinates is. What are Bounding '\ 'Boxes and how they interact with the origin', 'How the cursor behaves', 'How to start new pages', 'What the base unit for measurement and coordinates is and how to use '\ 'other convenient measures', "How to build custom view objects that use Prawn's DSL" ) end end end ruby-prawn-2.4.0.orig/manual/basic_concepts/creation.rb0000644000000000000000000000246113772706672021671 0ustar rootroot# frozen_string_literal: true # There are three ways to create a PDF Document in Prawn: creating a new # Prawn::Document instance, or using the # Prawn::Document.generate method with and without block arguments. # # The following snippet showcase each way by creating a simple document with # some text drawn. # # When we instantiate the Prawn::Document object the actual pdf # document will only be created after we call render_file. # # The generate method will render the actual pdf object after exiting the block. # When we use it without a block argument the provided block is evaluated in the # context of a newly created Prawn::Document instance. When we use # it with a block argument a Prawn::Document instance is created # and passed to the block. # # The generate method without block arguments requires # less typing and defines and renders the pdf document in one shot. # Almost all of the examples are coded this way. require_relative '../example_helper' # Assignment pdf = Prawn::Document.new pdf.text 'Hello World' pdf.render_file 'assignment.pdf' # Implicit Block Prawn::Document.generate('implicit.pdf') do text 'Hello World' end # Explicit Block Prawn::Document.generate('explicit.pdf') do |pdf| pdf.text 'Hello World' end ruby-prawn-2.4.0.orig/manual/basic_concepts/other_cursor_helpers.rb0000644000000000000000000000230013772706672024315 0ustar rootroot# frozen_string_literal: true # Another group of helpers for changing the cursor position are the pad methods. # They accept a numeric value and a block. pad will use the numeric # value to move the cursor down both before and after the block content. # pad_top will only move the cursor before the block while # pad_bottom will only move after. # # float is a method for not changing the cursor. Pass it a block # and the cursor will remain on the same place when the block returns. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_horizontal_rule pad(20) { text 'Text padded both before and after.' } stroke_horizontal_rule pad_top(20) { text 'Text padded on the top.' } stroke_horizontal_rule pad_bottom(20) { text 'Text padded on the bottom.' } stroke_horizontal_rule move_down 30 text 'Text written before the float block.' float do move_down 30 bounding_box([0, cursor], width: 200) do text 'Text written inside the float block.' stroke_bounds end end text 'Text written after the float block.' end ruby-prawn-2.4.0.orig/manual/basic_concepts/origin.rb0000644000000000000000000000252113772706672021351 0ustar rootroot# frozen_string_literal: true # This is the most important concept you need to learn about Prawn: # # PDF documents have the origin [0,0] at the bottom-left corner of # the page. # # A bounding box is a structure which provides boundaries for inserting content. # A bounding box also has the property of relocating the origin to its relative # bottom-left corner. However, be aware that the location specified when # creating a bounding box is its top-left corner, not bottom-left (hence the # [100, 300] coordinates below). # # Even if you never create a bounding box explictly, each document already comes # with one called the margin box. This initial bounding box is the one # responsible for the document margins. # # So practically speaking the origin of a page on a default generated document # isn't the absolute bottom left corner but the bottom left corner of the margin # box. # # The following snippet strokes a circle on the margin box origin. Then strokes # the boundaries of a bounding box and a circle on its origin. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis stroke_circle [0, 0], 10 bounding_box([100, 300], width: 300, height: 200) do stroke_bounds stroke_circle [0, 0], 10 end end ruby-prawn-2.4.0.orig/manual/basic_concepts/adding_pages.rb0000644000000000000000000000171613772706672022474 0ustar rootroot# frozen_string_literal: true # A PDF document is a collection of pages. When we create a new document be it # with Document.new or on a Document.generate block # one initial page is created for us. # # Some methods might create new pages automatically like text which # will create a new page whenever the text string cannot fit on the current # page. # # But what if you want to go to the next page by yourself? That is easy. # # Just use the start_new_page method and a shiny new page will be # created for you just like in the following snippet. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text "We are still on the initial page for this example. Now I'll ask " \ 'Prawn to gently start a new page. Please follow me to the next page.' start_new_page text "See. We've left the previous page behind." end ruby-prawn-2.4.0.orig/manual/text/0000755000000000000000000000000013772706672015542 5ustar rootrootruby-prawn-2.4.0.orig/manual/text/text_box_overflow.rb0000644000000000000000000000333613772706672021653 0ustar rootroot# frozen_string_literal: true # The text_box method accepts both :width and # :height options. So what happens if the text doesn't fit the box? # # The default behavior is to truncate the text but this can be changed with # the :overflow option. Available modes are :expand # (the box will increase to fit the text) and :shrink_to_fit # (the text font size will be shrunk to fit). # # If :shrink_to_fit mode is used with the # :min_font_size option set, the font size will not be reduced to # less than the value provided even if it means truncating some text. # # If the :disable_wrap_by_char is set to true # then any text wrapping done while using the :shrink_to_fit # mode will not break up the middle of words. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do string = 'This is the sample text used for the text boxes. See how it ' \ 'behave with the various overflow options used.' text string y_position = cursor - 20 %i[truncate expand shrink_to_fit].each_with_index do |mode, i| text_box string, at: [i * 150, y_position], width: 100, height: 50, overflow: mode end string = 'If the box is too small for the text, :shrink_to_fit ' \ 'can render the text in a really small font size.' move_down 120 text string y_position = cursor - 20 [nil, 8, 10, 12].each_with_index do |value, index| text_box string, at: [index * 150, y_position], width: 50, height: 50, overflow: :shrink_to_fit, min_font_size: value end end ruby-prawn-2.4.0.orig/manual/text/formatted_callbacks.rb0000644000000000000000000000375413772706672022064 0ustar rootroot# frozen_string_literal: true # The :callback option is also available for the formatted text # methods. # # This option accepts an object (or array of objects) on which two methods # will be called if defined: render_behind and # render_in_front. They are called before and after rendering the # text fragment and are passed the fragment as an argument. # # This example defines two new callback classes and provide callback objects # for the formatted_text require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do class HighlightCallback def initialize(options) @color = options[:color] @document = options[:document] end def render_behind(fragment) original_color = @document.fill_color @document.fill_color = @color @document.fill_rectangle( fragment.top_left, fragment.width, fragment.height ) @document.fill_color = original_color end end class ConnectedBorderCallback def initialize(options) @radius = options[:radius] @document = options[:document] end def render_in_front(fragment) @document.stroke_polygon( fragment.top_left, fragment.top_right, fragment.bottom_right, fragment.bottom_left ) @document.fill_circle(fragment.top_left, @radius) @document.fill_circle(fragment.top_right, @radius) @document.fill_circle(fragment.bottom_right, @radius) @document.fill_circle(fragment.bottom_left, @radius) end end highlight = HighlightCallback.new(color: 'ffff00', document: self) border = ConnectedBorderCallback.new(radius: 2.5, document: self) formatted_text( [ { text: 'hello', callback: highlight }, { text: ' ' }, { text: 'world', callback: border }, { text: ' ' }, { text: 'hello world', callback: [highlight, border] } ], size: 20 ) end ruby-prawn-2.4.0.orig/manual/text/alignment.rb0000644000000000000000000000304113772706672020043 0ustar rootroot# frozen_string_literal: true # Horizontal text alignment can be achieved by supplying the :align # option to the text methods. Available options are :left # (default), :right, :center, and # :justify. # # Vertical text alignment can be achieved using the :valign option # with the text methods. Available options are :top (default), # :center, and :bottom. # # Both forms of alignment will be evaluated in the context of the current # bounding_box. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'This text should be left aligned' text 'This text should be centered', align: :center text 'This text should be right aligned', align: :right bounding_box([0, 220], width: 250, height: 220) do text 'This text is flowing from the left. ' * 4 move_down 15 text 'This text is flowing from the center. ' * 3, align: :center move_down 15 text 'This text is flowing from the right. ' * 4, align: :right move_down 15 text 'This text is justified. ' * 6, align: :justify transparent(0.5) { stroke_bounds } end bounding_box([300, 220], width: 250, height: 220) do text 'This text should be vertically top aligned' text 'This text should be vertically centered', valign: :center text 'This text should be vertically bottom aligned', valign: :bottom transparent(0.5) { stroke_bounds } end end ruby-prawn-2.4.0.orig/manual/text/rotation.rb0000644000000000000000000000260613772706672017732 0ustar rootroot# frozen_string_literal: true # Rotating text is best avoided on free flowing text, so this example # will only use the text_box method as we can have much more # control over its output. # # To rotate text all we need to do is use the :rotate option # passing an angle in degrees and an optional :rotate_around to # indicate the origin of the rotation (the default is :upper_left). require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do width = 100 height = 60 angle = 30 x = 200 y = cursor - 30 stroke_rectangle [0, y], width, height text_box( 'This text was not rotated', at: [0, y], width: width, height: height ) stroke_rectangle [0, y - 100], width, height text_box( 'This text was rotated around the center', at: [0, y - 100], width: width, height: height, rotate: angle, rotate_around: :center ) %i[lower_left upper_left lower_right upper_right] .each_with_index do |corner, index| y -= 100 if index == 2 stroke_rectangle [x + (index % 2) * 200, y], width, height text_box( "This text was rotated around the #{corner} corner.", at: [x + (index % 2) * 200, y], width: width, height: height, rotate: angle, rotate_around: corner ) end end ruby-prawn-2.4.0.orig/manual/text/line_wrapping.rb0000644000000000000000000000602113772706672020724 0ustar rootroot# frozen_string_literal: true # Line wrapping happens on white space or hyphens. Soft hyphens can be used to # indicate where words can be hyphenated. Non-breaking spaces can be used to # display space without allowing for a break. # # For writing styles that do not make use of spaces, the zero width space serves # to mark word boundaries. Zero width spaces are available only with external # fonts. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text "Hard hyphens:\n" \ 'Slip-sliding away, slip sliding awaaaay. You know the ' \ "nearer your destination the more you're slip-sliding away." move_down 20 shy = Prawn::Text::SHY text "Soft hyphens:\n" \ "Slip slid#{shy}ing away, slip slid#{shy}ing away. You know the " \ "nearer your destinat#{shy}ion the more you're slip slid#{shy}ing away." move_down 20 nbsp = Prawn::Text::NBSP text "Non-breaking spaces:\n" \ "Slip#{nbsp}sliding away, slip#{nbsp}sliding awaaaay. You know the " \ "nearer your destination the more you're slip#{nbsp}sliding away." move_down 20 font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf", size: 16) do long_text = "No word boundaries:\næ›´å¯æ€•的是,"\ 'åŒè´¨åŒ–竞争对手å¯ä»¥æŒ‰ç…§URL中åŽé¢è¿™ä¸ªIDæ¥é历您的DB中的内容,'\ '写个å°çˆ¬è™«æŠŠä½ çš„页é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆéš¾äº‹ï¼Œ'\ '这样的è¯ï¼Œä½ å°±éžå¸¸è¢«åŠ¨äº†ã€‚æ›´å¯æ€•的是,'\ 'åŒè´¨åŒ–竞争对手å¯ä»¥æŒ‰ç…§URL中åŽé¢è¿™ä¸ªIDæ¥é历您的DB中的内容,'\ '写个å°çˆ¬è™«æŠŠä½ çš„页é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆéš¾äº‹ï¼Œ'\ '这样的è¯ï¼Œä½ å°±éžå¸¸è¢«åŠ¨äº†ã€‚' text long_text move_down 20 zwsp = Prawn::Text::ZWSP long_text = "Invisible word boundaries:\næ›´#{zwsp}坿€•çš„#{zwsp}是,"\ "#{zwsp}åŒè´¨åŒ–#{zwsp}竞争#{zwsp}对#{zwsp}手#{zwsp}å¯ä»¥#{zwsp}按照#{zwsp}"\ "URL#{zwsp}中#{zwsp}åŽé¢#{zwsp}这个#{zwsp}ID#{zwsp}æ¥#{zwsp}é历#{zwsp}"\ "您的#{zwsp}DB#{zwsp}中的#{zwsp}内容,#{zwsp}写个#{zwsp}å°çˆ¬è™«#{zwsp}把"\ "#{zwsp}ä½ çš„#{zwsp}页é¢#{zwsp}上的#{zwsp}å…³#{zwsp}é”®#{zwsp}ä¿¡#{zwsp}æ¯é¡º"\ "#{zwsp}次#{zwsp}爬#{zwsp}下æ¥#{zwsp}也#{zwsp}䏿˜¯#{zwsp}什么#{zwsp}"\ "难事,#{zwsp}这样的è¯ï¼Œ#{zwsp}ä½ #{zwsp}å°±#{zwsp}éžå¸¸#{zwsp}被动了。"\ "#{zwsp}æ›´#{zwsp}坿€•çš„#{zwsp}是,#{zwsp}åŒè´¨åŒ–#{zwsp}竞争#{zwsp}对"\ "#{zwsp}手#{zwsp}å¯ä»¥#{zwsp}按照#{zwsp}URL#{zwsp}中#{zwsp}åŽé¢#{zwsp}"\ "这个#{zwsp}ID#{zwsp}æ¥#{zwsp}é历#{zwsp}您的#{zwsp}DB#{zwsp}中的#{zwsp}"\ "内容,#{zwsp}写个#{zwsp}å°çˆ¬è™«#{zwsp}把#{zwsp}ä½ çš„#{zwsp}页é¢#{zwsp}"\ "上的#{zwsp}å…³#{zwsp}é”®#{zwsp}ä¿¡#{zwsp}æ¯é¡º#{zwsp}次#{zwsp}爬#{zwsp}下æ¥"\ "#{zwsp}也#{zwsp}䏿˜¯#{zwsp}什么#{zwsp}难事,#{zwsp}这样的è¯ï¼Œ#{zwsp}ä½ "\ "#{zwsp}å°±#{zwsp}éžå¸¸#{zwsp}被动了。" text long_text end end ruby-prawn-2.4.0.orig/manual/text/utf8.rb0000644000000000000000000000152713772706672016762 0ustar rootroot# frozen_string_literal: true # Multilingualization isn't much of a problem on Prawn as its default encoding # is UTF-8. The only thing you need to worry about is if the font support the # glyphs of your language. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'Take this example, a simple Euro sign:' text '€', size: 32 move_down 20 text 'This works, because € is one of the few ' \ 'non-ASCII glyphs supported in PDF built-in fonts.' move_down 20 text 'For full internationalized text support, we need to use external fonts:' move_down 20 font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") do text 'ὕαλον ϕαγεῖν δύναμαι· τοῦτο οὔ με βλάπτει.' text 'There you go.' end end ruby-prawn-2.4.0.orig/manual/text/text.rb0000644000000000000000000000457113772706672017062 0ustar rootroot# frozen_string_literal: true # Examples for text rendering. require '../example_helper' Prawn::ManualBuilder::Example.generate('text.pdf', page_size: 'FOLIO') do package 'text' do |p| p.section 'Basics' do |s| s.example 'free_flowing_text' s.example 'positioned_text' s.example 'text_box_overflow' s.example 'text_box_excess' s.example 'column_box' end p.section 'Styling' do |s| s.example 'font' s.example 'font_size' s.example 'font_style' s.example 'color' s.example 'alignment' s.example 'leading' s.example 'kerning_and_character_spacing' s.example 'paragraph_indentation' s.example 'rotation' end p.section 'Advanced Styling' do |s| s.example 'inline' s.example 'formatted_text' s.example 'formatted_callbacks' s.example 'rendering_and_color' s.example 'text_box_extensions' end p.section 'External Fonts' do |s| s.example 'single_usage' s.example 'registering_families' end p.section 'Multilingualization' do |s| s.example 'utf8' s.example 'line_wrapping' s.example 'right_to_left_text' s.example 'fallback_fonts' s.example 'win_ansi_charset' end p.intro do prose <<-TEXT This is probably the feature people will use the most. There is no shortage of options when it comes to text. You'll be hard pressed to find a use case that is not covered by one of the text methods and configurable options. The examples show: TEXT list( 'Text that flows from page to page automatically starting new pages when necessary', 'How to use text boxes and place them on specific positions', 'What to do when a text box is too small to fit its content', 'Flowing text in columns', 'How to change the text style configuring font, size, alignment and many other settings', 'How to style specific portions of a text with inline styling and formatted text', 'How to define formatted callbacks to reuse common styling definitions', 'How to use the different rendering modes available for the text methods', 'How to create your custom text box extensions', 'How to use external fonts on your pdfs', 'What happens when rendering text in different languages' ) end end end ruby-prawn-2.4.0.orig/manual/text/formatted_text.rb0000644000000000000000000000441113772706672021120 0ustar rootroot# frozen_string_literal: true # There are two other text methods available: formatted_text and # formatted_text_box. # # These are useful when the provided text has numerous portions that need to be # formatted differently. As you might imply from their names the first should # be used for free flowing text just like the text method and the # last should be used for positioned text just like text_box. # # The main difference between these methods and the text and # text_box methods is how the text is provided. The # formatted_text and formatted_text_box methods accept # an array of hashes. Each hash must provide a :text option which # is the text string and may provide the following options: :styles # (an array of symbols), :size (the font size), # :character_spacing (additional space between the characters), # :font (the name of a registered font), :color (the # same input accepted by fill_color and stroke_color), # :link (an URL to create a link), and :local # (a link to a local file). require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do formatted_text([ { text: 'Some bold. ', styles: [:bold] }, { text: 'Some italic. ', styles: [:italic] }, { text: 'Bold italic. ', styles: %i[bold italic] }, { text: 'Bigger Text. ', size: 20 }, { text: 'More spacing. ', character_spacing: 3 }, { text: 'Different Font. ', font: 'Courier' }, { text: 'Some coloring. ', color: 'FF00FF' }, { text: 'Link to the wiki. ', color: '0000FF', link: 'https://github.com/prawnpdf/prawn/wiki' }, { text: 'Link to a local file. ', color: '0000FF', local: './local_file.txt' } ]) formatted_text_box( [ { text: 'Just your regular' }, { text: ' text_box ', font: 'Courier' }, { text: 'with some additional formatting options added to the mix.', color: [50, 100, 0, 0], styles: [:italic] } ], at: [100, 100], width: 200, height: 100 ) end ruby-prawn-2.4.0.orig/manual/text/kerning_and_character_spacing.rb0000644000000000000000000000261213772706672024067 0ustar rootroot# frozen_string_literal: true # Kerning is the process of adjusting the spacing between characters in a # proportional font. It is usually done with specific letter pairs. We can # switch it on and off if it is available with the current font. Just pass a # boolean value to the :kerning option of the text methods. # # Character Spacing is the space between characters. It can be increased or # decreased and will have effect on the whole text. Just pass a number to the # :character_spacing option from the text methods. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do font_size(30) do text_box 'With kerning:', kerning: true, at: [0, y - 40] text_box 'Without kerning:', kerning: false, at: [0, y - 80] text_box 'Tomato', kerning: true, at: [250, y - 40] text_box 'Tomato', kerning: false, at: [250, y - 80] text_box 'WAR', kerning: true, at: [400, y - 40] text_box 'WAR', kerning: false, at: [400, y - 80] text_box 'F.', kerning: true, at: [500, y - 40] text_box 'F.', kerning: false, at: [500, y - 80] end move_down 80 string = 'What have you done to the space between the characters?' [-2, -1, 0, 0.5, 1, 2].each do |spacing| move_down 20 text "#{string} (character_spacing: #{spacing})", character_spacing: spacing end end ruby-prawn-2.4.0.orig/manual/text/win_ansi_charset.rb0000644000000000000000000000303413772706672021407 0ustar rootroot# frozen_string_literal: true # Prints a list of all of the glyphs that can be rendered by Adobe's built # in fonts, along with their character widths and WinAnsi codes. Be sure # to pass these glyphs as UTF-8, and Prawn will transcode them for you. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do font_size = 9.5 x = 0 y = bounds.top fields = [ [20, :right], [8, :left], [12, :center], [30, :right], [8, :left], [0, :left] ] font 'Helvetica', size: font_size start_new_page Prawn::Encoding::WinAnsi::CHARACTERS.each_with_index do |name, index| next if name == '.notdef' y -= font_size if y < font_size y = bounds.top - font_size x += 170 end code = format('%d.', index: index) char = index.chr.force_encoding(::Encoding::Windows_1252) width = 1000 * width_of(char, size: font_size) / font_size size = format('%d', width: width) data = [code, nil, char, size, nil, name] dx = x fields.zip(data).each do |(total_width, align), field| if field width = width_of(field, size: font_size) case align when :left then offset = 0 when :right then offset = total_width - width when :center then offset = (total_width - width) / 2 end text_box( field.dup.force_encoding('windows-1252').encode('UTF-8'), at: [dx + offset, y] ) end dx += total_width end end end ruby-prawn-2.4.0.orig/manual/text/right_to_left_text.rb0000644000000000000000000000435613772706672021774 0ustar rootroot# frozen_string_literal: true # Prawn can be used with right-to-left text. The direction can be set # document-wide, on particular text, or on a text-box. Setting the direction to # :rtl automatically changes the default alignment to # :right # # You can even override direction on an individual fragment. The one caveat is # that two fragments going against the main direction cannot be placed next to # each other without appearing in the wrong order. # # Writing bidirectional text that combines both left-to-right and right-to-left # languages is easy using the bidi Ruby Gem and its # render_visual function. See https://github.com/elad/ruby-bidi for # instructions and an example using Prawn. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # set the direction document-wide self.text_direction = :rtl font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf", size: 16) do long_text = '写个å°çˆ¬è™«æŠŠä½ çš„页é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆéš¾äº‹å†™ä¸ª'\ 'å°çˆ¬è™«æŠŠä½ çš„页é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆéš¾äº‹å†™ä¸ªå°çˆ¬è™«æŠŠä½ çš„页'\ 'é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆéš¾äº‹å†™ä¸ªå°' text long_text move_down 20 text 'You can override the document direction.', direction: :ltr move_down 20 formatted_text([ { text: 'æ›´å¯æ€•的是,åŒè´¨åŒ–竞争对手å¯ä»¥æŒ‰ç…§' }, { text: 'URL', direction: :ltr }, { text: '中åŽé¢è¿™ä¸ª' }, { text: 'ID', direction: :ltr }, { text: 'æ¥é历您的' }, { text: 'DB', direction: :ltr }, { text: '中的内容,写个å°çˆ¬è™«æŠŠä½ çš„页é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆ'\ '难事,这样的è¯ï¼Œä½ å°±éžå¸¸è¢«åŠ¨äº†ã€‚' } ]) move_down 20 formatted_text([ { text: 'æ›´å¯æ€•的是,åŒè´¨åŒ–竞争对手å¯ä»¥æŒ‰ç…§' }, { text: 'this', direction: :ltr }, { text: "won't", direction: :ltr, size: 24 }, { text: 'work', direction: :ltr }, { text: '中的内容,写个å°çˆ¬è™«æŠŠä½ çš„页é¢ä¸Šçš„关键信æ¯é¡ºæ¬¡çˆ¬ä¸‹æ¥ä¹Ÿä¸æ˜¯ä»€ä¹ˆéš¾äº‹' } ]) end end ruby-prawn-2.4.0.orig/manual/text/positioned_text.rb0000644000000000000000000000272413772706672021315 0ustar rootroot# frozen_string_literal: true # Sometimes we want the text on a specific position on the page. The # text method just won't help us. # # There are two other methods for this task: draw_text and # text_box. # # draw_text is very simple. It will render text starting at the # position provided to the :at option. It won't flow to a new line # even if it hits the document boundaries so it is best suited for short text. # # text_box gives us much more control over the output. Just provide # :width and :height options and the text will flow # accordingly. Even if you don't provide a :width option the text # will flow to a new line if it reaches the right border. # # Given that, text_box is the better option available. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do draw_text "This draw_text line is absolute positioned. However don't " \ 'expect it to flow even if it hits the document border', at: [200, 300] text_box 'This is a text box, you can control where it will flow by ' \ 'specifying the :height and :width options', at: [100, 250], height: 100, width: 100 text_box 'Another text box with no :width option passed, so it will ' \ 'flow to a new line whenever it reaches the right margin. ', at: [200, 100] end ruby-prawn-2.4.0.orig/manual/text/paragraph_indentation.rb0000644000000000000000000000205413772706672022431 0ustar rootroot# frozen_string_literal: true # Prawn strips all whitespace from the beginning and the end of strings so there # are two ways to indent paragraphs: # # One is to use non-breaking spaces which Prawn won't strip. One shortcut to # using them is the Prawn::Text::NBSP. # # The other is to use the :indent_paragraphs option with the text # methods. Just pass a number with the space to indent the first line in each # paragraph. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # Using non-breaking spaces text ' ' * 10 + "This paragraph won't be indented. " * 10 + "\n#{Prawn::Text::NBSP * 10}" + 'This one will with NBSP. ' * 10 move_down 20 text "#{'This paragraph will be indented. ' * 10}\n#{'This one will too. ' * 10}", indent_paragraphs: 60 move_down 20 text 'FROM RIGHT TO LEFT:' text "#{'This paragraph will be indented. ' * 10}\n#{'This one will too. ' * 10}", indent_paragraphs: 60, direction: :rtl end ruby-prawn-2.4.0.orig/manual/text/font_size.rb0000644000000000000000000000206713772706672020074 0ustar rootroot# frozen_string_literal: true # The font_size method works just like the font # method. # # In fact we can even use font with the :size option # to declare which size we want. # # Another way to change the font size is by supplying the :size # option to the text methods. # # The default font size is 12. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text "Let's see which is the current font_size: #{font_size.inspect}" move_down 10 font_size 16 text 'Yeah, something bigger!' move_down 10 font_size(25) { text 'Even bigger!' } move_down 10 text 'Back to 16 again.' move_down 10 text 'Single line on 20 using the :size option.', size: 20 move_down 10 text 'Back to 16 once more.' move_down 10 font('Courier', size: 10) do text 'Yeah, using Courier 10 courtesy of the font method.' end move_down 10 font('Helvetica', size: 12) text 'Back to normal' end ruby-prawn-2.4.0.orig/manual/text/single_usage.rb0000644000000000000000000000231113772706672020531 0ustar rootroot# frozen_string_literal: true # The PDF format has some built-in font support. If you want to use other fonts # in Prawn you need to embed the font file. # # Doing this for a single font is extremely simple. Remember the Styling font # example? Another use of the font method is to provide a font file # path and the font will be embedded in the document and set as the current # font. # # This is reasonable if a font is used only once, but, if a font used several # times, providing the path each time it is used becomes cumbersome. The example # on the next page shows a better way to deal with fonts which are used several # times in a document. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # Using a TTF font file font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") do text 'Written with the DejaVu Sans TTF font.' end move_down 20 text 'Written with the default font.' move_down 20 # Using an DFONT font file font("#{Prawn::DATADIR}/fonts/Panic+Sans.dfont") do text 'Written with the Panic Sans DFONT font' end move_down 20 text 'Written with the default font once more.' end ruby-prawn-2.4.0.orig/manual/text/inline.rb0000644000000000000000000000277113772706672017354 0ustar rootroot# frozen_string_literal: true # Inline formatting gives you the option to format specific portions of a text. # It uses HTML-esque syntax inside the text string. Supported tags are: # b (bold), i (italic), u (underline), # strikethrough, sub (subscript), sup # (superscript) # # The following tags accept specific attributes: font accepts # size, name, and character_spacing; # color accepts rgb and cmyk; # link accepts href for external links. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do %w[b i u strikethrough sub sup].each do |tag| text "Just your regular text <#{tag}>except this portion " \ "is using the #{tag} tag", inline_format: true move_down 10 end text "This line uses " \ "all the font tag attributes in " \ "a single line. ", inline_format: true move_down 10 text "Coloring in both RGB " \ "and CMYK", inline_format: true move_down 10 text 'This an external link to the ' \ "Prawn wiki" \ '', inline_format: true end ruby-prawn-2.4.0.orig/manual/text/rendering_and_color.rb0000644000000000000000000000226513772706672022071 0ustar rootroot# frozen_string_literal: true # You have already seen how to set the text color using both inline formatting # and the format text methods. There is another way by using the graphics # methods fill_color and stroke_color. # # When reading the graphics reference you learned about fill and stroke. If you # haven't read it before, read it now before continuing. # # Text can be rendered by # being filled (the default mode) or just stroked or both filled and stroked. # This can be set using the text_rendering_mode method or the # :mode option on the text methods. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do fill_color '00ff00' stroke_color '0000ff' font_size(40) do # normal rendering mode: fill text 'This text is filled with green.' move_down 20 # inline rendering mode: stroke text 'This text is stroked with blue', mode: :stroke move_down 20 # block rendering mode: fill and stroke text_rendering_mode(:fill_stroke) do text 'This text is filled with green and stroked with blue' end end end ruby-prawn-2.4.0.orig/manual/text/text_box_excess.rb0000644000000000000000000000175413772706672021304 0ustar rootroot# frozen_string_literal: true # Whenever the text_box method truncates text, this truncated bit # is not lost, it is the method return value and we can take advantage of that. # # We just need to take some precautions. # # This example renders as much of the text as will fit in a larger font inside # one text_box and then proceeds to render the remaining text in the default # size in a second text_box. require '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do string = 'This is the beginning of the text. It will be cut somewhere and ' \ 'the rest of the text will procede to be rendered this time by ' \ 'calling another method.' + ' . ' * 50 y_position = cursor - 20 excess_text = text_box( string, width: 300, height: 50, overflow: :truncate, at: [100, y_position], size: 18 ) text_box( excess_text, width: 300, at: [100, y_position - 100] ) end ruby-prawn-2.4.0.orig/manual/text/text_box_extensions.rb0000644000000000000000000000253113772706672022203 0ustar rootroot# frozen_string_literal: true # We've already seen one way of using text boxes with the text_box # method. Turns out this method is just a convenience for using the # Prawn::Text::Box class as it creates a new object and call # render on it. # # Knowing that any extensions we add to Prawn::Text::Box will take # effect when we use the text_box method. To add an extension all # we need to do is append the Prawn::Text::Box.extensions array # with a module. require '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do module TriangleBox def available_width height + 25 end end y_position = cursor - 10 width = 100 height = 100 Prawn::Text::Box.extensions << TriangleBox stroke_rectangle([0, y_position], width, height) text_box( 'A' * 100, at: [0, y_position], width: width, height: height ) Prawn::Text::Formatted::Box.extensions << TriangleBox stroke_rectangle([200, y_position], width, height) formatted_text_box( [{ text: 'A' * 100, color: '009900' }], at: [200, y_position], width: width, height: height ) # Here we clear the extensions array Prawn::Text::Box.extensions.clear Prawn::Text::Formatted::Box.extensions.clear end ruby-prawn-2.4.0.orig/manual/text/font.rb0000644000000000000000000000210313772706672017031 0ustar rootroot# frozen_string_literal: true # The font method can be used in three different ways. # # If we don't pass it any arguments it will return the current font being used # to render text. # # If we just pass it a font name it will use that font for rendering text # through the rest of the document. # # It can also be used by passing a font name and a block. In this case the # specified font will only be used to render text inside the block. # # The default font is Helvetica. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text "Let's see which font we are using: #{font.inspect}" move_down 20 font 'Times-Roman' text 'Written in Times.' move_down 20 font('Courier') do text 'Written in Courier because we are inside the block.' end move_down 20 text 'Written in Times again as we left the previous block.' move_down 20 text "Let's see which font we are using again: #{font.inspect}" move_down 20 font 'Helvetica' text 'Back to normal.' end ruby-prawn-2.4.0.orig/manual/text/font_style.rb0000644000000000000000000000145113772706672020256 0ustar rootroot# frozen_string_literal: true # Most font families come with some styles other than normal. Most common are # bold, italic and bold_italic. # # The style can be set the using the :style option, with either the # font method which will set the font and style for rest of the # document, or with the inline text methods. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do fonts = %w[Courier Helvetica Times-Roman] styles = %i[bold bold_italic italic normal] fonts.each do |example_font| move_down 20 styles.each do |style| font example_font, style: style text "I'm writing in #{example_font} (#{style})" end end end ruby-prawn-2.4.0.orig/manual/text/fallback_fonts.rb0000644000000000000000000000237313772706672021044 0ustar rootroot# frozen_string_literal: true # Prawn enables the declaration of fallback fonts for those glyphs that may not # be present in the desired font. Use the :fallback_fonts option # with any of the text or text box methods, or set fallback_fonts document-wide. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do file = "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" font_families['Kai'] = { normal: { file: file, font: 'Kai' } } file = "#{Prawn::DATADIR}/fonts/Panic+Sans.dfont" font_families['Panic Sans'] = { normal: { file: file, font: 'PanicSans' } } font('Panic Sans') do text( 'When fallback fonts are included, each glyph will be rendered ' \ 'using the first font that includes the glyph, starting with the ' \ 'current font and then moving through the fallback fonts from left ' \ 'to right.' \ "\n\n" \ "hello Æ’ 你好\nå†è§ Æ’ goodbye", fallback_fonts: %w[Times-Roman Kai] ) end move_down 20 formatted_text( [ { text: 'Fallback fonts can even override' }, { text: 'fragment fonts (你好)', font: 'Times-Roman' } ], fallback_fonts: %w[Times-Roman Kai] ) end ruby-prawn-2.4.0.orig/manual/text/column_box.rb0000644000000000000000000000261413772706672020237 0ustar rootroot# frozen_string_literal: true # The column_box method allows you to define columns that flow # their contents from one section to the next. You can have a number of columns # on the page, and only when the last column overflows will a new page be # created. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'The Prince', align: :center, size: 18 text 'Niccolò Machiavelli', align: :center, size: 14 move_down 12 column_box([0, cursor], columns: 2, width: bounds.width) do text("#{<<~TEXT.gsub(/\s+/, ' ')}\n\n" * 3) All the States and Governments by which men are or ever have been ruled, have been and are either Republics or Princedoms. Princedoms are either hereditary, in which the sovereignty is derived through an ancient line of ancestors, or they are new. New Princedoms are either wholly new, as that of Milan to Francesco Sforza; or they are like limbs joined on to the hereditary possessions of the Prince who acquires them, as the Kingdom of Naples to the dominions of the King of Spain. The States thus acquired have either been used to live under a Prince or have been free; and he who acquires them does so either by his own arms or by the arms of others, and either by good fortune or by merit. TEXT end end ruby-prawn-2.4.0.orig/manual/text/color.rb0000644000000000000000000000111413772706672017202 0ustar rootroot# frozen_string_literal: true # The :color attribute can give a block of text a default color, # in RGB hex format or 4-value CMYK. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'Default color is black' move_down 25 text 'Changed to red', color: 'FF0000' move_down 25 text 'CMYK color', color: [22, 55, 79, 30] move_down 25 text( "Also works with inline formatting", color: '0000FF', inline_format: true ) end ruby-prawn-2.4.0.orig/manual/text/free_flowing_text.rb0000644000000000000000000000403313772706672021601 0ustar rootroot# frozen_string_literal: true # Text rendering can be as simple or as complex as you want. # # This example covers the most basic method: text. It is meant for # free flowing text. The provided string will flow according to the current # bounding box width and height. It will also flow onto the next page if the # bottom of the bounding box is reached. # # The text will start being rendered on the current cursor position. When it # finishes rendering, the cursor is left directly below the text. # # This example also shows text flowing across pages following the margin box and # other bounding boxes. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do move_cursor_to 50 text 'This text will flow to the next page. ' * 20 y_position = cursor - 50 bounding_box([0, y_position], width: 200, height: 150) do transparent(0.5) { stroke_bounds } text 'This text will flow along this bounding box we created for it. ' * 5 end bounding_box([300, y_position], width: 200, height: 150) do transparent(0.5) { stroke_bounds } # This will stroke on one page text 'Now look what happens when the free flowing text reaches the end ' \ 'of a bounding box that is narrower than the margin box.' + ' . ' * 200 + 'It continues on the next page as if the previous bounding box ' \ 'was cloned. If we want it to have the same border as the one on ' \ 'the previous page we will need to stroke the boundaries again.' transparent(0.5) { stroke_bounds } # And this will stroke on the next end move_cursor_to 200 span(350, position: :center) do text 'Span is a different kind of bounding box as it lets the text ' \ "flow gracefully onto the next page. It doesn't matter if the text " \ 'started on the middle of the previous page, when it flows to the ' \ "next page it will start at the beginning.#{' _ ' * 500}" \ 'I told you it would start on the beginning of this page.' end end ruby-prawn-2.4.0.orig/manual/text/leading.rb0000644000000000000000000000125413772706672017474 0ustar rootroot# frozen_string_literal: true # Leading is the additional space between lines of text. # # The leading can be set using the default_leading method which # applies to the rest of the document or until it is changed, or inline in the # text methods with the :leading option. # # The default leading is 0. require_require '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do string = 'Hey, what did you do with the space between my lines? ' * 10 text string, leading: 0 move_down 20 default_leading 5 text string move_down 20 text string, leading: 10 end ruby-prawn-2.4.0.orig/manual/text/registering_families.rb0000644000000000000000000000304613772706672022265 0ustar rootroot# frozen_string_literal: true # Registering font families will help you when you want to use a font over and # over or if you would like to take advantage of the :style option # of the text methods and the b and i tags when using # inline formatting. # # To register a font family update the font_families # hash with the font path for each style you want to use. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # Registering a single external font font_families.update( 'DejaVu Sans' => { normal: "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" } ) font('DejaVu Sans') do text 'Using the DejaVu Sans font providing only its name to the font method' end move_down 20 # Registering a DFONT package font_path = "#{Prawn::DATADIR}/fonts/Panic+Sans.dfont" font_families.update( 'Panic Sans' => { normal: { file: font_path, font: 'PanicSans' }, italic: { file: font_path, font: 'PanicSans-Italic' }, bold: { file: font_path, font: 'PanicSans-Bold' }, bold_italic: { file: font_path, font: 'PanicSans-BoldItalic' } } ) font 'Panic Sans' text 'Also using Panic Sans by providing only its name' move_down 20 text 'Taking advantage of the inline formatting', inline_format: true move_down 20 %i[bold bold_italic italic normal].each do |style| text "Using the #{style} style option.", style: style move_down 10 end end ruby-prawn-2.4.0.orig/manual/absolute_position.pdf0000644000000000000000000011325613772706672021023 0ustar rootroot%PDF-1.3 %ÿÿÿÿ 1 0 obj << /Creator /Producer >> endobj 2 0 obj << /Type /Catalog /Pages 3 0 R >> endobj 3 0 obj << /Type /Pages /Count 1 /Kids [5 0 R] >> endobj 4 0 obj << /Length 383 >> stream q BT 36 747.384 Td /F1.0 12 Tf [<54686520696d6167652077> 10 <6f6e277420676f2062656c6f> 15 <772074686973206c696e65206f66207465> 30 <78742e>] TJ ET q 240.000 0 0 240.000 236.000 516.000 cm /I1 Do Q BT 36 733.512 Td /F1.0 12 Tf [<416e642074686973206c696e65206f66207465> 30 <78742077696c6c20676f206a7573742062656c6f> 15 <772074686520707265> 30 <76696f7573206f6e65> 15 <2e>] TJ ET Q endstream endobj 5 0 obj << /Type /Page /Parent 3 0 R /MediaBox [0 0 612.0 792.0] /Contents 4 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] /Font << /F1.0 6 0 R >> /XObject << /I1 7 0 R >> >> >> endobj 6 0 obj << /Type /Font /Subtype /Type1 /BaseFont /Helvetica /Encoding /WinAnsiEncoding >> endobj 7 0 obj << /Type /XObject /Subtype /Image /ColorSpace /DeviceCMYK /BitsPerComponent 8 /Width 240 /Height 240 /Decode [1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0] /Length 37174 /Filter [/DCTDecode] >> stream ÿØÿàJFIFHHÿîAdobedÿÛC  !"$"$ÿÀððCMYKÿÄÿÄ;!1A"Qaq‘ð2¡±ÁÑ#BáñR$3br4S’‚ÿÚCMYK?ýY°]’Œq°e#Œû×sŽX™˜…`20{üþ÷¯Ñ—Ì“&Àe~—q V$q²ç×ù¥o¬Ým£´2êÈaŒ|~ûÔ–Štiu1è`A#¿êŠ÷knc“*ºÂ±Õ£\§R‘ÑZ"¾pIÊnj÷hîŒN†Ð 9g½DDª ‘•llǃëúW>n$y4e²J®1ƒ·>ùúÕx¥µPN¤c¶“Œ*g[´XõJ…ã!±—½<¶ƒÌJþ;¨¬¡I!¹œ«•$—|ûÑ\¬ënÈæqæ]ŠƒŒ ëÄVOm¼dFñŠøÖóH2+d’6ø|h¥m*xW!‘PêSžFûzW–éž4~q’N 4î3Þ´hRÛDn²”á‡j*Œ6‚E}$îr¬FØÉÿU û¦+I*DÍâ1Ëy²29SO[«4:&•hÎÇx¢’·_ýÈŽEo.ÊqŒ{÷Í"$4J|Ò:ùp ê.ô•ÌÛ¦µ FrÊ7ÞŠoú)[1;à lÞk»é—6²;DØóÀÏéZ%ôrÚS(ˆÁ¬~!ŽÇ×j+ Kà pÛý§z|ñ6¨•Ó  ÿ¢++Ä\²³ÊN}(¥î:lSëvSgO¸ø×©/æ¶ÒË c¨¥¶ß¾õ™•¥‹PFv9È]÷ÅÉÉ:[-¤Žˆè5( ܑޮYõ\(–B9Ëv;b¹ËæÈÑÈ$T\‡°âŠ‚lÚhÞ$uŒccŽN~þµò[Õi›QO+¦Vb ã+íÇéõ¢ùRxÚe 0ÎqúUΙr%t1Jä•Áã?¥БˆoîG©ÆËŽ !máih䙡Âå¸5k§DÁßVá‰,ß½½ŒÍºS×ïz{¶Tž!ój;rM=,9ŒºÊlT7 éúQL ³2ÈP4j r=k(®‚˜äŽLù±ö®O©[›9$•5²01qELêj]ƒDè5 €9ªý3¨¬l"%ÕvÕ¿ÐzVºݺ·#OçEI’ÚQr¬®„íÎqïó­å¿ðÙ—;c|Š÷oc,$r¹¶Ç·­ûÇþ7×4*x„厜œŒüëôœöVÍÃ3°ój *ýDntÈ@F’q€š+²³–ߨعl%À;ýj/PŠKyDáõF ÕÈ;~µê9⸸]LŠºI÷¢ºéiHÍ—B0Œçø¦E½„8s«pwÈ>õœG§ŸÆÞ ‘ïELŠ9dS  Žv=é› JÀRB q¸ÇËô©=RÚ6•Xª˜ð0Ä‘ô4S ¸aâÅ·$dû Î{%• ¨(pA‡¹â½Y[GÀs¸…ÜA&–PŒ6!Oïô¨Ý]¥HGÿc¨î½|¾X&“‘ íœäš*i–œÄ¨˜i:G8ô®?¨ÝÛøÒ,ºO}þù¥d†$Óán=?ñÛäŒgØþt¹Á¸X™2û¢¤ÝÆóĪù*vÜõQO‹l¯)È'`kÕÊ å2Û°Û߯ÿ•ËÞÙ3<Œ‘‚yXãc÷Ú¼@U=EÏàµ5i0ð•|\ç~õøQIˆI"¸RXFFÀ×бë]Œ‹ÀÆøûÍjñE<‹"—2/|ô¢šéÐ\$Ê.€pÄv¤.싹š8γœå€Ïêú%Ty3Ó¸?hªÓD÷K*nÀœŸ½ù¥^â…T <|{Ô{ÙD¶™‘ˆf:‘²x÷ŵÍì’Üi$ðJÏsíHu¾ `Ö²–üDìGßñXZ‡‰Z:¶+Üð(¤¤O´ŠK©_Þ[Ò¹+ž“"»˜#ÒAØ ²xþj´¶×çN¡Œm¶ÿZ+Ô/*‘¡Ëo¤¹â‘žÞs ¯( W—#õ©‰pÉ.™ðÉØƒëíŸnôRfÙ/z|ÑÑ(àc>\¿½ý¬â;x¼Là ‚AïJßÅÞ¶‰2ÀãAÛ4W6:j¨x±˜XsœžÇó¦RöÒ¦rs¾@ߊæ:ý¤l5D 8ÝIý?Ý ¬t¹b´vu Nœ‡¾yúÕK“H® #{g#á\ÍÙ‘—¼`ðxØŠ+œþ–Mo(•YsÛ‘Ågo"0yJ«d®¡¶ÿck)ž@²–ÝpÄåøïż¶ò·ˆ!”ƒŒŒí^aêFÙÆ†œ Ù®ä²!$\ÆÙÜ ÇqŸ­êÚx]HcÀ`¡ûÞ©tþ·p’&™K X+ÛïãQ:ìËw‚ß>¡Æß *(†{—VJ>K¼S—×ÅSX³`éù×0è’Î>möoE9q`ŒX#§%\ÇÆ§ÞN]”p‡qœiö²{v’A:Æ y9Ø +!3۲ȬtîÄÀí^1tìÀe³·×Ö¨[Ëu«*G˜—ÌH;…2ö&Žr"‘°¸mYß#Ú£uQ,R›ƒœ®øßr+§´¾F–9€H‚ÃëEdŽJ‘ ü@ƒÍI¿¿·¹„«åáC‚qôùÕI% #ª‘“Œã?{QOtéÀORI;®Þƒ×µ/e8·ò3˜Ý†W+‘î=Å%*ÄaU¹!ݳŸÒŠRA¢$‘é|*¬E£TEL¸Ø¶ïü׎•A9RAxÏçò¢°%J3),qåÈÿªÕe»Óã+jF’q¸¦§Êf9²üHIùÑ_®?â·i1‰%eV'g^1¶#šýEÓú„f|xåU¼®°®Õýå¥h Ià »ïßåEOÿ<@Z3­5 óLO²“_ÿç#?¶+ÄXV@ç†wïõ护dŠfÕ«Ünqµ-`‰2•*ü‚6ïß4åÜÃÃÁe sƒëþýè¯_úe¼š˜ÔFÙ89Øý朲ɭ çƒðÇ߯£Éq,CLÎ¥u=ÅGk1‘2©qÁ||+O#²6µÏ®ùì~Í-qu/‰…ü-°lî´T~±nB«¦ë¹bm¶øÿº‹ÿ#Eu=Ôƒ¨±ãìÖsÜ4¥2þpH;ïÛø¢¡Î±Ì5<9$àé;¿ê¸.©dhÃ6 ‡ÞkE–BCvuÛáïEie‰‰Äx#'áô©pŽB«. ä÷Íiu/˜1ÈB2 ÎAß#é÷š+§gF8_C¾þw®—¤ÿN‘‚YqÀ<ûVVê±:˜Øaû>½è©pÛ—Â$¸{{Ó—–¶÷¬° ‰÷$éØïí𦤷¾"j+€Wãö(¤:¥‡ƒ8ª(ó{Të»9 ,šWI;0ƒ^úmÙñÊì ;à’O;Ñ^ã¶AmC ŠIôÿNÚd$¡ßc¯4u=,$a#1ÿ5Õ¤“ûòh¦ÂDñ€4 ås¶¥A¸Y£~ßÅtvÓ´¶À •qÃÎÜY‰!:ˆC¸>^EÌÝX+Dú [ëÄ—â„6€I²EF^œ±ñ“†VžôR=BÝÞmX+ÇØ5­î¶•I8ÛåíðÚ•ê^XÕÐÇ Ç³ÏÌQQíá˜8U `†ã°÷Á«VpGâxº¶Øçnqí\ÍË,¯˜r$SœúQY^[‰fA©Aƒ¾ß Û¨»¦-ó–Pžv¨rÞ kòt‘« PÈýÿÕ¥¡e ¢#áæ'o(GdšM¸p~Tý’³e\NÝ›lcqEay +É#–”àcæ)¸ï¢ðÌm©HÛs°5XEĆ#IsEI»Õ ’©ÕÀ<}i{øÅÄ^,nö¦-§†t¦çaëœQJ–BñʤœŽ}}ë›|1£ÈU²F;õypÊÿ‹“©Xo·8¢´éÞ J&WeÓœù¶ã·zÅlÕ‰ÉË( ˆô­þ5³«Ã¶ìQ[\[¥²!ôdw¢kYµ;Á.­ jÎøønÚs-&cbÇÖŠE¡i$RT(c¶9#}¾8¦zwRrâ † atí|U‡X®-ƒãHÒ0IàöùQ_¤âA…ÁÖ¡óŒ í¿çû×éð<;…8,ŽãX;wǧý–ùKÁ˜IñÎçbyõ¢¿ t>¼©pUADqœ0ã¶{WObô4lFÜ3q÷ŠF %y‚«¢Èãno^h®¦Þà:YW ¾ý·ÏóLÜÇ­5ÿQ>##ן…Ô¤RƒR™qŒí±¤ºœq³+—g#œzõR;†áê ÚŠ•Õb 'âà$€>®zê WvH°Œv5¢\DZB<À®ØõúþÔT‹»me¦Œ .ã¿ßë\ñê Óî^ÜùÜí©¨ýZQ¤ÆªAF,ÀwÚŠ}b4·“™@$0õíN›Ädñ”œc-È?î§Ù¸ŽÓÅ 1a‘Ç'¶ÿ:*=Ý“¤ '•´±Á;ÿ•ckÙûïEOºWiYT`(ÊŽ1ßâ;& ¤xzó–$þâªØÅ6S5ó'$öôùÑ_غ-ÒA4$6F“ü×éô ¼rÍ¡u‡*O¿é_ߺ……ÇŒXŸÆ}rÙt^£ÝâfΡ°Ó³mÍ\éÉŠ¿†0ùÎqRïlV(EÈAR”Œ|:+­´¼ð¥ÒŒ¡€s¾ŸS/& ²1AðÍð©°ÈîAX×#b_cžh®—£u’#11¨Ø0ççüÒÑ]"N‚Ç;wä})†‚ „áÛJ{~îŠì¬æ[ËxåYFþ½éަö÷¶’F™YCèGÜdF„ƒþ9ÆQZɬÆë§ðŒç±ÉÜ@ñH nÊN êßþÿZÔ#,ç8 [äaM.A+Ià`3d•û'þAk,‘dFØí¾+׺”0ÇÃó¢´I ‘ƒf r5nÛñ\ëÙ-Ã+0Ã8ÎqÜ{|ª¼W’FS¨nAÊýš*uýÄ,ÊÁÒÙÇ­:­®òhØW9çöÍy’8ÚvT;mø¾TT’UÕHe9{|ªÚÇo „¯ËŽ?Ý{¼„•¼& þ¢Šž'Óâ´j†"0TóŸ_ozós 3Ã!É;~#Î>ñYÚ^¦9(;`doE%v¶î¬ÈÅ1¸lmëƒ\çQvµÈT`ä“‘ñëX]1Gi#ŽwQSÅÊË)у¾ãÏû¯1;M(ؓχõÄp=³“ÚŠVô¨bù$dŽßjVönÒ8S¶ùÅOëAp€wÒ@ÜíE'sp±ÀcURHÛöôþ*a,ÊÓgNùÜoë\ôøe²Í ùì;Ecot„¨ØvÕ«V"t’-°Ô°ÈøR’ÝÏjíá M‚sœðúñEk™æÑ™r­Áõ©WQ†AfcÛWWŽ›Ô¤š`'-ÎH ÿº+9ây3 8õõÏ•ÌukxÜË`dgö«ž&ðÜnž\îA¢³Ž™\e1œûc×? ë—¿’4ºÆçN6Ú²,$‘Öu&P¼`væŠÎHól¢&:Œv­­†mÿùŽ…Û*wµ(¾¯ RLxÓ‚»oßýÑQeµ–HŒdïðGÊœép¤†S¨j؆ՎA¤:ͬzRœsœd|(®S«[ø ϕԬpoXéÓbB$ΓØ×qÅ0‰·CÆ{zo÷š*†rwaÎ}é[ëu[ƒÂFÜzz^ ÙZ$eAÁà“ëEuÝ«Ë)g\iŸðŸ§¦7¬†-äl«IžAÛ÷§í"’@Ž%cŸqŸíEvW¿ÔÀK® Æ‚ä~ÕBQìeƾUrNô¯U‚UPXëú~tS$ÒB²0ü|n*¶q´F0ìNp@㚤[j'ÍÁçëE#$!'‘‘ä`Gßj‘Ôm-­†."ä~G·ÃÚ½ÂÒHdÓ n¸?cJ+˜º,.‰Nr8?î¦]YÁ,kʧ'Ë öàSv÷âG¶úIÈÜã¥?¨†@†Ð›†+ÛÛ¬Á¥ñ ”Æ2wÍ^ôukSø“Ÿ­¤/â>\ïIØ ÂÁ[Fs„“#ÅLžÂ)Ü¢°ÈLsûQKܼjt‰V0rö<Ô¾© O+¬Èc#dîïçQú„nŠ&QßTcMÎu(ÞÞcá–ÐÝÿj›o¦@®0 #ƒñùÒïp É9ïùÑS?®¹–r¥J‚FÃá÷Í;~¿ÚÃDT d⓽h®™€cUÎ}h¬EÁ˜îYdë“ÎØ¨÷Фù É*9ý·¨7&âÕDlÁsœ‘Š+嵵ȹ‘I$v-¾vÅLžY Ççeôûõ©ë2Í$­*(ó`ŒïƒéEYéáb¤Ž6ÍFê÷Ij€ cm·ô¬L2¤¥—S°:•ñ€6¢˜eŠ`†I”1¾ÿ÷\¿Vºñ /ˆ1œó·aŽ)‹‹€ê’Èq¾08¢’¾ñ,Ά©òe[ ŒzW%ÕÐ$À$„`‚@S·Ò˜ÿÔ–u”y÷Ð;ñŸ1¢•YŸÂКdBøØîǽ`—N¾M'Kp¤ñšÙnLÊ«©rp{äsEzšÒ;¨–X’€“¶çÛó5NÉä´þï>!ϰÁïKÝ$Œ‹ ÷ |±ö(®þGÓsƒ$>m‰ cy®¦ÒòßÂÉþ´T.¥ÓÖyIéäíÜïþé«”’HFVa€IÛb>”ÅÝÐ:^DŒä àÑHÉÓ¤BŽ2²'/âµQÅ-«lï±õ¬ Øx›‚øùÑYKy,’ hr¤`¿ÖŸ±HõæBºÎä6Çš§ÓìÖåšXã8ÆÜsEZè] âPrvÎwö¦ ²C>øFã'cÖXÀ‹œ8ÁÁ\gÞŠ£Ðodk„F”òà©òƒüWöXnÝU*Bw' ïß󮲿êpÑ\G)uÕø”ï¿­ÐÇ,èÈà {U^vó+y²ïÎø÷ïò¬f¾˜?ˆ‚ +Z*¥¿‰€£+«—û|)ËI¤ÃHšXåO—{æ˜7±µ£áO˜oŽxôíEv=«o ̤¨#'89«–×±\åemZGâΚ‘tfYC‡,£Œ~÷Ø®¿§ueÿù>'ˆ *÷÷Úšx`˜ªF nT±ißÌ5"±Î=¨¢».ƒ× ™áÄ''r}1Z,_Ò2éeÃ`yÛ_õNÄ$JQˆ,W±WSc~Ó@$VS‚vì~t§Qh]ðQÁ ÇÌR²Í3‘¥ ŸÆïÇßÖŠRúû ¸òƒ>`¿ÝE»T½´œ>Lƒ!mé_ÚÝ¢‘¢!TääñÆ1ìh©’^Û¹ñTÀÒTó\ÝÁ–ßÃ^YF݈ޓ†d…YeÓ“¾ùÉ>¾ôTÛë˜ä·ÁRÈà‚{ïö*ĦæÙfEÕxüˆüª¤@EŒ0m''Ÿ_¯ñED·½T˜£hNQQ¾üŠZÐD#%€Vt'ò¯’Ì<È5Fì6RWW‘¤ø1”\oè}ñRïÕ&éRJƒŸ¸ùT?u•Ö)‰'Xaw<(–8¥LšFpS'½MiIŒ«E†Æ@?忯ʷŸËl®øF=´qEJ½éÒ W2gdv÷¤’÷P&V;>SŽ=¾•Ëux$…ƳÛaEgý–QO1à|3éXuúpV`ÊÙ ßf“ê4–ìD»…Æàù¶¢‚é%cר·n?*’÷14YE`@ÙµqòïRlã<©ŸÅ†ÒvÛÚŠúŒ"hÙ‹ceOΠ_£Èï$`áNFÜöíEÒK´JYÛÄ¿8ý(¯^,0‰ÎøùqPz¬1´‹!!5ìÃëüÔëµ¹ŠB’–!@e*=h­.XݨM!•F{}í\Ý÷‰ЕYH¯§ßë[ÙJ¦ÙtÆA^ø¢ _¬ÖŽ^0FùlžÞ¸ùRrÂ"]Ná—ïµ^º;®7Î2h¥¬º¯‚ÌÊCŒ‘±Áõ­$ñd ªêrÁŽÃÒ°E­n›:JóƒœsEPê­Í¢LÎ4’T p{SOsm ÙЃ«>õiJÞ h£ ’¤cýÑ\Ýþùãñ±•Љ¥k}B@›`ï“î>ø©FÊ5Õn•#Qlþz*Dq¬Ìï.ã8ÏÓïjFþ[ØãóÏ׿j…saáÜFŒc8Ù‡j*màðn˜¿ÅG$Õx¶¼Td’á3nÎξÿLþ wA&NHph©“B"•äÎ?ÈòER•Òê?AœqñïÚ™»–X˜aÕ´ãa¶vß4W”³•Ô¼Z[áGoO^+ÏL¾7 ೧ˆûýiÞ›*5±‰FAÉŸõE#udUl¯ÔcҦʲÆèºŸ÷Èìxý©˜g&ĺ7œò3‘ŒãoÊŠÆòÝ¥^0Æ ýsõíSn™ŒŠ…p4ûÝHê#¯^þ»çš*4‘Í,úÁ*Ù#}¾XïKÅr4½Á\ •}=Éí^ÃCrM@Kºíëêh§`…2Y—‚dƒ÷ŠR壞ØÓñçµ%Ô¥x¢Ò$ݹRsíµ[_¬Í¤…VVÛëÇçH]G¦2%‰ÔÄ©^‰˜´²…Ø1>˜àÑYõ™ah¼U8‘N }ûÖi3Ú¹ ä#ðœ|½*\óª¨#}?Û;g=(¨±!a¬€ÈF!#á\äÙIdŒ6†8ÆØ¯1xøˆ I°Èýh¯RÜ8ð×ÀrÍúT{ä`’Ïá°ÛI>µ­Âˆœa*i!½ÈÚŠ"Hï¸ÔÕ ú6ëÀ!µ ïé_:‡‡s hQHÆüzú{QNxòG]'+‚F7ÇëK HïÈ2ø™#!ÁÁ=ªL°¥ÉÐÃ*Ÿ|ݵò[^"h‘€Î[PéZ'\A†äœýãÖ–•-fvI0cŒEHºéðÂÀ¨!ÆqŽk(ícTÈfVÓæ÷#ß¿zNæ'HÕŒÃ'*ïò?}è¯v÷ ‰à¶B¿ Î=q[-¤’JÃÄ*F’š›°í¡%éÎqo³E/Ôc ¡dL£p?žß*£ÓíeðŒ2«¸ÉÜðïOÁuýB3HÀ1È>]ØQ\ø†8æE&ðm^'¶£1¶ÅFÇ’~´´öúÑãÎ=69¢”êæm ñ¢±$7Ò£ïxs*+†Ú¼@°I#FNþùÎýý¨¤’&·ˆ´ˆC~`3L\Ì"ˆŸ·Û 9ø•|¹6Ì¥ d…\‚9>ø¢¾Äšã,ª1· ÈÇç^-g•XðÃ'ãS#’(—É©‚·›Žý¨¤ïíÜ#Šr#ª’HÑÏ¡pC.ù9ßš« ùs¨äÛmÏs“íš)K¾Ÿ¶Œ‹–Âà6ÜﱬîA[I¨ŠãsÀÈü…QŽéäÁeGøŽ>Œ="éfÐYq€F~?j-n–`†EVÝ—¸ã“]N“0™ ùÆ}æŠNÎå3o)ÉS°ïï5ýÞ;d– ÛÍœ€ŸmûñVbºm´EtŸ2ÿ—ÖŠjÆî9nU2Ù68ÿB½Ú‰"ó¡†ÀBÛqß×ýQs,WvïŸ+ãp=6íEU±éÂb&TÖFÚF*¯VG‘ct*ÀáATþÞbÖH]ôþ”WMÒ,tÒ€¡Ø6ñüUû+Ëw‰BˆÁÇËs[Y³%å$iÛQà“E3-»Ã/„I$0ÈõfÂõ|U]CRŸ.}?z³ÒØi¼ÝÀÈ¢ºžrx¨X:°Çoz¡-Ôjêª Ž@Å[™&=>)dŠrÌÃl⊽ӮÒH™Æã8&‹Ç) ¼h ã<ûT;„M Ò…p1ŽÆŠìº}Þ¨C™‹Bãüøj$°Ê˜¹€ŽËŠ^$1;ªªF}=;Q^ç›H:£Ã`øÜŠÒ=8T’Mn6ßf•ZµÄ…#SÊš*%ÂËýF¤Q ’yÎ~ñI\ª²eƒ°ÜÿŒ7’Dïf]³…9È>”VwÑ´l"BH8;×-x@2,‘£$’yü«YçÐ"à Dþ pEµÄû]jÈfaÛÚ§ÙF̯ì’y—;m!ÿ«µ½Ôx%¸Î9=³÷ùÑH[^+æ £ÒÇb=~ó[cŠD,PÁaõï[_È×H%WÔÃü}3üÑXõ/‡oÄ3¹â“¹µ’•lg àJÞìÙ$É“?ˆph¤¤V¸„I©‰*FŸ–~´™i#ŒÄúа!€à øøT¾±#³²lLÑ_,£‘ ŠWòH·š‰Ô¡‡úŽÀ9ü\Õ½ï”FPî9ÆH>™úÑO¨ŽhÀ%C÷Û ÿºqnñÈÊ»Gœ† ó[ÁpÏr’ÎrG¦qúQ^íìô1tÆ£È?yúÔN¥#É—*úph#ùªZ“ Q8Ó÷÷éEz*¾1w,ÁÍ-` ÒˆIŒ©ÝcK"Æ5 Œ’@ÛµŒQ¤ÌØÕײ] &(ÿ y_çáR­!D‘|U {ßþ¨¬ð²jŒ¤ìýæ•{5ñÖ5*Ùï·ÒøÁÆé9ÔsëEMB"•‘•XçƒÛßJJkýH\iÂäcWËáHÛ¼2.tìCr}è¦f†'¶Y]´ãã¹ïñYV%ò]øæ³¹’"†XÁM{d`çýÑXK!bªFUÏã~ÛT{è@Ìl™$çðð;Noíø~sƒß|h¬m¤h_X(9ûþ_gÓ-¡'j8øÒr1 ü£<Š+íÚ$ë±Tl äséÿTà¸bà9:X¸WËÙÕ£Þ5ÙÁí“E/Ó@I›RŽ? Ã2ÆFj¯jci‚F6Ǩ4U‰­âšñ¯•N¦o•d–²@˜|ŒwÓ×Ð×Gc¤ñ À äQ_ËÄ“4ÚgmLNØW÷näxÑŒ¦ÙÏÞÕØ;jô®èucŽÿ—ÊŠs¦»Åp‹¸ “ßýÑá:]³aÊ>á{ŠÂU.s!ÙN÷?–h®¯¡u"ÌN%F ÿx¦_§éÐcm¼Ã'-HKj]:; ;íë÷ÍÜôfOIÐäm›lc¹üǵ5ÒÖeC…f' °}û×Û‹f‚`ì‚1°ïš+U»´y´\€Í‚rF?O¿Z«`Øs,¹Y7Õ‘¸÷ªÝ0¤vúF€ùTŸÞŠØ´*ÌÚp¬ÙWõ®¦Ïå…äe±Ës«ÓáUad»ŠDhòˆ coæŠj¨Ñ̺œQå8OÃ,ˆaŽTõQå‰c•¨`ç<ƒÀ¢º >¥3*1]hvÇʦÈ$ˆ…“u'|ÿ*Ï©C,2¬¡@FÌrpqïEPÞ3´&R§”ÎÛÒòΈîÑ©üÁ».+•žé ’YT#c#Ë‚FÞôU‹I„°ê”Ç") cÖW6¨ì³‰fü#p~º¼‘]åË/ "Š_©Ö´°p œ Ž*Rà•EL0ÆçNKղʮKÆp;n;ìǵŒÖ±I‘†Vóß}©&¶h®Œk¡ùãc÷éJõ ÕË’ŒÄ†óÛò¢¥õ;[&ÔÁ‰ÕŒ[ý(¤®mCó¯ìQˆ¦E ½Û Ç=¾”U;báuF%†á¸ä°K$Ô Aƒ°4…êº)þî¦Mõ·×çEt])5¬ãDÊ|¤}km2•Wt*s¿jù`ñ„2LÄ6íî?:+µè÷&x R©B€=[öi»|Ã&¨×g ÜçRêFwÇÞZ+ÄÈá‘b#pqØ|=©•Óƒ&M^lp1ÈøW®–ÑÉr¥w;öÖŠ¡oá¼i­ŽÈÌ"Ÿ¶ÄM1†l6FOÿOw‚S¿‹¯‚>¹¢¼ÛS<*Àä}jŸNSàä¹ÊÉØâ¨¢Àò(}IŽÇ×}¨®Ÿ¤È†ŠYJdñÜöÍi2C:µóœ”—ZŽH¡d`%€øíŸ¥e¼8ÆŸìÜ犙i²Â̤Fs Ÿ†ù®©Úxo$jÐx^1þ¨§ e‰PÄweã¾8ûäÖ·™pU0v88úz亼3#3ĺ—‘Ÿ_J)‹äIâ2FÚY°üêwS†1 .ˬì3¶ÿ¾k›NhfÒ­¤¯np>x¢§ØÎѤ—VIR{-b8´g>Ee:¸ýª½¯Uþ¦VÓåNÛE3ã@ñîªØRGïŠûih¯3«²±Q±ïïó­moÏù«ƒr=qϽÊuK‰µæÑ‚l>_Ö¼ž•„l6§aߟæ½]^On¡Ù‚«€ÃçE!{”‰%R¡[°¸ÁÛ¿Ú£ÍlépňˆöÀ =~8ûÅI¼ºk‡@š–E'Hþ?Š)˜RóS¶ÍùoQ¤IåÔ’ ¸ûÚ²ƒ¨\‡¹UÐÃX=覺\€»Û»oþÝ…sÝVÃDºÄlèw ަ+ é’Be"L*H2êG>‡4Vwê±\†WÔ¼ÍH¸µÕðÉ'²psûbµ¼ŽHÁ“:”/—Ÿê)° …flá†ûçÓÖ“Š7}vò°ŒÇ–Ü|¾µŸMŸZ‡…Š6sæ;½¨¦`€ÌHÐt[óþëVˆÀYÃe>½¾•vK˜¤µ 2:ÈÔÃ’=h§ÓU°Xf'ÉŒdV–‘ &bĨ2ŸSQz¬A]d·eÁ*3ÛŠ+émjƒÉÈÛ¸ûÞ®Ú«2!-‘ØÈôö¥$’ òÎw\ö4T«ˆ¸ÀŠO PÉãâ3ò§ ·C¯Hr<¾\|Ͼk[{ˆÞ?PCÂXdzÑLõ XŒI° íë·¦*OPéÎÓ3 7%v*7Yµ(òIª±nxúQ\µïNÌ’‹røGo¿â¹¾£föR#>ßJþñÍ5Ðç2‚‘"€Jçcò¢“–7MÊi¤gIÇ¿?S«@“ZcSS¹ÙûÚ¬Þ™ K¢2„yÉÇqEx+ྡྷˆÊwÒ»ç×åPº:¸˜¨ØFøÇp?ëô¬¦çŒJÑZrwÏ9Í£LöÇ0²j•ÔB2ÅB´L} í^¬q¥f!O8Æþ”Vð„ñJé:\lOoJùaë&—FØÿ—øþ)ëË`-‹)œÀüè­#x™t“Ÿ19VRä…ðŒdHßÞ‘xH uãVþ>ôWæ[gV‹#}%sï¿{×ö8mZ3‡RÊ»‘ŽGÙ¯ë]:X#ÉÕ3È¢».’#ŒÀÍ8Æ¡¿ßûªfØF][pxÒyßïµ'Ô­â‘Ý£•€Ô1ŽûýýŠ+©±…|`ÅUœy{zmEݱ‰ÈŒ–IçÚ’Œ1”ë‹qœàOÃ?|ÑVÔéPÊúIÖ¶Ýz4„0Ҹاß~1$ØÔ®õm¶;QIÝ]h¼‰˜u#·×Ö¨øImª!€1^þ†¼tç‚ Š‘­‰ÈÏÇçET²¸+p5h1¶9Ç”ï½}é—f$XmñÃ:}GߥWéíÔãQ@6qðö¢Ÿ…æK€Î†Èçþ©Ò×8R²(ó ò>JÐÞ Uo}9¢®X\é•Ê,§:N8ÛŠ_©_,%dî =‡¥{C‘<*±Ub2WœÔÑT-®eH£Vmd¯•‹}vúÑQOÄ•CÁÉÜŽÝëë’ –ÕÜ~´V±u9fñÕðÇ!\!Ÿóä|*÷Lš ¨sá„ cuÇÄQWÒÑKù@$àeyóìi˶ò‚åÉ#ïœâ˜™DjìK6~xÆ~R©nb4¿”rXò}+.·‹ 2`(þÕ©4^/! 7á4WæÙà6òáßà@ØýþÕýº-nÊUÄ £X±Îþß+ÜB3'„c˜ài#üjµ—‡˜+``óŒÒ·Ý4B¾(›*›€=(¦­¡Trˆ¸ìÃûTn«8–Ü ,u)òé;ýàÑZIu Û“ _Ä9¯VfhÕpªtƒ–#šþcÿ"‹Mñ”9O>RV’¤ÌU˜;ƒ‘_ZÆòb±xÑë1ÈØÇ%~5Æõ†…ÕÛ(YIm"Šuæ™HXÛASظ¢ÂéP#!|`Ãm\™»nxòçºð~ûÑMAzCq«çm*wÛ¿¶ÕbÂédv”¢±;€G"¨JBÛ—ŽF;8ü •õâÅ…ÀÁ8Èä|~5ó©Y¬¶ædP’)# 9ß½zéÓ«Ëç ŒlXcT;¸Ê‚N›Y0sèJ•6¡Žä*RwÁ÷§¬˜Gw‰r©¨y±¨|M²>Bà '+»0ß¿ßÊ£Ý4À›a‘¤g9ãÚ¬#@…Ü;' ¸ûÚŠø%þ•d€,w9Ö:rÝÛ@VCŽþõNÓª.‚Œ2£Í«⊚/õ´GQb7ÛÏ=´–ó›{ 7Îß½}½œ¸VAü¨«â}(ºV­Šü~•½ÏKSúu;œéÿÇÜޝ Ë#]4ãNç?Z)« eÀffGÏÍ{¥‰ÛÓ“ñ­hƒE+.WâEì³4Ë TåóÁÇõ¦lmR)$‡GqŒgì×¾“,‘ÌY je~»Q[Úõ!<¬³¦EÀ þu«ôü\hØÅŒœ˜Å_[Ó:"¡rï‰÷¢¶»" ´Æ5¡àé#¿Ý•”3nxÆÄû{çãS¯Zhæ,±.Ø!ï¿°¢±šÞm+,NSúûÚ³½‡ÄOüNy#/zõkpe?Üã$ò;QXHf¦5ÔFξµø9‚G`àì=oÖ›•Y„c1°È#h¤e"bÈÀÇ>åvíÈ®zñå¶½bèX¾Ù•+l’'Åaç99ÜoÏŠFâÙåO Ó.9À#ïýTÞ¤ïýÃÁc‘ê+Ô°I,Z#ÒÎpÇaõ¢§ÏfÖ»®÷,>9ûªÆÖÞ9 hÎ ¼™¡øVÝ6êêÎ䃬 Ùí¶#ÚŠ¦ùþŸ(Ì8È;pô½ÅϘ @œe‡¿…}êý]F”F#ŸÞŠÒnpá8$6Go³Rú“0Ьç×mù¨·wk4ªŽÊÄlI;Š+ó2]Çq €ŽŒùÓ¨ñŠþòU¡•g‡…«.aŸãïjþõ4eü˜þæ<¸ÑY®<)Pxnw ïžE=0•°6pa³OôpSÉ0epmÁûïEtÝoEP1>þt¬…”²— ¶œd ¯7½?ÄÖd äËçEv6FEŒ‰T2ŒnããšÁ|/ê|X@B»ìqðúT(‘£•â™QU·Î=¨¦m˜™4ÚŽÄóí÷ò«4;FSžùì84¥ü¥fr¤‚O§Çï½ý¥ÐGhå](çb1€š¸–¬!cP@ÉÎÅÎ’k@ļ(êH>è§“ÂÐ)êÎ3ééš“5´«#Ç‚ãã’>Uo£Ý;B!p©Øƒøh¯Iu 9È` ÏËëY߯ôÁÔdävô«ýJô%‚8å@Ï}óùæŠuIšßÅ]ÀmÁ>ÔõË<4SpyçŒ×1ÔîüexL€`Œ(ÎôVЬÈd`UT`j#'½+Ò¯ 2ºL„9:öîk‘êqG$-jùWÎÇŒçÒŠñR˶rÙãÏý|«ßT˜9À qŽ>?¥p_òž“$jî©…œãñûÑZs^•Œøm’wä~þ´·O½ŽI<"¥p0 8·ÅÿHò\rRXpàwÉ¢¨YÆ’$q˜ˆuL'ü}êż3ƒ¥{g:…2¶¦°ªJ0ÀÆã½·Réæk&ÁE“|î+¤uK xÖT:‡Çšñm-©bè’;g9Å--¥ŠH¥ òv5îÞW$ʬ?>+ Ûãl\¡FÙãóÅ—Rq.Ã}û Òç¢H\«.£‘‡¿ÃãL[u¨^é@à ýqëEOGŽWÃ:øn2¸ûûÞ¦u(L„G`êá‡çÅQ±ëq3(™sòô¢œ°& ²'yäV3[O ÛS1ß^õ^+‹5*êT±üG9ÓŸú¢¯tØWCBèWO䜎+³ŽÚPÊr².—}ûmS’Y#ê #V1•Õ³ÏýQY˜ƒ6‡!Âã¶ÿ þ…ìa"kÈØ¦®ãÖ›Šx–S&wÕœ6ÃfŠo§Äé0%I ò;ÔÔ2LO€q€1“^îçTh\®¬“ÉÈ¢ž·Š%vm ¯Œ‚O;î*µÈþ„xˆG;Z/Y_Î?¼{çß9ü誖d4d…(;©Üçœ÷Z4ðˆc•pÞã·¥;m~“uü,03ñ¢¾\;«¡$ê ³ã8øü©c{¬]³†8'8϶Õï§àò{gQSГrÅÐç ·a½bÞ ‘™V'!òr1éLÞÌrUôdù±Ç®qE}¼ŽB«©`©ù4S±•IS&¡¾6¯1Í4o¤!|Û/ÿ )9DÅ×YÁÒ@8?@›¥«H¥ œóœ³ME6Œ¬KŒî}>‡š*L¡ ‘óÿ±6 Ù|Ïâ^ã±ý«ÒÝ ¹\ƒ!\–ìêŠðJG„“ÊÀò?,Š´‘!„ ª¦0IÛùæ§ÏrLÚc#'äzóEV¶_ê  WP<¡³÷ÅAëGRø˜ «œûªtVLAÃ+(9»cìQ_’,^bcò⿳åf·*4²¸Æ¥;.x>Ü×è› ¡*ÆÒhi Ù•»ñE^´6Ϲ6r<ÇVÙïñøW»UŽ%R²#9ö?x§ä\’F4“ÿ×·ßçE4’¬2ó.7üx\z×ÙgYp¸ò‚F6ôþ+ïMžTdÐŞNÇ=¿Z*×Mê KÈRmcƒÀØïíIJðxІT6ÇéX˜UÙIÑø²»Ž/Ò±ê<šp»)O³EPšÌ„Òŵ øÜû­Rpa`€9Q– 6#åYÔ¯˜o_·ÊŠóiL#>l)<ãŠNi’dÆ÷NÊ'H•‘ƒçß´S@«Â4¯âÜÜŠ÷ %uÙµ öçµ}šW‰|EÉ“8|óELšÎF˜É–‹eAaèqOtɊά nº`š£ ÔrYør³ žAß…µµ‘a$eûrÆœ*f‹2&­'f]³½}š_ ®†ÙF 3éûÑH\Å-¼ì ëBÚ‹7®jcÀ?©,²Æ•ŽHÉâ…¾Gô¸M É¢¶hR{YZTW©<þ•ñ­ô’ÒFÁQô?ëÞ“iXpXö!}E(ÙtlFe…½7ÁãõÍo¹Œh,ªw'Û½{7rh'Ã}#a€v úÑXY)†_20FW|•öøT›ëWŒÈu)Çszò·ßÔÈåv`3ålcWâ¸fžÚå4–Ù³¶ÿ·ß¥C±¤$ ƒ‚ÊH·íù×÷K[“áiQ¥»ó¾ÔWWg;O䯬lñLÆAb#Ü+)Á®’ ôx˜‘óXŸ­`ÂA•²ìáÕœQUú}î¨4Bpä|vÆß=ëÄ/g8xεϘûö¨ÝNÔ(m¨îF8ÿ_Z*ÇAº‘#°ÛðþUÖtKèG;3ௗ¿óSï9"A,`6|¹<+ª³˜©m×>^FØçô¦IÔ² `ƒ–ÎF?j›rëöÚ58Árph¯nËt›`¹Ò){Å&I0pqŸmc$s ª„tã*F9S¶7aKÅ¢Õ·©øÔƵV#¤à)ßç¬@єѨ®ä6=è«‘^€Œª»do÷üT˨“W€ F¸纄¶ –@Øb¹ãQLZ]€Ì¬+.2àzb¤ÉÚ†Y”¹ÀÒwϯ¢ÍlmÃ)ó.H=‰õ¢¨[Ʊé.sŽüŒóíUú%èžÔÛºé8·½rò+3¯'u=·¢¾ÞÛˆ’™Jq¿Ö«ôæšÛ€Ú·_>NqPmìmi)ùc ž~TTßÿn`€à4í¶«Ý"áBèB¼1ÎÀúÿª‰ÔDæ<*.qž9¢›´KjŠxªyÓ€kK»ˆ¢bTœ«ó®r÷¨Co§[Ë• ç·íE1~ŸÔYĪe;àíôõ¯v7‘4.Ž§Ë¸>¿/Zߤ̮±®Ÿ2¡;žùý(©i¤î c$†ÁÆþõÎõ»ˆUòb…ò Ï®*»<­ x´ÈpN7âŠñ »Ç:©¥˜òF6ö¨Óx“’’±WÀã¶j…Œ†ÝÄn5)ÁWûQV¢°ŠHÁ)‰3¹þEL’wK…¼Um±ÎÕE¦ÌJÑ»Nc·µõ¸„#}cPßõöÃ:¶ˆß|ìŠnÙ#¢èuÛ…;⊦¶ºcÕ²’A\++öe·Ö‘(äøŸÛš:œ"6  | ݬÁ£u¸br¤ú¯ËçIXK$WùLmÅÀçÒ§ô‰„jï’„`ü=sÿtW©ü6ÒÈ«Æ2}¿šûÕ!P ‘Dª7ÜŒï¾ÕÖXJ—NImv’vÅœm›s :€ Ž1\ÜÒ,.CƒC“ì}3_U@ÈÇmçžv;QKõIBG†ÊâR9'ŸæŸéSG(Õâ.£œžÄúñ^,Ö2ÚÃ6¼JŒþ´VvsI" ‡pÇo•Y†â4TˆÄ»‘üî)ùâfmhA8Àïü}ûQ^&Da(b%$î­Ï¹S…’Wš ¥X’mþ9õÆ+Ï Q×®r6±ÇT©$X®4죜탱šIo ÄÉ8V NJžôŒ2»#,îÑã`ÜŸ_ÊŠÚ¤xÊ6œ“‚qœä÷¥í.|-’@ ç?‘«*Óijhæ áIãcELê¯ms$(ÒFÙlf´žê9§ie°8؃^"é‰ ÀU#è¯Ç—VÊИϘàð¤d⺗Ì0o(ÁÇ<~•ý•4ÝÊSOø7ҊǦ,öóf)Ï|àsW-n#*‘Í®p{ãÓéMZ$п‘3«f,ÞžØþh®–Ò ãÕ\ã¸õŒ×fX!Ó©rqþê‚\< VñÀŒýh­EÂ\Ëä=ƒ gF[Áu.û0nAÝ·çýV’Þ™pF3ï±ûÍS¥yŠ–`7åyÒ·ð&2dà…;àþx©wwzeñÈårH |¨ª¿ÖÃo1]Yq܃Œ|½)È.M»ùÆ‚H~]©Kë‹v"EÿX|}úQ]U…ÚKlX\ˆß\ÎY:¢l¯¡¨·Ñ˜åf‰ˆ.>TS³ÜÄc ÇàÈ'o?-¡`[!wÈøýñXAwL)%ÈÇáý~´V1H¤ªI¶a[õH¡) åðHb1‚9ÍUÿÕ¨ 0§ÿÝN # ÌÇ/ŒìFüv©7ö :¤À¡˜î<»vùàW©m#–2È¢B+Ÿ_j*‰¸ñmÍÄ20##Ú¢u+A XÀÓÇ}ÿŠ‹Õzj\F|1¦dÜ©åE9my­pYÂá”{ R1»DcVwŽF0q«ê0,šãÂHIÕ²~gãEYé·),a¤ã|ð{mÍtVW‘çIö9<湞¯g%µÇŒ£!¶m8ŠÆà]£1„uÜaǵPŠâ%b€à÷Çjä:¨¸†å¥t¦Ÿ1]ûqEak7ˆÊ5 …Æâ©ŸK XlÛ—庼5ʊű©s¿×µPOÑëÔÄ©:w'ÛÞ‘B!rWIÎ×ßzB+“Ài†–Ûö¢´‘RáˆEø!‡?bÿvÌ(‹KÈ8'Šèì:” Ê.2IÏ#9ÿª+9:|ÃE.p@ß{×u3ÚêPK>2ÃÐíµS1<‘‰‚®r¹;gáÏz)ÞŸne" ¤ÉŒ0ÁúýïJ-þ‹•. žøÁÛçUúU´nª× á†ú³úw¢œ¸·Ó­P°j8â©Åýꔡa$ê*ããEy²žTµÓ)Ó äÓÚbþ–M\sæü½«ä÷¯áœ>NZïžyö¢ŽV\øb]†£ÜŽA©¢ÄZ0B•?ˆî vÇz“~‘DVDm‹`‚0Aý(­QÜ®û€XdgÓïÞˆ‹.¤”¾…B8$ùoq3é|’«åÈà{Ñ^/JÈÂKrœá€#¾ÄW-ÕmfŽáÖX„ˆàéV²ë-…. ËÙ4Tˆˆ‚%ω™€ß³JYÀÀ1YHO½qT£R÷¢â TòvííE)äq(PUضe?­T³u$m+4£ü ãß5J\…Ôc ldí“™¼é‚Uq¾ØÛ×Þ¬)’iÀÝsÏjñu¨2eX‚»oE#w#g*9|*P·0HZxÁ›ÚH¼jLlÛƒ‘ëE!w–ÖúÕÛ$C;çø¥db¡›,íÝïUú|±²JcÓ¥±ø¶ŠðdBøÎÀ7oäsJ\OáŸF¹cÛöjÜ6 @ÚwÎèO;Q_¦F”ë‡R«ãðûWmÓæ`'ÄMò@Áôù×|,ÖÝİ–TÙ·9Ûœ{v¢²XÒí¾a`u);wÿª¯ A«Œç@ŒU #-ý¹mðoŒv¢º+;ˆ…³Pùzg…x“Á•B³!òàï¾;§m()‰3~mëùÑSmؽÉdb¡ˆÈà©ôÿt´Vqø*¶àdÃ{ük¨ çÀÁn댇¿íEuv¦ßM¿™˜d©ïÛaT!†MÎqŒ Æ*5Ú¡¶)È8 ö¢¼Éª[ŒŸ)P› Ö ø‰áÜ•… n{*UuÈ'KŸ7r1÷ó¢®Ù\xÓN§B3Œä}+í½ÛÆþx$`s·¿*•w{¦? Œ‚ØpGqEXŽ}jMiŒñž>Å[²vðAý³”¶}}{ºypÊKn?J)Ï6UHH §mDñ¿¿½zkÇiüEr~~_¥ÓÙ¥ˆ$€·¡nããE+wÔ^6 àŽ0AϘVCýCBåô€­Z¶žKh‘‰.©ßVâŠÖӪɠ1 AÇ`jfá[1o6I?¿ßí^§xnÔ¤„ yáHoo¿QET‚îV™d·'Œ_ßõ®5ÞD•ãD2 dŒöÕÇu»uñ›TÊ«¸,sëüQ]GE»2ØPÛ¶{œÕN—"HÈêá]O˜g8? åºÔd!–-æŒä ½6àQU®CÈ]$`ߎÕvH¢g !ɉþ?Šà.•ç C/§¯~ôWɧg- Æ\• lž)°¾.X`„g‘ÛŸñ\íý‚M#n¹8_ñöúQYÛ,–óN¢Û98øWŽ£ ¤¶—ÊÛäg±©s@ï!P¾ ç}³E8ŸS§•ùoSö)KÙ£ÿÓDseLƒÈ&œ°fh°‹ýÕ8ÆKmERé·×Í"äåk•ëiýÐñ  ŒÃÛþêåŒòÁ_ ÷9Øc»QNØÆ®ÆpÁJÇcžÛw¨£S U]L««#Ÿ†*ýêÈèeÈlJ*™ŠmhÁ¤npÄŠÊ'–)üGm*ÙãükÕÝþlÂA«a©±…•ÜBf0ÈtÙYG€«w>"¼ #6v–/£šm«Ä'r7ö¢˜° XΰØè}éÖºU_DËo1÷µxäv Ì®;y¿ßZ+ïTEx°Âì»1«ÁDx±€ Ü“Ÿ¼Vð<ñGˆH1äjÛs¢¤¹auXÔ: •-éHu°ˆ¤+6ŒçÓáTPP…t’AÓØóEg"$Á¤Ôñ¹Ûý~•Çõ9çK¦M&=óéz³Òî]†¤É%qŒ|è¤om‹Þ ¸‹~~ýë5¿Ï…!FÕÄÅ_±™¦Žd–#¸ç8¢¾ÚG ”’»o¶w:é:UÔr ‚7QþG#ÜSÖ¶1ÿMœ¶ÁF9¢©YMèF€ ò˜¯=M‹î®F[P–EesfÂCá†mòv;zÑS:…³³É¬‡#b[¿zçî]Ì…˜(flñ=Ž]Q‡RÇ$c…2(§oíÉ¥qþ ¼ü>ûÔ»ëÀàC+Óœ2öϵSèr‰×Âñõç'Z+ò_PRãDàéó2í’1_Ò Ãã³T.ë·ÏÓÒ»ávÆäÀÙðÀRp¿/z)Y&þ¢/ —I$“ó§mçñË+aá´ñŠ×Xc¨jP ;m¾þÔQg(ŽÒ_HÎzÓ71[+â!7¯c]«âÌÚÄ…XéÈ,¥ó\[J‰7‚ù$€I¯1£ZÈ®]Xm±c±øzUËR·v~9mL êÏ$wïEVé÷þ™Ô¦¬iÈÔ£ÓoSŠo a`—ðŽç#?½--ªNçÃu*Hç`FsÈÚŠf §‰La“|`‘Èý=ªÄøH±ÊìÄïÜoŽ*bE ã s¾F>÷¢½;ÿQ#*çZ¹Øm½.’葊)Üjãj~Ò`c“#‘ßÞŠY¯tgÆ Z6'9ßÞÔÄr¤ÁeW6 ØØ8ý©Ñ#ÝC¦0vÛóÛ•A.bº‰d‡ ¹äàoŽ2;µÆ&µhÉTFçnß:ô-ŽXê²®ØÉ#sEQé×¢?þFLÙ—·Ê¦¿MG‡R0Wü[“¶ß–*G_µ™ãñ˜£ àcr¹<¿:+§µ›Ç‹9ӌڑ¿µº³š7´¾7P;úûŠäºüSÀ<À¸;åEPuY]”’§·ÎÕ°½¹þ 9I6ûWó‹»„…Š”8…c¿?êŠê_ Ì‹ u+cªµö˜Ùкೃ·­C½D™æTb2œ1ä­å¯ª‹i9Î5±½Šì¬Ë‘¥´²°þ½© IR'>+Wذäz)Û)]@œ°Ü’N7ëñ¬ú¥ÊÛÆÂköÆ0~ÅPŠÚ4e™TéÏáÛÓ·UIÂ8Q€„àqÞ¹.£¢[•–"@Ï›m‡ýU{@¥KH ÕèÞ´Uk;ôO£ªù•+s¦9ÔîŒã;â–GÜI%N£··åEmo,¬ñÉ¥‡+€Gç^LpOr†2FA”V—3[< ¢0Ûœ‚sïR/î£üFWài8Èozû —ˆHœÈÕ¨d|(©ÑÊ­âe4ªêû?zç:“$®ÃŽ[8?Çó_-l㲺W~C`¶qš+ñò¸ #2R+û ªÑH¾4xm±ßë]'R22I<*ùäg謕ጲË.rxØÿÿM1ÂÇ•OÖ‘é—²M:‰t˜²sŸ‡R†èÛÂã$+qƒœWËèÛú*þ ¾>5noéPñ’F>_o¿Z++9ctx¥×'l/Þ*t×wѳFÎË ¾Íðª1¸Ð3(;°ÈÈ¢©[È£8's’àÖý3«JLŽÍ‰9Àûþ+9 ÀÇ\»sóøwS±Þÿp“Ì„{äzSé!¸G—F‘UâòUdBÌ \Œn>óE_°êìÖ̱K†ü[÷ÉÇå^íä•a1¹ÈÿäÞ¡õmq+•Œ»0Æä÷抡ew$èò1"MXÝr JðM*/ŠÙ0¥OlýþÕªø‹€¡B É÷9ôú}hª6×r‰$a·ówÛÚ¾BóA¥4-$ŒüA&)N¿2íÙ”g#ÓïÚŠùÖ"g"‚ßc°8ïÅo5±Œê‹v'u'ÛÞºŽ•qôŤe,Iàš+.$ð˜2ã*CnzÂɦ·‘ÁSæõb>ûÓ#ûÐT37ÆÌ¾ŸQOÙÍm Ôw#µR¶…žTÒÄê\íÎ~>Õ&æB€«hù#|qÅÙX]LH²å¾ûúvÍoshdr²I²úo·Â£_ÚÆ±0ˆŽN{sÞŠy…u³ÉRyÍ+qo ƒ-‡Ç—ŒgjþIÿ.°{x–DQ ÷RwûúQMZ\K(Ki‚çŽÃçJtÈÂ<†C§•ÔwÓƒÇÆ¸û˜€u çòïðúQ^¥E²bêÇŽÇŠ^ü=”Í*Áˆ8¿Ò¾¿€öÇF¥íÛŽû÷¢¶‚ùd½Ðúޱ‚¹ÛÖ¼I(º@²˜lAü'Ÿ¥}±½„²¨ff`w#ëEQ±»‰îcˆã$ÿØŠ™p`BbQªcœj8Ï¥isÔL`"6•õQ¿±¢¬ˆäÖc†PŽ9ÛÓ?*™vYG ùÎ2ÙÁûÍzé7±ÌÌ%vÔ¿åë“Üw¢•˜²‰QÁ@}Ç—Ä&Sb0WùÏ&žºf{‚Èlàv? ÑOôbër[Vã8'×ô¯’0t‘m'8;}½)µtÈÁ˜œ1±øüÇÖŠ½$ÅÓ))WÆX6ǵŸT2£+¡Ìgl’6÷ú׌ĪC9R n1ŽÔTÉ/%t.ª£m,9ÇsQ:œÈnN¢+‘¥²=>Tärƒý‚Ù èûíE-Ô/&þœ2?$êããYØÞʇ“:[I$þ¿Jé?ã¦/‰W(£cŽ3ß½Ib»V:ÈF g¿âµê}J ¤K)*¤lpOÏÒ»[I”DÞP›ÐÑ_Iãe3x`c+ëî*EÝúÆ„~1¹{ÓpÜܭ¡` HÏÈ×SÓc%#‘)|ãÐOæRŠŠÈ<ûíQºµÏõFM:FIÉöª“ÛieB€9ã4R‰s)øþÕÉ^^4~*° sI”’h˜MÓ€qÀíò¢¿ \ÝE rû¨\€I#¶}+ôÑ2M$2G•À+Æ~sJ\‚’…Ç›; *Uû™"cÀ¡:™yßï·µoogHÒ® ©ß9ØTùm¢œHž2¥Nøm³õ¢§I!5; à‚6Å5¬S³d \ã+œúg×ãV:t°<,þ!Œ²á€9Àý³E!m4ÖÓ¶•}^€B£õá8P »éNtçÐŽË&‚ÙU9ÎwÏ?**Ôê! $.ÞÛÿ"Êx BFã$ñš~îhž#¥£78äüé{h<9…ÒœŽß~ôUvxŒ%Ý „0Õù s}(|Ê£I¾‚‹kˆã¸‘gÆŒ÷¢–‹úxœ0,º¶Á#Rïšø÷HßÛÓ‚Ìy³ŽôßJê¯ýJpú™3Žß|ÑMØA.a‡mµ1ÒïÒ)Ö&ßlÈôÿU¥íÊ…“(ÙÔt.¯®þ”U{[ß ý*TŽHx6ç8g·;m^|<0\ó œE6.¼z³6uw÷÷©ÏpÒ0Ô îp7­}EÐs!ÒÈñÎ(ªÐu7Dl 4ê ŒúV7±Låd€ y‚î~•k W®Ù,FGpvýh«‚>¤Š\©“9'5ælɇEò‘±Ï­6÷W ‡ÐšXvÈ þôS0«X´¦3˜Î=À M{†íˆ,c$ywÛ8ã5éžKÕÀ@ž¤ †>¸¢ž[æpƱÿ‰Ù‡oΰ–q+¶ ”lroozFâíØ¹QÈÎ2?z+˜œ«\)#pÆGƧÝÍ©5£h`N@mýûVö¨pœ?;míEAº2H̯‘¨Áô©SÞ˜_ ćç'¿#ÖÇ®Q!.N³ÿ‰î>>´R¦hí Œþ&Ám†ß —Ôîdd˜0|4ñŽõÖØÝ™Ôˆ‹e·*N íµ·OdºFÒêØÛï’Bî8YV=jFêÛåV:mÌžGLê)'`~4W…Lá¹ðÙIHÛå½÷±5ç„‘s¶Ç#‘úÕ; 7ŠIG#<úbŠô'žiš7Q"Ž mŽøÍR‚ø\?ˆ$Ç›ðwìk®éŒ$2F‘œ^Ã?*+ìwR3µ«G8'X_Mnγ,˜ÀøWB,¤á5(¸Ü®þ”V2›˜®âb)]ç\ÿ^`G‰åp=9ÇåJèVf…ŸCƒý(¯Ê÷6«ýÔDÐBx¯ÒºdeFs—ÕŒžTdoÿU½ÌWHÑjMm€§_¥Ï^‰"¹M*V@ÇËÙ‡¥S°UÒ‰™†IlÒ¾G “\BInÿÏßµ­ÐâU:X€4üýëßPŽ;]Xg]¼Ù­ììÚä©Ô¾_0ÛRpê’A*€Æ7íR:Š m´E€:@Ûzúc,A…°s¾Ù½A¢¾Ä4£2’è1•ÇÕrlÑ¥ØháØsŒV“Ç<ÊÑ œ•b6=è¦ã$ÂdŽUÀ9Û ñßÖ¨=Èœ„Fó1ÃóÞ£Ü@-á†,xŒgóÞŠ÷aÔ.-nIÎ…f‘Æ=Ý}K›˜¥lÈÙ+±ƒšN5Š`êêCŽüü(®ŠÕÚD2 ªã+ǯËÒžéÒLúTÈ ëñøÒo FY@`Ì|¬yãëÚŠéº-âȉ¦},ãá]] &ìÜŽsé^­ XŸT 9nÃûÑW¢¼ŽPÑɶ=89ûãÚ”šhÞP[ 99õî)¯kI‚ø¢¾J$1–LhPTRM6/|ަOoo…!ÓäŠÒ}3‡ÉlÃýQ[tñp_ÈÊsÊûf©XørN8 v>m³ð§zœ±KI¤g9ÿtS3b%bÄ&2¹?žÆ¬A,ðIâø‹¶à6ùõîâ›Áf Ê6eõíÛåE2UÍçÜûýûÓëx˜!Üdá†ÜŸC÷é^SYmÚ Yd$°üÍýÙI#Œ¡þd;üè·IyL‡C ŒcÛÚ¸ÿùm”MŽǧ·~(ª³»C: Ižù?b—¼°Ôï0 Œg9ÛéðÁ\ô©¨/ʶ@u÷õUVuyãU _)ì;Ô÷‚;ˆÊ·†¬2pW»~T’ôË 1"çFqŽÛQSú¢Î’9„‡°3\·\é“Û¶¨ƒxLw|ëH­Å©© æV#ù¢˜é÷©rÑÅ*œ®7#o…D7­7Žår4®£ßãðï[V)Ûü”>4UÈn¤YÌJH˸žÕUg`âB6ÜûçŠÒ+uðˉ Vÿw¢«K$Í…,©‚;ŸÅð÷¢[Ä€ƒ.cb;¿ïK@‘Û&¥]cpH;ûŠ+ÇOy!˜x¬;n=±X¸„¢@Ú6ÿýcÚ˜ ã²É*˱ÅE¯¤åŽç#¹õ;Tû—2+¼%3¸ß××þ«$éÒ‡ñR6Êÿä9÷¢êwQËt€@ǯ#ù¤¦ŽybUeRa‚ßïV:KfS"éÔ1’1ƒïEF½”I»ÇwÔËÛç@ÉÉí]¿D–Ú(„¾•—?þ¾VVÉHñƒ€G<þÔ—RYN @Ç™@;Õ¨b†VY‘²ÉÁlmõ¢ŸŽD–% ú%Û ž§·z„÷ÇÆó•Ö£s‚¸5NØ<([#~ädïžß¥êHæ†CrX€N’={f¨tû¶¢š5b¬0CnØ®—¥dDΦP;üè¯qDVeœH?úŸ_—¯jvòö9•r7Lóüë±éf ê+–Æy;}þ´VÅžTOEgÛÒ¹þ£$˩ռ1¶¡XºøW YFŸñlQ_šk‰fhæp5ñåägzý=Ó?÷1¸fr§>_¾8®³«ôÕ‰ ø·ÎôR÷°¨ ¹}mø‰$üGÒ¨Y°ƒdÉ)œ“‘KKqÊ@"T œœ÷ÞŠNõí̆ §ð1Jz+ØoXJ²ƒ¾ø¯7?ÔÇVÛíöh¤n;{•hÿÈ JFÇ<ÖR4Š(ãBlÛw±ëõ¤läÊ >yÈÈç'絢˱em,ÛasñÏßzåú¿NÒåbÎxã$ªbæ]*YŽ#fÎsïE}­§c2®£äaî3J<’ѸRÃöÎÕêX®n41çl•ÞŠÌN–øfRÊÜämê?zrHµÇY—c¾+4…%¹›q:NÏÛj)»;†”¢Æî˜ås‚7ØoùRÿÕ5¾¼08ßuÇ®>F‹› rFͧ9P0qþ\QWmüXÐË« š‡§Ëj³èÊ.ce q‘˜|+9be¶×Œ«y²£ú*¼ÎÉ»ùs‡ÕÏzÞë[HLèoC¾)1gýD+,z²# ùÑVl¥»O.½‰Ç›‚÷¬à„Œˆ—'±mÎ==†ôÇK·Â°ó.9ßåER‰äŠMHÀjüCVë·aWmah× €NÛƒP:ÇN¸]Ô¸ðO`~ÔW¹®hd-¬2ìûªÖ(’ܢʪ‚o·c\½éšÚ÷Â'JçmòÌ=h¤ím˜”™\äöãQsféÊ0FüWÔ¶"P)¾–ÁŸÞ(®‡£È¡¢HÉ#psÅ7ÒÚFÌW ¥YH÷øÖ=Vͦ¶ðÛrAÉœñEu+kãÆÑÈÊ_PaïûÓ!ãSáȤ `]Èã½H¶é³‘¸SßS¾ÂÙ\(iT`“Üzü©+¨!ŽáH“•¶ù S¨tÐÄ+@U›ÊKp7ÛïÞŠÊ8°Æ]ÔöãêgY…X„Ja’wü¸Ûô¨×]=àž&1¸‘sEfêÐËã*è{.F=kŒÿ’t¸É á†Fä{ã?ZÅ-Øê0RI±ßÓÓš*…«©ÄˆX”®}vúW)}µŠO å²A9ÏÞk!àFãÏ"€tþ/ÊŠm¯X£’"¦OŸ$÷Q.$7QÄ’…§IÂç??ZsÿLŽxd££“Ïj)ˆo¼P5•\ÞPHùïXº°%¶ÈÛO¯çK/M–þà:”pÛ;bŠbgeW,œì9ûùׂÐC3NÞ)Lcä÷ùÖvÒÍê‚4¦8ç8¨¯7}>F,ã(K§~]ë+¾¡*Ñee7lU„²[˜ zÈÉmÉ¢‘¸²• ÕÂéóO¯åSzµüo(IÔg*<ãÛáþ©ëDž8’¤F1¡Á__ÞŠœáŒèªÌ£‚j=åñ𜶟QŽv'Ÿ~*ÕƒIx.À“°ì ¢ž´fñF™N°Hmö=ó¿ýW;rDŽÒ(ur|ØßÚ»…wq«K¤6zcš*ˤŠþ"±1ºùIÁÈÀ­­.Ú(ŠÆÂäiaÍt6×pÙŽXê âŠÒÝ”hA’|  æ±[©ÕË(+§ÕŽßèúwRŒïæ\a—j*}Ôâ)Z0(ÙønÆ´[ƒ#x2$’0O·?™­î.RvS¨kΕ ÷E~AŽw1¢¶2 ã‘ê+õB„ý±• êÆ7à×ô ¼Óî mcgÒ6>ôS‘Æ—p"Ò GÌïñýiélÛÅ$ÉËÊóõí[ ôêUÒ6Õ°ùdT›û ¨R(Ãgr6ý?Õe'O’Ü—ˆ‡-’OïÅIêñ"N±…R¤ù¶ãìÑJ¬Fxu¬Ž$׺ËöúÒ«®[Ô†ÎþõæËÂÀ$Œœ¯qó¢—‘di–"Ú w4ÃFYI‘RB3œlH¥/`šKPиÆ=¹ÛãEyŠ)•´0Ý[lò9ãéH_ÚÃ-±™QCdá´œ}ÿ5úU óo@j)›”HÓøœo‘Œü1Qä²qð™Ô“‚º6ûⱂHfÛ;[<ŒQKÚ™-îWP v#q¿¿½f½?ÆÌGÌÀ‚ ß;gåTnDdxªŠFÅG4W[ÒfWEÔ¬¼Øàí¾ßÍ}ÍLJ@‡|í½KtyCŒm£9È¢¯FcÐHbÃü<¼ýïšè-gkáJœ­ŸOõX$ @¦“Ë(Àî~´Un•pQ¨v<ŽxíMë2jÔ>þýëb”)l¹Ê’õUYmC¡1€ªßˆ1Àœ}MU4[”*N2W¼%îáit·ïE,Œ  VÒ¬ ïOØ5´®4ª|×#׺2<„…bèvÈãïÞŠ§ie­T6kÃŒò*Ô®±­‹‚¸m»T‹Î›

WoM$ð•I)qÈnÞõë¨[(Ô…‹HNÛoì(®Ÿ¤:3£Ç)Ç•õlGñIõEVËå”m¾>ÜÔÈ¢gHÎÙß½]|9‰P9Ã×zæúœ+ÆYP®uzUqm,PDÈHR3>ö¢–ê4ɲC•R ª‘ßÓãHu30„¬Ž4î€Î=6íL[Ù¥ÄCû©æÜ`§ÊŠã dŠhÜoÈ\äúT— †RîÈ£-­v"­Øt·g&MCNœlGcE â1Ë€™n)8J3Xì8Ïqñª–A#”ÂKvÆ õ¢©ôû¨¦]pFTg±ôøW¦HcÂ’ÊÇПZ¸öd*È„Œc?ÿ:+[ˆÏ‹‘¥¿È‚w¥˜ãʵcj—õf-Q’Ò ÿþFE6Tþî’ëâgYâˆ# ÙV©ü@wÛõ»4ñFÅÎÛ$mŠ+ò”°“pècæÁÛßô¯ÖÖCÀ•Ñ€éÔØä…nHm®ðê‰8ÆwÎqE]°±EE@„+‚ÇßYd%]¡0GöÎúxï^'±’Õ‚d¹Í·PÚ7T~ oŸzø·Jt4šq‘ŸEøV1ž_0Xé$çß4W1ÔÂ5 *ùÒt€rûûíY½¬ir@!ðǛ¿5"kRRHÚ=2«r0qü{ÑIÝ2E3"“Þµ{EiÒ# êPGß­*lÇ‚uªè;¶sŒü¨­åšEŽ) cÃ'ŸòìkÄֱNjiA"Q‚Fvãoj’½>#(à s¹ÞŠYﮕ÷Uð &âÖ[2ĸÒG®ä|zÝ`x' ®¬ jùsE;Ó¢[¤wdç!ŽÝ½s[Á *¤xVo1ßvõ­¿¦G€ª¿‡¿N;nEo¤m#œ‘²‚qŒV—½>-A„jòð3‚~¿ Il‰8hT:äŠè- ¢Ñ&H±¤{TĆAxÈ’ŒÙ#ROjuHâ¯ÆFwy¢©ô켨ç:µòNAÍ?¢ÄžcðkÉÀ?Í|µV’oÃËc`xçò¢«Ô¥¤QÈ<)‰r9=ûVª,‚VR[Ê2?ÏÖŠ­Ð®^"Éþ Ù,;}Š^{'K¢¢-#vö¥.-¢yÑáÔ#Æ,Q]3h%%ç$ÿ4ÉŠ7ˆ+Òªä ç¿çZ½²‹…@q¸Ï'ÖŠ«Ñ/‡‰ý<¨Ìi]°=êj+>&¯‰ÜV ¹ÎTe½ÅöÄ€ë€ l§:Fq±Wl[V•*›n;ñP¸BîûíEm<7_Ô…Á—Nãš³f3‰2ûüÿ¤qÍmý©@em² Ekgs‚LÒF21’6;ïœS ˜ÎžHÎÆ•êV wšÔjp4œ~TU ¦rüâq€Tì+9ú;ÆÑ6Iàƒž{Qáé27ùÁÇ4SÖ=ÆñŸ 9(v#ïö¯SZÏ»«ä«cZó`%·º„ä’0<¹õ~”UuéßÛÁ:X€[‘\ïUéÇId,r{ŸJ¯5ˆþ!„‰›mßïz)Î+iðäeÊ ÎÇýÔá• rEàƒ¾;~õ”½+Å\bEóŸCíES–Ý1•c«b|¿{W=Õ­F²z—Ô:s„‘ÕAF.uqïEL=55K£QÌdŒöøçî-p º[|þ!ô¦-GŠ5‡†ARÝNÛŠ)û7QŒjÜaupqYÍ Gа8ÛWÞûÖw1Éo#዆Æã=¿ŽÔW –ÆMʤñ'o†ÿJȆF 2P79ì;UžŸr¬â7‹Q_’.dGPštœvÈäW븰.«m†3ðW÷ÛtxŒI–ˆdØQJ-êÛ6 ¤±¶7«}(F³,o±ü'¾ã׊d\L€Çp9S‡ð;QNOxX¶÷è"ÐÆc$jØ…í^á’Wƒ`<„ƒÎ?Š*uå÷ô¶ Hä‘’I?ê¦õHD®=±¿|Ö—l¦!0|0S¾7w¢¦Ï4wv¸f(sÆO°4¥Å±uXÙŽ’¾\äÔ™NJç9š*eÄoU@È#Ón>u›DE¸uW*ç}°q¶>Uå@’ £>Rh¬Y^C•6ß󰬣þ¬={sRo–LŒ ,§9$çŠ(´‘W ³nW×¶~4í´g Øå·Æv¬í<}LŒPÙ-éÇÊŠ¥g~N;É8ä|Hªl¯[°ÀÛmóÆ*ì0¤¶áô.Øøö¢­ÙßH)@?ñ}G·qHMlöäªD¬AÁ:Fû û,b²*æ1æÏr¯åô¢ºn˜é,JŽK’2 Ž6ߟҥ_!b¥K–çØ}œR…ã’94i.§#XÆíEX…‡ˆ˜,ä¾þt³›ˆ¦ñðC(?~‚¦ø¨ÃÌŠ4œ~ÞüQVlfWÆìIÆß‡éVzLì—BEl l çõ©ÝQd¥‚·`Ißë÷Íèi0²—ó)ßÅü×TÒ+ÆúIÔFFž3ê=*DH`»1䓵›ºGs!#ñ‘ƒÜšÒ6ðÕX»k_BH"¼¤Šž(™¼¯¿ÆŠie' e‘pG›ðÕ; «+ 2W9õ¯On¾òÄd ç°øÑVú}Ü©$ru]øàì{Ów- ³¬Nr<£Ðç½cuÓšG€AÇ¿ñEtV—!ãf:µçc“ù{W3Ö'¸I‚²…ÙÆO›Ö¶¶Wx]$Ê:®<ãƒ÷úÑ_#v7˜ü›3±Ïj–².¥bF{í^FÑ–lø€ã¾÷¢­C‚±È§Í©#õ©SÜE­Õ‚–CñÅYÂÁ‘È*WÊ0?O¬7 WDÒH[ðà~Æ¢\ŸåÂ&¨Ûñ©L×9yÐWCKÛ'¶>ý(¯e$ó–gd 9Øûñ\ÿSŠ;WÄcá½6¨w=.XC²#p=6¢½[ÝIl¨îr¨tãÓa¿éR滎2ÚNT(ç?½cÓm`’6I‰#uí¶ÂŠvÇ«Dói`Péaé·½}ÚHUŽ ;1ßÛç^ºŸL‰%Œ¨Ê°Ô ýš)Ź•eӆ‚C;Š›ÖÂ¥ãL”Rž ößÞ¦G(W_ A(:wûæŠö²8—YBW’3œzÒ¹ëÓ3u •À ¹ûúS&ËHò •<íí½»Zø“ ÕÛ {vÞ¹Û³BÑÆí¬äíßò­®:nIž9È`ñ÷¾h©]\2#¨Øä|*-ç‹C鱦:Z4.Ë7‚1¾rqéõ¢ Ü<¡ÙK¢²Œœ sµI™˜P ';ZÛ©@eœ,$wÂŒo÷Š+{þ:$ÈtëÕ¨Ï5ã¢9}¿ZôQ£DÀÔFêIä­·¢¿¯ˆºßB²®X°'Šý Ð32¶pGÊ¿AY4‹?…,¥Xã×ïÚŠZæôÏ AÀù‹60sÍiÒ.š)ÌNžÀ•äzÓ’ÔIFÆ3é½L…d•ßl}æ¦_ê‚xÊê ŸÂGQ]IxlÚŸNwßï÷Þ½\ÀMª˜€Ü6n1ó¬8^ÈVF9Ø}çïÖŠ§iv0ö²1ÕŒŽqê)~™ ‹‡Òù œÊ“ž)¤¶ðÚ0¡}oz)”êN‡Â2jÀ?tVòL§Âד_j’¶Úß ài¾ÿz(»¼c,AŠø`‚0yÿ¼S>,ñ2«Œ8;ükÌvj“´oUÆ|}¹¢®tco(CÃrÙÛïšm&:¤'Qà·×ïšð G$‰B©ÉíƒûqùQU,ÄFo‘ ò¡ÇξO|Ð[¾…S§·sÿB›ŽâYáUd §óª*Õ³IšYK&7ÅKŸ¨S†aº³øã5‹Æ%AnÇQ,pÇ}ß4U3UR c úmÇߥEšuXÆ· ƒ§Ë¶))áh\GCX`¯Lr(§ìdxJ.C¯o\T»«ˆÒpªÅ¹Þ¼ eŽb® é “]éáñ¯\h¿¨ØûŠÅ£1m¹,AÆr¯µÇ‰ãÆÌ±ŸñúQTía  ) 2“¶ýÿÕK»OP’"†'$ ú׋¸ãq©Ò7ö#ïÞŠÂöÎÔ¡µœsŒïPo,P\°6¢qÿçÛïÖ¹ÈìGõÚÌœ·¦?îŠpe;£ C?ŸÏjö!H]IØäþuZ[X^Ò"ȺˆmªŠi:«’’IÊnÊwÈÉ©÷ÈìÒk…#'aX dc¾? #ÚŠ§T…£CÀÃ#:Gƹî¡`21òê:ûí_'±ŠWB6 ‚Ûz*Šu+x`r¬O qŸâ¹Û”Ž †]-HüC×ô¬Ѥ…õ8Lÿ*)K¹–ðnW;méYMzÂÈâEß4Oj†a(9‚ûÚŠ€S,à4xòã?W/ bÊHe$œÑk±\+4z×V ÛýQZEtÊÂð7ÈÃp)Gl(Òq¹õ#šÊGá£U !àŽ ù ïÙƒ@ •pFËÈßoZýÃlDvl³)][éÆ~ÿJþûÔíθÕIälGÖŠs””4ˆB°»û~”„ed‘‚«Ôp_Œžj§üvÝÔ•’:uÄ=(¯P_,!ƒ `–\Žj´ ˆ|+œ˜ÛÂ㘽‰"‰Ýœ.?ýJ*¥TW 2¦Nœ Èö¬ÉÒø@Ä&ú—dýúW3sv…ÄLÚ#ç-Î3ǵêêݯ´>ñôœùMUÅk ¡v+ž>œÖ2\$³:Å ×À#qš)K•‘5 QµÄ6=›'þ©{Q7ŠbeË‘Áœ°%"e‘s“Û#ïTÉN¹W ¥sÊÌúWÙíżÌJ Œa€È½_)Kxšl ãŒü7¢½[]IlŒ¥µ+6œv¬£&iÅÀaƒìhgŽéió¶ÔW‰"-,I‘“ÇëYO/‡"­¶A Gœîy¬úy0®2AOo}¾?Œq vŒƒØçã…yCÛ²±?È_\ShîÒx%†ÍÈýhªÝ.ùÌ `ç;Ök2—%2ªv$oÅmvÑh¦Rœü øQ]5º™L.rFÛÛs^%¶™“TH$ŽAæ§Mmk€Áã~óEUµy#™Î­Øù³¾vûÛÚ½Z#Ä¡ i+Ÿ@++MHÀ²G J+]~”\I ž7ý«k{© ”a‰<…"™êé(V ¶ãœÑ^¯%™ÙP 4xÐGΫ›¨Ú o‡‘†à ±ëIžÙÄ›+Æ«¾9ÈïEUè“È…Y,Ço|RÐ_˜™‘Ê4xÈa_géI"¤¨?¾ÃÖŠê¬Ì¾0hÙH(NGáJ]\ÛÈþˆ ©ÀÛ·Þ)è,ÑTéu8ÆvÑW y[•ÔžmÇ;R³Z.Ťêywõ©ãÿlX•8Áãž=þ4UÈfiíÌrÂà ±í\Ïü‚B\G88#œw¤îUæU›(Ù%{mûzQLYÜBŒˆ’lSádpÆW@Qp¥qöqÅ)$Ò™–)‚…'œ`ÁSwªYVXðq]ÉÞ˜ð̉c_=ÇØ¦î¢Œ˜—N¨˜[÷Š+;9äiÔʾhÈÞŸ/…"ŠÆr%;.ÊqôùV÷½3]ºiÊH7\ üÑTÌQŒŠXçf{RrZ]«G:yÞ§ÞZQ#ÄÞ Ø²ÑI^ÂM˜• þ¹¥.ç)¡$ù€öÍ+ º™GŒ|ÙËdã??Z*RɦçP'V¬÷Ú”ª¹uc’{{Ó–2)#gó ¹cŸ]¨¦:uÒ<Š®i$©SëIõ)ôÛŒ¤‚yv§n,íü €áxc¸æŠ~ñÞ&pÍ©͑޹Ù-#¸È‘XÉÊ“Üf¡õ”ÿÒ°Œ¤ƒå;íß󢱆9R?"”ç»T«¾™*¬Ž€dì ß#Þ±µéÑÜZbQ–_)óYáŠêd ($à6ØôøW7Ôã*I`®xÎÕ„0MnÞ!Fta¹¶ïE'¶™¥-Pã ¾ŸÅIÒ# KŽÍÎ?‘Sz¼ ò—DdP0AϵøªÞáRâA¨Kmú~uûÖK'kFIYr ±ÁëôŠX5ݘ$2•<ŸOõŠ++›˜&ÂÂËä ylTIJð7†p Ç ö?µcFÑ4ü9XdãÓ;ÑX]ÅPð±;eÔíò>”Ôvà"ùX†'WáôøT»Ùe…²Ž¢uûÒŠóm0ˆ€FaÕðƶӉJ¹S}ýêEü^$J˪7ÕœžÿdÑTíú¬[øEœ—ÿ•V·(#Õ ³!ùæh²¦RÊ$ ÛÖŠÒ£tñÆî‰¤`ÃÖ¶’Ö1^¹ãW§?­kúŠÍÉŒïˆßøÅQUUgdéÍ `ÆGX˜ÙxÛÐÞ½8Û–ÉðòXq·ú¢‘i %C8ïR.£²2¨pŠ?søÅa†Qˆ™ÉRyùü(¬–F •ô5•ÕºÍR$‹©,¤y/:J&WRÀ€Ný±E9—BΧ}ò§…*"#Y">lᔉ§:\ä# ƒ­µdvù}úÑD0\DåŠ1U'ÿúüëFk äi”ƒëŸz§pž0>œÖ:fI q®aq¨Rt“¶÷Í3PNÈΡÝp ±Ûj)o=´ˆà‚0Gj„K.„€›;ìi»ž d1co+_CÖŠê:÷„ÂÞl„ÿ‘·§ÃÊ–»x¼™ÔÛàljkÀ±.³߈œúQ]ߣÛ)V'ÌCI5Ì›F’0RÚÃsò¤®,✌7É8Æj*Çü~á„Â-,Ø\’p6ãëÅJëBI¡Vc©•ެŒ7ÿºyjö.ÜfÆÃe×ÞŠ°URbaÔ#; —®2t. Ò÷ïò©ÝFiÜqø8"Šy¤mµÖË;þ/Ò¶všUeÑAÉøÓ¶² µXÌ ¸Ûq±ûýè¤Sy‚*˜#ãüÒ×BIÊ3( üLcoqéU-!•ž4C€WpwÅÜþi•°9W8ïšNî{c¢(CguϯҶÅ11º…eÉŽF(­¦šy3¾ÃÇíQ'”@¥”>Í·˜`ES¤‰,Š˜Õ‡;o ÷¥FÐ4–Ú£ÎrW¿zÒÅŨñ—Œp§ŒW<ýá•Á—' sÆôUH":!}©Gk> startxref 38337 %%EOF ruby-prawn-2.4.0.orig/manual/outline/0000755000000000000000000000000013772706672016235 5ustar rootrootruby-prawn-2.4.0.orig/manual/outline/add_subsection_to.rb0000644000000000000000000000372713772706672022263 0ustar rootroot# frozen_string_literal: true # We have already seen how to define an outline tree sequentially. # # If you'd like to add nodes to the middle of an outline tree the # add_subsection_to may help you. # # It allows you to insert sections to the outline tree at any point. Just # provide the title of the parent section, the # position you want the new subsection to be inserted # :first or :last (defaults to :last) # and a block to declare the subsection. # # The add_subsection_to block doesn't necessarily create new # sections, it may also create new pages. # # If the parent title provided is the title of a page. The page will be # converted into a section to receive the subsection created. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # First we create 10 pages and some default outline (1..10).each do |index| text "Page #{index}" start_new_page end outline.define do section('Section 1', destination: 1) do page title: 'Page 2', destination: 2 page title: 'Page 3', destination: 3 end end # Now we will start adding nodes to the previous outline outline.add_subsection_to('Section 1', :first) do outline.section('Added later - first position') do outline.page title: 'Page 4', destination: 4 outline.page title: 'Page 5', destination: 5 end end outline.add_subsection_to('Section 1') do outline.page title: 'Added later - last position', destination: 6 end outline.add_subsection_to('Added later - first position') do outline.page title: 'Another page added later', destination: 7 end # The title provided is for a page which will be converted into a section outline.add_subsection_to('Page 3') do outline.page title: 'Last page added', destination: 8 end end ruby-prawn-2.4.0.orig/manual/outline/insert_section_after.rb0000644000000000000000000000247013772706672022776 0ustar rootroot# frozen_string_literal: true # Another way to insert nodes into an existing outline is the # insert_section_after method. # # It accepts the title of the node that the new section will go after and a # block declaring the new section. # # As is the case with add_subsection_to the section added # doesn't need to be a section, it may be just a page. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # First we create 10 pages and some default outline (1..10).each do |index| text "Page #{index}" start_new_page end outline.define do section('Section 1', destination: 1) do page title: 'Page 2', destination: 2 page title: 'Page 3', destination: 3 end end # Now we will start adding nodes to the previous outline outline.insert_section_after('Page 2') do outline.section('Section after Page 2') do outline.page title: 'Page 4', destination: 4 end end outline.insert_section_after('Section 1') do outline.section('Section after Section 1') do outline.page title: 'Page 5', destination: 5 end end # Adding just a page outline.insert_section_after('Page 3') do outline.page title: 'Page after Page 3', destination: 6 end end ruby-prawn-2.4.0.orig/manual/outline/outline.rb0000644000000000000000000000154213772706672020243 0ustar rootroot# frozen_string_literal: true # Examples for defining the document outline. require_relative '../example_helper' Prawn::ManualBuilder::Example.generate('outline.pdf', page_size: 'FOLIO') do package 'outline' do |p| p.section 'Basics' do |s| s.example 'sections_and_pages', eval_source: false end p.section 'Adding nodes later' do |s| s.example 'add_subsection_to', eval_source: false s.example 'insert_section_after', eval_source: false end p.intro do prose <<-TEXT The outline of a PDF document is the table of contents tab you see to the right or left of your PDF viewer. The examples include: TEXT list( 'How to define sections and pages', 'How to insert sections and/or pages to a previously defined outline '\ 'structure' ) end end end ruby-prawn-2.4.0.orig/manual/outline/sections_and_pages.rb0000644000000000000000000000452013772706672022413 0ustar rootroot# frozen_string_literal: true # The document outline tree is the set of links used to navigate through the # various document sections and pages. # # To define the document outline we first use the outline # method to lazily instantiate an outline object. Then we use the # define method with a block to start the outline tree. # # The basic methods for creating outline nodes are section and # page. The only difference between the two is that # page doesn't accept a block and will only create leaf nodes # while section accepts a block to create nested nodes. # # section accepts the title of the section and two options: # :destination - a page number to link and :closed - # a boolean value that defines if the nested outline nodes are shown when the # document is open (defaults to true). # # page is very similar to section. It requires a # :title option to be set and accepts a :destination. # # section and page may also be used without the # define method but they will need to instantiate the # outline object every time. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # First we create 10 pages just to have something to link to (1..10).each do |index| text "Page #{index}" start_new_page end outline.define do section('Section 1', destination: 1) do page title: 'Page 2', destination: 2 page title: 'Page 3', destination: 3 end section('Section 2', destination: 4) do page title: 'Page 5', destination: 5 section('Subsection 2.1', destination: 6, closed: true) do page title: 'Page 7', destination: 7 end end end # Outside of the define block outline.section('Section 3', destination: 8) do outline.page title: 'Page 9', destination: 9 end outline.page title: 'Page 10', destination: 10 # Section and Pages without links. While a section without a link may be # useful to group some pages, a page without a link is useless outline.update do # update is an alias to define section('Section without link') do page title: 'Page without link' end end end ruby-prawn-2.4.0.orig/manual/repeatable_content/0000755000000000000000000000000013772706672020414 5ustar rootrootruby-prawn-2.4.0.orig/manual/repeatable_content/alternate_page_numbering.rb0000644000000000000000000000165713772706672025773 0ustar rootroot# frozen_string_literal: true # Below is the code to generate page numbers that alternate being rendered # on the right and left side of the page. The first page will have a "1" in # the bottom right corner. The second page will have a "2" in the bottom # left corner of the page. The third a "3" in the bottom right, etc. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'This is the first page!' 10.times do start_new_page text 'Here comes yet another page.' end string = '' odd_options = { at: [bounds.right - 150, 0], width: 150, align: :right, page_filter: :odd, start_count_at: 1 } even_options = { at: [0, bounds.left], width: 150, align: :left, page_filter: :even, start_count_at: 2 } number_pages string, odd_options number_pages string, even_options end ruby-prawn-2.4.0.orig/manual/repeatable_content/repeatable_content.rb0000644000000000000000000000213213772706672024575 0ustar rootroot# frozen_string_literal: true # Examples for stamps and repeaters. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename, page_size: 'FOLIO') do package 'repeatable_content' do |p| p.example 'repeater', eval_source: false p.example 'stamp' p.example 'page_numbering', eval_source: false p.example 'alternate_page_numbering', eval_source: false p.intro do prose <<-TEXT Prawn offers two ways to handle repeatable content blocks. Repeater is useful for content that gets repeated at well defined intervals while Stamp is more appropriate if you need better control of when to repeat it. There is also one very specific helper for numbering pages. The examples show: TEXT list( 'How to repeat content on several pages with a single invocation', 'How to create a new Stamp', 'How to "stamp" the content block on the page', 'How to number the document pages with one simple call' ) end end end ruby-prawn-2.4.0.orig/manual/repeatable_content/repeater.rb0000644000000000000000000000276313772706672022560 0ustar rootroot# frozen_string_literal: true # The repeat method is quite versatile when it comes to define # the intervals at which the content block should repeat. # # The interval may be a symbol (:all, :odd, # :even), an array listing the pages, a range or a # Proc that receives the page number as an argument and should # return true if the content is to be repeated on the given page. # # You may also pass an option :dynamic to reevaluate the code block # on every call which is useful when the content changes based on the page # number. # # It is also important to say that no matter where you define the repeater it # will be applied to all matching pages. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do repeat(:all) do draw_text 'All pages', at: bounds.top_left end repeat(:odd) do draw_text 'Only odd pages', at: [0, 0] end repeat(:even) do draw_text 'Only even pages', at: [0, 0] end repeat([1, 3, 7]) do draw_text 'Only on pages 1, 3 and 7', at: [100, 0] end repeat(2..4) do draw_text 'From the 2nd to the 4th page', at: [300, 0] end repeat(->(pg) { (pg % 3).zero? }) do draw_text 'Every third page', at: [250, 20] end repeat(:all, dynamic: true) do draw_text page_number, at: [500, 0] end 10.times do start_new_page draw_text 'A wonderful page', at: [400, 400] end end ruby-prawn-2.4.0.orig/manual/repeatable_content/stamp.rb0000644000000000000000000000240413772706672022065 0ustar rootroot# frozen_string_literal: true # Stamps should be used when you have content that will be included multiple # times in a document. Its advantages over creating the content anew each time # are: # 1. Faster document creation # 2. Smaller final document # 3. Faster display on subsequent displays of the repeated # element because the viewer application can cache the rendered # results # # The create_stamp method does just what it says. Pass it a block # with the content that should be generated and the stamp will be created. # # There are two methods to render the stamp on a page stamp and # stamp_at. The first will render the stamp as is while the # second accepts a point to serve as an offset to the stamp content. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do create_stamp('approved') do rotate(30, origin: [-5, -5]) do stroke_color 'FF3333' stroke_ellipse [0, 0], 29, 15 stroke_color '000000' fill_color '993333' font('Times-Roman') do draw_text 'Approved', at: [-23, -3] end fill_color '000000' end end stamp 'approved' stamp_at 'approved', [200, 200] end ruby-prawn-2.4.0.orig/manual/repeatable_content/page_numbering.rb0000644000000000000000000000330013772706672023717 0ustar rootroot# frozen_string_literal: true # The number_pages method is a simple way to number the pages of # your document. It should be called towards the end of the document since # pages created after the call won't be numbered. # # It accepts a string and a hash of options: # # start_count_at is the value from which to start numbering pages # # total_pages If provided, will replace total with # the value given. Useful for overriding the total number of pages when using # the start_count_at option. # # page_filter, which is one of: :all, # :odd, :even, an array, a range, or a Proc that # receives the page number as an argument and should return true if the page # number should be printed on that page. # # color which accepts the same values as fill_color # # As well as any option accepted by text_box require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'This is the first page!' 10.times do start_new_page text 'Here comes yet another page.' end string = 'page of ' # Green page numbers 1 to 7 options = { at: [bounds.right - 150, 0], width: 150, align: :right, page_filter: (1..7), start_count_at: 1, color: '007700' } number_pages string, options # Gray page numbers from 8 on up options[:page_filter] = ->(pg) { pg > 7 } options[:start_count_at] = 8 options[:color] = '333333' number_pages string, options start_new_page text "See. This page isn't numbered and doesn't count towards the total." end ruby-prawn-2.4.0.orig/manual/how_to_read_this_manual.rb0000644000000000000000000000410513772706672021761 0ustar rootroot# frozen_string_literal: true # Prawn manual how to read this manual page. require_relative 'example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do header('How to read this manual') prose <<-END_TEXT This manual is a collection of examples categorized by theme and organized from the least to the most complex. While it covers most of the common use cases it is not a comprehensive guide. The best way to read it depends on your previous knowledge of Prawn and what you need to accomplish. If you are beginning with Prawn the first chapter will teach you the most basic concepts and how to create pdf documents. For an overview of the other features each chapter beyond the first either has a Basics section (which offer enough insight on the feature without showing all the advanced stuff you might never use) or is simple enough with only a few examples. Once you understand the basics you might want to come back to this manual looking for examples that accomplish tasks you need. Advanced users are encouraged to go beyond this manual and read the source code directly if any doubt is not directly covered on this manual. END_TEXT move_down(Prawn::ManualBuilder::Example::BOX_MARGIN) header('Reading the examples') prose <<-END_TEXT The title of each example is the relative path from the Prawn source manual/ folder. The first body of text is the introductory text for the example. Generally it is a short description of the features illustrated by the example. Next comes the example source code block in fixed width font. Most of the example snippets illustrate features that alter the page in place. The effect of these snippets is shown right below a dashed line. If it doesn't make sense to evaluate the snippet inline, a box with the link for the example file is shown instead. Note that the stroke_axis method used throughout the manual is part of standard Prawn. It is defined in this file: https://github.com/prawnpdf/prawn/blob/master/lib/prawn/graphics.rb END_TEXT end ruby-prawn-2.4.0.orig/manual/images/0000755000000000000000000000000013772706672016023 5ustar rootrootruby-prawn-2.4.0.orig/manual/images/fit.rb0000644000000000000000000000111013772706672017123 0ustar rootroot# frozen_string_literal: true # :fit option is useful when you want the image to have the # maximum size within a container preserving the aspect ratio without # overlapping. # # Just provide the container width and height pair. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do size = 300 text 'Using the fit option' bounding_box([0, cursor], width: size, height: size) do image "#{Prawn::DATADIR}/images/pigs.jpg", fit: [size, size] stroke_bounds end end ruby-prawn-2.4.0.orig/manual/images/horizontal.rb0000644000000000000000000000152113772706672020540 0ustar rootroot# frozen_string_literal: true # The image may be positioned relatively to the current bounding box. The # horizontal position may be set with the :position option. # # It may be :left, :center, :right or a # number representing an x-offset from the left boundary. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do bounding_box([50, cursor], width: 400, height: 450) do stroke_bounds %i[left center right].each do |position| text "Image aligned to the #{position}." image "#{Prawn::DATADIR}/images/stef.jpg", position: position end text 'The next image has a 50 point offset from the left boundary' image "#{Prawn::DATADIR}/images/stef.jpg", position: 50 end end ruby-prawn-2.4.0.orig/manual/images/vertical.rb0000644000000000000000000000167213772706672020167 0ustar rootroot# frozen_string_literal: true # To set the vertical position of an image use the :vposition # option. # # It may be :top, :center, :bottom or a # number representing the y-offset from the top boundary. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do bounding_box([0, cursor], width: 500, height: 450) do stroke_bounds %i[top center bottom].each do |vposition| text "Image vertically aligned to the #{vposition}.", valign: vposition image "#{Prawn::DATADIR}/images/stef.jpg", position: 250, vposition: vposition end text_box 'The next image has a 100 point offset from the top boundary', at: [bounds.width - 110, bounds.top - 10], width: 100 image "#{Prawn::DATADIR}/images/stef.jpg", position: :right, vposition: 100 end end ruby-prawn-2.4.0.orig/manual/images/images.rb0000644000000000000000000000170213772706672017615 0ustar rootroot# frozen_string_literal: true # Examples for embedding images. require_relative '../example_helper' Prawn::ManualBuilder::Example.generate('images.pdf', page_size: 'FOLIO') do package 'images' do |p| p.section 'Basics' do |s| s.example 'plain_image' s.example 'absolute_position' end p.section 'Relative Positioning' do |s| s.example 'horizontal' s.example 'vertical' end p.section 'Size' do |s| s.example 'width_and_height' s.example 'scale' s.example 'fit' end p.intro do prose <<-TEXT Embedding images on PDF documents is fairly easy. Prawn supports both JPG and PNG images. The examples show: TEXT list( 'How to add an image to a page', 'How place the image on a specific position', 'How to configure the image dimensions by setting the width and '\ 'height or by scaling it' ) end end end ruby-prawn-2.4.0.orig/manual/images/plain_image.rb0000644000000000000000000000121513772706672020614 0ustar rootroot# frozen_string_literal: true # To embed images onto your PDF file use the image method. # It accepts the file path of the image to be loaded and some optional # arguments. # # If only the image path is provided the image will be rendered starting on # the cursor position. No manipulation is done with the image even if it doesn't # fit entirely on the page like the following snippet. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'The image will go right below this line of text.' image "#{Prawn::DATADIR}/images/pigs.jpg" end ruby-prawn-2.4.0.orig/manual/images/absolute_position.rb0000644000000000000000000000151313772706672022112 0ustar rootroot# frozen_string_literal: true # One of the options that the image method accepts is # :at. If you've read some of the graphics examples you are # probably already familiar with it. Just provide it the upper-left corner where # you want the image placed. # # While sometimes useful this option won't be practical. Notice that the cursor # won't be moved after the image is rendered and there is nothing forbidding the # text to overlap with the image. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do y_position = cursor text "The image won't go below this line of text." image "#{Prawn::DATADIR}/images/fractal.jpg", at: [200, y_position] text 'And this line of text will go just below the previous one.' end ruby-prawn-2.4.0.orig/manual/images/width_and_height.rb0000644000000000000000000000146413772706672021646 0ustar rootroot# frozen_string_literal: true # The image size can be set with the :width and # :height options. # # If only one of those is provided, the image will be scaled proportionally. # When both are provided, the image will be stretched to fit the dimensions # without maintaining the aspect ratio. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'Scale by setting only the width' image "#{Prawn::DATADIR}/images/pigs.jpg", width: 150 move_down 20 text 'Scale by setting only the height' image "#{Prawn::DATADIR}/images/pigs.jpg", height: 100 move_down 20 text 'Stretch to fit the width and height provided' image "#{Prawn::DATADIR}/images/pigs.jpg", width: 500, height: 100 end ruby-prawn-2.4.0.orig/manual/images/scale.rb0000644000000000000000000000105413772706672017437 0ustar rootroot# frozen_string_literal: true # To scale an image use the :scale option. # # It scales the image proportionally given the provided value. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do text 'Normal size' image "#{Prawn::DATADIR}/images/stef.jpg" move_down 20 text 'Scaled to 50%' image "#{Prawn::DATADIR}/images/stef.jpg", scale: 0.5 move_down 20 text 'Scaled to 200%' image "#{Prawn::DATADIR}/images/stef.jpg", scale: 2 end ruby-prawn-2.4.0.orig/manual/cover.rb0000644000000000000000000000171513772706672016225 0ustar rootroot# frozen_string_literal: true # Prawn manual how to read this manual page. require_relative 'example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do move_down 200 image "#{Prawn::DATADIR}/images/prawn.png", scale: 0.9, at: [10, cursor] formatted_text_box( [{ text: "Prawn\n", styles: [:bold], size: 100 }], at: [170, cursor - 50] ) formatted_text_box( [{ text: 'by example', font: 'Courier', size: 60 }], at: [170, cursor - 160] ) unless ENV['CI'] git_commit = if Dir.exist?("#{Prawn::BASEDIR}/.git") commit = `git show --pretty=%h` "git commit: #{commit.lines.first}" else '' end formatted_text_box( [{ text: "Last Update: #{Time.now.strftime('%Y-%m-%d')}\n" \ "Prawn Version: #{Prawn::VERSION}\n#{git_commit}", size: 12 }], at: [390, cursor - 620] ) end end ruby-prawn-2.4.0.orig/manual/graphics/0000755000000000000000000000000013772706672016356 5ustar rootrootruby-prawn-2.4.0.orig/manual/graphics/rectangle.rb0000644000000000000000000000102113772706672020641 0ustar rootroot# frozen_string_literal: true # To draw a rectangle, just provide the upper-left corner, width and height to # the rectangle method. # # There's also rounded_rectangle. Just provide an additional radius # value for the rounded corners. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis stroke do rectangle [100, 300], 100, 200 rounded_rectangle [300, 300], 100, 200, 20 end end ruby-prawn-2.4.0.orig/manual/graphics/fill_rules.rb0000644000000000000000000000262313772706672021046 0ustar rootroot# frozen_string_literal: true # Prawn's fill operators (fill and fill_and_stroke # both accept a :fill_rule option. These rules determine which # parts of the page are counted as "inside" vs. "outside" the path. There are # two fill rules: # # * :nonzero_winding_number (default): a point is inside the path # if a ray from that point to infinity crosses a nonzero "net number" of path # segments, where path segments intersecting in one direction are counted as # positive and those in the other direction negative. # # * :even_odd: A point is inside the path if a ray from that point # to infinity crosses an odd number of path segments, regardless of direction. # # The differences between the fill rules only come into play with complex # paths; they are identical for simple shapes. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do pentagram = [[181, 95], [0, 36], [111, 190], [111, 0], [0, 154]] stroke_color 'ff0000' line_width 2 text_box 'Nonzero Winding Number', at: [50, 215], width: 170, align: :center polygon(*pentagram.map { |x, y| [x + 50, y] }) fill_and_stroke text_box 'Even-Odd', at: [330, 215], width: 170, align: :center polygon(*pentagram.map { |x, y| [x + 330, y] }) fill_and_stroke(fill_rule: :even_odd) end ruby-prawn-2.4.0.orig/manual/graphics/gradients.rb0000644000000000000000000000303213772706672020661 0ustar rootroot# frozen_string_literal: true # Note that because of the way PDF renders radial gradients in order to get # solid fill your start circle must be fully inside your end circle. # Otherwise you will get triangle fill like illustrated in the example below. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do self.line_width = 10 # Linear Gradients fill_gradient [0, 250], [100, 150], 'ff0000', '0000ff' fill_rectangle [0, 250], 100, 100 stroke_gradient [150, 150], [250, 250], '00ffff', 'ffff00' stroke_rectangle [150, 250], 100, 100 fill_gradient [300, 250], [400, 150], 'ff0000', '0000ff' stroke_gradient [300, 150], [400, 250], '00ffff', 'ffff00' fill_and_stroke_rectangle [300, 250], 100, 100 rotate 45, origin: [500, 200] do stops = { 0 => 'ff0000', 0.6 => '999900', 0.8 => '00cc00', 1 => '4444ff' } fill_gradient from: [460, 240], to: [540, 160], stops: stops fill_rectangle [460, 240], 80, 80 end # Radial gradients fill_gradient [50, 50], 0, [50, 50], 70.71, 'ff0000', '0000ff' fill_rectangle [0, 100], 100, 100 stroke_gradient [200, 50], 45, [200, 50], 70.71, '00ffff', 'ffff00' stroke_rectangle [150, 100], 100, 100 stroke_gradient [350, 50], 45, [350, 50], 70.71, '00ffff', 'ffff00' fill_gradient [350, 50], 0, [350, 50], 70.71, 'ff0000', '0000ff' fill_and_stroke_rectangle [300, 100], 100, 100 fill_gradient [500, 100], 50, [500, 0], 0, 'ff0000', '0000ff' fill_rectangle [450, 100], 100, 100 end ruby-prawn-2.4.0.orig/manual/graphics/line_width.rb0000644000000000000000000000174213772706672021035 0ustar rootroot# frozen_string_literal: true # The line_width= method sets the stroke width for subsequent # stroke calls. # # Since Ruby assumes that an unknown variable on the left hand side of an # assignment is a local temporary, rather than a setter method, if you are using # the block call to Prawn::Document.generate without passing params # you will need to call line_width on self. # rubocop: disable Lint/UselessAssignment require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis y = 250 3.times do |i| case i when 0 then line_width = 10 # This call will have no effect when 1 then self.line_width = 10 when 2 then self.line_width = 25 end stroke do horizontal_line 50, 150, at: y rectangle [275, y + 25], 50, 50 circle [500, y], 25 end y -= 100 end end # rubocop: enable Lint/UselessAssignment ruby-prawn-2.4.0.orig/manual/graphics/rotate.rb0000644000000000000000000000133313772706672020201 0ustar rootroot# frozen_string_literal: true # This transformation is used to rotate the user space. Give it an angle # and an :origin point about which to rotate and a block. # Everything inside the block will be drawn with the rotated coordinates. # # The angle is in degrees. # # If you omit the :origin option the page origin will be used. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis fill_circle [250, 200], 2 12.times do |i| rotate(i * 30, origin: [250, 200]) do stroke_rectangle [350, 225], 100, 50 draw_text "Rotated #{i * 30}°", size: 10, at: [360, 205] end end end ruby-prawn-2.4.0.orig/manual/graphics/blend_mode.rb0000644000000000000000000000337113772706672020777 0ustar rootroot# frozen_string_literal: true # Blend modes can be used to change the way two layers (images, graphics, # text, etc.) are blended together. The blend_mode method # accepts a single blend mode or an array of blend modes. PDF viewers should # blend the layers based on the first recognized blend mode. # # Valid blend modes in v1.4 of the PDF spec include :Normal, :Multiply, :Screen, # :Overlay, :Darken, :Lighten, :ColorDodge, :ColorBurn, :HardLight, :SoftLight, # :Difference, :Exclusion, :Hue, :Saturation, :Color, and :Luminosity. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do start_new_page # https://commons.wikimedia.org/wiki/File:Blend_modes_2.-bottom-layer.jpg#/media/File:Blend_modes_2.-bottom-layer.jpg bottom_layer = "#{Prawn::DATADIR}/images/blend_modes_bottom_layer.jpg" # https://commons.wikimedia.org/wiki/File:Blend_modes_1.-top-layer.jpg#/media/File:Blend_modes_1.-top-layer.jpg top_layer = "#{Prawn::DATADIR}/images/blend_modes_top_layer.jpg" blend_modes = %i[ Normal Multiply Screen Overlay Darken Lighten ColorDodge ColorBurn HardLight SoftLight Difference Exclusion Hue Saturation Color Luminosity ] blend_modes.each_with_index do |blend_mode, index| x = index % 4 * 135 y = cursor - (index / 4 * 200) image bottom_layer, at: [x, y], fit: [125, 125] blend_mode(blend_mode) do image top_layer, at: [x, y], fit: [125, 125] end y -= 130 fill_color '009ddc' fill_rectangle [x, y], 75, 25 blend_mode(blend_mode) do fill_color 'fdb827' fill_rectangle [x + 50, y], 75, 25 end y -= 30 fill_color '000000' text_box blend_mode.to_s, at: [x, y] end end ruby-prawn-2.4.0.orig/manual/graphics/translate.rb0000644000000000000000000000131413772706672020677 0ustar rootroot# frozen_string_literal: true # This transformation is used to translate the user space. Just provide the # x and y coordinates for the new origin. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis 1.upto(3) do |i| x = i * 50 y = i * 100 translate(x, y) do # Draw a point on the new origin fill_circle [0, 0], 2 draw_text "New origin after translation to [#{x}, #{y}]", at: [5, -2], size: 8 stroke_rectangle [100, 75], 100, 50 text_box 'Top left corner at [100,75]', at: [110, 65], width: 80, size: 8 end end end ruby-prawn-2.4.0.orig/manual/graphics/helper.rb0000644000000000000000000000163213772706672020164 0ustar rootroot# frozen_string_literal: true # To produce this manual we use the stroke_axis helper method # within the examples. # # stroke_axis prints the x and y axis for the current bounding box # with markers in 100 increments. The defaults can be changed with various # options. # # Note that the examples define a custom :height option so that # only the example canvas is used (as seen with the output of the first line of # the example code). require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis stroke_axis( at: [70, 70], height: 200, step_length: 50, negative_axes_length: 5, color: '0000FF' ) stroke_axis( at: [140, 140], width: 200, height: cursor.to_i - 140, step_length: 20, negative_axes_length: 40, color: 'FF0000' ) end ruby-prawn-2.4.0.orig/manual/graphics/fill_and_stroke.rb0000644000000000000000000000227113772706672022044 0ustar rootroot# frozen_string_literal: true # There are two drawing primitives in Prawn: fill and # stroke. # # These are the methods that actually draw stuff on the document. All the other # drawing shapes like rectangle, circle or # line_to define drawing paths. These paths need to be either # stroked or filled to gain form on the document. # # Calling these methods without a block will act on the drawing path that # has been defined prior to the call. # # Calling with a block will act on the drawing path set within the # block. # # Most of the methods which define drawing paths have methods of the same name # starting with stroke_ and fill_ which create the drawing path and then stroke # or fill it. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis # No block line [0, 200], [100, 150] stroke rectangle [0, 100], 100, 100 fill # With block stroke { line [200, 200], [300, 150] } fill { rectangle [200, 100], 100, 100 } # Method hook stroke_line [400, 200], [500, 150] fill_rectangle [400, 100], 100, 100 end ruby-prawn-2.4.0.orig/manual/graphics/graphics.rb0000644000000000000000000000353413772706672020510 0ustar rootroot# frozen_string_literal: true # Examples for the Graphics package. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename, page_size: 'FOLIO') do package 'graphics' do |p| p.section 'Basics' do |s| s.example 'helper' s.example 'fill_and_stroke' end p.section 'Shapes' do |s| s.example 'lines_and_curves' s.example 'common_lines' s.example 'rectangle' s.example 'polygon' s.example 'circle_and_ellipse' end p.section 'Fill and Stroke settings' do |s| s.example 'line_width' s.example 'stroke_cap' s.example 'stroke_join' s.example 'stroke_dash' s.example 'color' s.example 'gradients' s.example 'transparency' s.example 'soft_masks' s.example 'blend_mode' s.example 'fill_rules' end p.section 'Transformations' do |s| s.example 'rotate' s.example 'translate' s.example 'scale' end p.intro do prose <<-TEXT Here we show all the drawing methods provided by Prawn. Use them to draw the most beautiful imaginable things. Most of the content that you'll add to your pdf document will use the graphics package. Even text is rendered on a page just like a rectangle so even if you never use any of the shapes described here you should at least read the basic examples. The examples show: TEXT list( 'All the possible ways that you can fill or stroke shapes on a page', 'How to draw all the shapes that Prawn has to offer from a measly '\ 'line to a mighty polygon or ellipse', 'The configuration options for stroking lines and filling shapes', 'How to apply transformations to your drawing space' ) end end end ruby-prawn-2.4.0.orig/manual/graphics/stroke_dash.rb0000644000000000000000000000265413772706672021220 0ustar rootroot# frozen_string_literal: true # This sets the dashed pattern for lines and curves. The (dash) length defines # how long each dash will be. # # The :space option defines the length of the space between the # dashes. # # The :phase option defines the start point of the sequence of # dashes and spaces. # # Complex dash patterns can be specified by using an array with alternating # dash/gap lengths for the first parameter (note that the :space # option is ignored in this case). require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis dash([1, 2, 3, 2, 1, 5], phase: 6) stroke_horizontal_line 50, 500, at: 230 dash([1, 2, 3, 4, 5, 6, 7, 8]) stroke_horizontal_line 50, 500, at: 220 base_y = 210 24.times do |i| length = (i / 4) + 1 space = length # space between dashes same length as dash phase = 0 # start with dash case i % 4 when 0 then base_y -= 5 when 1 then phase = length # start with space between dashes when 2 then space = length * 0.5 # space between dashes half as long as dash when 3 space = length * 0.5 # space between dashes half as long as dash phase = length # start with space between dashes end base_y -= 5 dash(length, space: space, phase: phase) stroke_horizontal_line 50, 500, at: base_y - (2 * i) end end ruby-prawn-2.4.0.orig/manual/graphics/transparency.rb0000644000000000000000000000167413772706672021424 0ustar rootroot# frozen_string_literal: true # Although the name of the method is transparency, what we are # actually setting is the opacity for fill and stroke. So 0 means # completely transparent and 1.0 means completely opaque # # You may call it providing one or two values. The first value sets fill opacity # and the second value sets stroke opacity. If the second value is omitted fill # and stroke will have the same opacity. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis self.line_width = 5 fill_color 'ff0000' fill_rectangle [0, 100], 500, 100 fill_color '000000' stroke_color 'ffffff' base_x = 100 [[0.5, 1], 0.5, [1, 0.5]].each do |args| transparent(*args) do fill_circle [base_x, 100], 50 stroke_rectangle [base_x - 20, 100], 40, 80 end base_x += 150 end end ruby-prawn-2.4.0.orig/manual/graphics/color.rb0000644000000000000000000000121613772706672020021 0ustar rootroot# frozen_string_literal: true # We can change the stroke and fill colors providing an HTML rgb 6 digit color # code string ("AB1234") or 4 values for CMYK. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis # Fill with Yellow using RGB (Unlike css, there is no leading #) fill_color 'FFFFCC' fill_polygon [50, 150], [150, 200], [250, 150], [250, 50], [150, 0], [50, 50] # Stroke with Purple using CMYK stroke_color 50, 100, 0, 0 stroke_rectangle [300, 300], 200, 100 # Both together fill_and_stroke_circle [400, 100], 50 end ruby-prawn-2.4.0.orig/manual/graphics/soft_masks.rb0000644000000000000000000000251213772706672021054 0ustar rootroot# frozen_string_literal: true # Soft masks are used for more complex alpha channel manipulations. You can use # arbitrary drawing functions for creation of soft masks. The resulting alpha # channel is made of greyscale version of the drawing (luminosity channel to be # precise). So while you can use any combination of colors for soft masks it's # easier to use greyscales. Black will result in full transparency and white # will make region fully opaque. # # Soft mask is a part of page graphic state. So if you want to apply soft mask # only to a part of page you need to enclose drawing instructions in # save_graphics_state block. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do save_graphics_state do soft_mask do 0.upto 15 do |i| fill_color 0, 0, 0, 100.0 / 16.0 * (15 - i) fill_circle [75 + i * 25, 100], 60 end end fill_color '009ddc' fill_rectangle [0, 60], 600, 20 fill_color '963d97' fill_rectangle [0, 80], 600, 20 fill_color 'e03a3e' fill_rectangle [0, 100], 600, 20 fill_color 'f5821f' fill_rectangle [0, 120], 600, 20 fill_color 'fdb827' fill_rectangle [0, 140], 600, 20 fill_color '61bb46' fill_rectangle [0, 160], 600, 20 end end ruby-prawn-2.4.0.orig/manual/graphics/stroke_cap.rb0000644000000000000000000000172613772706672021043 0ustar rootroot# frozen_string_literal: true # The cap style defines how the edge of a line or curve will be drawn. There are # three types: :butt (the default), :round and # :projecting_square # # The difference is better seen with thicker lines. With :butt # lines are drawn starting and ending at the exact points provided. With both # :round and :projecting_square the line is projected # beyond the start and end points. # # Just like line_width= the cap_style= method needs an # explicit receiver to work. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis self.line_width = 25 %i[butt round projecting_square].each_with_index do |cap, i| self.cap_style = cap y = 250 - i * 100 stroke_horizontal_line 100, 300, at: y stroke_circle [400, y], 15 end end ruby-prawn-2.4.0.orig/manual/graphics/common_lines.rb0000644000000000000000000000140013772706672021360 0ustar rootroot# frozen_string_literal: true # Prawn provides helpers for drawing some commonly used lines: # # vertical_line and horizontal_line do just what their # names imply. Specify the start and end point at a fixed coordinate to define # the line. # # horizontal_rule draws a horizontal line on the current bounding # box from border to border, using the current y position. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis stroke_color 'ff0000' stroke do # just lower the current y position move_down 50 horizontal_rule vertical_line 100, 300, at: 50 horizontal_line 200, 500, at: 150 end end ruby-prawn-2.4.0.orig/manual/graphics/circle_and_ellipse.rb0000644000000000000000000000111213772706672022476 0ustar rootroot# frozen_string_literal: true # To define a circle all you need is the center point and the # radius. # # To define an ellipse you provide the center point and two radii # (or axes) values. If the second radius value is ommitted, both radii will be # equal and you will end up drawing a circle. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis stroke_circle [100, 300], 100 fill_ellipse [200, 100], 100, 50 fill_ellipse [400, 100], 50 end ruby-prawn-2.4.0.orig/manual/graphics/scale.rb0000644000000000000000000000220013772706672017764 0ustar rootroot# frozen_string_literal: true # This transformation is used to scale the user space. Give it an scale factor # and an :origin point and everything inside the block will be # scaled using the origin point as reference. # # If you omit the :origin option the page origin will be used. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis width = 100 height = 50 x = 50 y = 200 stroke_rectangle [x, y], width, height text_box 'reference rectangle', at: [x + 10, y - 10], width: width - 20 scale(2, origin: [x, y]) do stroke_rectangle [x, y], width, height text_box 'rectangle scaled from upper-left corner', at: [x, y - height - 5], width: width end x = 350 stroke_rectangle [x, y], width, height text_box 'reference rectangle', at: [x + 10, y - 10], width: width - 20 scale(2, origin: [x + width / 2, y - height / 2]) do stroke_rectangle [x, y], width, height text_box 'rectangle scaled from center', at: [x, y - height - 5], width: width end end ruby-prawn-2.4.0.orig/manual/graphics/lines_and_curves.rb0000644000000000000000000000232313772706672022226 0ustar rootroot# frozen_string_literal: true # Prawn supports drawing both lines and curves starting either at the current # position, or from a specified starting position. # # line_to and curve_to set the drawing path from the # current drawing position to the specified point. The initial drawing position # can be set with move_to. They are useful when you want to chain # successive calls because the drawing position will be set to the specified # point afterwards. # # line and curve set the drawing path between the two # specified points. # # Both curve methods define a Bezier curve bounded by two aditional points # provided as the :bounds param. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis # line_to and curve_to stroke do move_to 0, 0 line_to 100, 100 line_to 0, 100 curve_to [150, 250], bounds: [[20, 200], [120, 200]] curve_to [200, 0], bounds: [[150, 200], [450, 10]] end # line and curve stroke do line [300, 200], [400, 50] curve [500, 0], [400, 200], bounds: [[600, 300], [300, 390]] end end ruby-prawn-2.4.0.orig/manual/graphics/polygon.rb0000644000000000000000000000150413772706672020372 0ustar rootroot# frozen_string_literal: true # Drawing polygons in Prawn is easy, just pass a sequence of points to one of # the polygon family of methods. # # Just like rounded_rectangle we also have # rounded_polygon. The only difference is the radius param comes # before the polygon points. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis # Triangle stroke_polygon [50, 200], [50, 300], [150, 300] # Hexagon fill_polygon [50, 150], [150, 200], [250, 150], [250, 50], [150, 0], [50, 50] # Pentagram pentagon_points = [500, 100], [430, 5], [319, 41], [319, 159], [430, 195] pentagram_points = [0, 2, 4, 1, 3].map { |i| pentagon_points[i] } stroke_rounded_polygon(20, *pentagram_points) end ruby-prawn-2.4.0.orig/manual/graphics/stroke_join.rb0000644000000000000000000000136113772706672021232 0ustar rootroot# frozen_string_literal: true # The join style defines how the intersection between two lines is drawn. There # are three types: :miter (the default), :round and # :bevel # # Just like cap_style, the difference between styles is better # seen with thicker lines. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do stroke_axis self.line_width = 25 %i[miter round bevel].each_with_index do |style, i| self.join_style = style y = 200 - i * 100 stroke do move_to(100, y) line_to(200, y + 100) line_to(300, y) end stroke_rectangle [400, y + 75], 50, 50 end end ruby-prawn-2.4.0.orig/manual/layout/0000755000000000000000000000000013772706672016073 5ustar rootrootruby-prawn-2.4.0.orig/manual/layout/layout.rb0000644000000000000000000000117113772706672017735 0ustar rootroot# frozen_string_literal: true # Examples for using grid layouts. require_relative '../example_helper' Prawn::ManualBuilder::Example.generate('layout.pdf', page_size: 'FOLIO') do package 'layout' do |p| p.example 'simple_grid' p.example 'boxes' p.example 'content' p.intro do prose <<-TEXT Prawn has support for two-dimensional grid based layouts out of the box. The examples show: TEXT list( 'How to define the document grid', 'How to configure the grid rows and columns gutters', 'How to create boxes according to the grid' ) end end end ruby-prawn-2.4.0.orig/manual/layout/boxes.rb0000644000000000000000000000162213772706672017541 0ustar rootroot# frozen_string_literal: true # After defined the grid is there but nothing happens. To start taking effect # we need to use the grid boxes. # # grid has three different return values based on the arguments # received. With no arguments it will return the grid itself. With integers it # will return the grid box at those indices. With two arrays it will return a # multi-box spanning the region of the two grid boxes at the arrays indices. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # The grid only need to be defined once, but since all the examples should be # able to run alone we are repeating it on every example define_grid(columns: 5, rows: 8, gutter: 10) grid(4, 0).show grid(5, 1).show grid([6, 2], [7, 3]).show grid([4, 4], [7, 4]).show grid([7, 0], [7, 1]).show end ruby-prawn-2.4.0.orig/manual/layout/simple_grid.rb0000644000000000000000000000156713772706672020727 0ustar rootroot# frozen_string_literal: true # The document grid on Prawn is just a table-like structure with a defined # number of rows and columns. There are some helpers to create boxes of content # based on the grid coordinates. # # define_grid accepts the following options which are pretty much # self-explanatory: :rows, :columns, # :gutter, :row_gutter, :column_gutter require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # The grid only need to be defined once, but since all the examples should be # able to run alone we are repeating it on every example define_grid(columns: 5, rows: 8, gutter: 10) text 'We defined the grid, roll over to the next page to see its outline' start_new_page grid.show_all end ruby-prawn-2.4.0.orig/manual/layout/content.rb0000644000000000000000000000142513772706672020074 0ustar rootroot# frozen_string_literal: true # Now that we know how to access the boxes we might as well add some content # to them. # # This can be done by taping into the bounding box for a given grid box or # multi-box with the bounding_box method. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do # The grid only need to be defined once, but since all the examples should be # able to run alone we are repeating it on every example define_grid(columns: 5, rows: 8, gutter: 10) grid([5, 0], [7, 1]).bounding_box do text "Adding some content to this multi_box.\n#{' _ ' * 200}" end grid(6, 3).bounding_box do text "Just a little snippet here.\n#{' _ ' * 10}" end end ruby-prawn-2.4.0.orig/manual/table.rb0000644000000000000000000000063413772706672016175 0ustar rootroot# frozen_string_literal: true require_relative 'example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename) do header('Prawn::Table') prose <<-END_TEXT As of Prawn 1.2.0, Prawn::Table has been extracted into its own semi-officially supported gem. Please see https://github.com/prawnpdf/prawn-table for more details. END_TEXT end ruby-prawn-2.4.0.orig/manual/security/0000755000000000000000000000000013772706672016425 5ustar rootrootruby-prawn-2.4.0.orig/manual/security/permissions.rb0000644000000000000000000000304313772706672021325 0ustar rootroot# frozen_string_literal: true # Some permissions may be set for the regular user with the following options: # :print_document, :modify_contents, # :copy_contents, :modify_annotations. All this # options default to true, so if you'd like to revoke just set them to false. # # A user may bypass all permissions if he provides the owner password which # may be set with the :owner_password option. This option may be # set to :random so that users will never be able to bypass # permissions. # # There are some caveats when encrypting your PDFs. Be sure to read the source # documentation (you can find it here: # https://github.com/prawnpdf/prawn/blob/master/lib/prawn/security.rb ) before # using this for anything super serious. require_relative '../example_helper' # User cannot print the document. Prawn::ManualBuilder::Example.generate('cannot_print.pdf') do text "If you used the user password you won't be able to print the doc." encrypt_document( user_password: 'foo', owner_password: 'bar', permissions: { print_document: false } ) end # All permissions revoked and owner password set to random Prawn::ManualBuilder::Example.generate('no_permissions.pdf') do text "You may only view this and won't be able to use the owner password." encrypt_document( user_password: 'foo', owner_password: :random, permissions: { print_document: false, modify_contents: false, copy_contents: false, modify_annotations: false } ) end ruby-prawn-2.4.0.orig/manual/security/encryption.rb0000644000000000000000000000214613772706672021147 0ustar rootroot# frozen_string_literal: true # The encrypt_document method, as you might have already guessed, # is used to encrypt the PDF document. # # Once encrypted whoever is using the document will need the user password to # read the document. This password can be set with the # :user_password option. If this is not set the document will be # encrypted but a password will not be needed to read the document. # # There are some caveats when encrypting your PDFs. Be sure to read the source # documentation (you can find it here: # https://github.com/prawnpdf/prawn/blob/master/lib/prawn/security.rb ) before # using this for anything super serious. require_relative '../example_helper' # Bare encryption. No password needed. Prawn::ManualBuilder::Example.generate('bare_encryption.pdf') do text 'See, no password was asked but the document is still encrypted.' encrypt_document end # Simple password. All permissions granted. Prawn::ManualBuilder::Example.generate('simple_password.pdf') do text 'You was asked for a password.' encrypt_document(user_password: 'foo', owner_password: 'bar') end ruby-prawn-2.4.0.orig/manual/security/security.rb0000644000000000000000000000145713772706672020630 0ustar rootroot# frozen_string_literal: true # Examples for document encryption. require_relative '../example_helper' Prawn::ManualBuilder::Example.generate('security.pdf', page_size: 'FOLIO') do package 'security' do |p| p.example 'encryption', eval_source: false, full_source: true p.example 'permissions', eval_source: false, full_source: true p.intro do prose <<-TEXT Security lets you control who can read the document by defining a password. The examples include: TEXT list( 'How to encrypt the document without the need for a password', 'How to configure the regular user permissions', 'How to require a password for the regular user', 'How to set a owner password that bypass the document permissions' ) end end end ruby-prawn-2.4.0.orig/manual/document_and_page_options/0000755000000000000000000000000013772706672021765 5ustar rootrootruby-prawn-2.4.0.orig/manual/document_and_page_options/print_scaling.rb0000644000000000000000000000167013772706672025152 0ustar rootroot# frozen_string_literal: true # (Optional; PDF 1.6) The page scaling option to be selected when a print dialog # is displayed for this document. Valid values are None, which # indicates that the print dialog should reflect no page scaling, and # AppDefault, which indicates that applications should use the # current print scaling. If this entry has an unrecognized value, applications # should use the current print scaling. Default value: AppDefault. # # Note: If the print dialog is suppressed and its parameters are provided # directly by the application, the value of this entry should still be used. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::Document.generate( filename, page_layout: :landscape, print_scaling: :none ) do text 'When you print this document, the scale to fit in print preview '\ 'should be disabled by default.' end ruby-prawn-2.4.0.orig/manual/document_and_page_options/page_size.rb0000644000000000000000000000221313772706672024256 0ustar rootroot# frozen_string_literal: true # Prawn comes with support for most of the common page sizes so you'll only need # to provide specific values if your intended format is not supported. To see a # list with all supported sizes take a look at PDF::Core::PageGeometry # # # To define the size use :page_size when creating new documents # and :size when starting new pages. The default page size for new # documents is LETTER (612.00 x 792.00). # # You may also define the orientation of the page to be either portrait # (default) or landscape. Use :page_layout when creating new # documents and :layout when starting new pages. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::Document.generate( filename, page_size: 'EXECUTIVE', page_layout: :landscape ) do text 'EXECUTIVE landscape page.' custom_size = [275, 326] ['A4', 'TABLOID', 'B7', custom_size].each do |size| start_new_page(size: size, layout: :portrait) text "#{size} portrait page." start_new_page(size: size, layout: :landscape) text "#{size} landscape page." end end ruby-prawn-2.4.0.orig/manual/document_and_page_options/document_and_page_options.rb0000644000000000000000000000220113772706672027514 0ustar rootroot# frozen_string_literal: true # Examples for stamps and repeaters. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::ManualBuilder::Example.generate(filename, page_size: 'FOLIO') do package 'document_and_page_options' do |p| p.example 'page_size', eval_source: false, full_source: true p.example 'page_margins', eval_source: false, full_source: true p.example 'background', eval_source: false, full_source: true p.example 'metadata', eval_source: false, full_source: true p.example 'print_scaling', eval_source: false, full_source: true p.intro do prose <<-TEXT So far we've already seen how to create new documents and start new pages. This chapter expands on the previous examples by showing other options avialable. Some of the options are only available when creating new documents. The examples show: TEXT list( 'How to configure page size', 'How to configure page margins', 'How to use a background image', 'How to add metadata to the generated PDF' ) end end end ruby-prawn-2.4.0.orig/manual/document_and_page_options/page_margins.rb0000644000000000000000000000231213772706672024744 0ustar rootroot# frozen_string_literal: true # The default margin for pages is 0.5 inch but you can change that with the # :margin option or if you'd like to have different margins you # can use the :left_margin, :right_margin, # :top_margin, :bottom_margin options. # # These options are available both for starting new pages and creating new # documents. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') Prawn::Document.generate(filename, margin: 100) do text '100 pts margins.' stroke_bounds start_new_page(left_margin: 300) text '300 pts margin on the left.' stroke_bounds start_new_page(top_margin: 300) text '300 pts margin both on the top and on the left. Notice that whenever ' \ 'you set an option for a new page it will remain the default for the ' \ 'following pages.' stroke_bounds start_new_page(margin: 50) text '50 pts margins. Using the margin option will reset previous specific ' \ 'calls to left, right, top and bottom margins.' stroke_bounds start_new_page(margin: [50, 100, 150, 200]) text 'There is also the shorthand CSS like syntax used here.' stroke_bounds end ruby-prawn-2.4.0.orig/manual/document_and_page_options/background.rb0000644000000000000000000000131513772706672024431 0ustar rootroot# frozen_string_literal: true # Pass an image path to the :background option and it will be used # as the background for all pages. # This option can only be used on document creation. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') img = "#{Prawn::DATADIR}/images/letterhead.jpg" Prawn::Document.generate(filename, background: img, margin: 100) do text 'My report caption', size: 18, align: :right move_down font.height * 2 text 'Here is my text explaning this report. ' * 20, size: 12, align: :left, leading: 2 move_down font.height text "I'm using a soft background. " * 40, size: 12, align: :left, leading: 2 end ruby-prawn-2.4.0.orig/manual/document_and_page_options/metadata.rb0000644000000000000000000000133513772706672024074 0ustar rootroot# frozen_string_literal: true # To set the document metadata just pass a hash to the :info # option when creating new documents. # The keys in the example below are arbitrary, so you may add whatever keys you # want. require_relative '../example_helper' filename = File.basename(__FILE__).gsub('.rb', '.pdf') info = { Title: 'My title', Author: 'John Doe', Subject: 'My Subject', Keywords: 'test metadata ruby pdf dry', Creator: 'ACME Soft App', Producer: 'Prawn', CreationDate: Time.now } Prawn::Document.generate(filename, info: info) do text 'This is a test of setting metadata properties via the info option.' text 'While the keys are arbitrary, the above example sets common attributes.' end ruby-prawn-2.4.0.orig/GPLv20000644000000000000000000004325413772706672014126 0ustar rootroot GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. ruby-prawn-2.4.0.orig/LICENSE0000644000000000000000000000456413772706672014317 0ustar rootrootPrawn is copyrighted free software produced by Gregory Brown along with community contributions. See git log for authorship information. Licensing terms follow: You can redistribute Prawn and/or modify it under either the terms of the GPLv2 or GPLv3 (see GPLv2 and GPLv3 files), or the conditions below: 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. b) use the modified software only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. d) make other distribution arrangements with the author. 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. b) accompany the distribution with the machine-readable source of the software. c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. d) make other distribution arrangements with the author. 4. You may modify and include the part of the software into any other software (possibly commercial). 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ruby-prawn-2.4.0.orig/.gitignore0000644000000000000000000000014513772706672015271 0ustar rootroot.*.sw? nbproject pkg .rvmrc .bundle Gemfile.lock drop_to_console.rb /.idea /doc /bin .DS_Store *.pdf ruby-prawn-2.4.0.orig/bench/0000755000000000000000000000000013772706672014360 5ustar rootrootruby-prawn-2.4.0.orig/bench/afm_text_bench.rb0000644000000000000000000000060413772706672017653 0ustar rootroot# frozen_string_literal: true $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'prawn' require 'benchmark' N = 2000 Benchmark.bmbm do |x| x.report('AFM text') do Prawn::Document.new do N.times do (1..5).each do |i| draw_text 'Hello Prawn', at: [200, i * 100] end start_new_page end end.render end end ruby-prawn-2.4.0.orig/bench/ttf_text_bench.rb0000644000000000000000000000067013772706672017710 0ustar rootroot# frozen_string_literal: true $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'prawn' require 'benchmark' N = 2000 Benchmark.bmbm do |x| x.report('TTF text') do Prawn::Document.new do font "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" N.times do (1..5).each do |i| draw_text 'Hello Prawn', at: [200, i * 100] end start_new_page end end.render end end ruby-prawn-2.4.0.orig/bench/png_type_6_objects.rb0000644000000000000000000000053513772706672020473 0ustar rootroot# frozen_string_literal: true $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'prawn' GC.disable before = GC.stat Prawn::Document.new do image "#{Prawn::DATADIR}/images/dice.png" end.render after = GC.stat total = after[:total_allocated_object] - before[:total_allocated_object] puts "allocated objects: #{total}" ruby-prawn-2.4.0.orig/bench/png_type_6.rb0000644000000000000000000000052413772706672016760 0ustar rootroot# frozen_string_literal: true $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'prawn' require 'benchmark' N = 100 Benchmark.bmbm do |x| x.report('PNG Type 6') do N.times do Prawn::Document.new do image "#{Prawn::DATADIR}/images/dice.png" end.render_file('dice.pdf') end end end ruby-prawn-2.4.0.orig/bench/table_bench.rb0000644000000000000000000000274313772706672017141 0ustar rootroot# frozen_string_literal: true $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'prawn' require 'benchmark' # Helpers for benchmark class String CHARS = ('a'..'z').to_a def self.random(length) Array.new(length) { CHARS.sample }.join end end def data_for_table(columns, rows, string_size) Array.new(rows) { Array.new(columns) { String.random(string_size) } } end def benchmark_table_generation(columns, rows, string_size, options = {}) data = data_for_table(columns, rows, string_size) Benchmark.bm do |x| x.report( "#{columns}x#{rows} table (#{columns * rows} cells, with #{string_size} "\ 'char string contents' \ "#{", options = #{options.inspect}" unless options.empty?})" ) do Prawn::Document.new { table(data, options) }.render end end end # Slowest case: styled table, which is very squeezed horizontally, # so text has to be wrapped benchmark_table_generation( 26, 50, 10, row_colors: %w[FFFFFF F0F0FF], header: true, cell_style: { inline_format: true } ) # Try building and rendering tables of different sizes benchmark_table_generation(10, 400, 5) benchmark_table_generation(10, 200, 5) benchmark_table_generation(10, 100, 5) # Try different optional arguments to Prawn::Document#table benchmark_table_generation(10, 450, 5, cell_style: { inline_format: true }) benchmark_table_generation( 10, 450, 5, row_colors: %w[FFFFFF F0F0FF], header: true, cell_style: { inline_format: true } ) ruby-prawn-2.4.0.orig/spec/0000755000000000000000000000000013772706672014233 5ustar rootrootruby-prawn-2.4.0.orig/spec/spec_helper.rb0000644000000000000000000000211513772706672017050 0ustar rootroot# frozen_string_literal: true puts "Prawn specs: Running on Ruby Version: #{RUBY_VERSION}" if ENV['COVERAGE'] require 'simplecov' SimpleCov.start do add_filter '/spec/' end end require_relative '../lib/prawn' Prawn.debug = true Prawn::Fonts::AFM.hide_m17n_warning = true require 'rspec' require 'pdf/reader' require 'pdf/inspector' # Requires supporting ruby files with custom matchers and macros, etc, # in spec/extensions/ and its subdirectories. Dir[File.join(__dir__, 'extensions', '**', '*.rb')].sort.each { |f| require f } RSpec.configure do |config| config.include EncodingHelpers end def create_pdf(klass = Prawn::Document, &block) klass.new(margin: 0, &block) end RSpec::Matchers.define :have_parseable_xobjects do match do |actual| expect { PDF::Inspector::XObject.analyze(actual.render) }.to_not raise_error true end failure_message do |actual| "expected that #{actual}'s XObjects could be successfully parsed" end end # Make some methods public to assist in testing # module Prawn # module Graphics # public :map_to_absolute # end # end ruby-prawn-2.4.0.orig/spec/data/0000755000000000000000000000000013772706672015144 5ustar rootrootruby-prawn-2.4.0.orig/spec/data/curves.pdf0000644000000000000000000000167513772706672017157 0ustar rootroot%PDF-1.3 %ÿÿÿÿ 1 0 obj << /Creator (Prawn) /Producer (Prawn) >> endobj 2 0 obj << /Type /Pages /Count 1 /Kids [5 0 R] >> endobj 3 0 obj << /Type /Catalog /Pages 2 0 R >> endobj 4 0 obj << /Length 380 >> stream /DeviceRGB cs 0.000 0.000 0.000 scn /DeviceRGB CS 0.000 0.000 0.000 SCN q 136.000 136.000 m 96.000 126.000 96.000 126.000 86.000 86.000 c S 246.000 236.000 m 246.000 241.523 241.523 246.000 236.000 246.000 c 230.477 246.000 226.000 241.523 226.000 236.000 c 226.000 230.477 230.477 226.000 236.000 226.000 c 241.523 226.000 246.000 230.477 246.000 236.000 c 236.000 236.000 m f Q endstream endobj 5 0 obj << /Type /Page /Parent 2 0 R /MediaBox [0 0 612.0 792.0] /Contents 4 0 R /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI] >> >> endobj xref 0 6 0000000000 65535 f 0000000015 00000 n 0000000071 00000 n 0000000128 00000 n 0000000177 00000 n 0000000608 00000 n trailer << /Size 6 /Root 3 0 R /Info 1 0 R >> startxref 762 %%EOF ruby-prawn-2.4.0.orig/spec/prawn_manual_spec.rb0000644000000000000000000000205713772706672020262 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'digest/sha2' MANUAL_HASH = case RUBY_ENGINE when 'ruby' '79248d58f9d89e44081da875fa15ad9a70cc07e9eaa4e8b706001044a3570e3f'\ 'bc4b5ba3e1150868d88add3a43972265219d4d11c60cbbc1bebf50e7d26cdb60' when 'jruby' '22cf478cc5563cf0283d239ca5e87df44151fb422b5fd426c3aec47ca1df44fa'\ '7b3826131d65cadad5430a05ee812000ae9f9419d6bc5ba4024fdf6a799fc184' end RSpec.describe Prawn do describe 'manual' do # JRuby's zlib is a bit quirky. It sometimes produces different output to # libzlib (used by MRI). It's still a proper deflate stream and can be # decompressed just fine but for whatever reason compressin produses # different output. # # See: https://github.com/jruby/jruby/issues/4244 it 'contains no unexpected changes' do ENV['CI'] ||= 'true' require File.expand_path(File.join(__dir__, %w[.. manual contents])) s = prawn_manual_document.render hash = Digest::SHA512.hexdigest(s) expect(hash).to eq MANUAL_HASH end end end ruby-prawn-2.4.0.orig/spec/prawn/0000755000000000000000000000000013772706672015362 5ustar rootrootruby-prawn-2.4.0.orig/spec/prawn/graphics_stroke_styles_spec.rb0000644000000000000000000001552113772706672023517 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Graphics do let(:pdf) { create_pdf } describe 'When stroking with default settings' do it 'cap_style should be :butt' do expect(pdf.cap_style).to eq(:butt) end it 'join_style should be :miter' do expect(pdf.join_style).to eq(:miter) end it 'dashed? should be_false' do expect(pdf).to_not be_dashed end end describe 'Cap styles' do it 'is able to use assignment operator' do pdf.cap_style = :round expect(pdf.cap_style).to eq(:round) end describe '#cap_style(:butt)' do it 'rendered PDF should include butt style cap' do pdf.cap_style(:butt) cap_style = PDF::Inspector::Graphics::CapStyle.analyze(pdf.render) .cap_style expect(cap_style).to eq(0) end end describe '#cap_style(:round)' do it 'rendered PDF should include round style cap' do pdf.cap_style(:round) cap_style = PDF::Inspector::Graphics::CapStyle.analyze(pdf.render) .cap_style expect(cap_style).to eq(1) end end describe '#cap_style(:projecting_square)' do it 'rendered PDF should include projecting_square style cap' do pdf.cap_style(:projecting_square) cap_style = PDF::Inspector::Graphics::CapStyle.analyze(pdf.render) .cap_style expect(cap_style).to eq(2) end end it 'carries the current cap style settings over to new pages' do pdf.cap_style(:round) pdf.start_new_page cap_styles = PDF::Inspector::Graphics::CapStyle.analyze(pdf.render) expect(cap_styles.cap_style_count).to eq(2) expect(cap_styles.cap_style).to eq(1) end end describe 'Join styles' do it 'is able to use assignment operator' do pdf.join_style = :round expect(pdf.join_style).to eq(:round) end describe '#join_style(:miter)' do it 'rendered PDF should include miter style join' do pdf.join_style(:miter) join_style = PDF::Inspector::Graphics::JoinStyle.analyze(pdf.render) .join_style expect(join_style).to eq(0) end end describe '#join_style(:round)' do it 'rendered PDF should include round style join' do pdf.join_style(:round) join_style = PDF::Inspector::Graphics::JoinStyle.analyze(pdf.render) .join_style expect(join_style).to eq(1) end end describe '#join_style(:bevel)' do it 'rendered PDF should include bevel style join' do pdf.join_style(:bevel) join_style = PDF::Inspector::Graphics::JoinStyle.analyze(pdf.render) .join_style expect(join_style).to eq(2) end end it 'carries the current join style settings over to new pages' do pdf.join_style(:round) pdf.start_new_page join_styles = PDF::Inspector::Graphics::JoinStyle.analyze(pdf.render) expect(join_styles.join_style_count).to eq(2) expect(join_styles.join_style).to eq(1) end context 'with invalid arguments' do it 'raises an exception' do expect { pdf.join_style(:mitre) } .to raise_error(Prawn::Errors::InvalidJoinStyle) end end end describe 'Dashes' do it 'is able to use assignment operator' do pdf.dash = 2 expect(pdf).to be_dashed end describe 'setting a dash' do it 'dashed? should be_true' do pdf.dash(2) expect(pdf).to be_dashed end it 'rendered PDF should include a stroked dash' do pdf.dash(2) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[2, 2], 0]) end end describe 'setting a dash by passing a single argument' do it 'space between dashes should be the same length as the dash in the '\ 'rendered PDF' do pdf.dash(2) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[2, 2], 0]) end end describe 'with a space option that differs from the first argument' do it 'space between dashes in the rendered PDF should be different length '\ 'than the length of the dash' do pdf.dash(2, space: 3) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[2, 3], 0]) end end describe 'with a non-zero phase option' do it 'rendered PDF should include a non-zero phase' do pdf.dash(2, phase: 1) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[2, 2], 1]) end end describe 'setting a dash by using an array' do it 'dash and spaces should be set from the array' do pdf.dash([1, 2, 3, 4]) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[1, 2, 3, 4], 0]) end it 'at least one number in the array must not be zero' do pdf.dash([1, 0]) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[1, 0], 0]) end it 'space options has to be ignored' do pdf.dash([1, 2, 3, 4], space: 3) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[1, 2, 3, 4], 0]) end it 'phase options should be correctly used' do pdf.dash([1, 2, 3, 4], phase: 3) dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[1, 2, 3, 4], 3]) end end describe 'clearing stroke dash' do it 'restores solid line' do pdf.dash(2) pdf.undash dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash).to eq([[], 0]) end end it 'carries the current dash settings over to new pages' do pdf.dash(2) pdf.start_new_page dashes = PDF::Inspector::Graphics::Dash.analyze(pdf.render) expect(dashes.stroke_dash_count).to eq(2) expect(dashes.stroke_dash).to eq([[2, 2], 0]) end describe '#dashed?' do it 'an initial document should not be dashed' do expect(pdf.dashed?).to eq(false) end it 'returns true if any of the currently active settings are dashed' do pdf.dash(2) pdf.save_graphics_state expect(pdf.dashed?).to eq(true) end it 'returns false if the document was most recently undashed' do pdf.dash(2) pdf.save_graphics_state pdf.undash pdf.save_graphics_state expect(pdf.dashed?).to eq(false) end it 'returns true when restoring to a state that was dashed' do pdf.dash(2) pdf.save_graphics_state pdf.undash pdf.restore_graphics_state expect(pdf.dashed?).to eq(true) end end end end ruby-prawn-2.4.0.orig/spec/prawn/document_destinations_spec.rb0000644000000000000000000000053213772706672023323 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document do describe 'When creating destinations' do let(:pdf) { create_pdf } it 'adds entry to Dests name tree' do expect(pdf.dests.data.empty?).to eq(true) pdf.add_dest 'candy', 'chocolate' expect(pdf.dests.data.size).to eq(1) end end end ruby-prawn-2.4.0.orig/spec/prawn/graphics_spec.rb0000644000000000000000000007007213772706672020527 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Graphics do let(:pdf) { create_pdf } describe 'When drawing a line' do it 'draws a line from (100,600) to (100,500)' do pdf.line([100, 600], [100, 500]) line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points).to eq([[100, 600], [100, 500]]) end it 'draws two lines at (100,600) to (100,500) and (75,100) to (50,125)' do pdf.line(100, 600, 100, 500) pdf.line(75, 100, 50, 125) line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points).to eq( [[100.0, 600.0], [100.0, 500.0], [75.0, 100.0], [50.0, 125.0]] ) end it 'properlies set line width via line_width=' do pdf.line_width = 10 line = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line.widths.first).to eq(10) end it 'properlies set line width via line_width(width)' do pdf.line_width(10) line = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line.widths.first).to eq(10) end it 'carries the current line width settings over to new pages' do pdf.line_width(10) pdf.start_new_page line = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line.widths.length).to eq(2) expect(line.widths[1]).to eq(10) end describe '(Horizontally)' do it 'draws from [x1,pdf.y],[x2,pdf.y]' do pdf.horizontal_line(100, 150) line = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line.points).to eq([ [100.0 + pdf.bounds.absolute_left, pdf.y], [150.0 + pdf.bounds.absolute_left, pdf.y] ]) end it 'draws a line from (200, 250) to (300, 250)' do pdf.horizontal_line(200, 300, at: 250) line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points).to eq([[200, 250], [300, 250]]) end end describe '(Vertically)' do it 'draws a line from (350, 300) to (350, 400)' do pdf.vertical_line(300, 400, at: 350) line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points).to eq([[350, 300], [350, 400]]) end it 'requires a y coordinate' do expect { pdf.vertical_line(400, 500) } .to raise_error(ArgumentError) end end end describe 'When drawing a polygon' do it 'draws each line passed to polygon()' do pdf.polygon([100, 500], [100, 400], [200, 400]) line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points) .to eq([[100, 500], [100, 400], [200, 400], [100, 500]]) end end describe 'When drawing a rectangle' do it 'uses a point, width, and height for coords' do pdf.rectangle [200, 200], 50, 100 rectangles = PDF::Inspector::Graphics::Rectangle.analyze(pdf.render) .rectangles # PDF uses bottom left corner expect(rectangles[0][:point]).to eq([200, 100]) expect(rectangles[0][:width]).to eq(50) expect(rectangles[0][:height]).to eq(100) end end describe 'When drawing a curve' do it 'draws a bezier curve from 50,50 to 100,100' do pdf.move_to [50, 50] pdf.curve_to [100, 100], bounds: [[20, 90], [90, 70]] curve = PDF::Inspector::Graphics::Curve.analyze(pdf.render) expect(curve.coords) .to eq([50.0, 50.0, 20.0, 90.0, 90.0, 70.0, 100.0, 100.0]) end it 'draws a bezier curve from 100,100 to 50,50' do pdf.curve [100, 100], [50, 50], bounds: [[20, 90], [90, 75]] curve = PDF::Inspector::Graphics::Curve.analyze(pdf.render) expect(curve.coords) .to eq([100.0, 100.0, 20.0, 90.0, 90.0, 75.0, 50.0, 50.0]) end end describe 'When drawing a rounded rectangle' do before { pdf.rounded_rectangle([50, 550], 50, 100, 10) } let(:original_point) do curve = PDF::Inspector::Graphics::Curve.analyze(pdf.render) curve_points = curve.coords.each_slice(2).to_a curve_points.shift end let(:all_coords) do curve = PDF::Inspector::Graphics::Curve.analyze(pdf.render) curve_points = curve.coords.each_slice(2).to_a curve_points.shift curves = curve_points.each_slice(3).to_a line_points = PDF::Inspector::Graphics::Line.analyze(pdf.render).points line_points.shift line_points.zip(curves).flatten.each_slice(2).to_a.unshift original_point end it 'draws a rectangle by connecting lines with rounded bezier curves' do expect(all_coords).to eq( [ [60.0, 550.0], [90.0, 550.0], [95.52285, 550.0], [100.0, 545.52285], [100.0, 540.0], [100.0, 460.0], [100.0, 454.47715], [95.52285, 450.0], [90.0, 450.0], [60.0, 450.0], [54.47715, 450.0], [50.0, 454.47715], [50.0, 460.0], [50.0, 540.0], [50.0, 545.52285], [54.47715, 550.0], [60.0, 550.0] ] ) end it 'starts and end with the same point' do expect(original_point).to eq(all_coords.last) end end describe 'When drawing an ellipse' do let(:curve) do pdf.ellipse [100, 100], 25, 50 PDF::Inspector::Graphics::Curve.analyze(pdf.render) end it 'uses a Bézier approximation' do expect(curve.coords).to eq([ 125.0, 100.0, 125.0, 127.61424, 113.80712, 150, 100.0, 150.0, 86.19288, 150.0, 75.0, 127.61424, 75.0, 100.0, 75.0, 72.38576, 86.19288, 50.0, 100.0, 50.0, 113.80712, 50.0, 125.0, 72.38576, 125.0, 100.0, 100.0, 100.0 ]) end it 'moves the pointer to the center of the ellipse after drawing' do expect(curve.coords[-2..-1]).to eq([100, 100]) end end describe 'When drawing a circle' do let(:curve) do pdf.circle [100, 100], 25 pdf.ellipse [100, 100], 25, 25 PDF::Inspector::Graphics::Curve.analyze(pdf.render) end it 'strokes the same path as the equivalent ellipse' do middle = curve.coords.length / 2 expect(curve.coords[0...middle]).to eq(curve.coords[middle..-1]) end end describe 'When filling' do it 'defaults to the f operator (nonzero winding number rule)' do allow(pdf.renderer).to receive(:add_content).with('f') pdf.fill expect(pdf.renderer).to have_received(:add_content).with('f') end it 'uses f* for :fill_rule => :even_odd' do allow(pdf.renderer).to receive(:add_content).with('f*') pdf.fill(fill_rule: :even_odd) expect(pdf.renderer).to have_received(:add_content).with('f*') end it 'uses b by default for fill_and_stroke (nonzero winding number)' do allow(pdf.renderer).to receive(:add_content).with('b') pdf.fill_and_stroke expect(pdf.renderer).to have_received(:add_content).with('b') end it 'uses b* for fill_and_stroke(:fill_rule => :even_odd)' do allow(pdf.renderer).to receive(:add_content).with('b*') pdf.fill_and_stroke(fill_rule: :even_odd) expect(pdf.renderer).to have_received(:add_content).with('b*') end end describe 'When setting colors' do it 'sets stroke colors' do pdf.stroke_color 'ffcccc' colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) # 100% red, 80% green, 80% blue expect(colors.stroke_color).to eq([1.0, 0.8, 0.8]) end it 'sets fill colors' do pdf.fill_color 'ccff00' colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) # 80% red, 100% green, 0% blue expect(colors.fill_color).to eq([0.8, 1.0, 0]) end it 'raises an error for a color with a leading #' do expect { pdf.fill_color '#ccff00' }.to raise_error(ArgumentError) end it 'raises an error for a color string that is not a hex' do expect { pdf.fill_color 'zcff00' }.to raise_error(ArgumentError) end it 'raises an error for a color string with invalid characters' do expect { pdf.fill_color 'f0f0f?' }.to raise_error(ArgumentError) end it 'resets the colors on each new page if they have been defined' do pdf.fill_color 'ccff00' pdf.start_new_page pdf.stroke_color 'ff00cc' pdf.start_new_page colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.fill_color_count).to eq(3) expect(colors.stroke_color_count).to eq(2) expect(colors.fill_color).to eq([0.8, 1.0, 0.0]) expect(colors.stroke_color).to eq([1.0, 0.0, 0.8]) end it 'sets the color space when setting colors on new pages to please fussy '\ 'readers' do pdf.stroke_color '000000' pdf.stroke { pdf.rectangle([10, 10], 10, 10) } pdf.start_new_page pdf.stroke_color '000000' pdf.stroke { pdf.rectangle([10, 10], 10, 10) } colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.stroke_color_space_count[:DeviceRGB]).to eq(2) end end describe 'Patterns' do describe 'linear gradients' do it 'creates a /Pattern resource' do pdf.fill_gradient( [0, pdf.bounds.height], [pdf.bounds.width, pdf.bounds.height], 'FF0000', '0000FF' ) grad = PDF::Inspector::Graphics::Pattern.analyze(pdf.render) pattern = grad.patterns.values.first expect(pattern).to_not be_nil expect(pattern[:Shading][:ShadingType]).to eq(2) expect(pattern[:Shading][:Coords]).to eq([0, 0, pdf.bounds.width, 0]) expect(pattern[:Shading][:Function][:C0].zip([1, 0, 0]).all? do |x1, x2| (x1 - x2).abs < 0.01 end).to eq true expect(pattern[:Shading][:Function][:C1].zip([0, 0, 1]).all? do |x1, x2| (x1 - x2).abs < 0.01 end).to eq true end it 'creates a unique ID for each pattern resource' do pdf.fill_gradient( [256, 512], [356, 512], 'ffffff', 'fe00ff' ) pdf.fill_gradient( [256, 256], [356, 256], 'ffffff', '0000ff' ) str = pdf.render pattern_ids = str.scan(/SP\h{40}\s+scn/) expect(pattern_ids.uniq.length).to eq 2 end it 'fill_gradient should set fill color to the pattern' do pdf.fill_gradient( [0, pdf.bounds.height], [pdf.bounds.width, pdf.bounds.height], 'FF0000', '0000FF' ) str = pdf.render expect(str).to match(%r{/Pattern\s+cs\s*/SP\h{40}\s+scn}) end it 'stroke_gradient should set stroke color to the pattern' do pdf.stroke_gradient( [0, pdf.bounds.height], [pdf.bounds.width, pdf.bounds.height], 'FF0000', '0000FF' ) str = pdf.render expect(str).to match(%r{/Pattern\s+CS\s*/SP\h{40}\s+SCN}) end it 'uses a stitching function to render a gradient with multiple stops' do pdf.fill_gradient( from: [0, pdf.bounds.height], to: [pdf.bounds.width, pdf.bounds.height], stops: { 0 => 'FF0000', 0.8 => '00FF00', 1 => '0000FF' } ) grad = PDF::Inspector::Graphics::Pattern.analyze(pdf.render) pattern = grad.patterns.values.first expect(pattern).to_not be_nil stitching = pattern[:Shading][:Function] expect(stitching[:FunctionType]).to eq(3) expect(stitching[:Functions]).to be_an(Array) expect(stitching[:Functions].map { |f| f[:C0] }) .to eq([[1, 0, 0], [0, 1, 0]]) expect(stitching[:Functions].map { |f| f[:C1] }) .to eq([[0, 1, 0], [0, 0, 1]]) expect(stitching[:Bounds]).to eq([0.8]) expect(stitching[:Encode]).to eq([0, 1, 0, 1]) end it 'uses a stitching function to render a gradient with equally spaced '\ 'stops' do pdf.fill_gradient( from: [0, pdf.bounds.height], to: [pdf.bounds.width, pdf.bounds.height], stops: %w[FF0000 00FF00 0000FF] ) grad = PDF::Inspector::Graphics::Pattern.analyze(pdf.render) pattern = grad.patterns.values.first expect(pattern).to_not be_nil stitching = pattern[:Shading][:Function] expect(stitching[:FunctionType]).to eq(3) expect(stitching[:Functions]).to be_an(Array) expect(stitching[:Functions].map { |f| f[:C0] }) .to eq([[1, 0, 0], [0, 1, 0]]) expect(stitching[:Functions].map { |f| f[:C1] }) .to eq([[0, 1, 0], [0, 0, 1]]) expect(stitching[:Bounds]).to eq([0.5]) end end describe 'radial gradients' do it 'creates a /Pattern resource' do pdf.fill_gradient( [0, pdf.bounds.height], 10, [pdf.bounds.width, pdf.bounds.height], 20, 'FF0000', '0000FF' ) grad = PDF::Inspector::Graphics::Pattern.analyze(pdf.render) pattern = grad.patterns.values.first expect(pattern).to_not be_nil expect(pattern[:Shading][:ShadingType]).to eq(3) expect(pattern[:Shading][:Coords]) .to eq([0, 0, 10, pdf.bounds.width, 0, 20]) expect(pattern[:Shading][:Function][:C0].zip([1, 0, 0]).all? do |x1, x2| (x1 - x2).abs < 0.01 end).to eq true expect(pattern[:Shading][:Function][:C1].zip([0, 0, 1]).all? do |x1, x2| (x1 - x2).abs < 0.01 end).to eq true end it 'fill_gradient should set fill color to the pattern' do pdf.fill_gradient( [0, pdf.bounds.height], 10, [pdf.bounds.width, pdf.bounds.height], 20, 'FF0000', '0000FF' ) str = pdf.render expect(str).to match(%r{/Pattern\s+cs\s*/SP\h{40}\s+scn}) end it 'stroke_gradient should set stroke color to the pattern' do pdf.stroke_gradient( [0, pdf.bounds.height], 10, [pdf.bounds.width, pdf.bounds.height], 20, 'FF0000', '0000FF' ) str = pdf.render expect(str).to match(%r{/Pattern\s+CS\s*/SP\h{40}\s+SCN}) end end describe 'gradient transformations' do subject(:transformations) do pdf.scale 2 do pdf.translate 40, 40 do pdf.fill_gradient [0, 10], [15, 15], 'FF0000', '0000FF', **opts pdf.fill_gradient [0, 10], 15, [15, 15], 25, 'FF0000', '0000FF', **opts end end grad = PDF::Inspector::Graphics::Pattern.analyze(pdf.render) grad.patterns.values.map { |pattern| pattern[:Matrix] }.uniq end context 'when :apply_transformations is true' do let(:opts) { { apply_transformations: true } } it 'uses the transformation stack to translate user co-ordinates to '\ 'document co-ordinates required by /Pattern' do expect(transformations).to eq([[2, 0, 0, 2, 80, 100]]) end end context 'when :apply_transformations is false' do let(:opts) { { apply_transformations: false } } it "doesn't transform the gradient" do expect(transformations).to eq([[1, 0, 0, 1, 0, 10]]) end end context 'when :apply_transformations is unset' do let(:opts) { {} } it "doesn't transform the gradient and displays a warning" do allow(pdf).to receive(:warn).twice expect(transformations).to eq([[1, 0, 0, 1, 0, 10]]) expect(pdf).to have_received(:warn).twice end end end end describe 'When using painting shortcuts' do it 'converts stroke_some_method(args) into some_method(args); stroke' do allow(pdf).to receive(:line_to).with([100, 100]) allow(pdf).to receive(:stroke) pdf.stroke_line_to [100, 100] expect(pdf).to have_received(:line_to).with([100, 100]) expect(pdf).to have_received(:stroke) end it 'converts fill_some_method(args) into some_method(args); fill' do allow(pdf).to receive(:line_to).with([100, 100]) allow(pdf).to receive(:fill) pdf.fill_line_to [100, 100] expect(pdf).to have_received(:line_to).with([100, 100]) expect(pdf).to have_received(:fill) end it 'does not break method_missing' do expect { pdf.i_have_a_pretty_girlfriend_named_jia } .to raise_error(NoMethodError) end end describe 'When using graphics states' do it 'adds the right content on save_graphics_state' do allow(pdf.renderer).to receive(:add_content).with('q') pdf.save_graphics_state expect(pdf.renderer).to have_received(:add_content).with('q') end it 'adds the right content on restore_graphics_state' do allow(pdf.renderer).to receive(:add_content).with('Q') pdf.restore_graphics_state expect(pdf.renderer).to have_received(:add_content).with('Q') end it 'saves and restore when save_graphics_state is used with a block' do allow(pdf.renderer).to receive(:add_content).with('q') allow(pdf).to receive(:foo) allow(pdf.renderer).to receive(:add_content).with('Q') pdf.save_graphics_state do pdf.foo end expect(pdf.renderer).to have_received(:add_content).with('q').ordered expect(pdf).to have_received(:foo).ordered expect(pdf.renderer).to have_received(:add_content).with('Q').ordered end it 'adds the previous color space when restoring to a graphic state with '\ 'different color space' do pdf.stroke_color '000000' pdf.save_graphics_state pdf.stroke_color 0, 0, 0, 0 pdf.restore_graphics_state pdf.stroke_color 0, 0, 100, 0 expect(pdf.graphic_state.color_space).to eq(stroke: :DeviceCMYK) colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.color_space).to eq(:DeviceCMYK) expect(colors.stroke_color_space_count[:DeviceCMYK]).to eq(2) end it 'uses the correct dash setting after restoring and starting new page' do pdf.dash 5 pdf.save_graphics_state pdf.dash 10 expect(pdf.graphic_state.dash[:dash]).to eq(10) pdf.restore_graphics_state pdf.start_new_page expect(pdf.graphic_state.dash[:dash]).to eq(5) end it 'rounds dash values to four decimal places' do pdf.dash 5.12345 expect(pdf.graphic_state.dash_setting).to eq('[5.12345 5.12345] 0.0 d') end it 'raises an error when dash is called w. a zero length or space' do expect { pdf.dash(0) }.to raise_error(ArgumentError) expect { pdf.dash([0]) }.to raise_error(ArgumentError) expect { pdf.dash([0, 0]) }.to raise_error(ArgumentError) end it 'raises an error when dash is called w. negative lengths' do expect { pdf.dash(-1) }.to raise_error(ArgumentError) expect { pdf.dash([1, -3]) }.to raise_error(ArgumentError) end it 'the current graphic state keeps track of previous unchanged settings' do pdf.stroke_color '000000' pdf.save_graphics_state pdf.dash 5 pdf.save_graphics_state pdf.cap_style :round pdf.save_graphics_state pdf.fill_color 0, 0, 100, 0 pdf.save_graphics_state expect(pdf.graphic_state.stroke_color).to eq('000000') expect(pdf.graphic_state.join_style).to eq(:miter) expect(pdf.graphic_state.fill_color).to eq([0, 0, 100, 0]) expect(pdf.graphic_state.cap_style).to eq(:round) expect(pdf.graphic_state.color_space) .to eq(fill: :DeviceCMYK, stroke: :DeviceRGB) expect(pdf.graphic_state.dash).to eq(space: 5, phase: 0, dash: 5) expect(pdf.graphic_state.line_width).to eq(1) end it "doesn't add extra graphic space closings when rendering multiple " \ 'times' do pdf.render state = PDF::Inspector::Graphics::State.analyze(pdf.render) expect(state.save_graphics_state_count).to eq(1) expect(state.restore_graphics_state_count).to eq(1) end it 'adds extra graphic state enclosings when content is added on multiple '\ 'renderings' do pdf.render pdf.text 'Adding a bit more content' state = PDF::Inspector::Graphics::State.analyze(pdf.render) expect(state.save_graphics_state_count).to eq(2) expect(state.restore_graphics_state_count).to eq(2) end it 'adds extra graphic state enclosings when new settings are applied on '\ 'multiple renderings' do pdf.render pdf.stroke_color 0, 0, 0, 0 state = PDF::Inspector::Graphics::State.analyze(pdf.render) expect(state.save_graphics_state_count).to eq(2) expect(state.restore_graphics_state_count).to eq(2) end it 'raise_errors error if closing an empty graphic stack' do expect do pdf.render pdf.restore_graphics_state end.to raise_error(PDF::Core::Errors::EmptyGraphicStateStack) end it 'copies mutable attributes when passing a previous_state to '\ 'the initializer' do new_state = PDF::Core::GraphicState.new(pdf.graphic_state) %i[color_space dash fill_color stroke_color].each do |attr| expect(new_state.public_send(attr)).to eq(pdf.graphic_state.public_send(attr)) expect(new_state.public_send(attr)).to_not equal(pdf.graphic_state.public_send(attr)) end end it 'copies mutable attributes when duping' do new_state = pdf.graphic_state.dup %i[color_space dash fill_color stroke_color].each do |attr| expect(new_state.public_send(attr)).to eq(pdf.graphic_state.public_send(attr)) expect(new_state.public_send(attr)).to_not equal(pdf.graphic_state.public_send(attr)) end end end describe 'When using transformation matrix' do # NOTE: The (approximate) number of significant decimal digits of precision # in fractional part is 5 (PDF Reference, Third Edition, p. 706) it 'sends the right content on transformation_matrix' do allow(pdf.renderer).to receive(:add_content) .with('1.0 0.0 0.12346 -1.0 5.5 20.0 cm') pdf.transformation_matrix 1, 0, 0.123456789, -1.0, 5.5, 20 expect(pdf.renderer).to have_received(:add_content) .with('1.0 0.0 0.12346 -1.0 5.5 20.0 cm') end it 'uses fixed digits with very small number' do values = Array.new(6, 0.000000000001) string = Array.new(6, '0.0').join ' ' allow(pdf.renderer).to receive(:add_content).with("#{string} cm") pdf.transformation_matrix(*values) expect(pdf.renderer).to have_received(:add_content).with("#{string} cm") end it 'is received by the inspector' do pdf.transformation_matrix 1, 0, 0, -1, 5.5, 20 matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) expect(matrices.matrices).to eq([[1, 0, 0, -1, 5.5, 20]]) end it 'saves the graphics state inside the given block' do values = Array.new(6, 0.000000000001) string = Array.new(6, '0.0').join ' ' allow(pdf).to receive(:save_graphics_state).with(no_args) allow(pdf.renderer).to receive(:add_content).with(any_args).twice allow(pdf.renderer).to receive(:add_content).with("#{string} cm") allow(pdf).to receive(:do_something) allow(pdf).to receive(:restore_graphics_state).with(no_args) pdf.transformation_matrix(*values) do pdf.do_something end expect(pdf).to have_received(:save_graphics_state).with(no_args).ordered expect(pdf.renderer).to have_received(:add_content).with("#{string} cm") .ordered expect(pdf).to have_received(:do_something).ordered expect(pdf).to have_received(:restore_graphics_state).with(no_args) .ordered end it 'properly serializes the matrix', issue: 1178 do pdf.transformation_matrix 1, 0, 0, 1, 0.0, 1.8977874316715393e-05 rendered_document = pdf.render expect(rendered_document).to_not include('2.0e-05') matrices = PDF::Inspector::Graphics::Matrix.analyze(rendered_document) expect(matrices.matrices).to eq([[1, 0, 0, 1, 0.0, 0.00002]]) end end describe 'When using transformations shortcuts' do describe '#rotate' do let(:angle) { 12.32 } let(:cos) { Math.cos(angle * Math::PI / 180) } let(:sin) { Math.sin(angle * Math::PI / 180) } it 'rotates' do allow(pdf).to receive(:transformation_matrix) .with(cos, sin, -sin, cos, 0, 0) pdf.rotate(angle) expect(pdf).to have_received(:transformation_matrix) .with(cos, sin, -sin, cos, 0, 0) end end describe '#rotate with :origin option' do let(:angle) { 12.32 } let(:cos) { Math.cos(angle * Math::PI / 180) } let(:sin) { Math.sin(angle * Math::PI / 180) } it 'rotates around the origin' do x = 12 y = 54.32 x_prime = x * cos - y * sin y_prime = x * sin + y * cos pdf.rotate(angle, origin: [x, y]) { pdf.text('hello world') } matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x - x_prime), reduce_precision(y - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) end it 'rotates around the origin in a document with a margin' do x = 12 y = 54.32 pdf = Prawn::Document.new pdf.rotate(angle, origin: [x, y]) { pdf.text('hello world') } x_ = x + pdf.bounds.absolute_left y_ = y + pdf.bounds.absolute_bottom x_prime = x_ * cos - y_ * sin y_prime = x_ * sin + y_ * cos matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x_ - x_prime), reduce_precision(y_ - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) end it 'raise_errors BlockRequired if no block is given' do expect do pdf.rotate(angle, origin: [0, 0]) end.to raise_error(Prawn::Errors::BlockRequired) end end describe '#translate' do it 'translates' do x = 12 y = 54.32 allow(pdf).to receive(:transformation_matrix).with(1, 0, 0, 1, x, y) pdf.translate(x, y) expect(pdf).to have_received(:transformation_matrix) .with(1, 0, 0, 1, x, y) end end describe '#scale' do it 'scales' do factor = 0.12 allow(pdf).to receive(:transformation_matrix) .with(factor, 0, 0, factor, 0, 0) pdf.scale(factor) expect(pdf).to have_received(:transformation_matrix) .with(factor, 0, 0, factor, 0, 0) end end describe '#scale with :origin option' do let(:factor) { 0.12 } it 'scales from the origin' do x = 12 y = 54.32 x_prime = factor * x y_prime = factor * y pdf.scale(factor, origin: [x, y]) { pdf.text('hello world') } matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x - x_prime), reduce_precision(y - y_prime) ]) expect(matrices.matrices[1]).to eq([factor, 0, 0, factor, 0, 0]) end it 'scales from the origin in a document with a margin' do x = 12 y = 54.32 pdf = Prawn::Document.new x_ = x + pdf.bounds.absolute_left y_ = y + pdf.bounds.absolute_bottom x_prime = factor * x_ y_prime = factor * y_ pdf.scale(factor, origin: [x, y]) { pdf.text('hello world') } matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x_ - x_prime), reduce_precision(y_ - y_prime) ]) expect(matrices.matrices[1]).to eq([factor, 0, 0, factor, 0, 0]) end it 'raise_errors BlockRequired if no block is given' do expect do pdf.scale(factor, origin: [0, 0]) end.to raise_error(Prawn::Errors::BlockRequired) end end end def reduce_precision(float) float.round(5) end end ruby-prawn-2.4.0.orig/spec/prawn/text/0000755000000000000000000000000013772706672016346 5ustar rootrootruby-prawn-2.4.0.orig/spec/prawn/text/box_spec.rb0000644000000000000000000010204413772706672020476 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text::Box do let(:pdf) { create_pdf } it 'is able to set leading document-wide' do pdf.default_leading(7) pdf.default_leading = 7 text_box = described_class.new('hello world', document: pdf) expect(text_box.leading).to eq(7) end it 'option should be able to override document-wide leading' do pdf.default_leading = 7 text_box = described_class.new( 'hello world', document: pdf, leading: 20 ) expect(text_box.leading).to eq(20) end it 'is able to set text direction document-wide' do pdf.text_direction(:rtl) pdf.text_direction = :rtl string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new(string, document: pdf) text_box.render text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('?uoy era woh ,dlrow olleH') expect(text.strings[1]).to eq(".uoy knaht ,enif m'I") end it 'is able to reverse multi-byte text' do pdf.text_direction(:rtl) pdf.text_direction = :rtl pdf.text_direction = :rtl pdf.font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf", size: 16) do pdf.text '写个å°' end text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('å°ä¸ªå†™') end it 'option should be able to override document-wide text direction' do pdf.text_direction = :rtl string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new( string, document: pdf, direction: :ltr ) text_box.render text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('Hello world, how are you?') expect(text.strings[1]).to eq("I'm fine, thank you.") end it 'only requires enough space for the descender and the ascender '\ 'when determining whether a line can fit' do text = 'Oh hai text rect' options = { document: pdf, height: pdf.font.ascender + pdf.font.descender } text_box = described_class.new(text, options) text_box.render expect(text_box.text).to eq('Oh hai text rect') text = "Oh hai text rect\nOh hai text rect" options = { document: pdf, height: pdf.font.height + pdf.font.ascender + pdf.font.descender } text_box = described_class.new(text, options) text_box.render expect(text_box.text).to eq("Oh hai text rect\nOh hai text rect") end describe '#nothing_printed?' do it 'returns true when nothing printed' do string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new(string, height: 2, document: pdf) text_box.render expect(text_box.nothing_printed?).to eq true end it 'returns false when something printed' do string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new(string, height: 14, document: pdf) text_box.render expect(text_box.nothing_printed?).to eq false end end describe '#everything_printed?' do it 'returns false when not everything printed' do string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new(string, height: 14, document: pdf) text_box.render expect(text_box.everything_printed?).to eq false end it 'returns true when everything printed' do string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new(string, document: pdf) text_box.render expect(text_box.everything_printed?).to eq true end end describe '#line_gap' do it '==S the line gap of the font when using a single font and font size' do string = "Hello world, how are you?\nI'm fine, thank you." text_box = described_class.new(string, document: pdf) text_box.render expect(text_box.line_gap).to be_within(0.0001).of(pdf.font.line_gap) end end describe '#render with :align => :justify' do it 'draws the word spacing to the document' do string = 'hello world ' * 20 options = { document: pdf, align: :justify } text_box = described_class.new(string, options) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.word_spacing[0]).to be > 0 end it 'does not justify the last line of a paragraph' do string = 'hello world ' options = { document: pdf, align: :justify } text_box = described_class.new(string, options) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.word_spacing).to be_empty end end describe '#height without leading' do it 'is the sum of the height of each line, not including the space below '\ 'the last line' do text = "Oh hai text rect.\nOh hai text rect." options = { document: pdf } text_box = described_class.new(text, options) text_box.render expect(text_box.height).to be_within(0.001) .of(pdf.font.height * 2 - pdf.font.line_gap) end end describe '#height with leading' do it 'is the sum of the height of each line plus leading, but not including '\ 'the space below the last line' do text = "Oh hai text rect.\nOh hai text rect." leading = 12 options = { document: pdf, leading: leading } text_box = described_class.new(text, options) text_box.render expect(text_box.height).to be_within(0.001).of( (pdf.font.height + leading) * 2 - pdf.font.line_gap - leading ) end end context 'with :draw_text_callback' do it 'hits the callback whenever text is drawn' do draw_block = instance_spy('Draw block') pdf.text_box 'this text is long enough to span two lines', width: 150, draw_text_callback: ->(text, _) { draw_block.kick(text) } expect(draw_block).to have_received(:kick) .with('this text is long enough to') expect(draw_block).to have_received(:kick).with('span two lines') end it 'hits the callback once per fragment for :inline_format' do draw_block = instance_spy('Draw block') pdf.text_box 'this text has fancy formatting', inline_format: true, width: 500, draw_text_callback: ->(text, _) { draw_block.kick(text) } expect(draw_block).to have_received(:kick).with('this text has ') expect(draw_block).to have_received(:kick).with('fancy') expect(draw_block).to have_received(:kick).with(' formatting') end it 'does not call #draw_text!' do allow(pdf).to receive(:draw_text!) pdf.text_box 'some text', width: 500, draw_text_callback: ->(_, _) {} expect(pdf).to_not have_received(:draw_text!) end end describe '#valid_options' do it 'returns an array' do text_box = described_class.new('', document: pdf) expect(text_box.valid_options).to be_a_kind_of(Array) end end describe '#render' do it 'does not fail if height is smaller than 1 line' do text = 'Oh hai text rect. ' * 10 options = { height: pdf.font.height * 0.5, document: pdf } text_box = described_class.new(text, options) text_box.render expect(text_box.text).to eq('') end it 'draws content to the page' do text = 'Oh hai text rect. ' * 10 options = { document: pdf } text_box = described_class.new(text, options) text_box.render text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end it 'does not draw a transformation matrix' do text = 'Oh hai text rect. ' * 10 options = { document: pdf } text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) expect(matrices.matrices.length).to eq(0) end end describe '#render(:single_line => true)' do it 'draws only one line to the page' do text = 'Oh hai text rect. ' * 10 options = { document: pdf, single_line: true } text_box = described_class.new(text, options) text_box.render text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.length).to eq(1) end end describe '#render(:dry_run => true)' do it 'does not draw any content to the page' do text = 'Oh hai text rect. ' * 10 options = { document: pdf } text_box = described_class.new(text, options) text_box.render(dry_run: true) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to be_empty end it 'subsequent calls to render do not raise an ArgumentError exception' do text = '™©' options = { document: pdf } text_box = described_class.new(text, options) text_box.render(dry_run: true) expect do text_box.render end.to_not raise_exception end end describe '#render(:valign => :bottom)' do it '#at should be the same from one dry run to the next' do text = 'this is center text ' * 12 options = { width: 162, valign: :bottom, document: pdf } text_box = described_class.new(text, options) text_box.render(dry_run: true) original_at = text_box.at.dup text_box.render(dry_run: true) expect(text_box.at).to eq(original_at) end end describe '#render(:valign => :center)' do it '#at should be the same from one dry run to the next' do text = 'this is center text ' * 12 options = { width: 162, valign: :center, document: pdf } text_box = described_class.new(text, options) text_box.render(dry_run: true) original_at = text_box.at.dup text_box.render(dry_run: true) expect(text_box.at).to eq(original_at) end end describe '#render with :rotate option of 30)' do let(:cos) { Math.cos(30 * Math::PI / 180) } let(:sin) { Math.sin(30 * Math::PI / 180) } let(:text) { 'Oh hai text rect. ' * 10 } let(:options) do { document: pdf, rotate: 30, at: [300, 70], width: 100, height: 50 } end context 'with :rotate_around option of :center' do it 'draws content to the page rotated about the center of the text' do options[:rotate_around] = :center text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) x = 350 y = 45 x_prime = x * cos - y * sin y_prime = x * sin + y * cos expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x - x_prime), reduce_precision(y - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end end context 'with :rotate_around option of :upper_left' do it 'draws content to the page rotated about the upper left corner of '\ 'the text' do options[:rotate_around] = :upper_left text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) x_prime = 300 * cos - 70 * sin y_prime = 300 * sin + 70 * cos expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(300 - x_prime), reduce_precision(70 - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end end context 'with default :rotate_around' do it 'draws content to the page rotated about the upper left corner of '\ 'the text' do text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) x_prime = 300 * cos - 70 * sin y_prime = 300 * sin + 70 * cos expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(300 - x_prime), reduce_precision(70 - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end end context 'with :rotate_around option of :upper_right' do it 'draws content to the page rotated about the upper right corner of '\ 'the text' do options[:rotate_around] = :upper_right text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) x = 400 y = 70 x_prime = x * cos - y * sin y_prime = x * sin + y * cos expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x - x_prime), reduce_precision(y - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end end context 'with :rotate_around option of :lower_right' do it 'draws content to the page rotated about the lower right corner of '\ 'the text' do options[:rotate_around] = :lower_right text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) x = 400 y = 20 x_prime = x * cos - y * sin y_prime = x * sin + y * cos expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x - x_prime), reduce_precision(y - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end end context 'with :rotate_around option of :lower_left' do it 'draws content to the page rotated about the lower left corner of '\ 'the text' do options[:rotate_around] = :lower_left text_box = described_class.new(text, options) text_box.render matrices = PDF::Inspector::Graphics::Matrix.analyze(pdf.render) x = 300 y = 20 x_prime = x * cos - y * sin y_prime = x * sin + y * cos expect(matrices.matrices[0]).to eq([ 1, 0, 0, 1, reduce_precision(x - x_prime), reduce_precision(y - y_prime) ]) expect(matrices.matrices[1]).to eq([ reduce_precision(cos), reduce_precision(sin), reduce_precision(-sin), reduce_precision(cos), 0, 0 ]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings).to_not be_empty end end end describe 'default height' do it 'is the height from the bottom bound to document.y' do target_height = pdf.y - pdf.bounds.bottom text = "Oh hai\n" * 60 text_box = described_class.new(text, document: pdf) text_box.render expect(text_box.height).to be_within(pdf.font.height).of(target_height) end it 'uses the margin-box bottom if only in a stretchy bbox' do pdf.bounding_box([0, pdf.cursor], width: pdf.bounds.width) do target_height = pdf.y - pdf.bounds.bottom text = "Oh hai\n" * 60 text_box = described_class.new(text, document: pdf) text_box.render expect(text_box.height).to be_within(pdf.font.height).of(target_height) end end it 'uses the parent-box bottom if in a stretchy bbox and overflow is '\ ':expand, even with an explicit height' do pdf.bounding_box([0, pdf.cursor], width: pdf.bounds.width) do target_height = pdf.y - pdf.bounds.bottom text = "Oh hai\n" * 60 text_box = described_class.new( text, document: pdf, height: 100, overflow: :expand ) text_box.render expect(text_box.height).to be_within(pdf.font.height).of(target_height) end end it 'uses the innermost non-stretchy bbox, not the margin box' do pdf.bounding_box( [0, pdf.cursor], width: pdf.bounds.width, height: 200 ) do pdf.bounding_box([0, pdf.cursor], width: pdf.bounds.width) do text = "Oh hai\n" * 60 text_box = described_class.new(text, document: pdf) text_box.render expect(text_box.height).to be_within(pdf.font.height).of(200) end end end end describe 'default at' do it 'is the left corner of the bounds, and the current document.y' do target_at = [pdf.bounds.left, pdf.y] text = 'Oh hai text rect. ' * 100 options = { document: pdf } text_box = described_class.new(text, options) text_box.render expect(text_box.at).to eq(target_at) end end context 'with text than can fit in the box' do let(:text) { 'Oh hai text rect. ' * 10 } let(:options) do { width: 162.0, height: 162.0, document: pdf } end it 'printed text should match requested text, except that preceding and ' \ 'trailing white space will be stripped from each line, and newlines ' \ 'may be inserted' do text_box = described_class.new(" #{text}", options) text_box.render expect(text_box.text.tr("\n", ' ')).to eq(text.strip) end it 'render returns an empty string because no text remains unprinted' do text_box = described_class.new(text, options) expect(text_box.render).to eq('') end it 'is truncated when the leading is set high enough to prevent all the '\ 'lines from being printed' do options[:leading] = 40 text_box = described_class.new(text, options) text_box.render expect(text_box.text.tr("\n", ' ')).to_not eq(text.strip) end end context 'with text that fits exactly in the box' do let(:lines) { 3 } let(:interlines) { lines - 1 } let(:text) { (1..lines).to_a.join("\n") } let(:options) do { width: 162.0, height: pdf.font.ascender + pdf.font.height * interlines + pdf.font.descender, document: pdf } end it 'has the expected height' do expected_height = options.delete(:height) text_box = described_class.new(text, options) text_box.render expect(text_box.height).to be_within(0.0001).of(expected_height) end it 'prints everything' do text_box = described_class.new(text, options) text_box.render expect(text_box.text).to eq(text) end describe 'with leading' do before do options[:leading] = 15 end it 'does not overflow when enough height is added' do options[:height] += options[:leading] * interlines text_box = described_class.new(text, options) text_box.render expect(text_box.text).to eq(text) end it 'overflows when insufficient height is added' do options[:height] += options[:leading] * interlines - 1 text_box = described_class.new(text, options) text_box.render expect(text_box.text).to_not eq(text) end end context 'with negative leading' do before do options[:leading] = -4 end it 'does not overflow when enough height is removed' do options[:height] += options[:leading] * interlines text_box = described_class.new(text, options) text_box.render expect(text_box.text).to eq(text) end it 'overflows when too much height is removed' do options[:height] += options[:leading] * interlines - 1 text_box = described_class.new(text, options) text_box.render expect(text_box.text).to_not eq(text) end end end context 'when printing UTF-8 string with higher bit characters' do let(:text) { '©' } let(:text_box) do # not enough height to print any text, so we can directly compare against # the input string bounding_height = 1.0 options = { height: bounding_height, document: pdf } described_class.new(text, options) end before do file = "#{Prawn::DATADIR}/fonts/Panic+Sans.dfont" pdf.font_families['Panic Sans'] = { normal: { file: file, font: 'PanicSans' }, italic: { file: file, font: 'PanicSans-Italic' }, bold: { file: file, font: 'PanicSans-Bold' }, bold_italic: { file: file, font: 'PanicSans-BoldItalic' } } end describe 'when using a TTF font' do it 'unprinted text should be in UTF-8 encoding' do pdf.font('Panic Sans') remaining_text = text_box.render expect(remaining_text).to eq(text) end end describe 'when using an AFM font' do it 'unprinted text should be in UTF-8 encoding' do remaining_text = text_box.render expect(remaining_text).to eq(text) end end end context 'with more text than can fit in the box' do let(:text) { 'Oh hai text rect. ' * 30 } let(:bounding_height) { 162.0 } let(:options) do { width: 162.0, height: bounding_height, document: pdf } end context 'when truncated overflow' do let(:text_box) do described_class.new(text, options.merge(overflow: :truncate)) end it 'is truncated' do text_box.render expect(text_box.text.tr("\n", ' ')).to_not eq(text.strip) end it 'render does not return an empty string because some text remains '\ 'unprinted' do expect(text_box.render).to_not be_empty end it '#height should be no taller than the specified height' do text_box.render expect(text_box.height).to be <= bounding_height end it '#height should be within one font height of the specified height' do text_box.render expect(bounding_height).to be_within(pdf.font.height) .of(text_box.height) end context 'with :rotate option' do it 'unrendered text should be the same as when not rotated' do remaining_text = text_box.render rotate = 30 options[:document] = pdf options[:rotate] = rotate options[:at] = [300, 70] rotated_text_box = described_class.new(text, options) expect(rotated_text_box.render).to eq(remaining_text) end end end context 'when truncated with text and size taken from the manual' do it 'returns the right text' do text = 'This is the beginning of the text. It will be cut somewhere ' \ 'and the rest of the text will procede to be rendered this time by '\ 'calling another method.' + ' . ' * 50 options[:width] = 300 options[:height] = 50 options[:size] = 18 text_box = described_class.new(text, options) remaining_text = text_box.render expect(remaining_text).to eq( 'text will procede to be rendered this time by calling another ' \ 'method. . . . . . . . . . . . . . . . . . . . ' \ '. . . . . . . . . . . . . . . . . . . . . . ' \ '. . . . . . . . . ' ) end end context 'when expand overflow' do let(:text_box) do described_class.new(text, options.merge(overflow: :expand)) end it 'height expands to encompass all the text '\ '(but not exceed the height of the page)' do text_box.render expect(text_box.height).to be > bounding_height end it 'displays the entire string (as long as there was space remaining on '\ 'the page to print all the text)' do text_box.render expect(text_box.text.tr("\n", ' ')).to eq(text.strip) end it 'render returns an empty string because no text remains unprinted '\ '(as long as there was space remaining on the page to print all '\ 'the text)' do expect(text_box.render).to eq('') end end context 'when shrink_to_fit overflow' do let(:text_box) do described_class.new( text, options.merge( overflow: :shrink_to_fit, min_font_size: 2 ) ) end it 'displays the entire text' do text_box.render expect(text_box.text.tr("\n", ' ')).to eq(text.strip) end it 'render returns an empty string because no text remains unprinted' do expect(text_box.render).to eq('') end it 'does not drop below the minimum font size' do options[:overflow] = :shrink_to_fit options[:min_font_size] = 10.1 text_box = described_class.new(text, options) text_box.render actual_text = PDF::Inspector::Text.analyze(pdf.render) expect(actual_text.font_settings[0][:size]).to eq(10.1) end end end context 'with enough space to fit the text but using the ' \ 'shrink_to_fit overflow' do it 'does not shrink the text when there is no need to' do bounding_height = 162.0 options = { width: 162.0, height: bounding_height, overflow: :shrink_to_fit, min_font_size: 5, document: pdf } text_box = described_class.new("hello\nworld", options) text_box.render text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(12) end end context 'with a solid block of Chinese characters' do it 'printed text should match requested text, except for newlines' do text = '写中国字' * 10 options = { width: 162.0, height: 162.0, document: pdf, overflow: :truncate } pdf.font "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" text_box = described_class.new(text, options) text_box.render expect(text_box.text.delete("\n")).to eq(text) end end describe 'drawing bounding boxes' do it 'restores the margin box when bounding box exits' do margin_box = pdf.bounds pdf.text_box 'Oh hai text box. ' * 11, height: pdf.font.height * 10 expect(pdf.bounds).to eq(margin_box) end end describe '#render with :character_spacing option' do it 'draws the character spacing to the document' do string = 'hello world' options = { document: pdf, character_spacing: 10 } text_box = described_class.new(string, options) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.character_spacing[0]).to eq(10) end it 'takes character spacing into account when wrapping' do pdf.font 'Courier' text_box = described_class.new( 'hello world', width: 100, overflow: :expand, character_spacing: 10, document: pdf ) text_box.render expect(text_box.text).to eq("hello\nworld") end end describe 'wrapping' do it 'wraps text' do text = 'Please wrap this text about HERE. ' \ 'More text that should be wrapped' expect = "Please wrap this text about\n"\ "HERE. More text that should be\nwrapped" pdf.font 'Courier' text_box = described_class.new( text, width: 220, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end # white space was being stripped after the entire line was generated, # meaning that leading white space characters reduced the amount of space on # the line for other characters, so wrapping "hello hello" resulted in # "hello\n\nhello", rather than "hello\nhello" # it 'white space at beginning of line should not be taken into account ' \ 'when computing line width' do text = 'hello hello' expect = "hello\nhello" pdf.font 'Courier' text_box = described_class.new( text, width: 40, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end it 'respects end of line when wrapping text' do text = "Please wrap only before\nTHIS word. Don't wrap this" expect = text pdf.font 'Courier' text_box = described_class.new( text, width: 220, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end it 'respects multiple newlines when wrapping text' do text = "Please wrap only before THIS\n\nword. Don't wrap this" expect = "Please wrap only before\nTHIS\n\nword. Don't wrap this" pdf.font 'Courier' text_box = described_class.new( text, width: 200, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end it 'respects multiple newlines when wrapping text when those newlines '\ 'coincide with a line break' do text = "Please wrap only before\n\nTHIS word. Don't wrap this" expect = text pdf.font 'Courier' text_box = described_class.new( text, width: 220, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end it 'respects initial newlines' do text = "\nThis should be on line 2" expect = text pdf.font 'Courier' text_box = described_class.new( text, width: 220, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end it 'wraps lines comprised of a single word of the bounds when '\ 'wrapping text' do text = 'You_can_wrap_this_text_HERE' expect = "You_can_wrap_this_text_HE\nRE" pdf.font 'Courier' text_box = described_class.new( text, width: 180, overflow: :expand, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end it 'wraps lines comprised of a single non-alpha word of the bounds when '\ 'wrapping text' do text = '©' * 30 pdf.font 'Courier' text_box = described_class.new( text, width: 180, overflow: :expand, document: pdf ) text_box.render expected = "#{'©' * 25}\n#{'©' * 5}" expected = pdf.font.normalize_encoding(expected) expected = expected.force_encoding(Encoding::UTF_8) expect(text_box.text).to eq(expected) end it 'wraps non-unicode strings using single-byte word-wrapping' do text = 'continúa esforzandote ' * 5 text_box = described_class.new( text, width: 180, document: pdf ) text_box.render results_with_accent = text_box.text text = 'continua esforzandote ' * 5 text_box = described_class.new( text, width: 180, document: pdf ) text_box.render results_without_accent = text_box.text expect(first_line(results_with_accent).length) .to eq(first_line(results_without_accent).length) end it 'allows you to disable wrapping by char' do text = 'You_cannot_wrap_this_text_at_all_because_we_are_disabling_' \ 'wrapping_by_char_and_there_are_no_word_breaks' pdf.font 'Courier' text_box = described_class.new( text, width: 180, overflow: :shrink_to_fit, disable_wrap_by_char: true, document: pdf ) expect { text_box.render }.to raise_error(Prawn::Errors::CannotFit) end it 'retains full words with :shrink_to_fit if char wrapping is disabled' do text = 'Wrapped_words' expect = 'Wrapped_words' pdf.font 'Courier' text_box = described_class.new( text, width: 50, height: 50, size: 50, overflow: :shrink_to_fit, disable_wrap_by_char: true, document: pdf ) text_box.render expect(text_box.text).to eq(expect) end end describe 'Text::Box#render with :mode option' do it 'alters the text rendering mode of the document' do string = 'hello world' options = { document: pdf, mode: :fill_stroke } text_box = described_class.new(string, options) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.text_rendering_mode).to eq([2, 0]) end end def reduce_precision(float) float.round(5) end def first_line(str) str.lines.first end end ruby-prawn-2.4.0.orig/spec/prawn/text/formatted/0000755000000000000000000000000013772706672020333 5ustar rootrootruby-prawn-2.4.0.orig/spec/prawn/text/formatted/fragment_spec.rb0000644000000000000000000002052013772706672023474 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text::Formatted::Fragment do let(:pdf) { create_pdf } describe 'Text::Formatted::Fragment' do let(:fragment) do format_state = { styles: %i[bold italic], color: nil, link: nil, anchor: nil, font: nil, size: nil } described_class.new( 'hello world', format_state, pdf ).tap do |fragment| fragment.width = 100 fragment.left = 50 fragment.baseline = 200 fragment.line_height = 27 fragment.descender = 7 fragment.ascender = 17 end end describe '#width' do it 'returns the width' do expect(fragment.width).to eq(100) end end describe '#styles' do it 'returns the styles array' do expect(fragment.styles).to eq(%i[bold italic]) end it 'nevers return nil' do format_state = { styles: nil, color: nil, link: nil, anchor: nil, font: nil, size: nil } fragment = described_class.new( 'hello world', format_state, pdf ) expect(fragment.styles).to eq([]) end end describe '#line_height' do it 'returns the line_height' do expect(fragment.line_height).to eq(27) end end describe '#ascender' do it 'returns the ascender' do expect(fragment.ascender).to eq(17) end end describe '#descender' do it 'returns the descender' do expect(fragment.descender).to eq(7) end end describe '#y_offset' do it 'is zero' do expect(fragment.y_offset).to eq(0) end end describe '#bounding_box' do it 'returns the bounding box surrounding the fragment' do target_box = [50, 193, 150, 217] expect(fragment.bounding_box).to eq(target_box) end end describe '#absolute_bounding_box' do it 'returns the bounding box surrounding the fragment' \ ' in absolute coordinates' do target_box = [50, 193, 150, 217] target_box[0] += pdf.bounds.absolute_left target_box[1] += pdf.bounds.absolute_bottom target_box[2] += pdf.bounds.absolute_left target_box[3] += pdf.bounds.absolute_bottom expect(fragment.absolute_bounding_box).to eq(target_box) end end describe '#underline_points' do it 'defines a line under the fragment' do y = 198.75 target_points = [[50, y], [150, y]] expect(fragment.underline_points).to eq(target_points) end end describe '#strikethrough_points' do it 'defines a line through the fragment' do y = 200 + fragment.ascender * 0.3 target_points = [[50, y], [150, y]] expect(fragment.strikethrough_points).to eq(target_points) end end end describe '#space_count' do it 'returns the number of spaces in the fragment' do format_state = {} fragment = described_class.new( 'hello world ', format_state, pdf ) expect(fragment.space_count).to eq(2) end it 'excludes trailing spaces from the count when ' \ ':exclude_trailing_white_space => true' do format_state = { exclude_trailing_white_space: true } fragment = described_class.new( 'hello world ', format_state, pdf ) expect(fragment.space_count).to eq(1) end end describe '#include_trailing_white_space!' do it 'makes the fragment include trailing white space' do format_state = { exclude_trailing_white_space: true } fragment = described_class.new( 'hello world ', format_state, pdf ) expect(fragment.space_count).to eq(1) fragment.include_trailing_white_space! expect(fragment.space_count).to eq(2) end end describe '#text' do it 'returns the fragment text' do format_state = {} fragment = described_class.new( 'hello world ', format_state, pdf ) expect(fragment.text).to eq('hello world ') end it 'returns the fragment text without trailing spaces when ' \ ':exclude_trailing_white_space => true' do format_state = { exclude_trailing_white_space: true } fragment = described_class.new( 'hello world ', format_state, pdf ) expect(fragment.text).to eq('hello world') end end describe '#word_spacing=' do let(:fragment) do format_state = { styles: %i[bold italic], color: nil, link: nil, anchor: nil, font: nil, size: nil } described_class.new( 'hello world', format_state, pdf ).tap do |fragment| fragment.width = 100 fragment.left = 50 fragment.baseline = 200 fragment.line_height = 27 fragment.descender = 7 fragment.ascender = 17 fragment.word_spacing = 10 end end it 'accounts for word_spacing in #width' do expect(fragment.width).to eq(110) end it 'accounts for word_spacing in #bounding_box' do target_box = [50, 193, 160, 217] expect(fragment.bounding_box).to eq(target_box) end it 'accounts for word_spacing in #absolute_bounding_box' do target_box = [50, 193, 160, 217] target_box[0] += pdf.bounds.absolute_left target_box[1] += pdf.bounds.absolute_bottom target_box[2] += pdf.bounds.absolute_left target_box[3] += pdf.bounds.absolute_bottom expect(fragment.absolute_bounding_box).to eq(target_box) end it 'accounts for word_spacing in #underline_points' do y = 198.75 target_points = [[50, y], [160, y]] expect(fragment.underline_points).to eq(target_points) end it 'accounts for word_spacing in #strikethrough_points' do y = 200 + fragment.ascender * 0.3 target_points = [[50, y], [160, y]] expect(fragment.strikethrough_points).to eq(target_points) end end describe 'subscript' do let(:fragment) do format_state = { styles: [:subscript], color: nil, link: nil, anchor: nil, font: nil, size: nil } described_class.new( 'hello world', format_state, pdf ).tap do |fragment| fragment.line_height = 27 fragment.descender = 7 fragment.ascender = 17 end end describe '#subscript?' do it 'be_trues' do expect(fragment).to be_subscript end end describe '#y_offset' do it 'returns a negative value' do expect(fragment.y_offset).to be < 0 end end end describe 'superscript' do let(:fragment) do format_state = { styles: [:superscript], color: nil, link: nil, anchor: nil, font: nil, size: nil } described_class.new( 'hello world', format_state, pdf ).tap do |fragment| fragment.line_height = 27 fragment.descender = 7 fragment.ascender = 17 end end describe '#superscript?' do it 'be_trues' do expect(fragment).to be_superscript end end describe '#y_offset' do it 'returns a positive value' do expect(fragment.y_offset).to be > 0 end end end context 'with :direction => :rtl' do it '#text should be reversed' do format_state = { direction: :rtl } fragment = described_class.new( 'hello world', format_state, pdf ) expect(fragment.text).to eq('dlrow olleh') end end describe '#default_direction=' do it 'sets the direction if there is no fragment level direction ' \ 'specification' do format_state = {} fragment = described_class.new( 'hello world', format_state, pdf ) fragment.default_direction = :rtl expect(fragment.direction).to eq(:rtl) end it 'does not set the direction if there is a fragment level direction ' \ 'specification' do format_state = { direction: :rtl } fragment = described_class.new( 'hello world', format_state, pdf ) fragment.default_direction = :ltr expect(fragment.direction).to eq(:rtl) end end end ruby-prawn-2.4.0.orig/spec/prawn/text/formatted/arranger_spec.rb0000644000000000000000000003145313772706672023501 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text::Formatted::Arranger do let(:pdf) { create_pdf } let(:arranger) { described_class.new pdf } describe '#format_array' do it 'populates the unconsumed array' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you?' } ] arranger.format_array = array expect(arranger.unconsumed[0]).to eq(text: 'hello ') expect(arranger.unconsumed[1]).to eq(text: 'world how ', styles: [:bold]) expect(arranger.unconsumed[2]) .to eq(text: 'are', styles: %i[bold italic]) expect(arranger.unconsumed[3]).to eq(text: ' you?') end it 'splits newlins into their own elements' do array = [ { text: "\nhello\nworld" } ] arranger.format_array = array expect(arranger.unconsumed[0]).to eq(text: "\n") expect(arranger.unconsumed[1]).to eq(text: 'hello') expect(arranger.unconsumed[2]).to eq(text: "\n") expect(arranger.unconsumed[3]).to eq(text: 'world') end end describe '#preview_next_string' do context 'with a formatted array' do let(:array) { [{ text: 'hello' }] } before do arranger.format_array = array end it 'does not populate the consumed array' do arranger.preview_next_string expect(arranger.consumed).to eq([]) end it 'returns the text of the next unconsumed hash' do expect(arranger.preview_next_string).to eq('hello') end it 'returns nil if there is no more unconsumed text' do arranger.next_string expect(arranger.preview_next_string).to be_nil end end end describe '#next_string' do let(:array) do [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you?' } ] end before do arranger.format_array = array end it 'raises an error if called after a line was finalized' do arranger.finalize_line expect { arranger.next_string }.to raise_error(Prawn::Text::Formatted::Arranger::NotFinalized) end it 'populates the conumed array' do while arranger.next_string end expect(arranger.consumed[0]).to eq(text: 'hello ') expect(arranger.consumed[1]).to eq(text: 'world how ', styles: [:bold]) expect(arranger.consumed[2]).to eq(text: 'are', styles: %i[bold italic]) expect(arranger.consumed[3]).to eq(text: ' you?') end it 'populates the current_format_state array' do arranger.next_string expect(arranger.current_format_state).to eq({}) arranger.next_string expect(arranger.current_format_state).to eq(styles: [:bold]) arranger.next_string expect(arranger.current_format_state).to eq(styles: %i[bold italic]) arranger.next_string expect(arranger.current_format_state).to eq({}) end it 'returns the text of the newly consumed hash' do expect(arranger.next_string).to eq('hello ') end it 'returns nil when there are no more unconsumed hashes' do 4.times do arranger.next_string end expect(arranger.next_string).to be_nil end end describe '#retrieve_fragment' do context 'with a formatted array whos text is an empty string' do let(:array) do [ { text: "hello\nworld\n\n\nhow are you?" }, { text: "\n" }, { text: "\n" }, { text: "\n" }, { text: '' }, { text: 'fine, thanks.' }, { text: '' }, { text: "\n" }, { text: '' } ] end before do arranger.format_array = array while arranger.next_string end arranger.finalize_line end # rubocop: disable Lint/AssignmentInCondition it 'never returns a fragment whose text is an empty string' do while fragment = arranger.retrieve_fragment expect(fragment.text).to_not be_empty end end # rubocop: enable Lint/AssignmentInCondition end context 'with formatted array' do let(:array) do [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you?' } ] end before do arranger.format_array = array end describe 'after all strings have been consumed' do before do while arranger.next_string end end it 'raises an error if not finalized' do expect { arranger.retrieve_fragment }.to raise_error(Prawn::Text::Formatted::Arranger::NotFinalized) end describe 'and finalized' do before do arranger.finalize_line end it 'returns the consumed fragments in order of consumption' do expect(arranger.retrieve_fragment.text).to eq('hello ') expect(arranger.retrieve_fragment.text).to eq('world how ') expect(arranger.retrieve_fragment.text).to eq('are') expect(arranger.retrieve_fragment.text).to eq(' you?') end it 'does not alter the current font style' do arranger.retrieve_fragment expect(arranger.current_format_state[:styles]).to be_nil end end end end end describe '#update_last_string' do it 'updates the last retrieved string with what actually fit on the line '\ 'and the list of unconsumed with what did not' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?', styles: %i[bold italic] } ] arranger.format_array = array while arranger.next_string end arranger.update_last_string(' you', ' now?', nil) expect(arranger.consumed[3]).to eq( text: ' you', styles: %i[bold italic] ) expect(arranger.unconsumed).to eq([ { text: ' now?', styles: %i[bold italic] } ]) end it 'sets the format state to the previously processed fragment' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array 3.times { arranger.next_string } expect(arranger.current_format_state).to eq(styles: %i[bold italic]) arranger.update_last_string('', 'are', '-') expect(arranger.current_format_state).to eq(styles: [:bold]) end context 'when the entire string was used' do it 'does not push empty string onto unconsumed' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array while arranger.next_string end arranger.update_last_string(' you now?', '', nil) expect(arranger.unconsumed).to eq([]) end end end describe '#space_count' do before do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you?' } ] arranger.format_array = array while arranger.next_string end end it 'raises an error if called before finalize_line was called' do expect do arranger.space_count end.to raise_error(Prawn::Text::Formatted::Arranger::NotFinalized) end it 'returns the total number of spaces in all fragments' do arranger.finalize_line expect(arranger.space_count).to eq(4) end end describe '#finalize_line' do it 'makes it so that all trailing white space fragments exclude '\ 'trailing white space' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: ' ', styles: %i[bold italic] } ] arranger.format_array = array while arranger.next_string end arranger.finalize_line expect(arranger.fragments.length).to eq(3) fragment = arranger.retrieve_fragment expect(fragment.text).to eq('hello ') fragment = arranger.retrieve_fragment expect(fragment.text).to eq('world how') fragment = arranger.retrieve_fragment expect(fragment.text).to eq('') end end describe '#line_width' do before do array = [ { text: 'hello ' }, { text: 'world', styles: [:bold] } ] arranger.format_array = array while arranger.next_string end end it 'raises an error if called before finalize_line was called' do expect do arranger.line_width end.to raise_error(Prawn::Text::Formatted::Arranger::NotFinalized) end it 'returns the width of the complete line' do arranger.finalize_line expect(arranger.line_width).to be > 0 end end describe '#line_width with character_spacing > 0' do it 'returns a width greater than a line without a character_spacing' do array = [ { text: 'hello ' }, { text: 'world', styles: [:bold] } ] arranger.format_array = array while arranger.next_string end arranger.finalize_line base_line_width = arranger.line_width array = [ { text: 'hello ' }, { text: 'world', styles: [:bold], character_spacing: 7 } ] arranger.format_array = array while arranger.next_string end arranger.finalize_line expect(arranger.line_width).to be > base_line_width end end describe '#line' do before do array = [ { text: 'hello ' }, { text: 'world', styles: [:bold] } ] arranger.format_array = array while arranger.next_string end end it 'raises an error if called before finalize_line was called' do expect do arranger.line end.to raise_error(Prawn::Text::Formatted::Arranger::NotFinalized) end it 'returns the complete line' do arranger.finalize_line expect(arranger.line).to eq('hello world') end end describe '#unconsumed' do it 'returns the original array if nothing was consumed' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array expect(arranger.unconsumed).to eq(array) end it 'returns an empty array if everything was consumed' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array while arranger.next_string end expect(arranger.unconsumed).to eq([]) end end describe '#finished' do it 'be_falses if anything was not printed' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array while arranger.next_string end arranger.update_last_string(' you', 'now?', nil) expect(arranger).to_not be_finished end it 'be_falses if everything was printed' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array while arranger.next_string end expect(arranger).to be_finished end end describe '#max_line_height' do it 'is the height of the maximum consumed fragment' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic], size: 28 }, { text: ' you now?' } ] arranger.format_array = array while arranger.next_string end arranger.finalize_line expect(arranger.max_line_height).to be_within(0.0001).of(33.32) end end describe '#repack_unretrieved' do it 'restores part of the original string' do array = [ { text: 'hello ' }, { text: 'world how ', styles: [:bold] }, { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ] arranger.format_array = array while arranger.next_string end arranger.finalize_line arranger.retrieve_fragment arranger.retrieve_fragment arranger.repack_unretrieved expect(arranger.unconsumed).to eq([ { text: 'are', styles: %i[bold italic] }, { text: ' you now?' } ]) end end end ruby-prawn-2.4.0.orig/spec/prawn/text/formatted/parser_spec.rb0000644000000000000000000004012613772706672023171 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text::Formatted::Parser do describe '#format' do it 'handles sup' do string = 'superscript' array = described_class.format(string) expect(array[0]).to eq( text: 'superscript', styles: [:superscript], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles sub' do string = 'subscript' array = described_class.format(string) expect(array[0]).to eq( text: 'subscript', styles: [:subscript], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles rgb' do string = "red text" array = described_class.format(string) expect(array[0]).to eq( text: 'red text', styles: [], color: 'ff0000', link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it '# should be optional in rgb' do string = "red text" array = described_class.format(string) expect(array[0]).to eq( text: 'red text', styles: [], color: 'ff0000', link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles cmyk' do string = "magenta text" array = described_class.format(string) expect(array[0]).to eq( text: 'magenta text', styles: [], color: [0, 100, 0, 0], link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles fonts' do string = "Courier text" array = described_class.format(string) expect(array[0]).to eq( text: 'Courier text', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: 'Courier', size: nil, character_spacing: nil ) end it 'handles size' do string = "14 point text" array = described_class.format(string) expect(array[0]).to eq( text: '14 point text', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: 14, character_spacing: nil ) end it 'handles character_spacing' do string = "extra character spacing" array = described_class.format(string) expect(array[0]).to eq( text: 'extra character spacing', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: 2.5 ) end it 'handles links' do string = "external link" array = described_class.format(string) expect(array[0]).to eq( text: 'external link', styles: [], color: nil, link: 'http://example.com', anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles local links' do string = "local link" array = described_class.format(string) expect(array[0]).to eq( text: 'local link', styles: [], color: nil, link: nil, anchor: nil, local: '/home/example/foo.bar', font: nil, size: nil, character_spacing: nil ) end it 'handles anchors' do string = "internal link" array = described_class.format(string) expect(array[0]).to eq( text: 'internal link', styles: [], color: nil, link: nil, anchor: 'ToC', local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles higher order characters properly' do string = "©\n©" array = described_class.format(string) expect(array[0]).to eq( text: '©', styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[1]).to eq( text: "\n", styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[2]).to eq( text: '©', styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'converts < >, and & to <, >, and &, respectively' do string = 'hello <, >, and &' array = described_class.format(string) expect(array[1]).to eq( text: '<, >, and &', styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'handles double qoutes around tag attributes' do string = 'some sized text' array = described_class.format(string) expect(array[1]).to eq( text: 'sized', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: 14, character_spacing: nil ) end it 'handles single qoutes around tag attributes' do string = "some sized text" array = described_class.format(string) expect(array[1]).to eq( text: 'sized', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: 14, character_spacing: nil ) end it 'constructs a formatted text array from a string' do string = "hello world\nhow are you?" array = described_class.format(string) expect(array[0]).to eq( text: 'hello ', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[1]).to eq( text: 'world', styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[2]).to eq( text: "\n", styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[3]).to eq( text: 'how ', styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[4]).to eq( text: 'are', styles: %i[bold italic], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[5]).to eq( text: ' you?', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'accepts as an alternative to ' do string = 'bold not bold' array = described_class.format(string) expect(array[0]).to eq( text: 'bold', styles: [:bold], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[1]).to eq( text: ' not bold', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'accepts as an alternative to ' do string = 'italic not italic' array = described_class.format(string) expect(array[0]).to eq( text: 'italic', styles: [:italic], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[1]).to eq( text: ' not italic', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'accepts as an alternative to ' do string = "link not a link" array = described_class.format(string) expect(array[0]).to eq( text: 'link', styles: [], color: nil, link: 'http://example.com', anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) expect(array[1]).to eq( text: ' not a link', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil ) end it 'turns
,
into newline' do array = described_class.format('hello
big
world') expect(array.map { |frag| frag[:text] }.join).to eq("hello\nbig\nworld") end end describe '#to_string' do it 'handles sup' do string = 'superscript' array = [{ text: 'superscript', styles: [:superscript], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil }] expect(described_class.to_string(array)).to eq(string) end it 'handles sub' do string = 'subscript' array = [{ text: 'subscript', styles: [:subscript], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil }] expect(described_class.to_string(array)).to eq(string) end it 'handles rgb' do string = "red text" array = [{ text: 'red text', styles: [], color: 'ff0000', link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil }] expect(described_class.to_string(array)).to eq(string) end it 'handles cmyk' do string = "magenta text" array = [{ text: 'magenta text', styles: [], color: [0, 100, 0, 0], link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil }] expect(described_class.to_string(array)).to eq(string) end it 'handles fonts' do string = "Courier text" array = [{ text: 'Courier text', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: 'Courier', size: nil, character_spacing: nil }] expect(described_class.to_string(array)).to eq(string) end it 'handles size' do string = "14 point text" array = [{ text: '14 point text', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: 14, character_spacing: nil }] expect(described_class.to_string(array)).to eq(string) end it 'handles character spacing' do string = "2.5 extra character spacing" array = [{ text: '2.5 extra character spacing', styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: 2.5 }] expect(described_class.to_string(array)).to eq(string) end it 'handles links' do array = [{ text: 'external link', styles: [], color: nil, link: 'http://example.com', anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil }] string = "external link" expect(described_class.to_string(array)).to eq(string) end it 'handles anchors' do array = [{ text: 'internal link', styles: [], color: nil, link: nil, anchor: 'ToC', font: nil, size: nil, character_spacing: nil }] string = "internal link" expect(described_class.to_string(array)).to eq(string) end it 'converts <, >, and & to < >, and &, respectively' do array = [ { text: 'hello ', styles: [], color: nil, link: nil, font: nil, size: nil, character_spacing: nil }, { text: '<, >, and &', styles: [:bold], color: nil, link: nil, font: nil, size: nil, character_spacing: nil } ] string = 'hello <, >, and &' expect(described_class.to_string(array)).to eq(string) end it 'constructs an HTML-esque string from a formatted text array' do array = [ { text: 'hello ', styles: [], color: nil, link: nil, font: nil, size: 14, character_spacing: nil }, { text: 'world', styles: [:bold], color: nil, link: nil, font: nil, size: nil, character_spacing: nil }, { text: "\n", styles: [:bold], color: nil, link: nil, font: nil, size: nil, character_spacing: nil }, { text: 'how ', styles: [:bold], color: nil, link: nil, font: nil, size: nil, character_spacing: nil }, { text: 'are', styles: %i[bold italic], color: nil, link: nil, font: nil, size: nil, character_spacing: nil }, { text: ' you?', styles: [], color: nil, link: nil, font: nil, size: nil, character_spacing: nil } ] string = "hello world\n"\ 'how are you?' expect(described_class.to_string(array)).to eq(string) end end describe '#array_paragraphs' do it 'groups fragments separated by newlines' do array = [ { text: "\nhello\nworld" }, { text: "\n\n" }, { text: 'how' }, { text: 'are' }, { text: 'you' } ] target = [ [{ text: "\n" }], [{ text: 'hello' }], [{ text: 'world' }], [{ text: "\n" }], [ { text: 'how' }, { text: 'are' }, { text: 'you' } ] ] expect(described_class.array_paragraphs(array)).to eq(target) end it 'works properly if ending in an empty paragraph' do array = [{ text: "\nhello\nworld\n" }] target = [ [{ text: "\n" }], [{ text: 'hello' }], [{ text: 'world' }] ] expect(described_class.array_paragraphs(array)).to eq(target) end end end ruby-prawn-2.4.0.orig/spec/prawn/text/formatted/line_wrap_spec.rb0000644000000000000000000003323313772706672023656 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text::Formatted::LineWrap do let(:pdf) { create_pdf } let(:arranger) do Prawn::Text::Formatted::Arranger.new(pdf).tap do |a| a.format_array = [ { text: "hello\nworld\n\n\nhow are you?" }, { text: "\n" }, { text: "\n" }, { text: '' }, { text: 'fine, thanks. ' * 4 }, { text: '' }, { text: "\n" }, { text: '' } ] end end let(:line_wrap) { described_class.new } it 'only returns an empty string if nothing fit or there' \ 'was nothing to wrap' do 8.times do line = line_wrap.wrap_line( arranger: arranger, width: 200, document: pdf ) expect(line).to_not be_empty end line = line_wrap.wrap_line( arranger: arranger, width: 200, document: pdf ) expect(line).to be_empty end it 'tokenizes a string using the scan_pattern' do tokens = line_wrap.tokenize('one two three') expect(tokens.length).to eq(5) end describe 'Core::Text::Formatted::LineWrap#wrap_line' do let(:arranger) { Prawn::Text::Formatted::Arranger.new(pdf) } let(:one_word_width) { 50 } it 'strips leading and trailing spaces' do array = [ { text: ' hello world, ' }, { text: 'goodbye ', style: [:bold] } ] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(string).to eq('hello world, goodbye') end it 'strips trailing spaces when a white-space-only fragment was' \ ' successfully pushed onto the end of a line but no other non-white' \ ' space fragment fits after it' do array = [ { text: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ' }, { text: ' ', style: [:bold] }, { text: ' bbbbbbbbbbbbbbbbbbbbbbbbbbbb' } ] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(string).to eq('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa') end it 'raise_errors CannotFit if a too-small width is given' do array = [ { text: ' hello world, ' }, { text: 'goodbye ', style: [:bold] } ] arranger.format_array = array expect do line_wrap.wrap_line( arranger: arranger, width: 1, document: pdf ) end.to raise_error(Prawn::Errors::CannotFit) end it 'breaks on space' do array = [{ text: 'hello world' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello') end it 'breaks on zero-width space' do pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") array = [{ text: "hello#{Prawn::Text::ZWSP}world" }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello') end it 'does not display zero-width space' do pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") array = [{ text: "hello#{Prawn::Text::ZWSP}world" }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(string).to eq('helloworld') end it 'does not raise CannotFit if first fragment is a zero-width space' do pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") array = [{ text: Prawn::Text::ZWSP }, { text: 'stringofchars' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: 50, document: pdf ) expect(string).to eq('stringof') end it 'breaks on tab' do array = [{ text: "hello\tworld" }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello') end it 'does not break on NBSP' do array = [{ text: "hello#{Prawn::Text::NBSP}world" }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq("hello#{Prawn::Text::NBSP}wor") end it 'does not break on NBSP in a Win-1252 encoded string' do array = [{ text: "hello#{Prawn::Text::NBSP}world".encode(Encoding::Windows_1252) }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq("hello#{Prawn::Text::NBSP}wor") end it 'breaks on hyphens' do array = [{ text: 'hello-world' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello-') end it 'does not break after a hyphen that follows white space and' \ 'precedes a word' do array = [{ text: 'hello -' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello -') array = [{ text: 'hello -world' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello') end it 'breaks on a soft hyphen' do string = pdf.font.normalize_encoding("hello#{Prawn::Text::SHY}world") array = [{ text: string }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq("hello#{Prawn::Text::SHY}") pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") line_wrap = described_class.new string = "hello#{Prawn::Text::SHY}world" array = [{ text: string }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq("hello#{Prawn::Text::SHY}") end it 'ignores width of a soft-hyphen during adding fragments to line', issue: 775 do hyphen_string = "Hy#{Prawn::Text::SHY}phe#{Prawn::Text::SHY}nat"\ "#{Prawn::Text::SHY}ions " string1 = pdf.font.normalize_encoding(hyphen_string * 5) string2 = pdf.font.normalize_encoding('Hyphenations ' * 3 + hyphen_string) array1 = [{ text: string1 }] array2 = [{ text: string2 }] arranger.format_array = array1 res1 = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) line_wrap = described_class.new arranger.format_array = array2 res2 = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(res1).to eq(res2) end it 'does not display soft hyphens except at the end of a line ' \ 'for more than one element in format_array', issue: 347 do pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") line_wrap = described_class.new string1 = pdf.font.normalize_encoding("hello#{Prawn::Text::SHY}world ") string2 = pdf.font.normalize_encoding("hi#{Prawn::Text::SHY}earth") array = [{ text: string1 }, { text: string2 }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(string).to eq('helloworld hiearth') end it 'does not break before a hard hyphen that follows a word' do enough_width_for_hello_world = 60 array = [{ text: 'hello world' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: enough_width_for_hello_world, document: pdf ) expect(string).to eq('hello world') array = [{ text: 'hello world-' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: enough_width_for_hello_world, document: pdf ) expect(string).to eq('hello') pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") line_wrap = described_class.new enough_width_for_hello_world = 68 array = [{ text: 'hello world' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: enough_width_for_hello_world, document: pdf ) expect(string).to eq('hello world') array = [{ text: 'hello world-' }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: enough_width_for_hello_world, document: pdf ) expect(string).to eq('hello') end it 'does not break after a hard hyphen that follows a soft hyphen and' \ 'precedes a word' do string = pdf.font.normalize_encoding("hello#{Prawn::Text::SHY}-") array = [{ text: string }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello-') string = pdf.font.normalize_encoding("hello#{Prawn::Text::SHY}-world") array = [{ text: string }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq("hello#{Prawn::Text::SHY}") pdf.font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") line_wrap = described_class.new string = "hello#{Prawn::Text::SHY}-" array = [{ text: string }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq('hello-') string = "hello#{Prawn::Text::SHY}-world" array = [{ text: string }] arranger.format_array = array string = line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(string).to eq("hello#{Prawn::Text::SHY}") end it 'does not process UTF-8 chars with default font', issue: 693 do array = [{ text: 'Test' }] arranger.format_array = array expect do line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) end.to raise_exception(Prawn::Errors::IncompatibleStringEncoding) end it 'processes UTF-8 chars with UTF-8 font', issue: 693 do array = [{ text: 'Test' }] arranger.format_array = array pdf.font Pathname.new("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") string = line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(string).to eq('Test') end end describe '#space_count' do let(:arranger) { Prawn::Text::Formatted::Arranger.new(pdf) } it 'returns the number of spaces in the last wrapped line' do array = [ { text: 'hello world, ' }, { text: 'goodbye', style: [:bold] } ] arranger.format_array = array line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(line_wrap.space_count).to eq(2) end it 'excludes preceding and trailing spaces from the count' do array = [ { text: ' hello world, ' }, { text: 'goodbye ', style: [:bold] } ] arranger.format_array = array line_wrap.wrap_line( arranger: arranger, width: 300, document: pdf ) expect(line_wrap.space_count).to eq(2) end end describe '#paragraph_finished?' do let(:arranger) { Prawn::Text::Formatted::Arranger.new(pdf) } let(:line_wrap) { described_class.new } let(:one_word_width) { 50 } it 'is false when the last printed line is not the end of the paragraph' do array = [{ text: 'hello world' }] arranger.format_array = array line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(line_wrap.paragraph_finished?).to eq(false) end it 'is true when the last printed line is the last fragment to print' do array = [{ text: 'hello world' }] arranger.format_array = array line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(line_wrap.paragraph_finished?).to eq(true) end it 'be_trues when a newline exists on the current line' do array = [{ text: "hello\n world" }] arranger.format_array = array line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(line_wrap.paragraph_finished?).to eq(true) end it 'be_trues when a newline exists in the next fragment' do array = [ { text: 'hello ' }, { text: " \n" }, { text: 'world' } ] arranger.format_array = array line_wrap.wrap_line( arranger: arranger, width: one_word_width, document: pdf ) expect(line_wrap.paragraph_finished?).to eq(true) end end end ruby-prawn-2.4.0.orig/spec/prawn/text/formatted/box_spec.rb0000644000000000000000000006415213772706672022472 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text::Formatted::Box do let(:pdf) { create_pdf } describe 'wrapping' do it 'does not wrap between two fragments' do texts = [ { text: 'Hello ' }, { text: 'World' }, { text: '2', styles: [:superscript] } ] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Hello World') ) text_box.render expect(text_box.text).to eq("Hello\nWorld2") end it 'does not raise an Encoding::CompatibilityError when keeping a TTF and '\ 'an AFM font together' do file = "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" pdf.font_families['Kai'] = { normal: { file: file, font: 'Kai' } } texts = [ { text: 'Hello ' }, { text: 'å†è§', font: 'Kai' }, { text: 'World' } ] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Hello World') ) text_box.render end it 'wraps between two fragments when the preceding fragment ends with '\ 'a white space' do texts = [ { text: 'Hello ' }, { text: 'World ' }, { text: '2', styles: [:superscript] } ] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Hello World') ) text_box.render expect(text_box.text).to eq("Hello World\n2") texts = [ { text: 'Hello ' }, { text: "World\n" }, { text: '2', styles: [:superscript] } ] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Hello World') ) text_box.render expect(text_box.text).to eq("Hello World\n2") end it 'wraps between two fragments when the final fragment begins with '\ 'a white space' do texts = [ { text: 'Hello ' }, { text: 'World' }, { text: ' 2', styles: [:superscript] } ] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Hello World') ) text_box.render expect(text_box.text).to eq("Hello World\n2") texts = [ { text: 'Hello ' }, { text: 'World' }, { text: "\n2", styles: [:superscript] } ] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Hello World') ) text_box.render expect(text_box.text).to eq("Hello World\n2") end it 'properlies handle empty slices using default encoding' do texts = [{ text: 'Noua Delineatio Geographica generalis | Apostolicarum ' \ 'peregrinationum | S FRANCISCI XAUERII | Indiarum & Iaponiæ Apostoli', font: 'Courier', size: 10 }] text_box = described_class.new( texts, document: pdf, width: pdf.width_of('Noua Delineatio Geographica gen') ) expect do text_box.render end.to_not raise_error expect(text_box.text).to eq( "Noua Delineatio Geographica\ngeneralis | Apostolicarum\n" \ "peregrinationum | S FRANCISCI\nXAUERII | Indiarum & Iaponi\346\n" \ 'Apostoli' ) end end describe 'Text::Formatted::Box with :fallback_fonts option that includes' \ 'a Chinese font and set of Chinese glyphs not in the current font' do it 'changes the font to the Chinese font for the Chinese glyphs' do file = "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" pdf.font_families['Kai'] = { normal: { file: file, font: 'Kai' } } formatted_text = [ { text: 'hello你好' }, { text: 'å†è§goodbye' } ] pdf.formatted_text_box(formatted_text, fallback_fonts: ['Kai']) text = PDF::Inspector::Text.analyze(pdf.render) fonts_used = text.font_settings.map { |e| e[:name] } expect(fonts_used.length).to eq(4) expect(fonts_used[0]).to eq(:Helvetica) expect(fonts_used[1].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[2].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[3]).to eq(:Helvetica) expect(text.strings[0]).to eq('hello') expect(text.strings[1]).to eq('你好') expect(text.strings[2]).to eq('å†è§') expect(text.strings[3]).to eq('goodbye') end end describe 'Text::Formatted::Box with :fallback_fonts option that includes' \ 'an AFM font and Win-Ansi glyph not in the current Chinese font' do it 'changes the font to the AFM font for the Win-Ansi glyph' do file = "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" pdf.font_families['Kai'] = { normal: { file: file, font: 'Kai' } } pdf.font('Kai') formatted_text = [ { text: 'hello你好' }, { text: 'å†è§â‚¬' } ] pdf.formatted_text_box(formatted_text, fallback_fonts: ['Helvetica']) text = PDF::Inspector::Text.analyze(pdf.render) fonts_used = text.font_settings.map { |e| e[:name] } expect(fonts_used.length).to eq(4) expect(fonts_used[0].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[1].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[2].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[3]).to eq(:Helvetica) expect(text.strings[0]).to eq('hello') expect(text.strings[1]).to eq('你好') expect(text.strings[2]).to eq('å†è§') expect(text.strings[3]).to eq('€') end end describe 'Text::Formatted::Box with :fallback_fonts option and fragment ' \ 'level font' do it 'uses the fragment level font except for glyphs not in that font' do file = "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" pdf.font_families['Kai'] = { normal: { file: file, font: 'Kai' } } file = "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" pdf.font_families['DejaVu Sans'] = { normal: { file: file } } formatted_text = [ { text: 'hello你好' }, { text: 'å†è§goodbye', font: 'Times-Roman' } ] pdf.formatted_text_box(formatted_text, fallback_fonts: ['Kai']) text = PDF::Inspector::Text.analyze(pdf.render) fonts_used = text.font_settings.map { |e| e[:name] } expect(fonts_used.length).to eq(4) expect(fonts_used[0]).to eq(:Helvetica) expect(fonts_used[1].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[2].to_s).to match(/GBZenKai-Medium/) expect(fonts_used[3]).to eq(:"Times-Roman") expect(text.strings[0]).to eq('hello') expect(text.strings[1]).to eq('你好') expect(text.strings[2]).to eq('å†è§') expect(text.strings[3]).to eq('goodbye') end end describe 'Text::Formatted::Box' do let(:formatted_text) { [{ text: 'hello你好' }] } before do file = "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" pdf.font_families['Kai'] = { normal: { file: file, font: 'Kai' } } file = "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" pdf.font_families['DejaVu Sans'] = { normal: { file: file } } pdf.fallback_fonts(['Kai']) pdf.fallback_fonts = ['Kai'] end it '#fallback_fonts should return the document-wide fallback fonts' do expect(pdf.fallback_fonts).to eq(['Kai']) end it 'is able to set text fallback_fonts document-wide' do pdf.formatted_text_box(formatted_text) text = PDF::Inspector::Text.analyze(pdf.render) fonts_used = text.font_settings.map { |e| e[:name] } expect(fonts_used.length).to eq(2) expect(fonts_used[0]).to eq(:Helvetica) expect(fonts_used[1].to_s).to match(/GBZenKai-Medium/) end it 'is able to override document-wide fallback_fonts' do pdf.fallback_fonts = ['DejaVu Sans'] pdf.formatted_text_box(formatted_text, fallback_fonts: ['Kai']) text = PDF::Inspector::Text.analyze(pdf.render) fonts_used = text.font_settings.map { |e| e[:name] } expect(fonts_used.length).to eq(2) expect(fonts_used[0]).to eq(:Helvetica) expect(fonts_used[1]).to match(/Kai/) end it 'omits the fallback fonts overhead when passing an empty array ' \ 'as the :fallback_fonts' do pdf.font('Kai') box = described_class.new( formatted_text, document: pdf, fallback_fonts: [] ) allow(box).to receive(:process_fallback_fonts) box.render expect(box).to_not have_received(:process_fallback_fonts) end it 'is able to clear document-wide fallback_fonts' do pdf.fallback_fonts([]) box = described_class.new(formatted_text, document: pdf) pdf.font('Kai') allow(box).to receive(:process_fallback_fonts) box.render expect(box).to_not have_received(:process_fallback_fonts) end end describe 'Text::Formatted::Box with :fallback_fonts option ' \ 'with glyphs not in the primary or the fallback fonts' do it 'raises an exception' do formatted_text = [{ text: 'hello world. 世界你好。' }] expect do pdf.formatted_text_box(formatted_text, fallback_fonts: ['Courier']) end.to raise_error(Prawn::Errors::IncompatibleStringEncoding) end end describe 'Text::Formatted::Box#extensions' do let(:formatted_wrap_override) do Module.new do # rubocop: disable RSpec/InstanceVariable def wrap(_array) initialize_wrap([{ text: 'all your base are belong to us' }]) @line_wrap.wrap_line( document: @document, kerning: @kerning, width: 10_000, arranger: @arranger ) fragment = @arranger.retrieve_fragment format_and_draw_fragment(fragment, 0, @line_wrap.width, 0) [] end # rubocop: enable RSpec/InstanceVariable end end it 'is able to override default line wrapping' do described_class.extensions << formatted_wrap_override pdf.formatted_text_box([{ text: 'hello world' }], {}) described_class.extensions.delete(formatted_wrap_override) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('all your base are belong to us') end it 'overrides Text::Formatted::Box line wrapping does not affect ' \ 'Text::Box wrapping' do described_class.extensions << formatted_wrap_override pdf.text_box('hello world', {}) described_class.extensions.delete(formatted_wrap_override) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('hello world') end it "overring Text::Box line wrapping doesn't override Text::Box wrapping" do Prawn::Text::Box.extensions << formatted_wrap_override pdf.text_box('hello world', {}) Prawn::Text::Box.extensions.delete(formatted_wrap_override) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('all your base are belong to us') end end describe 'Text::Formatted::Box#render' do let(:fragment_callback_class) do Class.new do def initialize(_string, _number, _options); end def render_behind(fragment); end def render_in_front(fragment); end end end it 'handles newlines' do array = [{ text: "hello\nworld" }] options = { document: pdf } text_box = described_class.new(array, options) text_box.render expect(text_box.text).to eq("hello\nworld") end it 'omits spaces from the beginning of the line' do array = [{ text: " hello\n world" }] options = { document: pdf } text_box = described_class.new(array, options) text_box.render expect(text_box.text).to eq("hello\nworld") end it 'is okay printing a line of whitespace' do array = [{ text: "hello\n \nworld" }] options = { document: pdf } text_box = described_class.new(array, options) text_box.render expect(text_box.text).to eq("hello\n\nworld") array = [ { text: "hello#{' ' * 500}" }, { text: ' ' * 500 }, { text: "#{' ' * 500}\n" }, { text: 'world' } ] options = { document: pdf } text_box = described_class.new(array, options) text_box.render expect(text_box.text).to eq("hello\n\nworld") end it 'enables fragment level direction setting' do number_of_hellos = 18 array = [ { text: 'hello ' * number_of_hellos }, { text: 'world', direction: :ltr }, { text: ', how are you?' } ] options = { document: pdf, direction: :rtl } text_box = described_class.new(array, options) text_box.render text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq('era woh ,') expect(text.strings[1]).to eq('world') expect(text.strings[2]).to eq(' olleh' * number_of_hellos) expect(text.strings[3]).to eq('?uoy') end it 'is able to perform fragment callbacks' do callback_object = fragment_callback_class.new('something', 7, document: pdf) allow(callback_object).to receive(:render_behind) allow(callback_object).to receive(:render_in_front) array = [ { text: 'hello world ' }, { text: 'callback now', callback: callback_object } ] text_box = described_class.new(array, document: pdf) text_box.render expect(callback_object).to have_received(:render_behind).with( kind_of(Prawn::Text::Formatted::Fragment) ) expect(callback_object).to have_received(:render_in_front).with( kind_of(Prawn::Text::Formatted::Fragment) ) end it 'is able to perform fragment callbacks on multiple objects' do callback_object = fragment_callback_class.new('something', 7, document: pdf) allow(callback_object).to receive(:render_behind) allow(callback_object).to receive(:render_in_front) callback_object2 = fragment_callback_class.new( 'something else', 14, document: pdf ) allow(callback_object2).to receive(:render_behind) allow(callback_object2).to receive(:render_in_front) array = [ { text: 'hello world ' }, { text: 'callback now', callback: [callback_object, callback_object2] } ] text_box = described_class.new(array, document: pdf) text_box.render expect(callback_object).to have_received(:render_behind).with( kind_of(Prawn::Text::Formatted::Fragment) ) expect(callback_object).to have_received(:render_in_front).with( kind_of(Prawn::Text::Formatted::Fragment) ) expect(callback_object2).to have_received(:render_behind).with( kind_of(Prawn::Text::Formatted::Fragment) ) expect(callback_object2).to have_received(:render_in_front).with( kind_of(Prawn::Text::Formatted::Fragment) ) end it 'fragment callbacks is able to define only the callback they need' do behind = ( Class.new do def initialize(_string, _number, _options); end def render_behind(fragment); end end ).new( 'something', 7, document: pdf ) in_front = ( Class.new do def initialize(_string, _number, _options); end def render_in_front(fragment); end end ).new( 'something', 7, document: pdf ) array = [ { text: 'hello world ' }, { text: 'callback now', callback: [behind, in_front] } ] text_box = described_class.new(array, document: pdf) text_box.render # trigger callbacks end it 'is able to set the font' do array = [ { text: 'this contains ' }, { text: 'Times-Bold', styles: [:bold], font: 'Times-Roman' }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) fonts = contents.font_settings.map { |e| e[:name] } expect(fonts).to eq(%i[Helvetica Times-Bold Helvetica]) expect(contents.strings[0]).to eq('this contains ') expect(contents.strings[1]).to eq('Times-Bold') expect(contents.strings[2]).to eq(' text') end it 'is able to set bold' do array = [ { text: 'this contains ' }, { text: 'bold', styles: [:bold] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) fonts = contents.font_settings.map { |e| e[:name] } expect(fonts).to eq(%i[Helvetica Helvetica-Bold Helvetica]) expect(contents.strings[0]).to eq('this contains ') expect(contents.strings[1]).to eq('bold') expect(contents.strings[2]).to eq(' text') end it 'is able to set italics' do array = [ { text: 'this contains ' }, { text: 'italic', styles: [:italic] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) fonts = contents.font_settings.map { |e| e[:name] } expect(fonts).to eq(%i[Helvetica Helvetica-Oblique Helvetica]) end it 'is able to set subscript' do array = [ { text: 'this contains ' }, { text: 'subscript', size: 18, styles: [:subscript] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.font_settings[0][:size]).to eq(12) expect(contents.font_settings[1][:size]) .to be_within(0.0001).of(18 * 0.583) end it 'is able to set superscript' do array = [ { text: 'this contains ' }, { text: 'superscript', size: 18, styles: [:superscript] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.font_settings[0][:size]).to eq(12) expect(contents.font_settings[1][:size]) .to be_within(0.0001).of(18 * 0.583) end it 'is able to set compound bold and italic text' do array = [ { text: 'this contains ' }, { text: 'bold italic', styles: %i[bold italic] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) fonts = contents.font_settings.map { |e| e[:name] } expect(fonts).to eq(%i[Helvetica Helvetica-BoldOblique Helvetica]) end it 'is able to underline' do array = [ { text: 'this contains ' }, { text: 'underlined', styles: [:underline] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points.length).to eq(2) end it 'is able to strikethrough' do array = [ { text: 'this contains ' }, { text: 'struckthrough', styles: [:strikethrough] }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render line_drawing = PDF::Inspector::Graphics::Line.analyze(pdf.render) expect(line_drawing.points.length).to eq(2) end it 'is able to add URL links' do allow(pdf).to receive(:link_annotation) array = [ { text: 'click ' }, { text: 'here', link: 'http://example.com' }, { text: ' to visit' } ] text_box = described_class.new(array, document: pdf) text_box.render expect(pdf).to have_received(:link_annotation).with( kind_of(Array), Border: [0, 0, 0], A: { Type: :Action, S: :URI, URI: 'http://example.com' } ) end it 'is able to add destination links' do allow(pdf).to receive(:link_annotation) array = [ { text: 'Go to the ' }, { text: 'Table of Contents', anchor: 'ToC' } ] text_box = described_class.new(array, document: pdf) text_box.render expect(pdf).to have_received(:link_annotation).with( kind_of(Array), Border: [0, 0, 0], Dest: 'ToC' ) end it 'is able to add local actions' do allow(pdf).to receive(:link_annotation) array = [ { text: 'click ' }, { text: 'here', local: '../example.pdf' }, { text: ' to open a local file' } ] text_box = described_class.new(array, document: pdf) text_box.render expect(pdf).to have_received(:link_annotation).with( kind_of(Array), Border: [0, 0, 0], A: { Type: :Action, S: :Launch, F: '../example.pdf', NewWindow: true } ) end it 'is able to set font size' do array = [ { text: 'this contains ' }, { text: 'sized', size: 24 }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.font_settings[0][:size]).to eq(12) expect(contents.font_settings[1][:size]).to eq(24) end it 'sets the baseline based on the tallest fragment on a given line' do array = [ { text: 'this contains ' }, { text: 'sized', size: 24 }, { text: ' text' } ] text_box = described_class.new(array, document: pdf) text_box.render pdf.font_size(24) do expect(text_box.height).to be_within(0.001) .of(pdf.font.ascender + pdf.font.descender) end end it 'is able to set color via an rgb hex string' do array = [{ text: 'rgb', color: 'ff0000' }] text_box = described_class.new(array, document: pdf) text_box.render colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.fill_color_count).to eq(2) expect(colors.stroke_color_count).to eq(2) end it 'is able to set color using a cmyk array' do array = [{ text: 'cmyk', color: [100, 0, 0, 0] }] text_box = described_class.new(array, document: pdf) text_box.render colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.fill_color_count).to eq(2) expect(colors.stroke_color_count).to eq(2) end end describe 'Text::Formatted::Box#render(:dry_run => true)' do it 'does not change the graphics state of the document' do state_before = PDF::Inspector::Graphics::Color.analyze(pdf.render) fill_color_count = state_before.fill_color_count stroke_color_count = state_before.stroke_color_count stroke_color_space_count = state_before.stroke_color_space_count array = [{ text: 'Foo', color: [0, 0, 0, 100] }] options = { document: pdf } text_box = described_class.new(array, options) text_box.render(dry_run: true) state_after = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(state_after.fill_color_count).to eq(fill_color_count) expect(state_after.stroke_color_count).to eq(stroke_color_count) expect(state_after.stroke_color_space_count) .to eq(stroke_color_space_count) end end describe 'Text::Formatted::Box#render with fragment level '\ ':character_spacing option' do it 'draws the character spacing to the document' do array = [{ text: 'hello world', character_spacing: 7 }] options = { document: pdf } text_box = described_class.new(array, options) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.character_spacing[0]).to eq(7) end it 'lays out text properly' do array = [{ text: 'hello world', font: 'Courier', character_spacing: 10 }] options = { document: pdf, width: 100, overflow: :expand } text_box = described_class.new(array, options) text_box.render expect(text_box.text).to eq("hello\nworld") end end describe 'Text::Formatted::Box#render with :align => :justify' do it 'does not justify the last line of a paragraph' do array = [ { text: 'hello world ' }, { text: "\n" }, { text: 'goodbye' } ] options = { document: pdf, align: :justify } text_box = described_class.new(array, options) text_box.render contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.word_spacing).to be_empty end it 'raise an exception when align value is not a symbol' do array = [ { text: 'hello world ' }, { text: "\n" }, { text: 'goodbye' } ] options = { document: pdf, align: 'justify' } text_box = described_class.new(array, options) expect { text_box.render }.to raise_error( ArgumentError, 'align must be one of :left, :right, :center or :justify symbols' ) end end describe 'Text::Formatted::Box#render with :valign => :center' do it 'has a bottom gap equal to baseline and bottom of box' do box_height = 100 y = 450 array = [{ text: 'Vertical Align' }] options = { document: pdf, valign: :center, at: [0, y], width: 100, height: box_height, size: 16 } text_box = described_class.new(array, options) text_box.render line_padding = (box_height - text_box.height + text_box.descender) * 0.5 baseline = y - line_padding expect(text_box.at[1]).to be_within(0.01).of(baseline) end end describe 'Text::Formatted::Box#render with :valign => :bottom' do it 'does not render a gap between the text and bottom of box' do box_height = 100 y = 450 array = [{ text: 'Vertical Align' }] options = { document: pdf, valign: :bottom, at: [0, y], width: 100, height: box_height, size: 16 } text_box = described_class.new(array, options) text_box.render top_padding = y - (box_height - text_box.height) expect(text_box.at[1]).to be_within(0.01).of(top_padding) end end end ruby-prawn-2.4.0.orig/spec/prawn/document_reference_spec.rb0000644000000000000000000000134313772706672022556 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document do describe 'A Reference object' do describe 'generated via Prawn::Document' do it 'returns a proper reference on ref!' do pdf = described_class.new expect(pdf.ref!({}).is_a?(PDF::Core::Reference)).to eq(true) end it 'returns an identifier on ref' do pdf = described_class.new r = pdf.ref({}) expect(r.is_a?(Integer)).to eq(true) end it 'has :Length of stream if it has one when compression disabled' do pdf = described_class.new compress: false ref = pdf.ref!({}) ref << 'Hello' expect(ref.stream.data[:Length]).to eq(5) end end end end ruby-prawn-2.4.0.orig/spec/prawn/document_spec.rb0000644000000000000000000006045313772706672020547 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'tempfile' describe Prawn::Document do let(:pdf) { create_pdf } describe '.new' do it 'does not modify its argument' do options = { page_layout: :landscape } described_class.new(options) expect(options).to eq(page_layout: :landscape) end end describe 'The cursor' do it 'equals pdf.y - bounds.absolute_bottom' do pdf = described_class.new expect(pdf.cursor).to eq(pdf.bounds.top) pdf.y = 300 expect(pdf.cursor).to eq(pdf.y - pdf.bounds.absolute_bottom) end it 'is able to move relative to the bottom margin' do pdf = described_class.new pdf.move_cursor_to(10) expect(pdf.cursor).to eq(10) expect(pdf.y).to eq(pdf.cursor + pdf.bounds.absolute_bottom) end end describe 'when generating a document with a custom text formatter' do it 'uses the provided text formatter' do text_formatter = Class.new do def self.format(string) [ { text: string.gsub('Dr. Who?', "Just 'The Doctor'."), styles: [], color: nil, link: nil, anchor: nil, local: nil, font: nil, size: nil, character_spacing: nil } ] end end pdf = described_class.new text_formatter: text_formatter pdf.text 'Dr. Who?', inline_format: true text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq("Just 'The Doctor'.") end end describe 'when generating a document from a subclass' do it 'is an instance of the subclass' do custom_document = Class.new(described_class) custom_document.generate(Tempfile.new('generate_test').path) do |e| expect(e.class).to eq(custom_document) expect(e).to be_a_kind_of(described_class) end end it 'retains any extensions found on Prawn::Document' do mod1 = Module.new { attr_reader :test_extensions1 } mod2 = Module.new { attr_reader :test_extensions2 } described_class.extensions << mod1 << mod2 custom_document = Class.new(described_class) expect(custom_document.extensions).to eq([mod1, mod2]) # remove the extensions we added to prawn document described_class.extensions.delete(mod1) described_class.extensions.delete(mod2) expect(described_class.new.respond_to?(:test_extensions1)).to eq false expect(described_class.new.respond_to?(:test_extensions2)).to eq false # verify these still exist on custom class expect(custom_document.extensions).to eq([mod1, mod2]) expect(custom_document.new.respond_to?(:test_extensions1)).to eq true expect(custom_document.new.respond_to?(:test_extensions2)).to eq true end end describe 'When creating multi-page documents' do it 'initializes with a single page' do page_counter = PDF::Inspector::Page.analyze(pdf.render) expect(page_counter.pages.size).to eq(1) expect(pdf.page_count).to eq(1) end it 'provides an accurate page_count' do 3.times { pdf.start_new_page } page_counter = PDF::Inspector::Page.analyze(pdf.render) expect(page_counter.pages.size).to eq(4) expect(pdf.page_count).to eq(4) end end describe 'When beginning each new page' do describe 'Background image feature' do let(:filename) { "#{Prawn::DATADIR}/images/pigs.jpg" } let(:pdf) { described_class.new(background: filename) } it 'places a background image if it is in options block' do output = pdf.render images = PDF::Inspector::XObject.analyze(output) # there should be 2 images in the page resources expect(images.page_xobjects.first.size).to eq(1) end it 'places a background image interntally if it is in options block' do expect(pdf.instance_variable_defined?(:@background)).to eq(true) expect(pdf.instance_variable_get(:@background)).to eq(filename) end end end describe '#float' do it 'restores the original y-position' do orig_y = pdf.y pdf.float { pdf.text 'Foo' } expect(pdf.y).to eq(orig_y) end it 'teleports across pages if necessary' do pdf.float do pdf.text 'Foo' pdf.start_new_page pdf.text 'Bar' end pdf.text 'Baz' pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) expect(pages[0][:strings]).to eq(%w[Foo Baz]) expect(pages[1][:strings]).to eq(['Bar']) end end describe '#start_new_page' do it "doesn't modify the options hash" do expect do described_class.new.start_new_page({ margin: 0 }.freeze) end.to_not raise_error end it 'sets individual page margins' do doc = described_class.new doc.start_new_page(top_margin: 42) expect(doc.page.margins[:top]).to eq(42) end end describe '#delete_page(index)' do before do pdf.text 'Page one' pdf.start_new_page pdf.text 'Page two' pdf.start_new_page pdf.text 'Page three' end it 'destroy a specific page of the document' do pdf.delete_page(1) expect(pdf.page_number).to eq(2) text_analysis = PDF::Inspector::Text.analyze(pdf.render) expect(text_analysis.strings).to eq(['Page one', 'Page three']) end it 'destroy the last page of the document' do pdf.delete_page(-1) expect(pdf.page_number).to eq(2) text_analysis = PDF::Inspector::Text.analyze(pdf.render) expect(text_analysis.strings).to eq(['Page one', 'Page two']) end context 'with an invalid index' do let(:expected_content) { ['Page one', 'Page two', 'Page three'] } it 'does not destroy an invalid positve index' do pdf.delete_page(42) expect(pdf.page_number).to eq(3) text_analysis = PDF::Inspector::Text.analyze(pdf.render) expect(text_analysis.strings).to eq(expected_content) end it 'does not destroy an invalid negative index' do pdf.delete_page(-42) expect(pdf.page_number).to eq(3) text_analysis = PDF::Inspector::Text.analyze(pdf.render) expect(text_analysis.strings).to eq(expected_content) end end end describe '#page_number' do it 'is 1 for a new document' do pdf = described_class.new expect(pdf.page_number).to eq(1) end it 'is 0 for documents with no pages' do pdf = described_class.new(skip_page_creation: true) expect(pdf.page_number).to eq(0) end it 'is changed by go_to_page' do pdf = described_class.new 10.times { pdf.start_new_page } pdf.go_to_page 3 expect(pdf.page_number).to eq(3) end end describe 'on_page_create callback' do it 'is delegated from Document to renderer' do expect(pdf.respond_to?(:on_page_create)).to eq true end it 'is invoked with document' do called_with = nil pdf.renderer.on_page_create { |*args| called_with = args } pdf.start_new_page expect(called_with).to eq([pdf]) end it 'is invoked for each new page' do trigger = instance_double('trigger') allow(trigger).to receive(:fire) pdf.renderer.on_page_create { trigger.fire } 5.times { pdf.start_new_page } expect(trigger).to have_received(:fire).exactly(5).times end it 'is replaceable' do trigger1 = instance_double('trigger 1') allow(trigger1).to receive(:fire) trigger2 = instance_double('trigger 2') allow(trigger2).to receive(:fire) pdf.renderer.on_page_create { trigger1.fire } pdf.start_new_page pdf.renderer.on_page_create { trigger2.fire } pdf.start_new_page expect(trigger1).to have_received(:fire).once expect(trigger2).to have_received(:fire).once end it 'is clearable by calling on_page_create without a block' do trigger = instance_double('trigger') allow(trigger).to receive(:fire) pdf.renderer.on_page_create { trigger.fire } pdf.start_new_page pdf.renderer.on_page_create pdf.start_new_page expect(trigger).to have_received(:fire).once end end describe 'compression' do it 'does not compress the page content stream if compression is disabled' do pdf = described_class.new(compress: false) allow(pdf.page.content.stream).to receive(:compress!).and_return(true) pdf.text 'Hi There' * 20 pdf.render expect(pdf.page.content.stream).to_not have_received(:compress!) end it 'compresses the page content stream if compression is enabled' do pdf = described_class.new(compress: true) allow(pdf.page.content.stream).to receive(:compress!).and_return(true) pdf.text 'Hi There' * 20 pdf.render expect(pdf.page.content.stream).to have_received(:compress!).once end it 'results in a smaller file size when compressed' do doc_uncompressed = described_class.new doc_compressed = described_class.new(compress: true) [doc_compressed, doc_uncompressed].each do |pdf| pdf.font "#{Prawn::DATADIR}/fonts/gkai00mp.ttf" pdf.text 'æ›´å¯æ€•的是,åŒè´¨åŒ–竞争对手å¯ä»¥æŒ‰ç…§URL中åŽé¢è¿™ä¸ªIDæ¥é历' * 10 end expect(doc_compressed.render.length).to be < doc_uncompressed.render.length end end describe 'Dometadata' do it 'outputs strings as UTF-16 with a byte order mark' do pdf = described_class.new(info: { Author: 'Lóránt' }) expect(pdf.state.store.info.object).to match( # UTF-16: BOM L ó r á n t %r{/Author\s*}i ) end end describe 'When reopening pages' do it 'modifies the content stream size' do pdf = described_class.new do text 'Page 1' start_new_page text 'Page 2' go_to_page 1 text 'More for page 1' end # Indirectly verify that the actual length does not match dictionary # length. If it isn't, a MalformedPDFError will be raised PDF::Inspector::Page.analyze(pdf.render) end it 'inserts pages after the current page when calling start_new_page' do pdf = described_class.new 3.times do |i| pdf.text "Old page #{i + 1}" pdf.start_new_page end pdf.go_to_page 1 pdf.start_new_page pdf.text 'New page 2' expect(pdf.page_number).to eq(2) pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(5) expect(pages[1][:strings]).to eq(['New page 2']) expect(pages[2][:strings]).to eq(['Old page 2']) end it 'restores the layout of the page' do doc = described_class.new do start_new_page layout: :landscape end lsize = [doc.bounds.width, doc.bounds.height] expect([doc.bounds.width, doc.bounds.height]).to eq lsize doc.go_to_page 1 expect([doc.bounds.width, doc.bounds.height]).to eq lsize.reverse end it 'restores the margin box of the page' do doc = described_class.new(margin: [100, 100]) page1_bounds = doc.bounds doc.start_new_page(margin: [200, 200]) expect([doc.bounds.width, doc.bounds.height]).to eq( [page1_bounds.width - 200, page1_bounds.height - 200] ) doc.go_to_page(1) expect(doc.bounds.width).to eq page1_bounds.width expect(doc.bounds.height).to eq page1_bounds.height end end describe 'When setting page size' do it 'defaults to LETTER' do pdf = described_class.new pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.first[:size]).to eq(PDF::Core::PageGeometry::SIZES['LETTER']) end (PDF::Core::PageGeometry::SIZES.keys - ['LETTER']).each do |k| it "provides #{k} geometry" do pdf = described_class.new(page_size: k) pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.first[:size]).to eq(PDF::Core::PageGeometry::SIZES[k]) end end it 'allows custom page size' do pdf = described_class.new(page_size: [1920, 1080]) pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.first[:size]).to eq([1920, 1080]) end it 'retains page size by default when starting a new page' do pdf = described_class.new(page_size: 'LEGAL') pdf.start_new_page pages = PDF::Inspector::Page.analyze(pdf.render).pages pages.each do |page| expect(page[:size]).to eq(PDF::Core::PageGeometry::SIZES['LEGAL']) end end end describe 'When setting page layout' do it 'reverses coordinates for landscape' do pdf = described_class.new(page_size: 'A4', page_layout: :landscape) pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.first[:size]).to eq( PDF::Core::PageGeometry::SIZES['A4'].reverse ) end it 'retains page layout by default when starting a new page' do pdf = described_class.new(page_layout: :landscape) pdf.start_new_page(trace: true) pages = PDF::Inspector::Page.analyze(pdf.render).pages pages.each do |page| expect(page[:size]).to eq( PDF::Core::PageGeometry::SIZES['LETTER'].reverse ) end end it 'swaps the bounds when starting a new page with different layout' do pdf = described_class.new size = [pdf.bounds.width, pdf.bounds.height] pdf.start_new_page(layout: :landscape) expect([pdf.bounds.width, pdf.bounds.height]).to eq(size.reverse) end end describe '#mask' do it 'allows transactional restoration of attributes' do pdf = described_class.new y = pdf.y line_width = pdf.line_width pdf.mask(:y, :line_width) do pdf.y = y + 1 pdf.line_width = line_width + 1 expect(pdf.y).to_not eq(y) expect(pdf.line_width).to_not eq(line_width) end expect(pdf.y).to eq(y) expect(pdf.line_width).to eq(line_width) end end describe '#render' do it 'returns a 8 bit encoded string on a m17n aware VM' do pdf = described_class.new(page_size: 'A4', page_layout: :landscape) pdf.line [100, 100], [200, 200] str = pdf.render expect(str.encoding.to_s).to eq('ASCII-8BIT') end it 'triggers before_render callbacks just before rendering' do pdf = described_class.new # Verify the order: finalize -> fire callbacks -> render body allow(pdf.renderer).to receive(:finalize_all_page_contents) .and_call_original trigger = instance_double('trigger') allow(trigger).to receive(:fire) pdf.renderer.before_render { trigger.fire } allow(pdf.renderer).to receive(:render_body).and_call_original pdf.render(StringIO.new) expect(pdf.renderer).to have_received(:finalize_all_page_contents) .ordered expect(trigger).to have_received(:fire).ordered expect(pdf.renderer).to have_received(:render_body).ordered end it 'is idempotent' do pdf = described_class.new contents = pdf.render contents2 = pdf.render expect(contents2).to eq(contents) end end describe 'PDF file versions' do it 'defaults to 1.3' do pdf = described_class.new str = pdf.render expect(str[0, 8]).to eq('%PDF-1.3') end it 'allows the default to be changed' do pdf = described_class.new pdf.renderer.min_version(1.4) str = pdf.render expect(str[0, 8]).to eq('%PDF-1.4') end end describe '#go_to_page' do it 'has 2 pages after calling start_new_page and go_to_page' do pdf = described_class.new pdf.text 'James' pdf.start_new_page pdf.text 'Anthony' pdf.go_to_page(1) pdf.text 'Healy' page_counter = PDF::Inspector::Page.analyze(pdf.render) expect(page_counter.pages.size).to eq(2) end it 'correctlies add text to pages' do pdf = described_class.new pdf.text 'James' pdf.start_new_page pdf.text 'Anthony' pdf.go_to_page(1) pdf.text 'Healy' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.size).to eq(3) expect(text.strings.include?('James')).to eq(true) expect(text.strings.include?('Anthony')).to eq(true) expect(text.strings.include?('Healy')).to eq(true) end end describe 'content stream characteristics' do it 'has 1 single content stream for a single page PDF' do pdf = described_class.new pdf.text 'James' output = StringIO.new(pdf.render) hash = PDF::Reader::ObjectHash.new(output) streams = hash.values.select { |obj| obj.is_a?(PDF::Reader::Stream) } expect(streams.size).to eq(1) end it 'has 1 single content stream for a single page PDF, even if go_to_page '\ 'is used' do pdf = described_class.new pdf.text 'James' pdf.go_to_page(1) pdf.text 'Healy' output = StringIO.new(pdf.render) hash = PDF::Reader::ObjectHash.new(output) streams = hash.values.select { |obj| obj.is_a?(PDF::Reader::Stream) } expect(streams.size).to eq(1) end end describe '#number_pages' do let(:pdf) { described_class.new(skip_page_creation: true) } it "replaces the '' string with the proper page number" do pdf.start_new_page allow(pdf).to receive(:text_box) pdf.number_pages ', test', page_filter: :all expect(pdf).to have_received(:text_box).with('1, test', height: 50) end it "replaces the '' string with the total page count" do pdf.start_new_page allow(pdf).to receive(:text_box) pdf.number_pages 'test, ', page_filter: :all expect(pdf).to have_received(:text_box).with('test, 1', height: 50) end it 'must print each page if given the :all page_filter' do 10.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages 'test', page_filter: :all expect(pdf).to have_received(:text_box).exactly(10).times end it 'must print each page if no :page_filter is specified' do 10.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages 'test' expect(pdf).to have_received(:text_box).exactly(10).times end it 'must not print the page number if given a nil filter' do 10.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages 'test', page_filter: nil expect(pdf).to_not have_received(:text_box) end context 'with start_count_at option' do [1, 2].each do |startat| context "equal to #{startat}" do it 'increments the pages' do 2.times { pdf.start_new_page } options = { page_filter: :all, start_count_at: startat } allow(pdf).to receive(:text_box) pdf.number_pages ' ', options expect(pdf).to have_received(:text_box) .with("#{startat} 2", height: 50) expect(pdf).to have_received(:text_box) .with("#{startat + 1} 2", height: 50) end end end [0, nil].each do |val| context "equal to #{val}" do it 'defaults to start at page 1' do 3.times { pdf.start_new_page } options = { page_filter: :all, start_count_at: val } allow(pdf).to receive(:text_box) pdf.number_pages ' ', options expect(pdf).to have_received(:text_box).with('1 3', height: 50) expect(pdf).to have_received(:text_box).with('2 3', height: 50) expect(pdf).to have_received(:text_box).with('3 3', height: 50) end end end end context 'with total_pages option' do it 'allows the total pages count to be overridden' do 2.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages ' ', page_filter: :all, total_pages: 10 expect(pdf).to have_received(:text_box).with('1 10', height: 50) expect(pdf).to have_received(:text_box).with('2 10', height: 50) end end context 'with special page filter' do describe 'such as :odd' do it 'increments the pages' do 3.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages ' ', page_filter: :odd expect(pdf).to have_received(:text_box).with('1 3', height: 50) expect(pdf).to have_received(:text_box).with('3 3', height: 50) expect(pdf).to_not have_received(:text_box).with('2 3', height: 50) end end describe 'missing' do it 'does not print any page numbers' do 3.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages ' ', page_filter: nil expect(pdf).to_not have_received(:text_box) end end end context 'with both a special page filter and a start_count_at parameter' do describe 'such as :odd and 7' do it 'increments the pages' do 3.times { pdf.start_new_page } allow(pdf).to receive(:text_box) pdf.number_pages ' ', page_filter: :odd, start_count_at: 5 expect(pdf).to_not have_received(:text_box).with('1 3', height: 50) # page 1 expect(pdf).to have_received(:text_box).with('5 3', height: 50) # page 2 expect(pdf).to_not have_received(:text_box).with('6 3', height: 50) # page 3 expect(pdf).to have_received(:text_box).with('7 3', height: 50) end end context 'with some crazy proc and 2' do it 'increments the pages' do 6.times { pdf.start_new_page } options = { page_filter: ->(p) { p != 2 && p != 5 }, start_count_at: 4 } allow(pdf).to receive(:text_box) pdf.number_pages ' ', options # page 1 expect(pdf).to have_received(:text_box).with('4 6', height: 50) # page 2 expect(pdf).to_not have_received(:text_box).with('5 6', height: 50) # page 3 expect(pdf).to have_received(:text_box).with('6 6', height: 50) # page 4 expect(pdf).to have_received(:text_box).with('7 6', height: 50) # page 5 expect(pdf).to_not have_received(:text_box).with('8 6', height: 50) # page 6 expect(pdf).to have_received(:text_box).with('9 6', height: 50) end end end describe 'height option' do before do pdf.start_new_page end it 'with 10 height' do allow(pdf).to receive(:text_box) pdf.number_pages ' ', height: 10 expect(pdf).to have_received(:text_box).with('1 1', height: 10) end it 'with nil height' do allow(pdf).to receive(:text_box) pdf.number_pages ' ', height: nil expect(pdf).to have_received(:text_box).with('1 1', height: nil) end it 'with no height' do allow(pdf).to receive(:text_box) pdf.number_pages ' ' expect(pdf).to have_received(:text_box).with('1 1', height: 50) end end end describe '#page_match?' do let(:pdf) do described_class.new(skip_page_creation: true) do |pdf| 10.times { pdf.start_new_page } end end it 'returns nil given no filter' do expect(pdf).to_not be_page_match(:nil, 1) end it 'must provide an :all filter' do expect((1..pdf.page_count).all? { |i| pdf.page_match?(:all, i) }) .to eq true end it 'must provide an :odd filter' do odd, even = (1..pdf.page_count).partition(&:odd?) expect(odd.all? { |i| pdf.page_match?(:odd, i) }).to eq true expect(even).to_not(be_any { |i| pdf.page_match?(:odd, i) }) end it 'must be able to filter by an array of page numbers' do fltr = [1, 2, 7] expect((1..10).select { |i| pdf.page_match?(fltr, i) }).to eq([1, 2, 7]) end it 'must be able to filter by a range of page numbers' do fltr = 2..4 expect((1..10).select { |i| pdf.page_match?(fltr, i) }).to eq([2, 3, 4]) end it 'must be able to filter by an arbitrary proc' do fltr = ->(x) { x == 1 || (x % 3).zero? } expect((1..10).select { |i| pdf.page_match?(fltr, i) }) .to eq([1, 3, 6, 9]) end end end ruby-prawn-2.4.0.orig/spec/prawn/text_with_inline_formatting_spec.rb0000644000000000000000000000215013772706672024526 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text do let(:pdf) { create_pdf } describe '#formatted_text' do it 'draws text' do string = 'hello world' format_array = [{ text: string }] pdf.formatted_text(format_array) # grab the text from the rendered PDF and ensure it matches text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq(string) end end describe '#text with inline styling' do it 'automatically moves to a new page if the tallest fragment' \ " on the next line won't fit in the available space" do pdf.move_cursor_to(pdf.font.height) formatted = "this contains sized text" pdf.text(formatted, inline_format: true) pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) end it 'embeds links as literal strings' do pdf.text "wiki", inline_format: true expect(pdf.render).to match(%r{/URI\s+\(http://wiki\.github\.com}) end end end ruby-prawn-2.4.0.orig/spec/prawn/text_spec.rb0000644000000000000000000004756613772706672017727 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text do describe 'NBSP' do it 'is defined' do expect(Prawn::Text::NBSP).to eq("\u00a0") end end describe '#height_of' do let(:pdf) { create_pdf } it 'returns the height that would be required to print a' \ 'particular string of text' do original_y = pdf.y pdf.text('Foo') new_y = pdf.y expect(pdf.height_of('Foo')).to be_within(0.0001).of(original_y - new_y) end it 'omits the gap below the last descender if :final_gap => false ' \ 'is given' do original_y = pdf.y pdf.text('Foo', final_gap: false) new_y = pdf.y expect(pdf.height_of('Foo', final_gap: false)) .to be_within(0.0001).of(original_y - new_y) end it 'raise_errors CannotFit if a too-small width is given' do expect do pdf.height_of('text', width: 1) end.to raise_error(Prawn::Errors::CannotFit) end it 'raises NotImplementedError if :indent_paragraphs option is provided' do expect do pdf.height_of( 'hai', width: 300, indent_paragraphs: 60 ) end.to raise_error(NotImplementedError) end it 'does not raise Prawn::Errors::UnknownOption if :final_gap option '\ 'is provided' do expect do pdf.height_of('hai', width: 300, final_gap: true) end.to_not raise_error end end describe '#text' do let(:pdf) { create_pdf } it 'does not fail when @output is nil when '\ 'PDF::Core::Text::LineWrap#finalize_line is called' do # need a document with margins for these particulars to produce the # condition that was throwing the error pdf = Prawn::Document.new pdf.text 'transparency ' * 150, size: 18 end it 'allows drawing empty strings to the page' do pdf.text ' ' text = PDF::Inspector::Text.analyze(pdf.render) # If anything is rendered to the page, it should be whitespace. expect(text.strings).to all(match(/\A\s*\z/)) end it 'ignores call when string is nil' do expect(pdf.text(nil)).to eq false end it 'correctlies render empty paragraphs' do pdf.text "text\n\ntext" text = PDF::Inspector::Text.analyze(pdf.render) expect(pdf.page_count).to eq(1) expect(text.strings.reject(&:empty?)).to eq(%w[text text]) end it 'correctlies render empty paragraphs with :indent_paragraphs' do pdf.text "text\n\ntext", indent_paragraphs: 5 text = PDF::Inspector::Text.analyze(pdf.render) expect(pdf.page_count).to eq(1) expect(text.strings.reject(&:empty?)).to eq(%w[text text]) end it 'correctly renders strings ending with empty paragraphs and ' \ ':inline_format and :indent_paragraphs' do pdf.text "text\n\n", inline_format: true, indent_paragraphs: 5 text = PDF::Inspector::Text.analyze(pdf.render) expect(pdf.page_count).to eq(1) expect(text.strings).to eq(['text']) end it 'defaults to use kerning information' do pdf.text 'hello world' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.kerned[0]).to eq true end it 'is able to disable kerning with an option' do pdf.text 'hello world', kerning: false text = PDF::Inspector::Text.analyze(pdf.render) expect(text.kerned[0]).to eq false end it 'is able to disable kerning document-wide' do pdf.default_kerning(false) pdf.default_kerning = false pdf.text 'hello world' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.kerned[0]).to eq false end it 'option should be able to override document-wide kerning disabling' do pdf.default_kerning = false pdf.text 'hello world', kerning: true text = PDF::Inspector::Text.analyze(pdf.render) expect(text.kerned[0]).to eq true end it 'raise_errors ArgumentError if :at option included' do expect { pdf.text('hai', at: [0, 0]) }.to raise_error(ArgumentError) end it 'advances down the document based on font_height' do position = pdf.y pdf.text 'Foo' expect(pdf.y).to be_within(0.0001).of(position - pdf.font.height) position = pdf.y pdf.text "Foo\nBar\nBaz" expect(pdf.y).to be_within(0.0001).of(position - 3 * pdf.font.height) end it 'advances down the document based on font_height with size option' do position = pdf.y pdf.text 'Foo', size: 15 pdf.font_size = 15 expect(pdf.y).to be_within(0.0001).of(position - pdf.font.height) position = pdf.y pdf.text "Foo\nBar\nBaz" expect(pdf.y).to be_within(0.0001).of(position - 3 * pdf.font.height) end it 'advances down the document based on font_height with leading option' do position = pdf.y leading = 2 pdf.text 'Foo', leading: leading expect(pdf.y).to be_within(0.0001) .of(position - pdf.font.height - leading) position = pdf.y pdf.text "Foo\nBar\nBaz" expect(pdf.y).to be_within(0.0001).of(position - 3 * pdf.font.height) end it 'advances only to the bottom of the final descender if final_gap '\ 'is false' do position = pdf.y pdf.text 'Foo', final_gap: false expect(pdf.y).to be_within(0.0001) .of(position - pdf.font.ascender - pdf.font.descender) position = pdf.y pdf.text "Foo\nBar\nBaz", final_gap: false expect(pdf.y).to be_within(0.0001) .of( position - 2 * pdf.font.height - pdf.font.ascender - pdf.font.descender ) end it 'is able to print text starting at the last line of a page' do pdf.move_cursor_to(pdf.font.height) pdf.text('hello world') pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(1) end it 'defaults to 12 point helvetica' do pdf.text 'Blah' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:name]).to eq(:Helvetica) expect(text.font_settings[0][:size]).to eq(12) expect(text.strings.first).to eq('Blah') end it 'allows setting font size' do pdf.text 'Blah', size: 16 text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) end it 'allows setting a default font size' do pdf.font_size = 16 pdf.text 'Blah' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) end it 'allows overriding default font for a single instance' do pdf.font_size = 16 pdf.text 'Blah', size: 11 pdf.text 'Blaz' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(11) expect(text.font_settings[1][:size]).to eq(16) end it 'allows setting a font size transaction with a block' do pdf.font_size 16 do pdf.text 'Blah' end pdf.text 'blah' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) expect(text.font_settings[1][:size]).to eq(12) end it 'allows manual setting the font size when in a font size block' do pdf.font_size(16) do pdf.text 'Foo' pdf.text 'Blah', size: 11 pdf.text 'Blaz' end text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) expect(text.font_settings[1][:size]).to eq(11) expect(text.font_settings[2][:size]).to eq(16) end it 'allows registering of built-in font_settings on the fly' do pdf.font 'Times-Roman' pdf.text 'Blah' pdf.font 'Courier' pdf.text 'Blaz' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:name]).to eq(:"Times-Roman") expect(text.font_settings[1][:name]).to eq(:Courier) end it 'utilises the same default font across multiple pages' do pdf.text 'Blah' pdf.start_new_page pdf.text 'Blaz' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings.size).to eq(2) expect(text.font_settings[0][:name]).to eq(:Helvetica) expect(text.font_settings[1][:name]).to eq(:Helvetica) end it 'raise_errors an exception when an unknown font is used' do expect { pdf.font 'Pao bu' }.to raise_error(Prawn::Errors::UnknownFont) end it 'does not raise an exception when providing Pathname instance as font' do pdf.font Pathname.new("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") end it 'correctlies render a utf-8 string when using a built-in font' do str = '©' # copyright symbol pdf.text str # grab the text from the rendered PDF and ensure it matches text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq(str) end it 'correctlies render a utf-8 string when using a TTF font' do str = '©' # copyright symbol pdf.font "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" pdf.text str # grab the text from the rendered PDF and ensure it matches text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq(str) end it 'subsets mixed low-ASCII and non-ASCII characters when they can '\ 'be subsetted together' do str = 'It’s super effective!' pdf.font "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" pdf.text str text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq(str) end it 'correctly renders a string with higher bit characters across a page '\ 'break when using a built-in font' do str = '©' pdf.move_cursor_to(pdf.font.height) pdf.text("#{str}\n#{str}") pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) expect(pages[0][:strings]).to eq([str]) expect(pages[1][:strings]).to eq([str]) end it 'correctly renders a string with higher bit characters across ' \ 'a page break when using a built-in font and :indent_paragraphs option' do str = '©' pdf.move_cursor_to(pdf.font.height) pdf.text("#{str}\n#{str}", indent_paragraphs: 20) pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) expect(pages[0][:strings]).to eq([str]) expect(pages[1][:strings]).to eq([str]) end it 'raises an exception when a utf-8 incompatible string is rendered' do str = "Blah \xDD" expect { pdf.text str }.to raise_error( Prawn::Errors::IncompatibleStringEncoding ) end it 'does not raise an exception when a shift-jis string is rendered' do datafile = "#{Prawn::DATADIR}/shift_jis_text.txt" sjis_str = File.open(datafile, 'r:shift_jis', &:gets) pdf.font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf") # Expect that the call to text will not raise an encoding error pdf.text(sjis_str) end it 'calls move_past_bottom when printing more text than can fit' \ ' between the current document.y and bounds.bottom' do pdf.y = pdf.font.height pdf.text 'Hello' pdf.text 'World' pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) expect(pages[0][:strings]).to eq(['Hello']) expect(pages[1][:strings]).to eq(['World']) end describe 'with :indent_paragraphs option' do it 'indents the paragraphs' do hello = 'hello ' * 50 hello2 = 'hello ' * 50 pdf.text("#{hello}\n#{hello2}", indent_paragraphs: 60) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq(('hello ' * 19).strip) expect(text.strings[1]).to eq(('hello ' * 21).strip) expect(text.strings[3]).to eq(('hello ' * 19).strip) expect(text.strings[4]).to eq(('hello ' * 21).strip) end it 'indents from right side when using :rtl direction' do para1 = 'The rain in spain falls mainly on the plains ' * 3 para2 = 'The rain in spain falls mainly on the plains ' * 3 pdf.text("#{para1}\n#{para2}", indent_paragraphs: 60, direction: :rtl) text = PDF::Inspector::Text.analyze(pdf.render) lines = text.strings x_positions = text.positions.map { |e| e[0] } # NOTE: The code below reflects Prawn's current kerning behavior for RTL # text, which isn't necessarily correct. If we change that behavior, # this test will need to be updated. expect(x_positions[0]).to( be_within(0.001).of(pdf.bounds.absolute_right - 60 - pdf.width_of(lines[0].reverse, kerning: true)) ) expect(x_positions[1]).to( be_within(0.001).of(pdf.bounds.absolute_right - pdf.width_of(lines[1].reverse, kerning: true)) ) expect(x_positions[2]).to( be_within(0.001).of(pdf.bounds.absolute_right - 60 - pdf.width_of(lines[2].reverse, kerning: true)) ) expect(x_positions[3]).to( be_within(0.001).of(pdf.bounds.absolute_right - pdf.width_of(lines[3].reverse, kerning: true)) ) end it 'indents from right side when document has :rtl direction' do para1 = 'The rain in spain falls mainly on the plains ' * 3 para2 = 'The rain in spain falls mainly on the plains ' * 3 pdf.text_direction = :rtl pdf.text("#{para1}\n#{para2}", indent_paragraphs: 60) text = PDF::Inspector::Text.analyze(pdf.render) lines = text.strings x_positions = text.positions.map { |e| e[0] } # NOTE: The code below reflects Prawn's current kerning behavior for RTL # text, which isn't necessarily correct. If we change that behavior, # this test will need to be updated. expect(x_positions[0]).to( be_within(0.001).of(pdf.bounds.absolute_right - 60 - pdf.width_of(lines[0].reverse, kerning: true)) ) expect(x_positions[1]).to( be_within(0.001).of(pdf.bounds.absolute_right - pdf.width_of(lines[1].reverse, kerning: true)) ) expect(x_positions[2]).to( be_within(0.001).of(pdf.bounds.absolute_right - 60 - pdf.width_of(lines[2].reverse, kerning: true)) ) expect(x_positions[3]).to( be_within(0.001).of(pdf.bounds.absolute_right - pdf.width_of(lines[3].reverse, kerning: true)) ) end it 'indents from left side when using :ltr direction' do para1 = 'The rain in spain falls mainly on the plains ' * 3 para2 = 'The rain in spain falls mainly on the plains ' * 3 pdf.text("#{para1}\n#{para2}", indent_paragraphs: 60, direction: :ltr) text = PDF::Inspector::Text.analyze(pdf.render) x_positions = text.positions.map { |e| e[0] } expect(x_positions[0]).to eq(60) expect(x_positions[1]).to eq(0) expect(x_positions[2]).to eq(60) expect(x_positions[3]).to eq(0) end it 'indents from left side when document has :ltr direction' do para1 = 'The rain in spain falls mainly on the plains ' * 3 para2 = 'The rain in spain falls mainly on the plains ' * 3 pdf.text_direction = :ltr pdf.text("#{para1}\n#{para2}", indent_paragraphs: 60) text = PDF::Inspector::Text.analyze(pdf.render) x_positions = text.positions.map { |e| e[0] } expect(x_positions[0]).to eq(60) expect(x_positions[1]).to eq(0) expect(x_positions[2]).to eq(60) expect(x_positions[3]).to eq(0) end describe 'when paragraph has only one line, it should not add ' \ 'additional leading' do let(:leading) { 100 } it 'adds leading only once' do original_y = pdf.y pdf.text('hello', indent_paragraphs: 10, leading: leading) expect(original_y - pdf.y).to be < leading * 2 end end describe 'when wrap to new page, and first line of new page' \ ' is not the start of a new paragraph, that line should' \ ' not be indented' do it 'indents the paragraphs' do hello = 'hello ' * 50 hello2 = 'hello ' * 50 pdf.move_cursor_to(pdf.font.height) pdf.text("#{hello}\n#{hello2}", indent_paragraphs: 60) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq(('hello ' * 19).strip) expect(text.strings[1]).to eq(('hello ' * 21).strip) expect(text.strings[3]).to eq(('hello ' * 19).strip) expect(text.strings[4]).to eq(('hello ' * 21).strip) end end describe 'when wrap to new page, and first line of new page' \ ' is the start of a new paragraph, that line should' \ ' be indented' do it 'indents the paragraphs' do hello = 'hello ' * 50 hello2 = 'hello ' * 50 pdf.move_cursor_to(pdf.font.height * 3) pdf.text("#{hello}\n#{hello2}", indent_paragraphs: 60) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings[0]).to eq(('hello ' * 19).strip) expect(text.strings[1]).to eq(('hello ' * 21).strip) expect(text.strings[3]).to eq(('hello ' * 19).strip) expect(text.strings[4]).to eq(('hello ' * 21).strip) end end end describe 'kerning' do it 'respects text kerning setting (document default)' do allow(pdf.font).to receive(:compute_width_of) .with('VAT', hash_including(kerning: true)) .and_return(10) pdf.text 'VAT' expect(pdf.font).to have_received(:compute_width_of) .with('VAT', hash_including(kerning: true)) end it 'respects text kerning setting (kerning=true)' do allow(pdf.font).to receive(:compute_width_of) .with('VAT', hash_including(kerning: true)) .at_least(:once) .and_return(10) pdf.text 'VAT', kerning: true expect(pdf.font).to have_received(:compute_width_of) .with('VAT', hash_including(kerning: true)) .at_least(:once) end it 'respects text kerning setting (kerning=false)' do allow(pdf.font).to receive(:compute_width_of) .with('VAT', hash_including(kerning: false)) .at_least(:once) .and_return(10) pdf.text 'VAT', kerning: false expect(pdf.font).to have_received(:compute_width_of) .with('VAT', hash_including(kerning: false)) .at_least(:once) end end describe '#shrink_to_fit with special utf-8 text' do it 'does not throw an exception', :unresolved, issue: 603 do expect do Prawn::Document.new(page_size: 'A4', margin: [2, 2, 2, 2]) do |pdf| add_unicode_fonts(pdf) pdf.bounding_box([1, 1], width: 90, height: 50) do pdf.text( "Sample Text\nSAMPLE SAMPLE SAMPLEoddÄ›lení ZMÄšN\nSAMPLE", overflow: :shrink_to_fit ) end end end.to_not raise_error end end def add_unicode_fonts(pdf) dejavu = "#{::Prawn::BASEDIR}/data/fonts/DejaVuSans.ttf" pdf.font_families.update( 'dejavu' => { normal: dejavu, italic: dejavu, bold: dejavu, bold_italic: dejavu } ) pdf.fallback_fonts = ['dejavu'] end describe 'fallback_fonts' do it 'preserves font style' do create_pdf pdf.fallback_fonts ['Helvetica'] pdf.font 'Times-Roman', style: :italic do pdf.text 'hello' end text = PDF::Inspector::Text.analyze(pdf.render) fonts_used = text.font_settings.map { |e| e[:name] } expect(fonts_used.length).to eq(1) expect(fonts_used[0]).to eq(:"Times-Italic") expect(text.strings[0]).to eq('hello') end end end end ruby-prawn-2.4.0.orig/spec/prawn/text_rendering_mode_spec.rb0000644000000000000000000000302613772706672022747 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text do let(:pdf) { create_pdf } describe '#text_rendering_mode' do it 'draws the text rendering mode to the document' do pdf.text_rendering_mode(:stroke) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.text_rendering_mode.first).to eq(1) end it 'does not draw the text rendering mode to the document' \ ' when the new mode matches the old' do pdf.text_rendering_mode(:fill) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.text_rendering_mode).to be_empty end it 'restores character spacing to 0' do pdf.text_rendering_mode(:stroke) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.text_rendering_mode).to eq([1, 0]) end it 'functions as an accessor when no parameter given' do pdf.text_rendering_mode(:fill_stroke) do pdf.text('hello world') expect(pdf.text_rendering_mode).to eq(:fill_stroke) end expect(pdf.text_rendering_mode).to eq(:fill) end it 'raise_errors an exception when passed an invalid mode' do expect { pdf.text_rendering_mode(-1) }.to raise_error(ArgumentError) expect { pdf.text_rendering_mode(8) }.to raise_error(ArgumentError) expect { pdf.text_rendering_mode(:flil) }.to raise_error(ArgumentError) end end end ruby-prawn-2.4.0.orig/spec/prawn/images_spec.rb0000644000000000000000000001616713772706672020201 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'set' require 'pathname' describe Prawn::Images do let(:pdf) { create_pdf } let(:filename) { "#{Prawn::DATADIR}/images/pigs.jpg" } it "onlies embed an image once, even if it's added multiple times" do pdf.image filename, at: [100, 100] pdf.image filename, at: [300, 300] output = pdf.render images = PDF::Inspector::XObject.analyze(output) # there should be 2 images in the page resources expect(images.page_xobjects.first.size).to eq(2) # but only 1 image xobject expect(output.scan(%r{/Type /XObject}).size).to eq(1) end it 'returns the image info object' do info = pdf.image(filename) expect(info).to be_a_kind_of(Prawn::Images::JPG) expect(info.height).to eq(453) end it 'accepts IO objects' do info = File.open(filename, 'rb') do |file| pdf.image(file) end expect(info.height).to eq(453) end it 'rewinds IO objects to be able to embed them multiply' do info = File.open(filename, 'rb') do |file| pdf.image(file) pdf.image(file) end expect(info.height).to eq(453) end it 'does not close passed-in IO objects' do File.open(filename, 'rb') do |file| pdf.image(file) expect(file).to_not be_closed end end it 'accepts Pathname objects' do info = pdf.image(Pathname.new(filename)) expect(info.height).to eq(453) end describe 'closes opened files again after getting Pathnames', issue: 975 do describe 'spec with File message spy' do let(:not_filename) { 'non-existent filename' } let(:pathname_double) { instance_double('Pathname', file?: true) } before do file_content = File.new(filename, 'rb').read allow(Pathname).to receive(:new).with(not_filename) { pathname_double } allow(pathname_double).to receive(:binread) { file_content } end it 'uses only binread, which closes opened files' do # this implicitly tests that a file handle is closed again # because only stubbed binread can be called on not_filename _info = pdf.image(not_filename) expect(pathname_double).to have_received(:binread) end end system_has_lsof = system('lsof -v > /dev/null 2>&1') system_has_grep = system('grep --version > /dev/null 2>&1') if system_has_lsof && system_has_grep it 'closes opened files, spec with lsof' do gc_was_disabled = GC.disable # GC of File would close the file open_before = `lsof -c ruby | grep "#{filename}"` _info = pdf.image(Pathname.new(filename)) open_after = `lsof -c ruby | grep "#{filename}"` GC.enable unless gc_was_disabled expect(open_after).to eq(open_before) end end if RUBY_PLATFORM != 'java' it 'closes opened files, spec with ObjectSpace' do gc_was_disabled = GC.disable # GC of File would close the file open_before = ObjectSpace.each_object(File).count { |f| !f.closed? } _info = pdf.image(Pathname.new(filename)) open_after = ObjectSpace.each_object(File).count { |f| !f.closed? } GC.enable unless gc_was_disabled expect(open_after).to eq(open_before) end end end describe 'setting the length of the bytestream' do it 'correctlies work with images from Pathname objects' do pdf.image(Pathname.new(filename)) expect(pdf).to have_parseable_xobjects end it 'correctlies work with images from IO objects' do pdf.image(File.open(filename, 'rb')) expect(pdf).to have_parseable_xobjects end it 'correctlies work with images from IO objects not set to mode rb' do pdf.image(File.open(filename, 'r')) expect(pdf).to have_parseable_xobjects end end it 'raise_errors an UnsupportedImageType if passed a BMP' do filename = "#{Prawn::DATADIR}/images/tru256.bmp" expect { pdf.image filename, at: [100, 100] } .to raise_error(Prawn::Errors::UnsupportedImageType) end it 'raise_errors an UnsupportedImageType if passed an interlaced PNG' do filename = "#{Prawn::DATADIR}/images/dice_interlaced.png" expect { pdf.image filename, at: [100, 100] } .to raise_error(Prawn::Errors::UnsupportedImageType) end it 'bumps PDF version to 1.5 or greater on embedding 16-bit PNGs' do pdf.image "#{Prawn::DATADIR}/images/16bit.png" expect(pdf.state.version).to be >= 1.5 end it 'embeds 16-bit alpha channels for 16-bit PNGs' do pdf.image "#{Prawn::DATADIR}/images/16bit.png" output = pdf.render expect(output).to match(%r{/BitsPerComponent 16}) expect(output).to_not match(%r{/BitsPerComponent 8}) end it 'flows an image to a new page if it will not fit on a page' do pdf.image filename, fit: [600, 600] pdf.image filename, fit: [600, 600] output = StringIO.new(pdf.render, 'r+') hash = PDF::Reader::ObjectHash.new(output) pages = hash.values.find do |obj| obj.is_a?(Hash) && obj[:Type] == :Pages end[:Kids] expect(pages.size).to eq(2) expect(hash[pages[0]][:Resources][:XObject].keys).to eq([:I1]) expect(hash[pages[1]][:Resources][:XObject].keys).to eq([:I2]) end it 'does not flow an image to a new page if it will fit on one page' do pdf.image filename, fit: [400, 400] pdf.image filename, fit: [400, 400] output = StringIO.new(pdf.render, 'r+') hash = PDF::Reader::ObjectHash.new(output) pages = hash.values.find do |obj| obj.is_a?(Hash) && obj[:Type] == :Pages end[:Kids] expect(pages.size).to eq(1) expect(Set.new(hash[pages[0]][:Resources][:XObject].keys)).to eq( Set.new(%i[I1 I2]) ) end it 'does not start a new page just for a stretchy bounding box' do allow(pdf).to receive(:start_new_page) pdf.bounding_box([0, pdf.cursor], width: pdf.bounds.width) do pdf.image filename end expect(pdf).to_not have_received(:start_new_page) end describe ':fit option' do it 'fits inside the defined constraints' do info = pdf.image filename, fit: [100, 400] expect(info.scaled_width).to be <= 100 expect(info.scaled_height).to be <= 400 info = pdf.image filename, fit: [400, 100] expect(info.scaled_width).to be <= 400 expect(info.scaled_height).to be <= 100 info = pdf.image filename, fit: [604, 453] expect(info.scaled_width).to eq(604) expect(info.scaled_height).to eq(453) end it 'moves text position' do y = pdf.y pdf.image filename, fit: [100, 400] expect(pdf.y).to be < y end end describe ':at option' do it 'does not move text position' do y = pdf.y pdf.image filename, at: [100, 400] expect(pdf.y).to eq(y) end end describe ':width option without :height option' do it 'scales the width and height' do info = pdf.image filename, width: 225 expect(info.scaled_height).to eq(168.75) expect(info.scaled_width).to eq(225.0) end end describe ':height option without :width option' do it 'scales the width and height' do info = pdf.image filename, height: 225 expect(info.scaled_height).to eq(225.0) expect(info.scaled_width).to eq(300.0) end end end ruby-prawn-2.4.0.orig/spec/prawn/document/0000755000000000000000000000000013772706672017200 5ustar rootrootruby-prawn-2.4.0.orig/spec/prawn/document/security_spec.rb0000644000000000000000000001262413772706672022413 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'tempfile' describe Prawn::Document::Security do describe 'Password padding' do include described_class it 'truncates long passwords' do pw = 'Long long string' * 30 padded = pad_password(pw) expect(padded.length).to eq(32) expect(padded).to eq(pw[0, 32]) end it 'pads short passwords' do pw = 'abcd' padded = pad_password(pw) expect(padded.length).to eq(32) expect(padded).to eq( pw + Prawn::Document::Security::PASSWORD_PADDING[0, 28] ) end it 'fullies pad null passwords' do pw = '' padded = pad_password(pw) expect(padded.length).to eq(32) expect(padded).to eq(Prawn::Document::Security::PASSWORD_PADDING) end end describe 'Setting permissions' do def doc_with_permissions(permissions) pdf = Prawn::Document.new # Make things easier to test pdf.singleton_class.__send__ :public, :permissions_value # class << pdf # public :permissions_value # end pdf.encrypt_document(permissions: permissions) pdf end it 'defaults to full permissions' do expect(doc_with_permissions({}).permissions_value).to eq(0xFFFFFFFF) expect(doc_with_permissions( print_document: true, modify_contents: true, copy_contents: true, modify_annotations: true ).permissions_value) .to eq(0xFFFFFFFF) end it 'clears the appropriate bits for each permission flag' do expect(doc_with_permissions(print_document: false).permissions_value) .to eq(0b1111_1111_1111_1111_1111_1111_1111_1011) expect(doc_with_permissions(modify_contents: false).permissions_value) .to eq(0b1111_1111_1111_1111_1111_1111_1111_0111) expect(doc_with_permissions(copy_contents: false).permissions_value) .to eq(0b1111_1111_1111_1111_1111_1111_1110_1111) expect(doc_with_permissions(modify_annotations: false).permissions_value) .to eq(0b1111_1111_1111_1111_1111_1111_1101_1111) end it 'raise_errors ArgumentError if invalid option is provided' do expect do doc_with_permissions(modify_document: false) end.to raise_error(ArgumentError) end end describe 'Encryption keys' do # Since PDF::Reader doesn't read encrypted PDF files, we just take the # roundabout method of verifying each step of the encryption. This works # fine because the encryption method is deterministic. let(:pdf) do Prawn::Document.new do |pdf| class << pdf public :owner_password_hash, :user_password_hash, :user_encryption_key end pdf.encrypt_document( user_password: 'foo', owner_password: 'bar', permissions: { print_document: false } ) end end it 'calculates the correct owner hash' do expect(pdf.owner_password_hash.unpack1('H*')) .to match(/^61CA855012/i) end it 'calculates the correct user hash' do expect(pdf.user_password_hash.unpack1('H*')) .to match(/^6BC8C51031/i) end it 'calculates the correct user_encryption_key' do expect(pdf.user_encryption_key.unpack1('H*').upcase) .to eq('B100AB6429') end end describe 'encrypted_pdf_object' do it 'delegates to PdfObject for simple types' do expect(PDF::Core.encrypted_pdf_object(true, nil, nil, nil)).to eq('true') expect(PDF::Core.encrypted_pdf_object(42, nil, nil, nil)).to eq('42') end it 'encrypts strings properly' do expect(PDF::Core.encrypted_pdf_object('foo', '12345', 123, 0)) .to eq('<4ad6e3>') end it 'encrypts literal strings properly' do expect(PDF::Core.encrypted_pdf_object( PDF::Core::LiteralString.new('foo'), '12345', 123, 0 )).to eq(bin_string("(J\xD6\xE3)")) expect(PDF::Core.encrypted_pdf_object( PDF::Core::LiteralString.new('lhfbqg3do5u0satu3fjf'), nil, 123, 0 )).to eq(bin_string( "(\xF1\x8B\\(\b\xBB\xE18S\x130~4*#\\(%\x87\xE7\x8E\\\n)" )) end it 'encrypts time properly' do expect(PDF::Core.encrypted_pdf_object( Time.utc(2050, 0o4, 26, 10, 17, 10), '12345', 123, 0 )).to eq(bin_string( "(h\x83\xBE\xDC\xEC\x99\x0F\xD7\\)%\x13\xD4$\xB8\xF0\x16\xB8\x80\xC5"\ "\xE91+\xCF)" )) end it 'properlies handle compound types' do expect(PDF::Core.encrypted_pdf_object({ Bar: 'foo' }, '12345', 123, 0)) .to eq( "<< /Bar <4ad6e3>\n>>" ) expect(PDF::Core.encrypted_pdf_object(%w[foo bar], '12345', 123, 0)) .to eq('[<4ad6e3> <4ed8fe>]') end end describe 'Reference#encrypted_object' do it 'encrypts references properly' do ref = PDF::Core::Reference.new(1, ['foo']) expect(ref.encrypted_object(nil)).to eq("1 0 obj\n[<4fca3f>]\nendobj\n") end it 'encrypts references with streams properly' do ref = PDF::Core::Reference.new(1, {}) ref << 'foo' result = bin_string( "1 0 obj\n<< /Length 3\n>>\nstream\nO\xCA?\nendstream\nendobj\n" ) expect(ref.encrypted_object(nil)).to eq(result) end end describe 'String#encrypted_object' do it 'encrypts stream properly' do stream = PDF::Core::Stream.new stream << 'foo' result = bin_string("stream\nO\xCA?\nendstream\n") expect(stream.encrypted_object(nil, 1, 0)).to eq(result) end end end ruby-prawn-2.4.0.orig/spec/prawn/document/column_box_spec.rb0000644000000000000000000000347613772706672022716 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document::ColumnBox do let(:pdf) { create_pdf } it 'has sensible left and right values' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, height: 200, columns: 3, spacer: 25 ) do left = pdf.bounds.left right = pdf.bounds.right pdf.bounds.move_past_bottom # next column expect(pdf.bounds.left).to be > left expect(pdf.bounds.left).to be > right expect(pdf.bounds.right).to be > pdf.bounds.left end end it 'includes spacers between columns but not at the end' do pdf.column_box( [0, pdf.cursor], width: 500, height: 200, columns: 3, spacer: 25 ) do expect(pdf.bounds.width).to eq(150) # (500 - (25 * 2)) / 3 pdf.bounds.move_past_bottom pdf.bounds.move_past_bottom expect(pdf.bounds.right).to eq(500) end end it 'does not reset the top margin on a new page by default' do page_top = pdf.cursor pdf.move_down 50 init_column_top = pdf.cursor pdf.column_box [0, pdf.cursor], width: 500, height: 200, columns: 2 do pdf.bounds.move_past_bottom pdf.bounds.move_past_bottom expect(pdf.bounds.absolute_top).to eq(init_column_top) expect(pdf.bounds.absolute_top).to_not eq(page_top) end end it 'does reset the top margin when reflow_margins is set' do page_top = pdf.cursor pdf.move_down 50 init_column_top = pdf.cursor pdf.column_box( [0, pdf.cursor], width: 500, reflow_margins: true, height: 200, columns: 2 ) do pdf.bounds.move_past_bottom pdf.bounds.move_past_bottom expect(pdf.bounds.absolute_top).to eq(page_top) expect(pdf.bounds.absolute_top).to_not eq(init_column_top) end end end ruby-prawn-2.4.0.orig/spec/prawn/document/bounding_box_spec.rb0000644000000000000000000003661013772706672023222 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document::BoundingBox do let(:pdf) { create_pdf } describe 'attributes' do let(:box) do described_class.new( nil, nil, [100, 125], width: 50, height: 75 ) end it 'has an anchor at (x, y - height)' do expect(box.anchor).to eq([100, 50]) end it 'has a left boundary of 0' do expect(box.left).to eq(0) end it 'has a right boundary equal to the width' do expect(box.right).to eq(50) end it 'has a top boundary of height' do expect(box.top).to eq(75) end it 'has a bottom boundary of 0' do expect(box.bottom).to eq(0) end it 'has a top-left of [0, height]' do expect(box.top_left).to eq([0, 75]) end it 'has a top-right of [width, height]' do expect(box.top_right).to eq([50, 75]) end it 'has a bottom-left of [0, 0]' do expect(box.bottom_left).to eq([0, 0]) end it 'has a bottom-right of [width ,0]' do expect(box.bottom_right).to eq([50, 0]) end it 'has an absolute left boundary of x' do expect(box.absolute_left).to eq(100) end it 'has an absolute right boundary of x + width' do expect(box.absolute_right).to eq(150) end it 'has an absolute top boundary of y' do expect(box.absolute_top).to eq(125) end it 'has an absolute bottom boundary of y - height' do expect(box.absolute_bottom).to eq(50) end it 'has an absolute bottom-left of [x, y - height]' do expect(box.absolute_bottom_left).to eq([100, 50]) end it 'has an absolute bottom-right of [x + width, y - height]' do expect(box.absolute_bottom_right).to eq([150, 50]) end it 'has an absolute top-left of [x, y]' do expect(box.absolute_top_left).to eq([100, 125]) end it 'has an absolute top-right of [x + width, y]' do expect(box.absolute_top_right).to eq([150, 125]) end end describe 'validations' do it 'requires width to be set' do expect do described_class.new(nil, nil, [100, 100]) end.to raise_error(ArgumentError) end it 'raise_errors an ArgumentError if a block is not passed' do pdf = Prawn::Document.new expect do pdf.bounding_box([0, 0], width: 200) end.to raise_error(ArgumentError) end end describe 'drawing' do it 'does not stomp on the arguments to bounding_box' do pdf = Prawn::Document.new x = [100, 500] pdf.bounding_box x, width: 100 do pdf.text 'bork-bork-bork' end expect(x).to eq([100, 500]) end it 'restores Document#bounds to the correct margin box on exit' do pdf = Prawn::Document.new(margin: 200) # add a multi-page bounding box pdf.bounding_box([100, pdf.bounds.top], width: 400) do pdf.text "The rain in spain falls mainly in the plains.\n" * 30 end pdf.start_new_page(margin: 0) x_min, y_min, x_max, y_max = pdf.page.dimensions expect(pdf.bounds.absolute_top_left).to eq([x_min, y_max]) expect(pdf.bounds.absolute_bottom_right).to eq([x_max, y_min]) end it 'restores the parent bounding box when calls are nested' do pdf.bounding_box [100, 500], width: 300, height: 300 do expect(pdf.bounds.absolute_top) .to eq(500 + pdf.margin_box.absolute_bottom) expect(pdf.bounds.absolute_left) .to eq(100 + pdf.margin_box.absolute_left) parent_box = pdf.bounds pdf.bounding_box [50, 200], width: 100, height: 100 do expect(pdf.bounds.absolute_top) .to eq(200 + parent_box.absolute_bottom) expect(pdf.bounds.absolute_left).to eq(50 + parent_box.absolute_left) end expect(pdf.bounds.absolute_top) .to eq(500 + pdf.margin_box.absolute_bottom) expect(pdf.bounds.absolute_left) .to eq(100 + pdf.margin_box.absolute_left) end end it 'calculates a height if none is specified' do pdf.bounding_box([100, 500], width: 100) do pdf.text 'The rain in Spain falls mainly on the plains.' end expect(pdf.y).to be_within(0.001).of(458.384) end it 'keeps track of the max height the box was stretched to' do box = pdf.bounding_box(pdf.bounds.top_left, width: 100) do pdf.move_down 100 pdf.move_up 15 end expect(box.height).to eq(100) end it 'advances the y-position by bbox.height by default' do orig_y = pdf.y pdf.bounding_box [0, pdf.cursor], width: pdf.bounds.width, height: 30 do pdf.text 'hello' end expect(pdf.y).to be_within(0.001).of(orig_y - 30) end it 'does not advance y-position if passed :hold_position => true' do orig_y = pdf.y pdf.bounding_box( [0, pdf.cursor], width: pdf.bounds.width, hold_position: true ) do pdf.text 'hello' end # y only advances by height of one line ("hello") expect(pdf.y).to be_within(0.001).of(orig_y - pdf.height_of('hello')) end it 'does not advance y-position of a stretchy bbox if it would stretch '\ 'the bbox further' do bottom = pdf.y = pdf.margin_box.absolute_bottom pdf.bounding_box [0, pdf.margin_box.top], width: pdf.bounds.width do pdf.y = bottom pdf.text 'hello' # starts a new page end expect(pdf.page_count).to eq(2) # Restoring the position (to the absolute bottom) would stretch the bbox # to the bottom of the page, which we don't want. This should be # equivalent to a bbox with :hold_position => true, where we only advance # by the amount that was actually drawn. expect(pdf.y).to be_within(0.001).of( pdf.margin_box.absolute_top - pdf.height_of('hello') ) end end describe 'Indentation' do it 'temporarilies shift the x coordinate and width' do pdf.bounding_box([100, 100], width: 200) do pdf.indent(20) do expect(pdf.bounds.absolute_left).to eq(120) expect(pdf.bounds.width).to eq(180) end end end it 'restores the x coordinate and width after block exits' do pdf.bounding_box([100, 100], width: 200) do pdf.indent(20) do # no-op end expect(pdf.bounds.absolute_left).to eq(100) expect(pdf.bounds.width).to eq(200) end end it 'restores the x coordinate and width on error' do pdf.bounding_box([100, 100], width: 200) do pdf.indent(20) { raise } rescue StandardError expect(pdf.bounds.absolute_left).to eq(100) expect(pdf.bounds.width).to eq(200) end end it 'maintains left indentation across a page break' do original_left = pdf.bounds.absolute_left pdf.indent(20) do expect(pdf.bounds.absolute_left).to eq(original_left + 20) pdf.start_new_page expect(pdf.bounds.absolute_left).to eq(original_left + 20) end expect(pdf.bounds.absolute_left).to eq(original_left) end it 'maintains right indentation across a page break' do original_width = pdf.bounds.width pdf.indent(0, 20) do expect(pdf.bounds.width).to eq(original_width - 20) pdf.start_new_page expect(pdf.bounds.width).to eq(original_width - 20) end expect(pdf.bounds.width).to eq(original_width) end it 'optionally allows adjustment of the right bound as well' do pdf.bounding_box([100, 100], width: 200) do pdf.indent(20, 30) do expect(pdf.bounds.absolute_left).to eq(120) expect(pdf.bounds.width).to eq(150) end expect(pdf.bounds.absolute_left).to eq(100) expect(pdf.bounds.width).to eq(200) end end describe 'in a ColumnBox' do it 'subtracts the given indentation from the available width' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, height: 200, columns: 2, spacer: 20 ) do width = pdf.bounds.width pdf.indent(20) do expect(pdf.bounds.width).to be_within(0.01).of(width - 20) end end end it 'subtracts right padding from the available width' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, height: 200, columns: 2, spacer: 20 ) do width = pdf.bounds.width pdf.indent(20, 30) do expect(pdf.bounds.width).to be_within(0.01).of(width - 50) end end end it 'maintains the same left indentation across column breaks' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, columns: 3, spacer: 15 ) do 3.times do |_column| x = pdf.bounds.left_side pdf.indent(20) do expect(pdf.bounds.left_side).to eq(x + 20) end pdf.bounds.move_past_bottom end end end it 'does not change the right margin if only left indentation is '\ 'requested' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, columns: 3, spacer: 15 ) do 3.times do |_column| x = pdf.bounds.right_side pdf.indent(20) do expect(pdf.bounds.right_side).to eq(x) end pdf.bounds.move_past_bottom end end end it 'maintains the same right indentation across columns' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, columns: 3, spacer: 15 ) do 3.times do |_column| x = pdf.bounds.right_side pdf.indent(20, 10) do expect(pdf.bounds.right_side).to eq(x - 10) end pdf.bounds.move_past_bottom end end end it 'keeps the right indentation after nesting indents' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, columns: 3, spacer: 15 ) do 3.times do |_column| # I am giving a right indent of 10... pdf.indent(20, 10) do x = pdf.bounds.right_side # ...and no right indent here... pdf.indent(20) do # right indent is inherited from the parent! expect(pdf.bounds.right_side).to eq(x) end end pdf.bounds.move_past_bottom end end end it 'reverts the right indentation if negative indent is given in '\ 'nested indent' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, columns: 3, spacer: 15 ) do 3.times do |_column| x = pdf.bounds.right_side pdf.indent(20, 10) do # requesting a negative right-indent of equivalent size... pdf.indent(20, -10) do # ...resets the right margin to that of the column! expect(pdf.bounds.right_side).to eq(x) end end pdf.bounds.move_past_bottom end end end it 'reduces the available column width by the sum of ' \ 'all nested indents' do pdf.column_box( [0, pdf.cursor], width: pdf.bounds.width, columns: 3, spacer: 15 ) do 3.times do |_column| w = pdf.bounds.width pdf.indent(20, 10) do pdf.indent(20, 10) do expect(pdf.bounds.width).to eq(w - 60) end end pdf.bounds.move_past_bottom end end end end end describe 'A canvas' do it 'uses whatever the last set y position is' do pdf.canvas do pdf.bounding_box([100, 500], width: 200) { pdf.move_down 50 } end expect(pdf.y).to eq(450) end it 'restores the original ypos after execution', issue: 523 do doc = Prawn::Document.new(skip_page_creation: true) doc.start_new_page original_ypos = doc.y doc.canvas do # draw end expect(doc.y).to eq(original_ypos) end end describe 'Deep-copying' do it 'creates a new object that does not copy @document' do Prawn::Document.new do |pdf| orig = pdf.bounds copy = orig.deep_copy expect(copy).to_not eq(pdf.bounds) expect(copy.document).to be_nil end end it 'deep-copies parent bounds' do Prawn::Document.new do |pdf| outside = pdf.bounds pdf.bounding_box [100, 100], width: 100 do copy = pdf.bounds.deep_copy # the parent bounds should have the same parameters expect(copy.parent.width).to eq(outside.width) expect(copy.parent.height).to eq(outside.height) # but should not be the same object expect(copy.parent).to_not eq(outside) end end end end describe 'Prawn::Document#reference_bounds' do it 'returns self for non-stretchy bounds' do pdf.bounding_box([0, pdf.cursor], width: 100, height: 100) do expect(pdf.reference_bounds).to eq(pdf.bounds) end end it 'returns the parent bounds if in a stretchy box' do pdf.bounding_box([0, pdf.cursor], width: 100, height: 100) do correct_bounds = pdf.bounds pdf.bounding_box([0, pdf.cursor], width: 100) do expect(pdf.reference_bounds).to eq(correct_bounds) end end end it 'finds the non-stretchy box through 2 levels' do pdf.bounding_box([0, pdf.cursor], width: 100, height: 100) do correct_bounds = pdf.bounds pdf.bounding_box([0, pdf.cursor], width: 100) do pdf.bounding_box([0, pdf.cursor], width: 100) do expect(pdf.reference_bounds).to eq(correct_bounds) end end end end it "returns the margin box if there's no explicit bbox" do expect(pdf.reference_bounds).to eq(pdf.margin_box) pdf.bounding_box([0, pdf.cursor], width: 100) do expect(pdf.reference_bounds).to eq(pdf.margin_box) end end it "returns the canvas box if we're in a canvas" do pdf.canvas do canvas_box = pdf.bounds expect(pdf.reference_bounds).to eq(canvas_box) pdf.bounding_box([0, pdf.cursor], width: 100) do expect(pdf.reference_bounds).to eq(canvas_box) end end end end describe '#move_past_bottom' do it 'ordinarilies start a new page' do pdf.bounds.move_past_bottom pdf.text 'Foo' pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) expect(pages[0][:strings]).to eq([]) expect(pages[1][:strings]).to eq(['Foo']) end it 'moves to the top of the next page if it exists already' do # save away the y-position at the top of a page top_y = pdf.y # create a blank page but go to the page before it pdf.start_new_page pdf.go_to_page 1 pdf.text 'Foo' pdf.bounds.move_past_bottom expect(pdf.y).to be_within(0.001).of(top_y) pdf.text 'Bar' pages = PDF::Inspector::Page.analyze(pdf.render).pages expect(pages.size).to eq(2) expect(pages[0][:strings]).to eq(['Foo']) expect(pages[1][:strings]).to eq(['Bar']) end end end ruby-prawn-2.4.0.orig/spec/prawn/soft_mask_spec.rb0000644000000000000000000000355613772706672020720 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::SoftMask do let(:pdf) { create_pdf } def make_soft_mask pdf.save_graphics_state do pdf.soft_mask do if block_given? yield else pdf.fill_color '808080' pdf.fill_rectangle [100, 100], 200, 200 end end pdf.fill_color '000000' pdf.fill_rectangle [0, 0], 200, 200 end end it 'has PDF version at least 1.4' do make_soft_mask str = pdf.render expect(str[0, 8]).to eq('%PDF-1.4') end it 'creates a new extended graphics state for each unique soft mask' do make_soft_mask do pdf.fill_color '808080' pdf.fill_rectangle [100, 100], 200, 200 end make_soft_mask do pdf.fill_color '808080' pdf.fill_rectangle [10, 10], 200, 200 end extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates expect(extgstates.length).to eq(2) end it 'a new extended graphics state contains soft mask with drawing '\ 'instructions' do make_soft_mask do pdf.fill_color '808080' pdf.fill_rectangle [100, 100], 200, 200 end extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates.first expect(extgstate[:soft_mask][:G].data).to eq( "q\n/DeviceRGB cs\n0.0 0.0 0.0 scn\n/DeviceRGB CS\n0.0 0.0 0.0 SCN\n"\ "1 w\n0 J\n0 j\n[] 0 d\n/DeviceRGB cs\n0.50196 0.50196 0.50196 scn\n"\ "100.0 -100.0 200.0 200.0 re\nf\nQ\n" ) end it 'does not create duplicate extended graphics states' do make_soft_mask do pdf.fill_color '808080' pdf.fill_rectangle [100, 100], 200, 200 end make_soft_mask do pdf.fill_color '808080' pdf.fill_rectangle [100, 100], 200, 200 end extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates expect(extgstates.length).to eq(1) end end ruby-prawn-2.4.0.orig/spec/prawn/font_metric_cache_spec.rb0000644000000000000000000000275613772706672022367 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'pathname' describe Prawn::FontMetricCache do let(:document) { Prawn::Document.new } let(:font_metric_cache) { described_class.new(document) } it 'starts with an empty cache' do expect(font_metric_cache.instance_variable_get(:@cache)).to be_empty end it 'caches the width of the provided string' do font_metric_cache.width_of('M', {}) expect(font_metric_cache.instance_variable_get(:@cache).size).to eq(1) end it 'onlies cache a single copy of the same string' do font_metric_cache.width_of('M', {}) font_metric_cache.width_of('M', {}) expect(font_metric_cache.instance_variable_get(:@cache).size).to eq(1) end it 'caches different copies for different strings' do font_metric_cache.width_of('M', {}) font_metric_cache.width_of('W', {}) expect(font_metric_cache.instance_variable_get(:@cache).entries.size) .to eq 2 end it 'caches different copies of the same string with different font sizes' do font_metric_cache.width_of('M', {}) document.font_size 24 font_metric_cache.width_of('M', {}) expect(font_metric_cache.instance_variable_get(:@cache).entries.size) .to eq 2 end it 'caches different copies of the same string with different fonts' do font_metric_cache.width_of('M', {}) document.font 'Courier' font_metric_cache.width_of('M', {}) expect(font_metric_cache.instance_variable_get(:@cache).entries.size) .to eq 2 end end ruby-prawn-2.4.0.orig/spec/prawn/text_spacing_spec.rb0000644000000000000000000000555513772706672021423 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text do let(:pdf) { create_pdf } describe '#character_spacing' do it 'draws the character spacing to the document' do pdf.character_spacing(10.555555) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.character_spacing.first).to eq(10.55556) end it 'does not draw the character spacing to the document' \ ' when the new character spacing matches the old' do pdf.character_spacing(0) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.character_spacing).to be_empty end it 'restores character spacing to 0' do pdf.character_spacing(10.555555) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.character_spacing.last).to eq(0) end it 'functions as an accessor when no parameter given' do pdf.character_spacing(10.555555) do pdf.text('hello world') expect(pdf.character_spacing).to eq(10.555555) end expect(pdf.character_spacing).to eq(0) end # ensure that we properly internationalize by using the number of characters # in a string, not the number of bytes, to insert character spaces # it 'calculates character spacing widths by characters, not bytes' do pdf.font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf") str = 'ã“ã‚“ã«ã¡ã¯ä¸–界' raw_width = nil pdf.character_spacing(0) do raw_width = pdf.width_of(str) end pdf.character_spacing(10) do # the new width should include six 10-pt character spaces. expect(pdf.width_of(str)).to be_within(0.001).of(raw_width + (10 * 6)) end end end describe '#word_spacing' do it 'draws the word spacing to the document' do pdf.word_spacing(10.555555) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.word_spacing.first).to eq(10.55556) end it 'draws the word spacing to the document' \ ' when the new word spacing matches the old' do pdf.word_spacing(0) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.word_spacing).to be_empty end it 'restores word spacing to 0' do pdf.word_spacing(10.555555) do pdf.text('hello world') end contents = PDF::Inspector::Text.analyze(pdf.render) expect(contents.word_spacing.last).to eq(0) end it 'functions as an accessor when no parameter given' do pdf.word_spacing(10.555555) do pdf.text('hello world') expect(pdf.word_spacing).to eq(10.555555) end expect(pdf.word_spacing).to eq(0) end end end ruby-prawn-2.4.0.orig/spec/prawn/images/0000755000000000000000000000000013772706672016627 5ustar rootrootruby-prawn-2.4.0.orig/spec/prawn/images/jpg_spec.rb0000644000000000000000000000110013772706672020736 0ustar rootroot# frozen_string_literal: true # Spec'ing the PNG class. Not complete yet - still needs to check the # contents of palette and transparency to ensure they're correct. # Need to find files that have these sections first. require 'spec_helper' describe Prawn::Images::JPG do let(:img_data) { File.binread("#{Prawn::DATADIR}/images/pigs.jpg") } it 'reads the basic attributes correctly' do jpg = described_class.new(img_data) expect(jpg.width).to eq(604) expect(jpg.height).to eq(453) expect(jpg.bits).to eq(8) expect(jpg.channels).to eq(3) end end ruby-prawn-2.4.0.orig/spec/prawn/images/png_spec.rb0000644000000000000000000002334213772706672020756 0ustar rootroot# frozen_string_literal: true # Spec'ing the PNG class. Not complete yet - still needs to check the # contents of palette and transparency to ensure they're correct. # Need to find files that have these sections first. # # see http://www.w3.org/TR/PNG/ for a detailed description of the PNG spec, # particuarly Table 11.1 for the different color types require 'spec_helper' describe Prawn::Images::PNG do describe 'When making a pdf file with png images' do image_dir = "#{Prawn::BASEDIR}/data/images" images = [ ['Type 0', "#{image_dir}/web-links.png"], ['Type 0 with transparency', "#{image_dir}/ruport_type0.png"], ['Type 2', "#{image_dir}/ruport.png"], ['Type 2 with transparency', "#{image_dir}/arrow2.png"], ['Type 3', "#{image_dir}/indexed_color.png"], ['Type 3 with transparency', "#{image_dir}/indexed_transparency.png"], ['Type 4', "#{image_dir}/page_white_text.png"], ['Type 6', "#{image_dir}/dice.png"], ['Type 6 in 16bit', "#{image_dir}/16bit.png"] ] images.each do |header, file| describe "and the image is #{header}" do it 'does not error' do expect do Prawn::Document.generate("#{header}.pdf", page_size: 'A5') do fill_color '00FF00' fill_rectangle bounds.top_left, bounds.width, bounds.height text header image file, at: [50, 450] end end.to_not raise_error end end end end describe 'When reading a greyscale PNG file (color type 0)' do let(:data_filename) { "#{Prawn::DATADIR}/images/web-links.dat" } let(:img_data) { File.binread("#{Prawn::DATADIR}/images/web-links.png") } it 'reads the attributes from the header chunk correctly' do png = described_class.new(img_data) expect(png.width).to eq(21) expect(png.height).to eq(14) expect(png.bits).to eq(8) expect(png.color_type).to eq(0) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'reads the image data chunk correctly' do png = described_class.new(img_data) data = Zlib::Inflate.inflate(File.binread(data_filename)) expect(png.img_data).to eq(data) end end describe 'When reading a greyscale PNG with transparency (color type 0)' do let(:img_data) { File.binread("#{Prawn::DATADIR}/images/ruport_type0.png") } # In a greyscale type 0 PNG image, the tRNS chunk should contain a single # value that indicates the color that should be interpreted as transparent. # # http://www.w3.org/TR/PNG/#11tRNS it 'reads the tRNS chunk correctly' do png = described_class.new(img_data) expect(png.transparency[:grayscale]).to eq(255) end end describe 'When reading an RGB PNG file (color type 2)' do let(:data_filename) { "#{Prawn::DATADIR}/images/ruport_data.dat" } let(:img_data) { File.binread("#{Prawn::DATADIR}/images/ruport.png") } it 'reads the attributes from the header chunk correctly' do png = described_class.new(img_data) expect(png.width).to eq(258) expect(png.height).to eq(105) expect(png.bits).to eq(8) expect(png.color_type).to eq(2) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'reads the image data chunk correctly' do png = described_class.new(img_data) data = Zlib::Inflate.inflate(File.binread(data_filename)) expect(png.img_data).to eq(data) end end describe 'When reading an RGB PNG file with transparency (color type 2)' do let(:img_data) { File.binread("#{Prawn::DATADIR}/images/arrow2.png") } # In a RGB type 2 PNG image, the tRNS chunk should contain a single RGB # value that indicates the color that should be interpreted as transparent. # In this case it's green. # # http://www.w3.org/TR/PNG/#11tRNS it 'reads the tRNS chunk correctly' do png = described_class.new(img_data) expect(png.transparency[:rgb]).to eq([0, 255, 0]) end end describe 'When reading an indexed color PNG file with transparency '\ '(color type 3)' do let(:filename) { "#{Prawn::DATADIR}/images/indexed_transparency.png" } let(:color_filename) do "#{Prawn::DATADIR}/images/indexed_transparency_color.dat" end let(:transparency_filename) do "#{Prawn::DATADIR}/images/indexed_transparency_alpha.dat" end let(:img_data) { File.binread(filename) } let(:png) { described_class.new(img_data) } it 'reads the attributes from the header chunk correctly' do expect(png.width).to eq(200) expect(png.height).to eq(200) expect(png.bits).to eq(8) expect(png.color_type).to eq(3) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'reads the image data correctly' do data = Zlib::Inflate.inflate(File.binread(color_filename)) expect(png.img_data).to eq(data) end it 'reads the image transparency correctly' do png.split_alpha_channel! data = Zlib::Inflate.inflate(File.binread(transparency_filename)) expect(png.alpha_channel).to eq(data) end end describe 'When reading an indexed color PNG file (color type 3)' do let(:data_filename) { "#{Prawn::DATADIR}/images/indexed_color.dat" } let(:img_data) do File.binread("#{Prawn::DATADIR}/images/indexed_color.png") end it 'reads the attributes from the header chunk correctly' do png = described_class.new(img_data) expect(png.width).to eq(150) expect(png.height).to eq(200) expect(png.bits).to eq(8) expect(png.color_type).to eq(3) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'reads the image data chunk correctly' do png = described_class.new(img_data) data = Zlib::Inflate.inflate(File.binread(data_filename)) expect(png.img_data).to eq(data) end end describe 'When reading a greyscale+alpha PNG file (color type 4)' do let(:color_data_filename) do "#{Prawn::DATADIR}/images/page_white_text.color" end let(:alpha_data_filename) do "#{Prawn::DATADIR}/images/page_white_text.alpha" end let(:img_data) do File.binread("#{Prawn::DATADIR}/images/page_white_text.png") end it 'reads the attributes from the header chunk correctly' do png = described_class.new(img_data) expect(png.width).to eq(16) expect(png.height).to eq(16) expect(png.bits).to eq(8) expect(png.color_type).to eq(4) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'correctly returns the raw image data (with no alpha channel) from '\ 'the image data chunk' do png = described_class.new(img_data) png.split_alpha_channel! data = File.binread(color_data_filename) expect(png.img_data).to eq(data) end it 'correctly extracts the alpha channel data from the image data chunk' do png = described_class.new(img_data) png.split_alpha_channel! data = File.binread(alpha_data_filename) expect(png.alpha_channel).to eq(data) end end describe 'When reading an RGB+alpha PNG file (color type 6)' do let(:color_data_filename) { "#{Prawn::DATADIR}/images/dice.color" } let(:alpha_data_filename) { "#{Prawn::DATADIR}/images/dice.alpha" } let(:img_data) { File.binread("#{Prawn::DATADIR}/images/dice.png") } it 'reads the attributes from the header chunk correctly' do png = described_class.new(img_data) expect(png.width).to eq(320) expect(png.height).to eq(240) expect(png.bits).to eq(8) expect(png.color_type).to eq(6) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'correctly returns the raw image data (with no alpha channel) from '\ 'the image data chunk' do png = described_class.new(img_data) png.split_alpha_channel! data = File.binread(color_data_filename) expect(png.img_data).to eq(data) end it 'correctly extracts the alpha channel data from the image data chunk' do png = described_class.new(img_data) png.split_alpha_channel! data = File.binread(alpha_data_filename) expect(png.alpha_channel).to eq(data) end end describe 'When reading a 16bit RGB+alpha PNG file (color type 6)' do let(:color_data_filename) { "#{Prawn::DATADIR}/images/16bit.color" } # alpha channel truncated to 8-bit let(:alpha_data_filename) { "#{Prawn::DATADIR}/images/16bit.alpha" } let(:img_data) { File.binread("#{Prawn::DATADIR}/images/16bit.png") } it 'reads the attributes from the header chunk correctly' do png = described_class.new(img_data) expect(png.width).to eq(32) expect(png.height).to eq(32) expect(png.bits).to eq(16) expect(png.color_type).to eq(6) expect(png.compression_method).to eq(0) expect(png.filter_method).to eq(0) expect(png.interlace_method).to eq(0) end it 'correctly returns the raw image data (with no alpha channel) from '\ 'the image data chunk' do png = described_class.new(img_data) png.split_alpha_channel! data = File.binread(color_data_filename) expect(png.img_data).to eq(data) end it 'correctly extracts the alpha channel data from the image data chunk' do png = described_class.new(img_data) png.split_alpha_channel! data = File.binread(alpha_data_filename) expect(png.alpha_channel).to eq(data) end end end ruby-prawn-2.4.0.orig/spec/prawn/image_handler_spec.rb0000644000000000000000000000271713772706672021507 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::ImageHandler do let(:image_handler) { described_class.new } let(:handler_a) { instance_double('Handler A') } let(:handler_b) { instance_double('Handler B') } it 'finds the image handler for an image' do allow(handler_a).to receive(:can_render?).and_return(true) image_handler.register(handler_a) image_handler.register(handler_b) handler = image_handler.find('arbitrary blob') expect(handler).to eq(handler_a) end it 'can prepend handlers' do allow(handler_b).to receive(:can_render?).and_return(true) image_handler.register(handler_a) image_handler.register!(handler_b) handler = image_handler.find('arbitrary blob') expect(handler).to eq(handler_b) end it 'can unregister a handler' do allow(handler_b).to receive(:can_render?).and_return(true) image_handler.register(handler_a) image_handler.register(handler_b) image_handler.unregister(handler_a) handler = image_handler.find('arbitrary blob') expect(handler).to eq(handler_b) end it 'raises an error when no matching handler is found' do allow(handler_a).to receive(:can_render?).and_return(false) allow(handler_b).to receive(:can_render?).and_return(false) image_handler.register(handler_a) image_handler.register(handler_b) expect { image_handler.find('arbitrary blob') } .to(raise_error(Prawn::Errors::UnsupportedImageType)) end end ruby-prawn-2.4.0.orig/spec/prawn/outline_spec.rb0000644000000000000000000003704213772706672020406 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Outline do let(:pdf) do Prawn::Document.new do text 'Page 1. This is the first Chapter. ' start_new_page text 'Page 2. More in the first Chapter. ' start_new_page outline.define do section 'Chapter 1', destination: 1, closed: true do page destination: 1, title: 'Page 1' page destination: 2, title: 'Page 2' end end end end let(:hash) do output = StringIO.new(pdf.render, 'r+') PDF::Reader::ObjectHash.new(output) end let(:outline_root) do hash.values.find do |obj| obj.is_a?(Hash) && obj[:Type] == :Outlines end end describe 'outline encoding' do it 'stores all outline titles as UTF-16' do hash.each_value do |obj| next unless obj.is_a?(Hash) && obj[:Title] title = obj[:Title].dup title.force_encoding(Encoding::UTF_16LE) expect(title.valid_encoding?).to eq(true) end end end describe '#generate_outline' do it 'creates a root outline dictionary item' do expect(outline_root).to_not be_nil end it 'sets the first and last top items of the root outline dictionary '\ 'item' do section1 = find_by_title('Chapter 1') expect(referenced_object(outline_root[:First])).to eq(section1) expect(referenced_object(outline_root[:Last])).to eq(section1) end describe '#create_outline_item' do it 'creates outline items for each section and page' do section1 = find_by_title('Chapter 1') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(section1).to_not be_nil expect(page1).to_not be_nil expect(page2).to_not be_nil end end describe '#set_relations, #set_variables_for_block, and #reset_parent' do it 'links sibling items' do page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(referenced_object(page1[:Next])).to eq(page2) expect(referenced_object(page2[:Prev])).to eq(page1) end it 'links child items to parent item' do section1 = find_by_title('Chapter 1') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(referenced_object(page1[:Parent])).to eq(section1) expect(referenced_object(page2[:Parent])).to eq(section1) end it 'sets the first and last child items for parent item' do section1 = find_by_title('Chapter 1') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(referenced_object(section1[:First])).to eq(page1) expect(referenced_object(section1[:Last])).to eq(page2) end end describe '#increase_count' do it 'adds the count of all descendant items' do section1 = find_by_title('Chapter 1') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(outline_root[:Count]).to eq(3) expect(section1[:Count].abs).to eq(2) expect(page1[:Count]).to eq(0) expect(page2[:Count]).to eq(0) end end describe 'closed option' do it "sets the item's integer count to negative" do section1 = find_by_title('Chapter 1') expect(section1[:Count]).to eq(-2) end end end describe 'adding a custom destination' do before do pdf.start_new_page pdf.text 'Page 3 with a destination' pdf.add_dest('customdest', pdf.dest_xyz(200, 200)) destination = pdf.dest_xyz(200, 200) pdf.outline.update do page destination: destination, title: 'Custom Destination' end end it 'creates an outline item' do custom_dest = find_by_title('Custom Destination') expect(custom_dest).to_not be_nil end it 'references the custom destination' do custom_dest = find_by_title('Custom Destination') last_page = hash.values.find do |obj| obj.is_a?(Hash) && obj[:Type] == :Pages end[:Kids] .last expect(referenced_object(custom_dest[:Dest].first)) .to eq(referenced_object(last_page)) end end describe 'addding a section later with outline#section' do before do pdf.start_new_page pdf.text 'Page 3. An added section ' pdf.outline.update do section 'Added Section', destination: 3 do page destination: 3, title: 'Page 3' end end end it 'adds new outline items to document' do section2 = find_by_title('Added Section') page3 = find_by_title('Page 3') expect(section2).to_not be_nil expect(page3).to_not be_nil end it 'resets the last items for root outline dictionary' do section1 = find_by_title('Chapter 1') section2 = find_by_title('Added Section') expect(referenced_object(outline_root[:First])).to eq(section1) expect(referenced_object(outline_root[:Last])).to eq(section2) end it 'resets the next relation for the previous last top level item' do section1 = find_by_title('Chapter 1') section2 = find_by_title('Added Section') expect(referenced_object(section1[:Next])).to eq(section2) end it 'sets the previous relation of the addded to section' do section1 = find_by_title('Chapter 1') section2 = find_by_title('Added Section') expect(referenced_object(section2[:Prev])).to eq(section1) end it 'increases the count of root outline dictionary' do expect(outline_root[:Count]).to eq(5) end end describe '#outline.add_subsection_to' do context 'when positioned last' do before do pdf.start_new_page pdf.text 'Page 3. An added subsection ' pdf.outline.update do add_subsection_to 'Chapter 1' do section 'Added SubSection', destination: 3 do page destination: 3, title: 'Added Page 3' end end end end it 'adds new outline items to document' do subsection = find_by_title('Added SubSection') added_page = find_by_title('Added Page 3') expect(subsection).to_not be_nil expect(added_page).to_not be_nil end it 'resets the last item for parent item dictionary' do section1 = find_by_title('Chapter 1') page1 = find_by_title('Page 1') subsection = find_by_title('Added SubSection') expect(referenced_object(section1[:First])).to eq(page1) expect(referenced_object(section1[:Last])).to eq(subsection) end it "sets the prev relation for the new subsection to its parent's old "\ 'last item' do subsection = find_by_title('Added SubSection') page2 = find_by_title('Page 2') expect(referenced_object(subsection[:Prev])).to eq(page2) end it "the subsection should become the next relation for its parent's old "\ 'last item' do subsection = find_by_title('Added SubSection') page2 = find_by_title('Page 2') expect(referenced_object(page2[:Next])).to eq(subsection) end it 'sets the first relation for the new subsection' do subsection = find_by_title('Added SubSection') added_page = find_by_title('Added Page 3') expect(referenced_object(subsection[:First])).to eq(added_page) end it 'sets the correct last relation of the added to section' do subsection = find_by_title('Added SubSection') added_page = find_by_title('Added Page 3') expect(referenced_object(subsection[:Last])).to eq(added_page) end it 'increases the count of root outline dictionary' do expect(outline_root[:Count]).to eq(5) end end context 'when positioned first' do before do pdf.start_new_page pdf.text 'Page 3. An added subsection ' pdf.outline.update do add_subsection_to 'Chapter 1', :first do section 'Added SubSection', destination: 3 do page destination: 3, title: 'Added Page 3' end end end end it 'adds new outline items to document' do subsection = find_by_title('Added SubSection') added_page = find_by_title('Added Page 3') expect(subsection).to_not be_nil expect(added_page).to_not be_nil end it 'resets the first item for parent item dictionary' do section1 = find_by_title('Chapter 1') subsection = find_by_title('Added SubSection') page2 = find_by_title('Page 2') expect(referenced_object(section1[:First])).to eq(subsection) expect(referenced_object(section1[:Last])).to eq(page2) end it "sets the next relation for the new subsection to its parent's old "\ 'first item' do subsection = find_by_title('Added SubSection') page1 = find_by_title('Page 1') expect(referenced_object(subsection[:Next])).to eq(page1) end it "the subsection should become the prev relation for its parent's old "\ 'first item' do subsection = find_by_title('Added SubSection') page1 = find_by_title('Page 1') expect(referenced_object(page1[:Prev])).to eq(subsection) end it 'sets the first relation for the new subsection' do subsection = find_by_title('Added SubSection') added_page = find_by_title('Added Page 3') expect(referenced_object(subsection[:First])).to eq(added_page) end it 'sets the correct last relation of the added to section' do subsection = find_by_title('Added SubSection') added_page = find_by_title('Added Page 3') expect(referenced_object(subsection[:Last])).to eq(added_page) end it 'increases the count of root outline dictionary' do expect(outline_root[:Count]).to eq(5) end end it 'requires an existing title' do expect do pdf.go_to_page 1 pdf.start_new_page pdf.text 'Inserted Page' pdf.outline.update do add_subsection_to 'Wrong page' do page page_number, title: 'Inserted Page' end end render_and_find_objects end.to raise_error(Prawn::Errors::UnknownOutlineTitle) end end describe '#outline.insert_section_after' do describe 'inserting in the middle of another section' do before do pdf.go_to_page 1 pdf.start_new_page pdf.text 'Inserted Page' pdf.outline.update do insert_section_after 'Page 1' do page destination: page_number, title: 'Inserted Page' end end end it 'inserts new outline items to document' do inserted_page = find_by_title('Inserted Page') expect(inserted_page).to_not be_nil end it 'adjusts the count of all ancestors' do section1 = find_by_title('Chapter 1') expect(outline_root[:Count]).to eq(4) expect(section1[:Count].abs).to eq(3) end describe '#adjust_relations' do it 'resets the sibling relations of adjoining items to inserted item' do inserted_page = find_by_title('Inserted Page') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(referenced_object(page1[:Next])).to eq(inserted_page) expect(referenced_object(page2[:Prev])).to eq(inserted_page) end it 'sets the sibling relation of added item to adjoining items' do inserted_page = find_by_title('Inserted Page') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(referenced_object(inserted_page[:Next])).to eq(page2) expect(referenced_object(inserted_page[:Prev])).to eq(page1) end it 'does not affect the first and last relations of parent item' do section1 = find_by_title('Chapter 1') page1 = find_by_title('Page 1') page2 = find_by_title('Page 2') expect(referenced_object(section1[:First])).to eq(page1) expect(referenced_object(section1[:Last])).to eq(page2) end end context 'when adding another section afterwards' do it 'has reset the root position so that a new section is added at '\ 'the end of root sections' do pdf.start_new_page pdf.text 'Another Inserted Page' pdf.outline.update do section 'Added Section' do page destination: page_number, title: 'Inserted Page' end end section1 = find_by_title('Chapter 1') section2 = find_by_title('Added Section') expect(referenced_object(outline_root[:Last])).to eq(section2) expect(referenced_object(section1[:Next])).to eq(section2) end end end describe 'inserting at the end of another section' do before do pdf.go_to_page 2 pdf.start_new_page pdf.text 'Inserted Page' pdf.outline.update do insert_section_after 'Page 2' do page destination: page_number, title: 'Inserted Page' end end end describe '#adjust_relations' do it 'resets the sibling relations of adjoining item to inserted item' do page2 = find_by_title('Page 2') inserted_page = find_by_title('Inserted Page') expect(referenced_object(page2[:Next])).to eq(inserted_page) end it 'sets the sibling relation of added item to adjoining items' do page2 = find_by_title('Page 2') inserted_page = find_by_title('Inserted Page') expect(referenced_object(inserted_page[:Next])).to be_nil expect(referenced_object(inserted_page[:Prev])).to eq(page2) end it 'adjusts the last relation of parent item' do section1 = find_by_title('Chapter 1') inserted_page = find_by_title('Inserted Page') expect(referenced_object(section1[:Last])).to eq(inserted_page) end end end it 'requires an existing title' do expect do pdf.go_to_page 1 pdf.start_new_page pdf.text 'Inserted Page' pdf.outline.update do insert_section_after 'Wrong page' do page destination: page_number, title: 'Inserted Page' end end end.to raise_error(Prawn::Errors::UnknownOutlineTitle) end end describe '#page' do it 'requires a title option to be set' do expect do Prawn::Document.new do text 'Page 1. This is the first Chapter. ' outline.define do page destination: 1, title: nil end end end.to raise_error(Prawn::Errors::RequiredOption) end end describe 'foreign character encoding' do let(:hash) do pdf = Prawn::Document.new do outline.define do section 'La pomme croquée', destination: 1, closed: true end end PDF::Reader::ObjectHash.new(StringIO.new(pdf.render, 'r+')) end it 'handles other encodings for the title' do object = find_by_title('La pomme croquée') expect(object).to_not be_nil end end # Outline titles are stored as UTF-16. This method accepts a UTF-8 outline # title and returns the PDF Object that contains an outline with that name def find_by_title(title) hash.values.find do |obj| next unless obj.is_a?(Hash) && obj[:Title] title_codepoints = obj[:Title].unpack('n*') title_codepoints.shift utf8_title = title_codepoints.pack('U*') utf8_title == title ? obj : nil end end def referenced_object(reference) hash[reference] end end ruby-prawn-2.4.0.orig/spec/prawn/stamp_spec.rb0000644000000000000000000001305413772706672020050 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Stamp do describe 'create_stamp before any page is added' do let(:pdf) { Prawn::Document.new(skip_page_creation: true) } it 'works with the font class' do # If anything goes wrong, Prawn::Errors::NotOnPage will be raised pdf.create_stamp('my_stamp') do pdf.font.height end end it 'works with setting color' do # If anything goes wrong, Prawn::Errors::NotOnPage will be raised pdf.create_stamp('my_stamp') do pdf.fill_color = 'ff0000' end end end describe '#stamp_at' do let(:pdf) { create_pdf } it 'works' do pdf.create_stamp('MyStamp') pdf.stamp_at('MyStamp', [100, 200]) # I had modified PDF::Inspector::XObject to receive the # invoke_xobject message and count the number of times it was # called, but it was only called once, so I reverted checking the # output with a regular expression expect(pdf.render).to match(%r{/Stamp1 Do.*?}m) end end describe 'Document with a stamp' do let(:pdf) { create_pdf } it 'raises NameTaken error when attempt to create stamp with '\ 'same name as an existing stamp' do pdf.create_stamp('MyStamp') expect do pdf.create_stamp('MyStamp') end.to raise_error(Prawn::Errors::NameTaken) end it 'raises InvalidName error when attempt to create stamp with '\ 'a blank name' do expect do pdf.create_stamp('') end.to raise_error(Prawn::Errors::InvalidName) end it 'a new XObject should be defined for each stamp created' do pdf.create_stamp('MyStamp') pdf.create_stamp('AnotherStamp') pdf.stamp('MyStamp') pdf.stamp('AnotherStamp') inspector = PDF::Inspector::XObject.analyze(pdf.render) xobjects = inspector.page_xobjects.last expect(xobjects.length).to eq(2) end it 'calling stamp with a name that does not match an existing stamp ' \ 'should raise_error UndefinedObjectName' do pdf.create_stamp('MyStamp') expect do pdf.stamp('OtherStamp') end.to raise_error(Prawn::Errors::UndefinedObjectName) end it 'stamp should be drawn into the document each time stamp is called' do pdf.create_stamp('MyStamp') pdf.stamp('MyStamp') pdf.stamp('MyStamp') pdf.stamp('MyStamp') # I had modified PDF::Inspector::XObject to receive the # invoke_xobject message and count the number of times it was # called, but it was only called once, so I reverted checking the # output with a regular expression expect(pdf.render).to match(%r{(/Stamp1 Do.*?){3}}m) end it 'stamp should render clickable links' do pdf.create_stamp 'bar' do pdf.text 'Prawn GitHub', inline_format: true end pdf.stamp 'bar' output = pdf.render objects = output.split('endobj') objects.each do |obj| next unless %r{/Type /Page$}.match?(obj) # The page object must contain the annotation reference # to render a clickable link expect(obj).to match(%r{^/Annots \[\d \d .\]$}) end end it 'resources added during stamp creation should be added to the ' \ 'stamp XObject, not the page' do pdf.create_stamp('MyStamp') do pdf.transparent(0.5) { pdf.circle([100, 100], 10) } end pdf.stamp('MyStamp') # Inspector::XObject does not give information about resources, so # resorting to string matching output = pdf.render objects = output.split('endobj') objects.each do |object| case object when %r{/Type /Page$} expect(object).to_not match(%r{/ExtGState}) when %r{/Type /XObject$} expect(object).to match(%r{/ExtGState}) end end end it 'stamp stream should be wrapped in a graphic state' do pdf.create_stamp('MyStamp') do pdf.text "This should have a 'q' before it and a 'Q' after it" end pdf.stamp('MyStamp') stamps = PDF::Inspector::XObject.analyze(pdf.render) expect(stamps.xobject_streams[:Stamp1].data.chomp).to match(/q(.|\s)*Q\Z/) end it 'does not add to the page graphic state stack' do expect(pdf.state.page.stack.stack.size).to eq(1) pdf.create_stamp('MyStamp') do pdf.save_graphics_state pdf.save_graphics_state pdf.save_graphics_state pdf.text "This should have a 'q' before it and a 'Q' after it" pdf.restore_graphics_state end expect(pdf.state.page.stack.stack.size).to eq(1) end it 'is able to change fill and stroke colors within the stamp stream' do pdf.create_stamp('MyStamp') do pdf.fill_color(100, 100, 20, 0) pdf.stroke_color(100, 100, 20, 0) end pdf.stamp('MyStamp') stamps = PDF::Inspector::XObject.analyze(pdf.render) stamp_stream = stamps.xobject_streams[:Stamp1].data expect(stamp_stream).to include("/DeviceCMYK cs\n1.0 1.0 0.2 0.0 scn") expect(stamp_stream).to include("/DeviceCMYK CS\n1.0 1.0 0.2 0.0 SCN") end it 'saves the color space even when same as current page color space' do pdf.stroke_color(100, 100, 20, 0) pdf.create_stamp('MyStamp') do pdf.stroke_color(100, 100, 20, 0) end pdf.stamp('MyStamp') stamps = PDF::Inspector::XObject.analyze(pdf.render) stamp_stream = stamps.xobject_streams[:Stamp1].data expect(stamp_stream).to include("/DeviceCMYK CS\n1.0 1.0 0.2 0.0 SCN") end end end ruby-prawn-2.4.0.orig/spec/prawn/document_annotations_spec.rb0000644000000000000000000000405313772706672023156 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document do let(:pdf) { create_pdf } describe 'When creating annotations' do it 'appends annotation to current page' do pdf.start_new_page pdf.annotate( Rect: [0, 0, 10, 10], Subtype: :Text, Contents: 'Hello world!' ) PDF::Reader.open(StringIO.new(pdf.render)) do |pdf| expect(pdf.page(1).attributes[:Annots]).to be_nil expect(pdf.page(2).attributes[:Annots].size).to eq(1) end end it 'forces :Type to be :Annot' do opts = pdf.annotate( Rect: [0, 0, 10, 10], Subtype: :Text, Contents: 'Hello world!' ) expect(opts[:Type]).to eq(:Annot) opts = pdf.annotate( Type: :Bogus, Rect: [0, 0, 10, 10], Subtype: :Text, Contents: 'Hello world!' ) expect(opts[:Type]).to eq(:Annot) end end describe 'When creating text annotations' do let(:rect) { [0, 0, 10, 10] } let(:content) { 'Hello, world!' } it 'builds appropriate annotation' do opts = pdf.text_annotation(rect, content) expect(opts[:Type]).to eq(:Annot) expect(opts[:Subtype]).to eq(:Text) expect(opts[:Rect]).to eq(rect) expect(opts[:Contents]).to eq(content) end it 'merges extra options' do opts = pdf.text_annotation(rect, content, Open: true, Subtype: :Bogus) expect(opts[:Subtype]).to eq(:Text) expect(opts[:Open]).to eq(true) end end describe 'When creating link annotations' do let(:rect) { [0, 0, 10, 10] } let(:dest) { 'home' } it 'builds appropriate annotation' do opts = pdf.link_annotation(rect, Dest: dest) expect(opts[:Type]).to eq(:Annot) expect(opts[:Subtype]).to eq(:Link) expect(opts[:Rect]).to eq(rect) expect(opts[:Dest]).to eq(dest) end it 'merges extra options' do opts = pdf.link_annotation(rect, Dest: dest, Subtype: :Bogus) expect(opts[:Subtype]).to eq(:Link) expect(opts[:Dest]).to eq(dest) end end end ruby-prawn-2.4.0.orig/spec/prawn/document_span_spec.rb0000644000000000000000000000177313772706672021570 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document do let(:pdf) { create_pdf } it 'onlies accept :position as option in debug mode' do Prawn.debug = true expect do pdf.span(350, x: 3) do # draw end end.to raise_error(Prawn::Errors::UnknownOption) end it 'has raise an error if :position is invalid' do expect do pdf.span(350, position: :x) do # draw end end.to raise_error(ArgumentError) end it 'restores the margin box when bounding box exits' do margin_box = pdf.bounds pdf.span(350, position: :center) do pdf.text "Here's some centered text in a 350 point column. " * 100 end expect(pdf.bounds).to eq(margin_box) end it 'does create a margin box' do margin_box = pdf.span(350, position: :center) do pdf.text "Here's some centered text in a 350 point column. " * 100 end expect(margin_box.top).to eq(792.0) expect(margin_box.bottom).to eq(0) end end ruby-prawn-2.4.0.orig/spec/prawn/transformation_stack_spec.rb0000644000000000000000000000345113772706672023157 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::TransformationStack do let(:pdf) do create_pdf do |document| document.add_to_transformation_stack(2, 0, 0, 2, 100, 100) end end let(:stack) { pdf.instance_variable_get(:@transformation_stack) } describe '#add_to_transformation_stack' do it 'creates and adds to the stack' do pdf.add_to_transformation_stack(1, 0, 0, 1, 20, 20) expect(stack).to eq [[[2, 0, 0, 2, 100, 100], [1, 0, 0, 1, 20, 20]]] end it 'adds to the last stack' do pdf.save_transformation_stack pdf.add_to_transformation_stack(1, 0, 0, 1, 20, 20) expect(stack).to eq [ [[2, 0, 0, 2, 100, 100]], [[2, 0, 0, 2, 100, 100], [1, 0, 0, 1, 20, 20]] ] end end describe '#save_transformation_stack' do it 'clones the last stack' do pdf.save_transformation_stack expect(stack.length).to eq 2 expect(stack.first).to eq stack.last expect(stack.first).to_not be stack.last end end describe '#restore_transformation_stack' do it 'pops off the last stack' do pdf.save_transformation_stack pdf.add_to_transformation_stack(1, 0, 0, 1, 20, 20) pdf.restore_transformation_stack expect(stack).to eq [[[2, 0, 0, 2, 100, 100]]] end end describe 'current_transformation_matrix_with_translation' do before do pdf.add_to_transformation_stack(1, 0, 0, 1, 20, 20) end it 'calculates the last transformation' do expect(pdf.current_transformation_matrix_with_translation) .to eq [2, 0, 0, 2, 140, 140] end it 'adds the supplied x and y coordinates to the transformation stack' do expect(pdf.current_transformation_matrix_with_translation(15, 15)) .to eq [2, 0, 0, 2, 170, 170] end end end ruby-prawn-2.4.0.orig/spec/prawn/document_grid_spec.rb0000644000000000000000000000654413772706672021555 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Document do describe 'grid' do let(:pdf) { described_class.new } it 'allows definition of a grid' do pdf.define_grid(columns: 5, rows: 8, gutter: 0.1) expect(pdf.grid.columns).to eq(5) expect(pdf.grid.rows).to eq(8) expect(pdf.grid.gutter).to eq(0.1) end it 'allows re-definition of a grid' do pdf.define_grid(columns: 5, rows: 8, gutter: 0.1) expect(pdf.grid.columns).to eq(5) expect(pdf.grid.rows).to eq(8) expect(pdf.grid.gutter).to eq(0.1) pdf.define_grid(columns: 3, rows: 6, gutter: 0.1) expect(pdf.grid.columns).to eq(3) expect(pdf.grid.rows).to eq(6) expect(pdf.grid.gutter).to eq(0.1) end describe 'when a grid is defined' do let(:num_columns) { 5 } let(:num_rows) { 8 } let(:gutter) { 10.0 } before do pdf.define_grid( columns: num_columns, rows: num_rows, gutter: gutter ) end it 'computes the column width' do expect(pdf.grid.column_width * num_columns.to_f + gutter * (num_columns - 1).to_f).to eq(pdf.bounds.width) end it 'computes the row height' do expect(pdf.grid.row_height * num_rows.to_f + gutter * (num_rows - 1).to_f).to eq(pdf.bounds.height) end it 'gives the edges of a grid box' do grid_width = (pdf.bounds.width.to_f - (gutter * (num_columns - 1).to_f)) / num_columns.to_f grid_height = (pdf.bounds.height.to_f - (gutter * (num_rows - 1).to_f)) / num_rows.to_f exp_tl_x = (grid_width + gutter.to_f) * 4.0 exp_tl_y = pdf.bounds.height.to_f - (grid_height + gutter.to_f) expect(pdf.grid(1, 4).top_left).to eq([exp_tl_x, exp_tl_y]) expect(pdf.grid(1, 4).top_right).to eq [exp_tl_x + grid_width, exp_tl_y] expect(pdf.grid(1, 4).bottom_left) .to eq([exp_tl_x, exp_tl_y - grid_height]) expect(pdf.grid(1, 4).bottom_right) .to eq([exp_tl_x + grid_width, exp_tl_y - grid_height]) end it 'gives the edges of a multiple grid boxes' do # Hand verified. Cheating a bit. Don't tell. expect(pdf.grid([1, 3], [2, 5]).top_left).to eq([330.0, 628.75]) expect(pdf.grid([1, 3], [2, 5]).top_right).to eq([650.0, 628.75]) expect(pdf.grid([1, 3], [2, 5]).bottom_left).to eq([330.0, 456.25]) expect(pdf.grid([1, 3], [2, 5]).bottom_right).to eq([650.0, 456.25]) end it 'draws outlines without changing global default colors' do pdf.grid.show_all('cccccc') colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.fill_color).to_not eq([0.8, 0.8, 0.8]) expect(colors.stroke_color).to_not eq([0.8, 0.8, 0.8]) # Hardcoded default color as I haven't been able to come up with # a stable converter between fill_color without lots code. expect(colors.stroke_color).to eq([0.0, 0.0, 0.0]) end it 'draws outlines without curent color settings' do pdf.fill_color 'ccff00' pdf.stroke_color 'ffcc00' pdf.grid.show_all colors = PDF::Inspector::Graphics::Color.analyze(pdf.render) expect(colors.fill_color).to eq([0.8, 1.0, 0.0]) expect(colors.stroke_color).to eq([1.0, 0.8, 0.0]) end end end end ruby-prawn-2.4.0.orig/spec/prawn/view_spec.rb0000644000000000000000000000316313772706672017676 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::View do let(:view_object) { Object.new.tap { |o| o.extend(described_class) } } it 'provides a Prawn::Document object by default' do expect(view_object.document).to be_kind_of(Prawn::Document) end it 'delegates unhandled methods to object returned by document method' do doc = instance_double('Document') allow(view_object).to receive(:document).and_return(doc) allow(doc).to receive(:some_delegated_method) view_object.some_delegated_method expect(doc).to have_received(:some_delegated_method) end it 'allows a block-like DSL via the update method' do doc = instance_double('Document') allow(view_object).to receive(:document).and_return(doc) allow(doc).to receive(:foo) allow(doc).to receive(:bar) view_object.update do foo bar end expect(doc).to have_received(:foo) expect(doc).to have_received(:bar) end it 'aliases save_as() to document.render_file()' do doc = instance_double('Document') allow(doc).to receive(:render_file) allow(view_object).to receive(:document).and_return(doc) view_object.save_as('foo.pdf') expect(doc).to have_received(:render_file) end describe '#respond_to?', issue: 1064 do subject { view_object.respond_to?(method) } context 'when called with an existing method from Prawn::Document' do let(:method) { :text } it { is_expected.to be_truthy } end context 'when called with a non-existing method' do let(:method) { :non_existing_method } it { is_expected.to be_falsey } end end end ruby-prawn-2.4.0.orig/spec/prawn/measurements_extensions_spec.rb0000644000000000000000000000127313772706672023713 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'prawn/measurement_extensions' describe Prawn::Measurements do describe 'Numeric extensions' do it 'converts units to PostScriptPoints' do expect(1.mm).to be_within(0.000000001).of(2.834645669) expect(1.mm).to eq(72 / 25.4) expect(2.mm).to eq(2 * 72 / 25.4) expect(3.mm).to eq(3 * 72 / 25.4) expect(-3.mm).to eq(-3 * 72 / 25.4) expect(1.cm).to eq(10 * 72 / 25.4) expect(1.dm).to eq(100 * 72 / 25.4) expect(1.m).to eq(1000 * 72 / 25.4) expect(1.in).to eq(72) expect(1.ft).to eq(72 * 12) expect(1.yd).to eq(72 * 12 * 3) expect(1.pt).to eq(1) end end end ruby-prawn-2.4.0.orig/spec/prawn/font_spec.rb0000644000000000000000000004136413772706672017677 0ustar rootroot# frozen_string_literal: true require 'spec_helper' require 'pathname' describe Prawn::Font do let(:pdf) { create_pdf } describe 'Font behavior' do it 'defaults to Helvetica if no font is specified' do pdf = Prawn::Document.new expect(pdf.font.name).to eq('Helvetica') end end describe 'Font objects' do it 'is equal' do font1 = Prawn::Document.new.font font2 = Prawn::Document.new.font expect(font1).to eql(font2) end it 'alwayses be the same key' do font1 = Prawn::Document.new.font font2 = Prawn::Document.new.font hash = {} hash[font1] = 'Original' hash[font2] = 'Overwritten' expect(hash.size).to eq(1) expect(hash[font1]).to eq('Overwritten') expect(hash[font2]).to eq('Overwritten') end end describe '#width_of' do it 'takes character spacing into account' do original_width = pdf.width_of('hello world') pdf.character_spacing(7) do expect(pdf.width_of('hello world')).to eq(original_width + 10 * 7) end end it 'excludes newlines' do # Use a TTF font that has a non-zero width for \n pdf.font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf") expect(pdf.width_of("\nhello world\n")).to eq( pdf.width_of('hello world') ) end it 'takes formatting into account' do normal_hello = pdf.width_of('hello') inline_bold_hello = pdf.width_of('hello', inline_format: true) expect(inline_bold_hello).to be > normal_hello pdf.font('Helvetica', style: :bold) do expect(inline_bold_hello).to eq(pdf.width_of('hello')) end end it 'accepts :style as an argument' do styled_bold_hello = pdf.width_of('hello', style: :bold) pdf.font('Helvetica', style: :bold) do expect(styled_bold_hello).to eq(pdf.width_of('hello')) end end it 'reports missing font with style' do expect do pdf.font('Nada', style: :bold) do pdf.width_of('hello') end end.to raise_error(Prawn::Errors::UnknownFont, /Nada \(bold\)/) end it 'calculates styled widths correctly using TTFs' do pdf.font_families.update( 'DejaVu Sans' => { normal: "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf", bold: "#{Prawn::DATADIR}/fonts/DejaVuSans-Bold.ttf" } ) styled_bold_hello = nil bold_hello = nil plain_hello = nil pdf.font('DejaVu Sans') do styled_bold_hello = pdf.width_of('hello', style: :bold) end pdf.font('DejaVu Sans', style: :bold) do bold_hello = pdf.width_of('hello') end pdf.font('DejaVu Sans') do plain_hello = pdf.width_of('hello') end expect(plain_hello).to_not eq(bold_hello) expect(styled_bold_hello).to eq(bold_hello) end it 'does not treat minus as if it were a hyphen', issue: 578 do expect(pdf.width_of('-0.75')).to be < pdf.width_of('25.00') end end describe '#font_size' do it 'allows setting font size in DSL style' do pdf.font_size 20 expect(pdf.font_size).to eq(20) end end describe 'font style support' do it 'complains if there is no @current_page' do pdf_without_page = Prawn::Document.new(skip_page_creation: true) expect { pdf_without_page.font 'Helvetica' } .to raise_error(Prawn::Errors::NotOnPage) end it 'allows specifying font style by style name and font family' do pdf.font 'Courier', style: :bold pdf.text 'In Courier bold' pdf.font 'Courier', style: :bold_italic pdf.text 'In Courier bold-italic' pdf.font 'Courier', style: :italic pdf.text 'In Courier italic' pdf.font 'Courier', style: :normal pdf.text 'In Normal Courier' pdf.font 'Helvetica' pdf.text 'In Normal Helvetica' text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings.map { |e| e[:name] }).to eq( %i[ Courier-Bold Courier-BoldOblique Courier-Oblique Courier Helvetica ] ) end it 'allows font familes to be defined in a single dfont' do file = "#{Prawn::DATADIR}/fonts/Panic+Sans.dfont" pdf.font_families['Panic Sans'] = { normal: { file: file, font: 'PanicSans' }, italic: { file: file, font: 'PanicSans-Italic' }, bold: { file: file, font: 'PanicSans-Bold' }, bold_italic: { file: file, font: 'PanicSans-BoldItalic' } } pdf.font 'Panic Sans', style: :italic pdf.text 'In PanicSans-Italic' text = PDF::Inspector::Text.analyze(pdf.render) name = text.font_settings.map { |e| e[:name] }.first.to_s name = name.sub(/\w+\+/, 'subset+') expect(name).to eq('subset+PanicSans-Italic') end it 'allows font familes to be defined in a single ttc' do file = "#{Prawn::DATADIR}/fonts/DejaVuSans.ttc" pdf.font_families['DejaVu Sans'] = { normal: { file: file, font: 0 }, bold: { file: file, font: 1 } } pdf.font 'DejaVu Sans', style: :bold pdf.text 'In PanicSans-Bold' text = PDF::Inspector::Text.analyze(pdf.render) name = text.font_settings.map { |e| e[:name] }.first.to_s name = name.sub(/\w+\+/, 'subset+') expect(name).to eq('subset+DejaVuSans-Bold') end it 'allows fonts to be indexed by name in a ttc file' do file = "#{Prawn::DATADIR}/fonts/DejaVuSans.ttc" pdf.font_families['DejaVu Sans'] = { normal: { file: file, font: 'DejaVu Sans' }, bold: { file: file, font: 'DejaVu Sans Bold' } } pdf.font 'DejaVu Sans', style: :bold pdf.text 'In PanicSans-Bold' text = PDF::Inspector::Text.analyze(pdf.render) name = text.font_settings.map { |e| e[:name] }.first.to_s name = name.sub(/\w+\+/, 'subset+') expect(name).to eq('subset+DejaVuSans-Bold') end it 'accepts Pathname objects for font files' do file = Pathname.new("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") pdf.font_families['DejaVu Sans'] = { normal: file } pdf.font 'DejaVu Sans' pdf.text 'In DejaVu Sans' text = PDF::Inspector::Text.analyze(pdf.render) name = text.font_settings.map { |e| e[:name] }.first.to_s name = name.sub(/\w+\+/, 'subset+') expect(name).to eq('subset+DejaVuSans') end it 'accepts IO objects for font files' do File.open "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" do |io| pdf.font_families['DejaVu Sans'] = { normal: described_class.load(pdf, io) } pdf.font 'DejaVu Sans' pdf.text 'In DejaVu Sans' text = PDF::Inspector::Text.analyze(pdf.render) name = text.font_settings.map { |e| e[:name] }.first.to_s name = name.sub(/\w+\+/, 'subset+') expect(name).to eq('subset+DejaVuSans') end end end describe 'Transactional font handling' do it 'allows setting of size directly when font is created' do pdf.font 'Courier', size: 16 expect(pdf.font_size).to eq(16) end it 'allows temporary setting of a new font using a transaction' do pdf.font 'Helvetica', size: 12 pdf.font 'Courier', size: 16 do expect(pdf.font.name).to eq('Courier') expect(pdf.font_size).to eq(16) end expect(pdf.font.name).to eq('Helvetica') expect(pdf.font_size).to eq(12) end it 'masks font size when using a transacation' do pdf.font 'Courier', size: 16 do expect(pdf.font_size).to eq(16) end pdf.font 'Times-Roman' pdf.font 'Courier' expect(pdf.font_size).to eq(12) end end describe 'Document#page_fonts' do it 'registers fonts properly by page' do pdf.font 'Courier' pdf.text('hello') pdf.font 'Helvetica' pdf.text('hello') pdf.font 'Times-Roman' pdf.text('hello') %w[Courier Helvetica Times-Roman].each do |f| page_should_include_font(f) end pdf.start_new_page pdf.font 'Helvetica' pdf.text('hello') page_should_include_font('Helvetica') page_should_not_include_font('Courier') page_should_not_include_font('Times-Roman') end def page_includes_font?(font) pdf.page.fonts.values.map { |e| e.data[:BaseFont] }.include?(font.to_sym) end def page_should_include_font(font) expect(page_includes_font?(font)).to eq true end def page_should_not_include_font(font) expect(page_includes_font?(font)).to eq false end end describe 'AFM fonts' do let(:times) { pdf.find_font 'Times-Roman' } it 'calculates string width taking into account accented characters' do input = win1252_string("\xE9") # é in win-1252 expect(times.compute_width_of(input, size: 12)) .to eq(times.compute_width_of('e', size: 12)) end it 'calculates string width taking into account kerning pairs' do expect(times.compute_width_of(win1252_string('To'), size: 12)) .to eq(13.332) expect(times.compute_width_of( win1252_string('To'), size: 12, kerning: true )).to eq(12.372) input = win1252_string("T\xF6") # Tö in win-1252 expect(times.compute_width_of(input, size: 12, kerning: true)) .to eq(12.372) end it 'encodes text without kerning by default' do expect(times.encode_text(win1252_string('To'))).to eq([[0, 'To']]) input = win1252_string("T\xE9l\xE9") # Télé in win-1252 expect(times.encode_text(input)).to eq([[0, input]]) expect(times.encode_text(win1252_string('Technology'))) .to eq([[0, 'Technology']]) expect(times.encode_text(win1252_string('Technology...'))) .to eq([[0, 'Technology...']]) end it 'encodes text with kerning if requested' do expect(times.encode_text(win1252_string('To'), kerning: true)) .to eq([[0, ['T', 80, 'o']]]) input = win1252_string("T\xE9l\xE9") # Télé in win-1252 output = win1252_string("\xE9l\xE9") # élé in win-1252 expect(times.encode_text(input, kerning: true)) .to eq([[0, ['T', 70, output]]]) expect(times.encode_text(win1252_string('Technology'), kerning: true)) .to eq([[0, ['T', 70, 'echnology']]]) expect(times.encode_text(win1252_string('Technology...'), kerning: true)) .to eq([[0, ['T', 70, 'echnology', 65, '...']]]) end describe 'when normalizing encoding' do it 'does not modify the original string when normalize_encoding() '\ 'is used' do original = 'Foo' normalized = times.normalize_encoding(original) expect(original.equal?(normalized)).to eq false end end it 'omits /Encoding for symbolic fonts' do zapf = pdf.find_font 'ZapfDingbats' font_dict = zapf.__send__(:register, nil) expect(font_dict.data[:Encoding]).to be_nil end end describe '#glyph_present' do it 'returns true when present in an AFM font' do font = pdf.find_font('Helvetica') expect(font.glyph_present?('H')).to eq true end it 'returns false when absent in an AFM font' do font = pdf.find_font('Helvetica') expect(font.glyph_present?('å†')).to eq false end it 'returns true when present in a TTF font' do font = pdf.find_font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") expect(font.glyph_present?('H')).to eq true end it 'returns false when absent in a TTF font' do font = pdf.find_font("#{Prawn::DATADIR}/fonts/DejaVuSans.ttf") expect(font.glyph_present?('å†')).to eq false font = pdf.find_font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf") expect(font.glyph_present?('€')).to eq false end end describe 'TTF fonts' do let(:font) { pdf.find_font "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" } it 'calculates string width taking into account accented characters' do expect(font.compute_width_of('é', size: 12)).to eq( font.compute_width_of('e', size: 12) ) end it 'calculates string width taking into account kerning pairs' do expect(font.compute_width_of('To', size: 12)).to be_within(0.01).of(14.65) expect(font.compute_width_of('To', size: 12, kerning: true)) .to be_within(0.01).of(12.61) end it 'encodes text without kerning by default' do expect(font.encode_text('To')).to eq([[0, 'To']]) tele = "T\216l\216" result = font.encode_text('Télé') expect(result.length).to eq(1) expect(result[0][0]).to eq(0) expect(result[0][1].bytes.to_a).to eq(tele.bytes.to_a) expect(font.encode_text('Technology')).to eq([[0, 'Technology']]) expect(font.encode_text('Technology...')).to eq([[0, 'Technology...']]) expect(font.encode_text('Teχnology...')).to eq([ [0, 'Te'], [1, '!'], [0, 'nology...'] ]) end it 'encodes text with kerning if requested' do expect(font.encode_text('To', kerning: true)).to eq([ [0, ['T', 169.921875, 'o']] ]) expect(font.encode_text('Technology', kerning: true)).to eq([ [0, ['T', 169.921875, 'echnology']] ]) expect(font.encode_text('Technology...', kerning: true)).to eq([ [0, ['T', 169.921875, 'echnology', 142.578125, '...']] ]) expect(font.encode_text('Teχnology...', kerning: true)).to eq([ [0, ['T', 169.921875, 'e']], [1, '!'], [0, ['nology', 142.578125, '...']] ]) end it 'uses the ascender, descender, and cap height from the TTF verbatim' do # These metrics are relative to the font's own bbox. They should not be # scaled with font size. ref = pdf.ref!({}) font.__send__(:embed, ref, 0) # Pull out the embedded font descriptor descriptor = ref.data[:FontDescriptor].data expect(descriptor[:Ascent]).to eq(759) expect(descriptor[:Descent]).to eq(-240) expect(descriptor[:CapHeight]).to eq(759) end describe 'when normalizing encoding' do it 'does not modify the original string with normalize_encoding()' do original = 'Foo' normalized = font.normalize_encoding(original) expect(original.equal?(normalized)).to eq false end end end describe 'OTF fonts' do let(:font) { pdf.find_font "#{Prawn::DATADIR}/fonts/Bodoni-Book.otf" } it 'calculates string width taking into account accented characters' do expect(font.compute_width_of('é', size: 12)).to eq( font.compute_width_of('e', size: 12) ) end it 'uses the ascender, descender, and cap height from the OTF verbatim' do # These metrics are relative to the font's own bbox. They should not be # scaled with font size. ref = pdf.ref!({}) font.__send__(:embed, ref, 0) # Pull out the embedded font descriptor descriptor = ref.data[:FontDescriptor].data expect(descriptor[:Ascent]).to eq(1023) expect(descriptor[:Descent]).to eq(-200) expect(descriptor[:CapHeight]).to eq(3072) end describe 'when normalizing encoding' do it 'does not modify the original string with normalize_encoding()' do original = 'Foo' normalized = font.normalize_encoding(original) expect(original).to_not be_equal(normalized) end end end describe 'DFont fonts' do let(:file) { "#{Prawn::DATADIR}/fonts/Panic+Sans.dfont" } it 'lists all named fonts' do list = Prawn::Fonts::DFont.named_fonts(file) expect(list).to match_array(%w[ PanicSans PanicSans-Bold PanicSans-BoldItalic PanicSans-Italic ]) end it 'counts the number of fonts in the file' do expect(Prawn::Fonts::DFont.font_count(file)).to eq(4) end it 'defaults selected font to the first one if not specified' do font = pdf.find_font(file) expect(font.basename).to eq('PanicSans') end it 'allows font to be selected by index' do font = pdf.find_font(file, font: 2) expect(font.basename).to eq('PanicSans-Italic') end it 'allows font to be selected by name' do font = pdf.find_font(file, font: 'PanicSans-BoldItalic') expect(font.basename).to eq('PanicSans-BoldItalic') end it 'caches font object based on selected font' do f1 = pdf.find_font(file, font: 'PanicSans') f2 = pdf.find_font(file, font: 'PanicSans-Bold') expect(f2.object_id).to_not eq(f1.object_id) expect(pdf.find_font(file, font: 'PanicSans').object_id) .to eq(f1.object_id) expect(pdf.find_font(file, font: 'PanicSans-Bold').object_id) .to eq(f2.object_id) end end describe '#character_count(text)' do it 'works on TTF fonts' do pdf.font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf") expect(pdf.font.character_count('ã“ã‚“ã«ã¡ã¯ä¸–界')).to eq(7) expect(pdf.font.character_count('Hello, world!')).to eq(13) end it 'works on AFM fonts' do expect(pdf.font.character_count('Hello, world!')).to eq(13) end end end ruby-prawn-2.4.0.orig/spec/prawn/graphics/0000755000000000000000000000000013772706672017162 5ustar rootrootruby-prawn-2.4.0.orig/spec/prawn/graphics/transparency_spec.rb0000644000000000000000000000524213772706672023235 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Graphics::Transparency do def make_transparent(opacity, stroke_opacity = opacity) pdf.transparent(opacity, stroke_opacity) do yield if block_given? end end let(:pdf) { create_pdf } it 'the PDF version should be at least 1.4' do make_transparent(0.5) str = pdf.render expect(str[0, 8]).to eq('%PDF-1.4') end it 'a new extended graphics state should be created for ' \ 'each unique transparency setting' do make_transparent(0.5, 0.2) do make_transparent(0.5, 0.75) end extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates expect(extgstates.length).to eq(2) end it 'a new extended graphics state should not be created for ' \ 'each duplicate transparency setting' do make_transparent(0.5, 0.75) do make_transparent(0.5, 0.75) end extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates expect(extgstates.length).to eq(1) end it 'setting the transparency with only one parameter sets the ' \ 'transparency for both the fill and the stroke' do make_transparent(0.5) extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates[0] expect(extgstate[:opacity]).to eq(0.5) expect(extgstate[:stroke_opacity]).to eq(0.5) end it 'setting the transparency with a numerical parameter and ' \ 'a :stroke should set the fill transparency to the numerical parameter ' \ 'and the stroke transparency to the option' do make_transparent(0.5, 0.2) extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates[0] expect(extgstate[:opacity]).to eq(0.5) expect(extgstate[:stroke_opacity]).to eq(0.2) end it 'does not allow negative values' do make_transparent(-0.5, -0.2) extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates[0] expect(extgstate[:opacity]).to eq(0.0) expect(extgstate[:stroke_opacity]).to eq(0.0) end it 'does not allow too big values' do make_transparent(2.0, 3.0) extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates[0] expect(extgstate[:opacity]).to eq(1.0) expect(extgstate[:stroke_opacity]).to eq(1.0) end describe 'with more than one page' do it 'the extended graphic state resource should be added to both pages' do make_transparent(0.5, 0.2) pdf.start_new_page make_transparent(0.5, 0.2) extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates extgstate = extgstates[0] expect(extgstates.length).to eq(2) expect(extgstate[:opacity]).to eq(0.5) expect(extgstate[:stroke_opacity]).to eq(0.2) end end end ruby-prawn-2.4.0.orig/spec/prawn/graphics/blend_mode_spec.rb0000644000000000000000000000367013772706672022617 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Graphics::BlendMode do def make_blend_mode(blend_mode) pdf.blend_mode(blend_mode) do yield if block_given? end end let(:pdf) { create_pdf } it 'the PDF version should be at least 1.4' do make_blend_mode(:Multiply) str = pdf.render expect(str[0, 8]).to eq('%PDF-1.4') end it 'a new extended graphics state should be created for ' \ 'each unique blend mode setting' do make_blend_mode(:Multiply) do make_blend_mode(:Screen) end extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates expect(extgstates.length).to eq(2) end it 'a new extended graphics state should not be created for ' \ 'each duplicate blend mode setting' do make_blend_mode(:Multiply) do make_blend_mode(:Multiply) end extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates expect(extgstates.length).to eq(1) end it 'setting the blend mode with only one parameter sets a single '\ 'blend mode value' do make_blend_mode(:Multiply) extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates.first expect(extgstate[:blend_mode]).to eq(:Multiply) end it 'setting the blend mode with multiple parameters sets an array of '\ 'blend modes' do make_blend_mode(%i[Multiply Screen Overlay]) extgstate = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates.first expect(extgstate[:blend_mode]).to eq(%i[Multiply Screen Overlay]) end describe 'with more than one page' do it 'the extended graphic state resource should be added to both pages' do make_blend_mode(:Multiply) pdf.start_new_page make_blend_mode(:Multiply) extgstates = PDF::Inspector::ExtGState.analyze(pdf.render).extgstates extgstate = extgstates[0] expect(extgstates.length).to eq(2) expect(extgstate[:blend_mode]).to eq(:Multiply) end end end ruby-prawn-2.4.0.orig/spec/prawn/text_draw_text_spec.rb0000644000000000000000000001127313772706672021772 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Text do describe '#draw_text' do let(:pdf) { create_pdf } it 'raise_errors ArgumentError if :at option omitted' do expect { pdf.draw_text('hai', {}) }.to raise_error(ArgumentError) end it 'raise_errors ArgumentError if :align option included' do expect do pdf.draw_text('hai', at: [0, 0], align: :center) end.to raise_error(ArgumentError) end it 'allows drawing empty strings to the page' do pdf.draw_text(' ', at: [100, 100]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq(' ') end it 'defaults to 12 point helvetica' do pdf.draw_text('Blah', at: [100, 100]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:name]).to eq(:Helvetica) expect(text.font_settings[0][:size]).to eq(12) expect(text.strings.first).to eq('Blah') end it 'allows setting font size' do pdf.draw_text('Blah', at: [100, 100], size: 16) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) end it 'allows setting a default font size' do pdf.font_size = 16 pdf.draw_text('Blah', at: [0, 0]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) end # rubocop: disable Naming/AccessorMethodName rotated_text_inspector = Class.new(PDF::Inspector) do attr_reader :tm_operator_used def initialize @tm_operator_used = false end def set_text_matrix_and_text_line_matrix(*_arguments) @tm_operator_used = true end end # rubocop: enable Naming/AccessorMethodName it 'allows rotation' do pdf.draw_text('Test', at: [100, 100], rotate: 90) text = rotated_text_inspector.analyze(pdf.render) expect(text.tm_operator_used).to eq true end it 'does not use rotation matrix by default' do pdf.draw_text('Test', at: [100, 100]) text = rotated_text_inspector.analyze(pdf.render) expect(text.tm_operator_used).to eq false end it 'allows overriding default font for a single instance' do pdf.font_size = 16 pdf.draw_text('Blah', size: 11, at: [0, 0]) pdf.draw_text('Blaz', at: [0, 0]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(11) expect(text.font_settings[1][:size]).to eq(16) end it 'allows setting a font size transaction with a block' do pdf.font_size 16 do pdf.draw_text('Blah', at: [0, 0]) end pdf.draw_text('blah', at: [0, 0]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) expect(text.font_settings[1][:size]).to eq(12) end it 'allows manual setting the font size when in a font size block' do pdf.font_size(16) do pdf.draw_text('Foo', at: [0, 0]) pdf.draw_text('Blah', size: 11, at: [0, 0]) pdf.draw_text('Blaz', at: [0, 0]) end text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:size]).to eq(16) expect(text.font_settings[1][:size]).to eq(11) expect(text.font_settings[2][:size]).to eq(16) end it 'allows registering of built-in font_settings on the fly' do pdf.font 'Times-Roman' pdf.draw_text('Blah', at: [100, 100]) pdf.font 'Courier' pdf.draw_text('Blaz', at: [150, 150]) text = PDF::Inspector::Text.analyze(pdf.render) expect(text.font_settings[0][:name]).to eq(:"Times-Roman") expect(text.font_settings[1][:name]).to eq(:Courier) end it 'raise_errors an exception when an unknown font is used' do expect { pdf.font 'Pao bu' }.to raise_error(Prawn::Errors::UnknownFont) end it 'correctlies render a utf-8 string when using a built-in font' do str = '©' # copyright symbol pdf.draw_text(str, at: [0, 0]) # grab the text from the rendered PDF and ensure it matches text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.first).to eq(str) end it 'raises an exception when a utf-8 incompatible string is rendered' do str = "Blah \xDD" expect { pdf.draw_text(str, at: [0, 0]) }.to raise_error( Prawn::Errors::IncompatibleStringEncoding ) end it 'does not raise an exception when a shift-jis string is rendered' do datafile = "#{Prawn::DATADIR}/shift_jis_text.txt" sjis_str = File.open(datafile, 'r:shift_jis', &:gets) pdf.font("#{Prawn::DATADIR}/fonts/gkai00mp.ttf") pdf.draw_text(sjis_str, at: [0, 0]) end end end ruby-prawn-2.4.0.orig/spec/prawn/repeater_spec.rb0000644000000000000000000001150113772706672020526 0ustar rootroot# frozen_string_literal: true require 'spec_helper' describe Prawn::Repeater do it 'creates a stamp and increments Prawn::Repeater.count on initialize' do orig_count = described_class.count doc = sample_document allow(doc).to receive(:create_stamp).with("prawn_repeater(#{orig_count})") repeater(doc, :all) { :do_nothing } expect(doc).to have_received(:create_stamp) .with("prawn_repeater(#{orig_count})") expect(described_class.count).to eq(orig_count + 1) end it 'must provide an :all filter' do doc = sample_document r = repeater(doc, :all) { :do_nothing } expect((1..doc.page_count).all? { |i| r.match?(i) }).to eq true end it 'must provide an :odd filter' do doc = sample_document r = repeater(doc, :odd) { :do_nothing } odd, even = (1..doc.page_count).partition(&:odd?) expect(odd.all? { |i| r.match?(i) }).to eq true expect(even.any? { |i| r.match?(i) }).to eq false end it 'must be able to filter by an array of page numbers' do doc = sample_document r = repeater(doc, [1, 2, 7]) { :do_nothing } expect((1..10).select { |i| r.match?(i) }).to eq([1, 2, 7]) end it 'must be able to filter by a range of page numbers' do doc = sample_document r = repeater(doc, 2..4) { :do_nothing } expect((1..10).select { |i| r.match?(i) }).to eq([2, 3, 4]) end it 'must be able to filter by an arbitrary proc' do doc = sample_document r = repeater(doc, ->(x) { x == 1 || x % 3 == 0 }) expect((1..10).select { |i| r.match?(i) }).to eq([1, 3, 6, 9]) end it 'must try to run a stamp if the page number matches' do doc = sample_document allow(doc).to receive(:stamp) repeater(doc, :odd).run(3) expect(doc).to have_received(:stamp) end it 'must not try to run a stamp unless the page number matches' do doc = sample_document allow(doc).to receive(:stamp) repeater(doc, :odd).run(2) expect(doc).to_not have_received(:stamp) end it 'must not try to run a stamp if dynamic is selected' do doc = sample_document allow(doc).to receive(:stamp) (1..10).each { |p| repeater(doc, :all, true) { :do_nothing }.run(p) } expect(doc).to_not have_received(:stamp) end it 'must try to run a block if the page number matches' do doc = sample_document allow(doc).to receive(:draw_text) (1..10).each do |p| repeater(doc, [1, 2], true) { doc.draw_text 'foo' }.run(p) end expect(doc).to have_received(:draw_text).twice end it 'must not try to run a block unless the page number matches' do doc = sample_document allow(doc).to receive(:draw_text) repeater(doc, :odd, true) { doc.draw_text 'foo' }.run(2) expect(doc).to_not have_received(:draw_text) end it 'must treat any block as a closure' do doc = sample_document page = 'Page' # ensure access to ivars doc.repeat(:all, dynamic: true) do doc.draw_text "#{page} #{doc.page_number}", at: [500, 0] end text = PDF::Inspector::Text.analyze(doc.render) expect(text.strings).to eq((1..10).to_a.map { |p| "Page #{p}" }) end it 'must treat any block as a closure (Document.new instance_eval form)' do doc = Prawn::Document.new(skip_page_creation: true) do 10.times { start_new_page } page = 'Page' repeat(:all, dynamic: true) do # ensure self is accessible here draw_text "#{page} #{page_number}", at: [500, 0] end end text = PDF::Inspector::Text.analyze(doc.render) expect(text.strings).to eq((1..10).to_a.map { |p| "Page #{p}" }) end def sample_document doc = Prawn::Document.new(skip_page_creation: true) 10.times { |_e| doc.start_new_page } doc end def repeater(*args, &block) Prawn::Repeater.new(*args, &block) end describe 'graphic state' do let(:pdf) { create_pdf } it 'does not alter the graphic state stack color space' do starting_color_space = pdf.state.page.graphic_state.color_space.dup pdf.repeat :all do pdf.text 'Testing', size: 24, style: :bold end expect(pdf.state.page.graphic_state.color_space) .to eq(starting_color_space) end context 'with dynamic repeaters' do it 'preserves the graphic state at creation time' do pdf.repeat :all, dynamic: true do pdf.text "fill_color: #{pdf.graphic_state.fill_color}" pdf.text "cap_style: #{pdf.graphic_state.cap_style}" end pdf.fill_color '666666' pdf.cap_style :round text = PDF::Inspector::Text.analyze(pdf.render) expect(text.strings.include?('fill_color: 666666')).to eq(false) expect(text.strings.include?('fill_color: 000000')).to eq(true) expect(text.strings.include?('cap_style: round')).to eq(false) expect(text.strings.include?('cap_style: butt')).to eq(true) end end end end ruby-prawn-2.4.0.orig/spec/extensions/0000755000000000000000000000000013772706672016432 5ustar rootrootruby-prawn-2.4.0.orig/spec/extensions/encoding_helpers.rb0000644000000000000000000000033313772706672022266 0ustar rootroot# frozen_string_literal: true module EncodingHelpers def win1252_string(str) str.dup.force_encoding(Encoding::Windows_1252) end def bin_string(str) str.dup.force_encoding(Encoding::ASCII_8BIT) end end ruby-prawn-2.4.0.orig/data/0000755000000000000000000000000013772706672014212 5ustar rootrootruby-prawn-2.4.0.orig/data/fonts/0000755000000000000000000000000014146637666015345 5ustar rootrootruby-prawn-2.4.0.orig/data/fonts/Helvetica-Bold.afm0000644000000000000000000020722513772706672020622 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:43:52 1997 Comment UniqueID 43052 Comment VMusage 37169 48194 FontName Helvetica-Bold FullName Helvetica Bold FamilyName Helvetica Weight Bold ItalicAngle 0 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -170 -228 1003 962 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 718 XHeight 532 Ascender 718 Descender -207 StdHW 118 StdVW 140 StartCharMetrics 315 C 32 ; WX 278 ; N space ; B 0 0 0 0 ; C 33 ; WX 333 ; N exclam ; B 90 0 244 718 ; C 34 ; WX 474 ; N quotedbl ; B 98 447 376 718 ; C 35 ; WX 556 ; N numbersign ; B 18 0 538 698 ; C 36 ; WX 556 ; N dollar ; B 30 -115 523 775 ; C 37 ; WX 889 ; N percent ; B 28 -19 861 710 ; C 38 ; WX 722 ; N ampersand ; B 54 -19 701 718 ; C 39 ; WX 278 ; N quoteright ; B 69 445 209 718 ; C 40 ; WX 333 ; N parenleft ; B 35 -208 314 734 ; C 41 ; WX 333 ; N parenright ; B 19 -208 298 734 ; C 42 ; WX 389 ; N asterisk ; B 27 387 362 718 ; C 43 ; WX 584 ; N plus ; B 40 0 544 506 ; C 44 ; WX 278 ; N comma ; B 64 -168 214 146 ; C 45 ; WX 333 ; N hyphen ; B 27 215 306 345 ; C 46 ; WX 278 ; N period ; B 64 0 214 146 ; C 47 ; WX 278 ; N slash ; B -33 -19 311 737 ; C 48 ; WX 556 ; N zero ; B 32 -19 524 710 ; C 49 ; WX 556 ; N one ; B 69 0 378 710 ; C 50 ; WX 556 ; N two ; B 26 0 511 710 ; C 51 ; WX 556 ; N three ; B 27 -19 516 710 ; C 52 ; WX 556 ; N four ; B 27 0 526 710 ; C 53 ; WX 556 ; N five ; B 27 -19 516 698 ; C 54 ; WX 556 ; N six ; B 31 -19 520 710 ; C 55 ; WX 556 ; N seven ; B 25 0 528 698 ; C 56 ; WX 556 ; N eight ; B 32 -19 524 710 ; C 57 ; WX 556 ; N nine ; B 30 -19 522 710 ; C 58 ; WX 333 ; N colon ; B 92 0 242 512 ; C 59 ; WX 333 ; N semicolon ; B 92 -168 242 512 ; C 60 ; WX 584 ; N less ; B 38 -8 546 514 ; C 61 ; WX 584 ; N equal ; B 40 87 544 419 ; C 62 ; WX 584 ; N greater ; B 38 -8 546 514 ; C 63 ; WX 611 ; N question ; B 60 0 556 727 ; C 64 ; WX 975 ; N at ; B 118 -19 856 737 ; C 65 ; WX 722 ; N A ; B 20 0 702 718 ; C 66 ; WX 722 ; N B ; B 76 0 669 718 ; C 67 ; WX 722 ; N C ; B 44 -19 684 737 ; C 68 ; WX 722 ; N D ; B 76 0 685 718 ; C 69 ; WX 667 ; N E ; B 76 0 621 718 ; C 70 ; WX 611 ; N F ; B 76 0 587 718 ; C 71 ; WX 778 ; N G ; B 44 -19 713 737 ; C 72 ; WX 722 ; N H ; B 71 0 651 718 ; C 73 ; WX 278 ; N I ; B 64 0 214 718 ; C 74 ; WX 556 ; N J ; B 22 -18 484 718 ; C 75 ; WX 722 ; N K ; B 87 0 722 718 ; C 76 ; WX 611 ; N L ; B 76 0 583 718 ; C 77 ; WX 833 ; N M ; B 69 0 765 718 ; C 78 ; WX 722 ; N N ; B 69 0 654 718 ; C 79 ; WX 778 ; N O ; B 44 -19 734 737 ; C 80 ; WX 667 ; N P ; B 76 0 627 718 ; C 81 ; WX 778 ; N Q ; B 44 -52 737 737 ; C 82 ; WX 722 ; N R ; B 76 0 677 718 ; C 83 ; WX 667 ; N S ; B 39 -19 629 737 ; C 84 ; WX 611 ; N T ; B 14 0 598 718 ; C 85 ; WX 722 ; N U ; B 72 -19 651 718 ; C 86 ; WX 667 ; N V ; B 19 0 648 718 ; C 87 ; WX 944 ; N W ; B 16 0 929 718 ; C 88 ; WX 667 ; N X ; B 14 0 653 718 ; C 89 ; WX 667 ; N Y ; B 15 0 653 718 ; C 90 ; WX 611 ; N Z ; B 25 0 586 718 ; C 91 ; WX 333 ; N bracketleft ; B 63 -196 309 722 ; C 92 ; WX 278 ; N backslash ; B -33 -19 311 737 ; C 93 ; WX 333 ; N bracketright ; B 24 -196 270 722 ; C 94 ; WX 584 ; N asciicircum ; B 62 323 522 698 ; C 95 ; WX 556 ; N underscore ; B 0 -125 556 -75 ; C 96 ; WX 278 ; N quoteleft ; B 69 454 209 727 ; C 97 ; WX 556 ; N a ; B 29 -14 527 546 ; C 98 ; WX 611 ; N b ; B 61 -14 578 718 ; C 99 ; WX 556 ; N c ; B 34 -14 524 546 ; C 100 ; WX 611 ; N d ; B 34 -14 551 718 ; C 101 ; WX 556 ; N e ; B 23 -14 528 546 ; C 102 ; WX 333 ; N f ; B 10 0 318 727 ; L i fi ; L l fl ; C 103 ; WX 611 ; N g ; B 40 -217 553 546 ; C 104 ; WX 611 ; N h ; B 65 0 546 718 ; C 105 ; WX 278 ; N i ; B 69 0 209 725 ; C 106 ; WX 278 ; N j ; B 3 -214 209 725 ; C 107 ; WX 556 ; N k ; B 69 0 562 718 ; C 108 ; WX 278 ; N l ; B 69 0 209 718 ; C 109 ; WX 889 ; N m ; B 64 0 826 546 ; C 110 ; WX 611 ; N n ; B 65 0 546 546 ; C 111 ; WX 611 ; N o ; B 34 -14 578 546 ; C 112 ; WX 611 ; N p ; B 62 -207 578 546 ; C 113 ; WX 611 ; N q ; B 34 -207 552 546 ; C 114 ; WX 389 ; N r ; B 64 0 373 546 ; C 115 ; WX 556 ; N s ; B 30 -14 519 546 ; C 116 ; WX 333 ; N t ; B 10 -6 309 676 ; C 117 ; WX 611 ; N u ; B 66 -14 545 532 ; C 118 ; WX 556 ; N v ; B 13 0 543 532 ; C 119 ; WX 778 ; N w ; B 10 0 769 532 ; C 120 ; WX 556 ; N x ; B 15 0 541 532 ; C 121 ; WX 556 ; N y ; B 10 -214 539 532 ; C 122 ; WX 500 ; N z ; B 20 0 480 532 ; C 123 ; WX 389 ; N braceleft ; B 48 -196 365 722 ; C 124 ; WX 280 ; N bar ; B 84 -225 196 775 ; C 125 ; WX 389 ; N braceright ; B 24 -196 341 722 ; C 126 ; WX 584 ; N asciitilde ; B 61 163 523 343 ; C 161 ; WX 333 ; N exclamdown ; B 90 -186 244 532 ; C 162 ; WX 556 ; N cent ; B 34 -118 524 628 ; C 163 ; WX 556 ; N sterling ; B 28 -16 541 718 ; C 164 ; WX 167 ; N fraction ; B -170 -19 336 710 ; C 165 ; WX 556 ; N yen ; B -9 0 565 698 ; C 166 ; WX 556 ; N florin ; B -10 -210 516 737 ; C 167 ; WX 556 ; N section ; B 34 -184 522 727 ; C 168 ; WX 556 ; N currency ; B -3 76 559 636 ; C 169 ; WX 238 ; N quotesingle ; B 70 447 168 718 ; C 170 ; WX 500 ; N quotedblleft ; B 64 454 436 727 ; C 171 ; WX 556 ; N guillemotleft ; B 88 76 468 484 ; C 172 ; WX 333 ; N guilsinglleft ; B 83 76 250 484 ; C 173 ; WX 333 ; N guilsinglright ; B 83 76 250 484 ; C 174 ; WX 611 ; N fi ; B 10 0 542 727 ; C 175 ; WX 611 ; N fl ; B 10 0 542 727 ; C 177 ; WX 556 ; N endash ; B 0 227 556 333 ; C 178 ; WX 556 ; N dagger ; B 36 -171 520 718 ; C 179 ; WX 556 ; N daggerdbl ; B 36 -171 520 718 ; C 180 ; WX 278 ; N periodcentered ; B 58 172 220 334 ; C 182 ; WX 556 ; N paragraph ; B -8 -191 539 700 ; C 183 ; WX 350 ; N bullet ; B 10 194 340 524 ; C 184 ; WX 278 ; N quotesinglbase ; B 69 -146 209 127 ; C 185 ; WX 500 ; N quotedblbase ; B 64 -146 436 127 ; C 186 ; WX 500 ; N quotedblright ; B 64 445 436 718 ; C 187 ; WX 556 ; N guillemotright ; B 88 76 468 484 ; C 188 ; WX 1000 ; N ellipsis ; B 92 0 908 146 ; C 189 ; WX 1000 ; N perthousand ; B -3 -19 1003 710 ; C 191 ; WX 611 ; N questiondown ; B 55 -195 551 532 ; C 193 ; WX 333 ; N grave ; B -23 604 225 750 ; C 194 ; WX 333 ; N acute ; B 108 604 356 750 ; C 195 ; WX 333 ; N circumflex ; B -10 604 343 750 ; C 196 ; WX 333 ; N tilde ; B -17 610 350 737 ; C 197 ; WX 333 ; N macron ; B -6 604 339 678 ; C 198 ; WX 333 ; N breve ; B -2 604 335 750 ; C 199 ; WX 333 ; N dotaccent ; B 104 614 230 729 ; C 200 ; WX 333 ; N dieresis ; B 6 614 327 729 ; C 202 ; WX 333 ; N ring ; B 59 568 275 776 ; C 203 ; WX 333 ; N cedilla ; B 6 -228 245 0 ; C 205 ; WX 333 ; N hungarumlaut ; B 9 604 486 750 ; C 206 ; WX 333 ; N ogonek ; B 71 -228 304 0 ; C 207 ; WX 333 ; N caron ; B -10 604 343 750 ; C 208 ; WX 1000 ; N emdash ; B 0 227 1000 333 ; C 225 ; WX 1000 ; N AE ; B 5 0 954 718 ; C 227 ; WX 370 ; N ordfeminine ; B 22 401 347 737 ; C 232 ; WX 611 ; N Lslash ; B -20 0 583 718 ; C 233 ; WX 778 ; N Oslash ; B 33 -27 744 745 ; C 234 ; WX 1000 ; N OE ; B 37 -19 961 737 ; C 235 ; WX 365 ; N ordmasculine ; B 6 401 360 737 ; C 241 ; WX 889 ; N ae ; B 29 -14 858 546 ; C 245 ; WX 278 ; N dotlessi ; B 69 0 209 532 ; C 248 ; WX 278 ; N lslash ; B -18 0 296 718 ; C 249 ; WX 611 ; N oslash ; B 22 -29 589 560 ; C 250 ; WX 944 ; N oe ; B 34 -14 912 546 ; C 251 ; WX 611 ; N germandbls ; B 69 -14 579 731 ; C -1 ; WX 278 ; N Idieresis ; B -21 0 300 915 ; C -1 ; WX 556 ; N eacute ; B 23 -14 528 750 ; C -1 ; WX 556 ; N abreve ; B 29 -14 527 750 ; C -1 ; WX 611 ; N uhungarumlaut ; B 66 -14 625 750 ; C -1 ; WX 556 ; N ecaron ; B 23 -14 528 750 ; C -1 ; WX 667 ; N Ydieresis ; B 15 0 653 915 ; C -1 ; WX 584 ; N divide ; B 40 -42 544 548 ; C -1 ; WX 667 ; N Yacute ; B 15 0 653 936 ; C -1 ; WX 722 ; N Acircumflex ; B 20 0 702 936 ; C -1 ; WX 556 ; N aacute ; B 29 -14 527 750 ; C -1 ; WX 722 ; N Ucircumflex ; B 72 -19 651 936 ; C -1 ; WX 556 ; N yacute ; B 10 -214 539 750 ; C -1 ; WX 556 ; N scommaaccent ; B 30 -228 519 546 ; C -1 ; WX 556 ; N ecircumflex ; B 23 -14 528 750 ; C -1 ; WX 722 ; N Uring ; B 72 -19 651 962 ; C -1 ; WX 722 ; N Udieresis ; B 72 -19 651 915 ; C -1 ; WX 556 ; N aogonek ; B 29 -224 545 546 ; C -1 ; WX 722 ; N Uacute ; B 72 -19 651 936 ; C -1 ; WX 611 ; N uogonek ; B 66 -228 545 532 ; C -1 ; WX 667 ; N Edieresis ; B 76 0 621 915 ; C -1 ; WX 722 ; N Dcroat ; B -5 0 685 718 ; C -1 ; WX 250 ; N commaaccent ; B 64 -228 199 -50 ; C -1 ; WX 737 ; N copyright ; B -11 -19 749 737 ; C -1 ; WX 667 ; N Emacron ; B 76 0 621 864 ; C -1 ; WX 556 ; N ccaron ; B 34 -14 524 750 ; C -1 ; WX 556 ; N aring ; B 29 -14 527 776 ; C -1 ; WX 722 ; N Ncommaaccent ; B 69 -228 654 718 ; C -1 ; WX 278 ; N lacute ; B 69 0 329 936 ; C -1 ; WX 556 ; N agrave ; B 29 -14 527 750 ; C -1 ; WX 611 ; N Tcommaaccent ; B 14 -228 598 718 ; C -1 ; WX 722 ; N Cacute ; B 44 -19 684 936 ; C -1 ; WX 556 ; N atilde ; B 29 -14 527 737 ; C -1 ; WX 667 ; N Edotaccent ; B 76 0 621 915 ; C -1 ; WX 556 ; N scaron ; B 30 -14 519 750 ; C -1 ; WX 556 ; N scedilla ; B 30 -228 519 546 ; C -1 ; WX 278 ; N iacute ; B 69 0 329 750 ; C -1 ; WX 494 ; N lozenge ; B 10 0 484 745 ; C -1 ; WX 722 ; N Rcaron ; B 76 0 677 936 ; C -1 ; WX 778 ; N Gcommaaccent ; B 44 -228 713 737 ; C -1 ; WX 611 ; N ucircumflex ; B 66 -14 545 750 ; C -1 ; WX 556 ; N acircumflex ; B 29 -14 527 750 ; C -1 ; WX 722 ; N Amacron ; B 20 0 702 864 ; C -1 ; WX 389 ; N rcaron ; B 18 0 373 750 ; C -1 ; WX 556 ; N ccedilla ; B 34 -228 524 546 ; C -1 ; WX 611 ; N Zdotaccent ; B 25 0 586 915 ; C -1 ; WX 667 ; N Thorn ; B 76 0 627 718 ; C -1 ; WX 778 ; N Omacron ; B 44 -19 734 864 ; C -1 ; WX 722 ; N Racute ; B 76 0 677 936 ; C -1 ; WX 667 ; N Sacute ; B 39 -19 629 936 ; C -1 ; WX 743 ; N dcaron ; B 34 -14 750 718 ; C -1 ; WX 722 ; N Umacron ; B 72 -19 651 864 ; C -1 ; WX 611 ; N uring ; B 66 -14 545 776 ; C -1 ; WX 333 ; N threesuperior ; B 8 271 326 710 ; C -1 ; WX 778 ; N Ograve ; B 44 -19 734 936 ; C -1 ; WX 722 ; N Agrave ; B 20 0 702 936 ; C -1 ; WX 722 ; N Abreve ; B 20 0 702 936 ; C -1 ; WX 584 ; N multiply ; B 40 1 545 505 ; C -1 ; WX 611 ; N uacute ; B 66 -14 545 750 ; C -1 ; WX 611 ; N Tcaron ; B 14 0 598 936 ; C -1 ; WX 494 ; N partialdiff ; B 11 -21 494 750 ; C -1 ; WX 556 ; N ydieresis ; B 10 -214 539 729 ; C -1 ; WX 722 ; N Nacute ; B 69 0 654 936 ; C -1 ; WX 278 ; N icircumflex ; B -37 0 316 750 ; C -1 ; WX 667 ; N Ecircumflex ; B 76 0 621 936 ; C -1 ; WX 556 ; N adieresis ; B 29 -14 527 729 ; C -1 ; WX 556 ; N edieresis ; B 23 -14 528 729 ; C -1 ; WX 556 ; N cacute ; B 34 -14 524 750 ; C -1 ; WX 611 ; N nacute ; B 65 0 546 750 ; C -1 ; WX 611 ; N umacron ; B 66 -14 545 678 ; C -1 ; WX 722 ; N Ncaron ; B 69 0 654 936 ; C -1 ; WX 278 ; N Iacute ; B 64 0 329 936 ; C -1 ; WX 584 ; N plusminus ; B 40 0 544 506 ; C -1 ; WX 280 ; N brokenbar ; B 84 -150 196 700 ; C -1 ; WX 737 ; N registered ; B -11 -19 748 737 ; C -1 ; WX 778 ; N Gbreve ; B 44 -19 713 936 ; C -1 ; WX 278 ; N Idotaccent ; B 64 0 214 915 ; C -1 ; WX 600 ; N summation ; B 14 -10 585 706 ; C -1 ; WX 667 ; N Egrave ; B 76 0 621 936 ; C -1 ; WX 389 ; N racute ; B 64 0 384 750 ; C -1 ; WX 611 ; N omacron ; B 34 -14 578 678 ; C -1 ; WX 611 ; N Zacute ; B 25 0 586 936 ; C -1 ; WX 611 ; N Zcaron ; B 25 0 586 936 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 523 704 ; C -1 ; WX 722 ; N Eth ; B -5 0 685 718 ; C -1 ; WX 722 ; N Ccedilla ; B 44 -228 684 737 ; C -1 ; WX 278 ; N lcommaaccent ; B 69 -228 213 718 ; C -1 ; WX 389 ; N tcaron ; B 10 -6 421 878 ; C -1 ; WX 556 ; N eogonek ; B 23 -228 528 546 ; C -1 ; WX 722 ; N Uogonek ; B 72 -228 651 718 ; C -1 ; WX 722 ; N Aacute ; B 20 0 702 936 ; C -1 ; WX 722 ; N Adieresis ; B 20 0 702 915 ; C -1 ; WX 556 ; N egrave ; B 23 -14 528 750 ; C -1 ; WX 500 ; N zacute ; B 20 0 480 750 ; C -1 ; WX 278 ; N iogonek ; B 16 -224 249 725 ; C -1 ; WX 778 ; N Oacute ; B 44 -19 734 936 ; C -1 ; WX 611 ; N oacute ; B 34 -14 578 750 ; C -1 ; WX 556 ; N amacron ; B 29 -14 527 678 ; C -1 ; WX 556 ; N sacute ; B 30 -14 519 750 ; C -1 ; WX 278 ; N idieresis ; B -21 0 300 729 ; C -1 ; WX 778 ; N Ocircumflex ; B 44 -19 734 936 ; C -1 ; WX 722 ; N Ugrave ; B 72 -19 651 936 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 611 ; N thorn ; B 62 -208 578 718 ; C -1 ; WX 333 ; N twosuperior ; B 9 283 324 710 ; C -1 ; WX 778 ; N Odieresis ; B 44 -19 734 915 ; C -1 ; WX 611 ; N mu ; B 66 -207 545 532 ; C -1 ; WX 278 ; N igrave ; B -50 0 209 750 ; C -1 ; WX 611 ; N ohungarumlaut ; B 34 -14 625 750 ; C -1 ; WX 667 ; N Eogonek ; B 76 -224 639 718 ; C -1 ; WX 611 ; N dcroat ; B 34 -14 650 718 ; C -1 ; WX 834 ; N threequarters ; B 16 -19 799 710 ; C -1 ; WX 667 ; N Scedilla ; B 39 -228 629 737 ; C -1 ; WX 400 ; N lcaron ; B 69 0 408 718 ; C -1 ; WX 722 ; N Kcommaaccent ; B 87 -228 722 718 ; C -1 ; WX 611 ; N Lacute ; B 76 0 583 936 ; C -1 ; WX 1000 ; N trademark ; B 44 306 956 718 ; C -1 ; WX 556 ; N edotaccent ; B 23 -14 528 729 ; C -1 ; WX 278 ; N Igrave ; B -50 0 214 936 ; C -1 ; WX 278 ; N Imacron ; B -33 0 312 864 ; C -1 ; WX 611 ; N Lcaron ; B 76 0 583 718 ; C -1 ; WX 834 ; N onehalf ; B 26 -19 794 710 ; C -1 ; WX 549 ; N lessequal ; B 29 0 526 704 ; C -1 ; WX 611 ; N ocircumflex ; B 34 -14 578 750 ; C -1 ; WX 611 ; N ntilde ; B 65 0 546 737 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 72 -19 681 936 ; C -1 ; WX 667 ; N Eacute ; B 76 0 621 936 ; C -1 ; WX 556 ; N emacron ; B 23 -14 528 678 ; C -1 ; WX 611 ; N gbreve ; B 40 -217 553 750 ; C -1 ; WX 834 ; N onequarter ; B 26 -19 766 710 ; C -1 ; WX 667 ; N Scaron ; B 39 -19 629 936 ; C -1 ; WX 667 ; N Scommaaccent ; B 39 -228 629 737 ; C -1 ; WX 778 ; N Ohungarumlaut ; B 44 -19 734 936 ; C -1 ; WX 400 ; N degree ; B 57 426 343 712 ; C -1 ; WX 611 ; N ograve ; B 34 -14 578 750 ; C -1 ; WX 722 ; N Ccaron ; B 44 -19 684 936 ; C -1 ; WX 611 ; N ugrave ; B 66 -14 545 750 ; C -1 ; WX 549 ; N radical ; B 10 -46 512 850 ; C -1 ; WX 722 ; N Dcaron ; B 76 0 685 936 ; C -1 ; WX 389 ; N rcommaaccent ; B 64 -228 373 546 ; C -1 ; WX 722 ; N Ntilde ; B 69 0 654 923 ; C -1 ; WX 611 ; N otilde ; B 34 -14 578 737 ; C -1 ; WX 722 ; N Rcommaaccent ; B 76 -228 677 718 ; C -1 ; WX 611 ; N Lcommaaccent ; B 76 -228 583 718 ; C -1 ; WX 722 ; N Atilde ; B 20 0 702 923 ; C -1 ; WX 722 ; N Aogonek ; B 20 -224 742 718 ; C -1 ; WX 722 ; N Aring ; B 20 0 702 962 ; C -1 ; WX 778 ; N Otilde ; B 44 -19 734 923 ; C -1 ; WX 500 ; N zdotaccent ; B 20 0 480 729 ; C -1 ; WX 667 ; N Ecaron ; B 76 0 621 936 ; C -1 ; WX 278 ; N Iogonek ; B -11 -228 222 718 ; C -1 ; WX 556 ; N kcommaaccent ; B 69 -228 562 718 ; C -1 ; WX 584 ; N minus ; B 40 197 544 309 ; C -1 ; WX 278 ; N Icircumflex ; B -37 0 316 936 ; C -1 ; WX 611 ; N ncaron ; B 65 0 546 750 ; C -1 ; WX 333 ; N tcommaaccent ; B 10 -228 309 676 ; C -1 ; WX 584 ; N logicalnot ; B 40 108 544 419 ; C -1 ; WX 611 ; N odieresis ; B 34 -14 578 729 ; C -1 ; WX 611 ; N udieresis ; B 66 -14 545 729 ; C -1 ; WX 549 ; N notequal ; B 15 -49 540 570 ; C -1 ; WX 611 ; N gcommaaccent ; B 40 -217 553 850 ; C -1 ; WX 611 ; N eth ; B 34 -14 578 737 ; C -1 ; WX 500 ; N zcaron ; B 20 0 480 750 ; C -1 ; WX 611 ; N ncommaaccent ; B 65 -228 546 546 ; C -1 ; WX 333 ; N onesuperior ; B 26 283 237 710 ; C -1 ; WX 278 ; N imacron ; B -8 0 285 678 ; C -1 ; WX 556 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2481 KPX A C -40 KPX A Cacute -40 KPX A Ccaron -40 KPX A Ccedilla -40 KPX A G -50 KPX A Gbreve -50 KPX A Gcommaaccent -50 KPX A O -40 KPX A Oacute -40 KPX A Ocircumflex -40 KPX A Odieresis -40 KPX A Ograve -40 KPX A Ohungarumlaut -40 KPX A Omacron -40 KPX A Oslash -40 KPX A Otilde -40 KPX A Q -40 KPX A T -90 KPX A Tcaron -90 KPX A Tcommaaccent -90 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -80 KPX A W -60 KPX A Y -110 KPX A Yacute -110 KPX A Ydieresis -110 KPX A u -30 KPX A uacute -30 KPX A ucircumflex -30 KPX A udieresis -30 KPX A ugrave -30 KPX A uhungarumlaut -30 KPX A umacron -30 KPX A uogonek -30 KPX A uring -30 KPX A v -40 KPX A w -30 KPX A y -30 KPX A yacute -30 KPX A ydieresis -30 KPX Aacute C -40 KPX Aacute Cacute -40 KPX Aacute Ccaron -40 KPX Aacute Ccedilla -40 KPX Aacute G -50 KPX Aacute Gbreve -50 KPX Aacute Gcommaaccent -50 KPX Aacute O -40 KPX Aacute Oacute -40 KPX Aacute Ocircumflex -40 KPX Aacute Odieresis -40 KPX Aacute Ograve -40 KPX Aacute Ohungarumlaut -40 KPX Aacute Omacron -40 KPX Aacute Oslash -40 KPX Aacute Otilde -40 KPX Aacute Q -40 KPX Aacute T -90 KPX Aacute Tcaron -90 KPX Aacute Tcommaaccent -90 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -80 KPX Aacute W -60 KPX Aacute Y -110 KPX Aacute Yacute -110 KPX Aacute Ydieresis -110 KPX Aacute u -30 KPX Aacute uacute -30 KPX Aacute ucircumflex -30 KPX Aacute udieresis -30 KPX Aacute ugrave -30 KPX Aacute uhungarumlaut -30 KPX Aacute umacron -30 KPX Aacute uogonek -30 KPX Aacute uring -30 KPX Aacute v -40 KPX Aacute w -30 KPX Aacute y -30 KPX Aacute yacute -30 KPX Aacute ydieresis -30 KPX Abreve C -40 KPX Abreve Cacute -40 KPX Abreve Ccaron -40 KPX Abreve Ccedilla -40 KPX Abreve G -50 KPX Abreve Gbreve -50 KPX Abreve Gcommaaccent -50 KPX Abreve O -40 KPX Abreve Oacute -40 KPX Abreve Ocircumflex -40 KPX Abreve Odieresis -40 KPX Abreve Ograve -40 KPX Abreve Ohungarumlaut -40 KPX Abreve Omacron -40 KPX Abreve Oslash -40 KPX Abreve Otilde -40 KPX Abreve Q -40 KPX Abreve T -90 KPX Abreve Tcaron -90 KPX Abreve Tcommaaccent -90 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -80 KPX Abreve W -60 KPX Abreve Y -110 KPX Abreve Yacute -110 KPX Abreve Ydieresis -110 KPX Abreve u -30 KPX Abreve uacute -30 KPX Abreve ucircumflex -30 KPX Abreve udieresis -30 KPX Abreve ugrave -30 KPX Abreve uhungarumlaut -30 KPX Abreve umacron -30 KPX Abreve uogonek -30 KPX Abreve uring -30 KPX Abreve v -40 KPX Abreve w -30 KPX Abreve y -30 KPX Abreve yacute -30 KPX Abreve ydieresis -30 KPX Acircumflex C -40 KPX Acircumflex Cacute -40 KPX Acircumflex Ccaron -40 KPX Acircumflex Ccedilla -40 KPX Acircumflex G -50 KPX Acircumflex Gbreve -50 KPX Acircumflex Gcommaaccent -50 KPX Acircumflex O -40 KPX Acircumflex Oacute -40 KPX Acircumflex Ocircumflex -40 KPX Acircumflex Odieresis -40 KPX Acircumflex Ograve -40 KPX Acircumflex Ohungarumlaut -40 KPX Acircumflex Omacron -40 KPX Acircumflex Oslash -40 KPX Acircumflex Otilde -40 KPX Acircumflex Q -40 KPX Acircumflex T -90 KPX Acircumflex Tcaron -90 KPX Acircumflex Tcommaaccent -90 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -80 KPX Acircumflex W -60 KPX Acircumflex Y -110 KPX Acircumflex Yacute -110 KPX Acircumflex Ydieresis -110 KPX Acircumflex u -30 KPX Acircumflex uacute -30 KPX Acircumflex ucircumflex -30 KPX Acircumflex udieresis -30 KPX Acircumflex ugrave -30 KPX Acircumflex uhungarumlaut -30 KPX Acircumflex umacron -30 KPX Acircumflex uogonek -30 KPX Acircumflex uring -30 KPX Acircumflex v -40 KPX Acircumflex w -30 KPX Acircumflex y -30 KPX Acircumflex yacute -30 KPX Acircumflex ydieresis -30 KPX Adieresis C -40 KPX Adieresis Cacute -40 KPX Adieresis Ccaron -40 KPX Adieresis Ccedilla -40 KPX Adieresis G -50 KPX Adieresis Gbreve -50 KPX Adieresis Gcommaaccent -50 KPX Adieresis O -40 KPX Adieresis Oacute -40 KPX Adieresis Ocircumflex -40 KPX Adieresis Odieresis -40 KPX Adieresis Ograve -40 KPX Adieresis Ohungarumlaut -40 KPX Adieresis Omacron -40 KPX Adieresis Oslash -40 KPX Adieresis Otilde -40 KPX Adieresis Q -40 KPX Adieresis T -90 KPX Adieresis Tcaron -90 KPX Adieresis Tcommaaccent -90 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -80 KPX Adieresis W -60 KPX Adieresis Y -110 KPX Adieresis Yacute -110 KPX Adieresis Ydieresis -110 KPX Adieresis u -30 KPX Adieresis uacute -30 KPX Adieresis ucircumflex -30 KPX Adieresis udieresis -30 KPX Adieresis ugrave -30 KPX Adieresis uhungarumlaut -30 KPX Adieresis umacron -30 KPX Adieresis uogonek -30 KPX Adieresis uring -30 KPX Adieresis v -40 KPX Adieresis w -30 KPX Adieresis y -30 KPX Adieresis yacute -30 KPX Adieresis ydieresis -30 KPX Agrave C -40 KPX Agrave Cacute -40 KPX Agrave Ccaron -40 KPX Agrave Ccedilla -40 KPX Agrave G -50 KPX Agrave Gbreve -50 KPX Agrave Gcommaaccent -50 KPX Agrave O -40 KPX Agrave Oacute -40 KPX Agrave Ocircumflex -40 KPX Agrave Odieresis -40 KPX Agrave Ograve -40 KPX Agrave Ohungarumlaut -40 KPX Agrave Omacron -40 KPX Agrave Oslash -40 KPX Agrave Otilde -40 KPX Agrave Q -40 KPX Agrave T -90 KPX Agrave Tcaron -90 KPX Agrave Tcommaaccent -90 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -80 KPX Agrave W -60 KPX Agrave Y -110 KPX Agrave Yacute -110 KPX Agrave Ydieresis -110 KPX Agrave u -30 KPX Agrave uacute -30 KPX Agrave ucircumflex -30 KPX Agrave udieresis -30 KPX Agrave ugrave -30 KPX Agrave uhungarumlaut -30 KPX Agrave umacron -30 KPX Agrave uogonek -30 KPX Agrave uring -30 KPX Agrave v -40 KPX Agrave w -30 KPX Agrave y -30 KPX Agrave yacute -30 KPX Agrave ydieresis -30 KPX Amacron C -40 KPX Amacron Cacute -40 KPX Amacron Ccaron -40 KPX Amacron Ccedilla -40 KPX Amacron G -50 KPX Amacron Gbreve -50 KPX Amacron Gcommaaccent -50 KPX Amacron O -40 KPX Amacron Oacute -40 KPX Amacron Ocircumflex -40 KPX Amacron Odieresis -40 KPX Amacron Ograve -40 KPX Amacron Ohungarumlaut -40 KPX Amacron Omacron -40 KPX Amacron Oslash -40 KPX Amacron Otilde -40 KPX Amacron Q -40 KPX Amacron T -90 KPX Amacron Tcaron -90 KPX Amacron Tcommaaccent -90 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -80 KPX Amacron W -60 KPX Amacron Y -110 KPX Amacron Yacute -110 KPX Amacron Ydieresis -110 KPX Amacron u -30 KPX Amacron uacute -30 KPX Amacron ucircumflex -30 KPX Amacron udieresis -30 KPX Amacron ugrave -30 KPX Amacron uhungarumlaut -30 KPX Amacron umacron -30 KPX Amacron uogonek -30 KPX Amacron uring -30 KPX Amacron v -40 KPX Amacron w -30 KPX Amacron y -30 KPX Amacron yacute -30 KPX Amacron ydieresis -30 KPX Aogonek C -40 KPX Aogonek Cacute -40 KPX Aogonek Ccaron -40 KPX Aogonek Ccedilla -40 KPX Aogonek G -50 KPX Aogonek Gbreve -50 KPX Aogonek Gcommaaccent -50 KPX Aogonek O -40 KPX Aogonek Oacute -40 KPX Aogonek Ocircumflex -40 KPX Aogonek Odieresis -40 KPX Aogonek Ograve -40 KPX Aogonek Ohungarumlaut -40 KPX Aogonek Omacron -40 KPX Aogonek Oslash -40 KPX Aogonek Otilde -40 KPX Aogonek Q -40 KPX Aogonek T -90 KPX Aogonek Tcaron -90 KPX Aogonek Tcommaaccent -90 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -80 KPX Aogonek W -60 KPX Aogonek Y -110 KPX Aogonek Yacute -110 KPX Aogonek Ydieresis -110 KPX Aogonek u -30 KPX Aogonek uacute -30 KPX Aogonek ucircumflex -30 KPX Aogonek udieresis -30 KPX Aogonek ugrave -30 KPX Aogonek uhungarumlaut -30 KPX Aogonek umacron -30 KPX Aogonek uogonek -30 KPX Aogonek uring -30 KPX Aogonek v -40 KPX Aogonek w -30 KPX Aogonek y -30 KPX Aogonek yacute -30 KPX Aogonek ydieresis -30 KPX Aring C -40 KPX Aring Cacute -40 KPX Aring Ccaron -40 KPX Aring Ccedilla -40 KPX Aring G -50 KPX Aring Gbreve -50 KPX Aring Gcommaaccent -50 KPX Aring O -40 KPX Aring Oacute -40 KPX Aring Ocircumflex -40 KPX Aring Odieresis -40 KPX Aring Ograve -40 KPX Aring Ohungarumlaut -40 KPX Aring Omacron -40 KPX Aring Oslash -40 KPX Aring Otilde -40 KPX Aring Q -40 KPX Aring T -90 KPX Aring Tcaron -90 KPX Aring Tcommaaccent -90 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -80 KPX Aring W -60 KPX Aring Y -110 KPX Aring Yacute -110 KPX Aring Ydieresis -110 KPX Aring u -30 KPX Aring uacute -30 KPX Aring ucircumflex -30 KPX Aring udieresis -30 KPX Aring ugrave -30 KPX Aring uhungarumlaut -30 KPX Aring umacron -30 KPX Aring uogonek -30 KPX Aring uring -30 KPX Aring v -40 KPX Aring w -30 KPX Aring y -30 KPX Aring yacute -30 KPX Aring ydieresis -30 KPX Atilde C -40 KPX Atilde Cacute -40 KPX Atilde Ccaron -40 KPX Atilde Ccedilla -40 KPX Atilde G -50 KPX Atilde Gbreve -50 KPX Atilde Gcommaaccent -50 KPX Atilde O -40 KPX Atilde Oacute -40 KPX Atilde Ocircumflex -40 KPX Atilde Odieresis -40 KPX Atilde Ograve -40 KPX Atilde Ohungarumlaut -40 KPX Atilde Omacron -40 KPX Atilde Oslash -40 KPX Atilde Otilde -40 KPX Atilde Q -40 KPX Atilde T -90 KPX Atilde Tcaron -90 KPX Atilde Tcommaaccent -90 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -80 KPX Atilde W -60 KPX Atilde Y -110 KPX Atilde Yacute -110 KPX Atilde Ydieresis -110 KPX Atilde u -30 KPX Atilde uacute -30 KPX Atilde ucircumflex -30 KPX Atilde udieresis -30 KPX Atilde ugrave -30 KPX Atilde uhungarumlaut -30 KPX Atilde umacron -30 KPX Atilde uogonek -30 KPX Atilde uring -30 KPX Atilde v -40 KPX Atilde w -30 KPX Atilde y -30 KPX Atilde yacute -30 KPX Atilde ydieresis -30 KPX B A -30 KPX B Aacute -30 KPX B Abreve -30 KPX B Acircumflex -30 KPX B Adieresis -30 KPX B Agrave -30 KPX B Amacron -30 KPX B Aogonek -30 KPX B Aring -30 KPX B Atilde -30 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX D A -40 KPX D Aacute -40 KPX D Abreve -40 KPX D Acircumflex -40 KPX D Adieresis -40 KPX D Agrave -40 KPX D Amacron -40 KPX D Aogonek -40 KPX D Aring -40 KPX D Atilde -40 KPX D V -40 KPX D W -40 KPX D Y -70 KPX D Yacute -70 KPX D Ydieresis -70 KPX D comma -30 KPX D period -30 KPX Dcaron A -40 KPX Dcaron Aacute -40 KPX Dcaron Abreve -40 KPX Dcaron Acircumflex -40 KPX Dcaron Adieresis -40 KPX Dcaron Agrave -40 KPX Dcaron Amacron -40 KPX Dcaron Aogonek -40 KPX Dcaron Aring -40 KPX Dcaron Atilde -40 KPX Dcaron V -40 KPX Dcaron W -40 KPX Dcaron Y -70 KPX Dcaron Yacute -70 KPX Dcaron Ydieresis -70 KPX Dcaron comma -30 KPX Dcaron period -30 KPX Dcroat A -40 KPX Dcroat Aacute -40 KPX Dcroat Abreve -40 KPX Dcroat Acircumflex -40 KPX Dcroat Adieresis -40 KPX Dcroat Agrave -40 KPX Dcroat Amacron -40 KPX Dcroat Aogonek -40 KPX Dcroat Aring -40 KPX Dcroat Atilde -40 KPX Dcroat V -40 KPX Dcroat W -40 KPX Dcroat Y -70 KPX Dcroat Yacute -70 KPX Dcroat Ydieresis -70 KPX Dcroat comma -30 KPX Dcroat period -30 KPX F A -80 KPX F Aacute -80 KPX F Abreve -80 KPX F Acircumflex -80 KPX F Adieresis -80 KPX F Agrave -80 KPX F Amacron -80 KPX F Aogonek -80 KPX F Aring -80 KPX F Atilde -80 KPX F a -20 KPX F aacute -20 KPX F abreve -20 KPX F acircumflex -20 KPX F adieresis -20 KPX F agrave -20 KPX F amacron -20 KPX F aogonek -20 KPX F aring -20 KPX F atilde -20 KPX F comma -100 KPX F period -100 KPX J A -20 KPX J Aacute -20 KPX J Abreve -20 KPX J Acircumflex -20 KPX J Adieresis -20 KPX J Agrave -20 KPX J Amacron -20 KPX J Aogonek -20 KPX J Aring -20 KPX J Atilde -20 KPX J comma -20 KPX J period -20 KPX J u -20 KPX J uacute -20 KPX J ucircumflex -20 KPX J udieresis -20 KPX J ugrave -20 KPX J uhungarumlaut -20 KPX J umacron -20 KPX J uogonek -20 KPX J uring -20 KPX K O -30 KPX K Oacute -30 KPX K Ocircumflex -30 KPX K Odieresis -30 KPX K Ograve -30 KPX K Ohungarumlaut -30 KPX K Omacron -30 KPX K Oslash -30 KPX K Otilde -30 KPX K e -15 KPX K eacute -15 KPX K ecaron -15 KPX K ecircumflex -15 KPX K edieresis -15 KPX K edotaccent -15 KPX K egrave -15 KPX K emacron -15 KPX K eogonek -15 KPX K o -35 KPX K oacute -35 KPX K ocircumflex -35 KPX K odieresis -35 KPX K ograve -35 KPX K ohungarumlaut -35 KPX K omacron -35 KPX K oslash -35 KPX K otilde -35 KPX K u -30 KPX K uacute -30 KPX K ucircumflex -30 KPX K udieresis -30 KPX K ugrave -30 KPX K uhungarumlaut -30 KPX K umacron -30 KPX K uogonek -30 KPX K uring -30 KPX K y -40 KPX K yacute -40 KPX K ydieresis -40 KPX Kcommaaccent O -30 KPX Kcommaaccent Oacute -30 KPX Kcommaaccent Ocircumflex -30 KPX Kcommaaccent Odieresis -30 KPX Kcommaaccent Ograve -30 KPX Kcommaaccent Ohungarumlaut -30 KPX Kcommaaccent Omacron -30 KPX Kcommaaccent Oslash -30 KPX Kcommaaccent Otilde -30 KPX Kcommaaccent e -15 KPX Kcommaaccent eacute -15 KPX Kcommaaccent ecaron -15 KPX Kcommaaccent ecircumflex -15 KPX Kcommaaccent edieresis -15 KPX Kcommaaccent edotaccent -15 KPX Kcommaaccent egrave -15 KPX Kcommaaccent emacron -15 KPX Kcommaaccent eogonek -15 KPX Kcommaaccent o -35 KPX Kcommaaccent oacute -35 KPX Kcommaaccent ocircumflex -35 KPX Kcommaaccent odieresis -35 KPX Kcommaaccent ograve -35 KPX Kcommaaccent ohungarumlaut -35 KPX Kcommaaccent omacron -35 KPX Kcommaaccent oslash -35 KPX Kcommaaccent otilde -35 KPX Kcommaaccent u -30 KPX Kcommaaccent uacute -30 KPX Kcommaaccent ucircumflex -30 KPX Kcommaaccent udieresis -30 KPX Kcommaaccent ugrave -30 KPX Kcommaaccent uhungarumlaut -30 KPX Kcommaaccent umacron -30 KPX Kcommaaccent uogonek -30 KPX Kcommaaccent uring -30 KPX Kcommaaccent y -40 KPX Kcommaaccent yacute -40 KPX Kcommaaccent ydieresis -40 KPX L T -90 KPX L Tcaron -90 KPX L Tcommaaccent -90 KPX L V -110 KPX L W -80 KPX L Y -120 KPX L Yacute -120 KPX L Ydieresis -120 KPX L quotedblright -140 KPX L quoteright -140 KPX L y -30 KPX L yacute -30 KPX L ydieresis -30 KPX Lacute T -90 KPX Lacute Tcaron -90 KPX Lacute Tcommaaccent -90 KPX Lacute V -110 KPX Lacute W -80 KPX Lacute Y -120 KPX Lacute Yacute -120 KPX Lacute Ydieresis -120 KPX Lacute quotedblright -140 KPX Lacute quoteright -140 KPX Lacute y -30 KPX Lacute yacute -30 KPX Lacute ydieresis -30 KPX Lcommaaccent T -90 KPX Lcommaaccent Tcaron -90 KPX Lcommaaccent Tcommaaccent -90 KPX Lcommaaccent V -110 KPX Lcommaaccent W -80 KPX Lcommaaccent Y -120 KPX Lcommaaccent Yacute -120 KPX Lcommaaccent Ydieresis -120 KPX Lcommaaccent quotedblright -140 KPX Lcommaaccent quoteright -140 KPX Lcommaaccent y -30 KPX Lcommaaccent yacute -30 KPX Lcommaaccent ydieresis -30 KPX Lslash T -90 KPX Lslash Tcaron -90 KPX Lslash Tcommaaccent -90 KPX Lslash V -110 KPX Lslash W -80 KPX Lslash Y -120 KPX Lslash Yacute -120 KPX Lslash Ydieresis -120 KPX Lslash quotedblright -140 KPX Lslash quoteright -140 KPX Lslash y -30 KPX Lslash yacute -30 KPX Lslash ydieresis -30 KPX O A -50 KPX O Aacute -50 KPX O Abreve -50 KPX O Acircumflex -50 KPX O Adieresis -50 KPX O Agrave -50 KPX O Amacron -50 KPX O Aogonek -50 KPX O Aring -50 KPX O Atilde -50 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -50 KPX O X -50 KPX O Y -70 KPX O Yacute -70 KPX O Ydieresis -70 KPX O comma -40 KPX O period -40 KPX Oacute A -50 KPX Oacute Aacute -50 KPX Oacute Abreve -50 KPX Oacute Acircumflex -50 KPX Oacute Adieresis -50 KPX Oacute Agrave -50 KPX Oacute Amacron -50 KPX Oacute Aogonek -50 KPX Oacute Aring -50 KPX Oacute Atilde -50 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -50 KPX Oacute X -50 KPX Oacute Y -70 KPX Oacute Yacute -70 KPX Oacute Ydieresis -70 KPX Oacute comma -40 KPX Oacute period -40 KPX Ocircumflex A -50 KPX Ocircumflex Aacute -50 KPX Ocircumflex Abreve -50 KPX Ocircumflex Acircumflex -50 KPX Ocircumflex Adieresis -50 KPX Ocircumflex Agrave -50 KPX Ocircumflex Amacron -50 KPX Ocircumflex Aogonek -50 KPX Ocircumflex Aring -50 KPX Ocircumflex Atilde -50 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -50 KPX Ocircumflex X -50 KPX Ocircumflex Y -70 KPX Ocircumflex Yacute -70 KPX Ocircumflex Ydieresis -70 KPX Ocircumflex comma -40 KPX Ocircumflex period -40 KPX Odieresis A -50 KPX Odieresis Aacute -50 KPX Odieresis Abreve -50 KPX Odieresis Acircumflex -50 KPX Odieresis Adieresis -50 KPX Odieresis Agrave -50 KPX Odieresis Amacron -50 KPX Odieresis Aogonek -50 KPX Odieresis Aring -50 KPX Odieresis Atilde -50 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -50 KPX Odieresis X -50 KPX Odieresis Y -70 KPX Odieresis Yacute -70 KPX Odieresis Ydieresis -70 KPX Odieresis comma -40 KPX Odieresis period -40 KPX Ograve A -50 KPX Ograve Aacute -50 KPX Ograve Abreve -50 KPX Ograve Acircumflex -50 KPX Ograve Adieresis -50 KPX Ograve Agrave -50 KPX Ograve Amacron -50 KPX Ograve Aogonek -50 KPX Ograve Aring -50 KPX Ograve Atilde -50 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -50 KPX Ograve X -50 KPX Ograve Y -70 KPX Ograve Yacute -70 KPX Ograve Ydieresis -70 KPX Ograve comma -40 KPX Ograve period -40 KPX Ohungarumlaut A -50 KPX Ohungarumlaut Aacute -50 KPX Ohungarumlaut Abreve -50 KPX Ohungarumlaut Acircumflex -50 KPX Ohungarumlaut Adieresis -50 KPX Ohungarumlaut Agrave -50 KPX Ohungarumlaut Amacron -50 KPX Ohungarumlaut Aogonek -50 KPX Ohungarumlaut Aring -50 KPX Ohungarumlaut Atilde -50 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -50 KPX Ohungarumlaut X -50 KPX Ohungarumlaut Y -70 KPX Ohungarumlaut Yacute -70 KPX Ohungarumlaut Ydieresis -70 KPX Ohungarumlaut comma -40 KPX Ohungarumlaut period -40 KPX Omacron A -50 KPX Omacron Aacute -50 KPX Omacron Abreve -50 KPX Omacron Acircumflex -50 KPX Omacron Adieresis -50 KPX Omacron Agrave -50 KPX Omacron Amacron -50 KPX Omacron Aogonek -50 KPX Omacron Aring -50 KPX Omacron Atilde -50 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -50 KPX Omacron X -50 KPX Omacron Y -70 KPX Omacron Yacute -70 KPX Omacron Ydieresis -70 KPX Omacron comma -40 KPX Omacron period -40 KPX Oslash A -50 KPX Oslash Aacute -50 KPX Oslash Abreve -50 KPX Oslash Acircumflex -50 KPX Oslash Adieresis -50 KPX Oslash Agrave -50 KPX Oslash Amacron -50 KPX Oslash Aogonek -50 KPX Oslash Aring -50 KPX Oslash Atilde -50 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -50 KPX Oslash X -50 KPX Oslash Y -70 KPX Oslash Yacute -70 KPX Oslash Ydieresis -70 KPX Oslash comma -40 KPX Oslash period -40 KPX Otilde A -50 KPX Otilde Aacute -50 KPX Otilde Abreve -50 KPX Otilde Acircumflex -50 KPX Otilde Adieresis -50 KPX Otilde Agrave -50 KPX Otilde Amacron -50 KPX Otilde Aogonek -50 KPX Otilde Aring -50 KPX Otilde Atilde -50 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -50 KPX Otilde X -50 KPX Otilde Y -70 KPX Otilde Yacute -70 KPX Otilde Ydieresis -70 KPX Otilde comma -40 KPX Otilde period -40 KPX P A -100 KPX P Aacute -100 KPX P Abreve -100 KPX P Acircumflex -100 KPX P Adieresis -100 KPX P Agrave -100 KPX P Amacron -100 KPX P Aogonek -100 KPX P Aring -100 KPX P Atilde -100 KPX P a -30 KPX P aacute -30 KPX P abreve -30 KPX P acircumflex -30 KPX P adieresis -30 KPX P agrave -30 KPX P amacron -30 KPX P aogonek -30 KPX P aring -30 KPX P atilde -30 KPX P comma -120 KPX P e -30 KPX P eacute -30 KPX P ecaron -30 KPX P ecircumflex -30 KPX P edieresis -30 KPX P edotaccent -30 KPX P egrave -30 KPX P emacron -30 KPX P eogonek -30 KPX P o -40 KPX P oacute -40 KPX P ocircumflex -40 KPX P odieresis -40 KPX P ograve -40 KPX P ohungarumlaut -40 KPX P omacron -40 KPX P oslash -40 KPX P otilde -40 KPX P period -120 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX Q comma 20 KPX Q period 20 KPX R O -20 KPX R Oacute -20 KPX R Ocircumflex -20 KPX R Odieresis -20 KPX R Ograve -20 KPX R Ohungarumlaut -20 KPX R Omacron -20 KPX R Oslash -20 KPX R Otilde -20 KPX R T -20 KPX R Tcaron -20 KPX R Tcommaaccent -20 KPX R U -20 KPX R Uacute -20 KPX R Ucircumflex -20 KPX R Udieresis -20 KPX R Ugrave -20 KPX R Uhungarumlaut -20 KPX R Umacron -20 KPX R Uogonek -20 KPX R Uring -20 KPX R V -50 KPX R W -40 KPX R Y -50 KPX R Yacute -50 KPX R Ydieresis -50 KPX Racute O -20 KPX Racute Oacute -20 KPX Racute Ocircumflex -20 KPX Racute Odieresis -20 KPX Racute Ograve -20 KPX Racute Ohungarumlaut -20 KPX Racute Omacron -20 KPX Racute Oslash -20 KPX Racute Otilde -20 KPX Racute T -20 KPX Racute Tcaron -20 KPX Racute Tcommaaccent -20 KPX Racute U -20 KPX Racute Uacute -20 KPX Racute Ucircumflex -20 KPX Racute Udieresis -20 KPX Racute Ugrave -20 KPX Racute Uhungarumlaut -20 KPX Racute Umacron -20 KPX Racute Uogonek -20 KPX Racute Uring -20 KPX Racute V -50 KPX Racute W -40 KPX Racute Y -50 KPX Racute Yacute -50 KPX Racute Ydieresis -50 KPX Rcaron O -20 KPX Rcaron Oacute -20 KPX Rcaron Ocircumflex -20 KPX Rcaron Odieresis -20 KPX Rcaron Ograve -20 KPX Rcaron Ohungarumlaut -20 KPX Rcaron Omacron -20 KPX Rcaron Oslash -20 KPX Rcaron Otilde -20 KPX Rcaron T -20 KPX Rcaron Tcaron -20 KPX Rcaron Tcommaaccent -20 KPX Rcaron U -20 KPX Rcaron Uacute -20 KPX Rcaron Ucircumflex -20 KPX Rcaron Udieresis -20 KPX Rcaron Ugrave -20 KPX Rcaron Uhungarumlaut -20 KPX Rcaron Umacron -20 KPX Rcaron Uogonek -20 KPX Rcaron Uring -20 KPX Rcaron V -50 KPX Rcaron W -40 KPX Rcaron Y -50 KPX Rcaron Yacute -50 KPX Rcaron Ydieresis -50 KPX Rcommaaccent O -20 KPX Rcommaaccent Oacute -20 KPX Rcommaaccent Ocircumflex -20 KPX Rcommaaccent Odieresis -20 KPX Rcommaaccent Ograve -20 KPX Rcommaaccent Ohungarumlaut -20 KPX Rcommaaccent Omacron -20 KPX Rcommaaccent Oslash -20 KPX Rcommaaccent Otilde -20 KPX Rcommaaccent T -20 KPX Rcommaaccent Tcaron -20 KPX Rcommaaccent Tcommaaccent -20 KPX Rcommaaccent U -20 KPX Rcommaaccent Uacute -20 KPX Rcommaaccent Ucircumflex -20 KPX Rcommaaccent Udieresis -20 KPX Rcommaaccent Ugrave -20 KPX Rcommaaccent Uhungarumlaut -20 KPX Rcommaaccent Umacron -20 KPX Rcommaaccent Uogonek -20 KPX Rcommaaccent Uring -20 KPX Rcommaaccent V -50 KPX Rcommaaccent W -40 KPX Rcommaaccent Y -50 KPX Rcommaaccent Yacute -50 KPX Rcommaaccent Ydieresis -50 KPX T A -90 KPX T Aacute -90 KPX T Abreve -90 KPX T Acircumflex -90 KPX T Adieresis -90 KPX T Agrave -90 KPX T Amacron -90 KPX T Aogonek -90 KPX T Aring -90 KPX T Atilde -90 KPX T O -40 KPX T Oacute -40 KPX T Ocircumflex -40 KPX T Odieresis -40 KPX T Ograve -40 KPX T Ohungarumlaut -40 KPX T Omacron -40 KPX T Oslash -40 KPX T Otilde -40 KPX T a -80 KPX T aacute -80 KPX T abreve -80 KPX T acircumflex -80 KPX T adieresis -80 KPX T agrave -80 KPX T amacron -80 KPX T aogonek -80 KPX T aring -80 KPX T atilde -80 KPX T colon -40 KPX T comma -80 KPX T e -60 KPX T eacute -60 KPX T ecaron -60 KPX T ecircumflex -60 KPX T edieresis -60 KPX T edotaccent -60 KPX T egrave -60 KPX T emacron -60 KPX T eogonek -60 KPX T hyphen -120 KPX T o -80 KPX T oacute -80 KPX T ocircumflex -80 KPX T odieresis -80 KPX T ograve -80 KPX T ohungarumlaut -80 KPX T omacron -80 KPX T oslash -80 KPX T otilde -80 KPX T period -80 KPX T r -80 KPX T racute -80 KPX T rcommaaccent -80 KPX T semicolon -40 KPX T u -90 KPX T uacute -90 KPX T ucircumflex -90 KPX T udieresis -90 KPX T ugrave -90 KPX T uhungarumlaut -90 KPX T umacron -90 KPX T uogonek -90 KPX T uring -90 KPX T w -60 KPX T y -60 KPX T yacute -60 KPX T ydieresis -60 KPX Tcaron A -90 KPX Tcaron Aacute -90 KPX Tcaron Abreve -90 KPX Tcaron Acircumflex -90 KPX Tcaron Adieresis -90 KPX Tcaron Agrave -90 KPX Tcaron Amacron -90 KPX Tcaron Aogonek -90 KPX Tcaron Aring -90 KPX Tcaron Atilde -90 KPX Tcaron O -40 KPX Tcaron Oacute -40 KPX Tcaron Ocircumflex -40 KPX Tcaron Odieresis -40 KPX Tcaron Ograve -40 KPX Tcaron Ohungarumlaut -40 KPX Tcaron Omacron -40 KPX Tcaron Oslash -40 KPX Tcaron Otilde -40 KPX Tcaron a -80 KPX Tcaron aacute -80 KPX Tcaron abreve -80 KPX Tcaron acircumflex -80 KPX Tcaron adieresis -80 KPX Tcaron agrave -80 KPX Tcaron amacron -80 KPX Tcaron aogonek -80 KPX Tcaron aring -80 KPX Tcaron atilde -80 KPX Tcaron colon -40 KPX Tcaron comma -80 KPX Tcaron e -60 KPX Tcaron eacute -60 KPX Tcaron ecaron -60 KPX Tcaron ecircumflex -60 KPX Tcaron edieresis -60 KPX Tcaron edotaccent -60 KPX Tcaron egrave -60 KPX Tcaron emacron -60 KPX Tcaron eogonek -60 KPX Tcaron hyphen -120 KPX Tcaron o -80 KPX Tcaron oacute -80 KPX Tcaron ocircumflex -80 KPX Tcaron odieresis -80 KPX Tcaron ograve -80 KPX Tcaron ohungarumlaut -80 KPX Tcaron omacron -80 KPX Tcaron oslash -80 KPX Tcaron otilde -80 KPX Tcaron period -80 KPX Tcaron r -80 KPX Tcaron racute -80 KPX Tcaron rcommaaccent -80 KPX Tcaron semicolon -40 KPX Tcaron u -90 KPX Tcaron uacute -90 KPX Tcaron ucircumflex -90 KPX Tcaron udieresis -90 KPX Tcaron ugrave -90 KPX Tcaron uhungarumlaut -90 KPX Tcaron umacron -90 KPX Tcaron uogonek -90 KPX Tcaron uring -90 KPX Tcaron w -60 KPX Tcaron y -60 KPX Tcaron yacute -60 KPX Tcaron ydieresis -60 KPX Tcommaaccent A -90 KPX Tcommaaccent Aacute -90 KPX Tcommaaccent Abreve -90 KPX Tcommaaccent Acircumflex -90 KPX Tcommaaccent Adieresis -90 KPX Tcommaaccent Agrave -90 KPX Tcommaaccent Amacron -90 KPX Tcommaaccent Aogonek -90 KPX Tcommaaccent Aring -90 KPX Tcommaaccent Atilde -90 KPX Tcommaaccent O -40 KPX Tcommaaccent Oacute -40 KPX Tcommaaccent Ocircumflex -40 KPX Tcommaaccent Odieresis -40 KPX Tcommaaccent Ograve -40 KPX Tcommaaccent Ohungarumlaut -40 KPX Tcommaaccent Omacron -40 KPX Tcommaaccent Oslash -40 KPX Tcommaaccent Otilde -40 KPX Tcommaaccent a -80 KPX Tcommaaccent aacute -80 KPX Tcommaaccent abreve -80 KPX Tcommaaccent acircumflex -80 KPX Tcommaaccent adieresis -80 KPX Tcommaaccent agrave -80 KPX Tcommaaccent amacron -80 KPX Tcommaaccent aogonek -80 KPX Tcommaaccent aring -80 KPX Tcommaaccent atilde -80 KPX Tcommaaccent colon -40 KPX Tcommaaccent comma -80 KPX Tcommaaccent e -60 KPX Tcommaaccent eacute -60 KPX Tcommaaccent ecaron -60 KPX Tcommaaccent ecircumflex -60 KPX Tcommaaccent edieresis -60 KPX Tcommaaccent edotaccent -60 KPX Tcommaaccent egrave -60 KPX Tcommaaccent emacron -60 KPX Tcommaaccent eogonek -60 KPX Tcommaaccent hyphen -120 KPX Tcommaaccent o -80 KPX Tcommaaccent oacute -80 KPX Tcommaaccent ocircumflex -80 KPX Tcommaaccent odieresis -80 KPX Tcommaaccent ograve -80 KPX Tcommaaccent ohungarumlaut -80 KPX Tcommaaccent omacron -80 KPX Tcommaaccent oslash -80 KPX Tcommaaccent otilde -80 KPX Tcommaaccent period -80 KPX Tcommaaccent r -80 KPX Tcommaaccent racute -80 KPX Tcommaaccent rcommaaccent -80 KPX Tcommaaccent semicolon -40 KPX Tcommaaccent u -90 KPX Tcommaaccent uacute -90 KPX Tcommaaccent ucircumflex -90 KPX Tcommaaccent udieresis -90 KPX Tcommaaccent ugrave -90 KPX Tcommaaccent uhungarumlaut -90 KPX Tcommaaccent umacron -90 KPX Tcommaaccent uogonek -90 KPX Tcommaaccent uring -90 KPX Tcommaaccent w -60 KPX Tcommaaccent y -60 KPX Tcommaaccent yacute -60 KPX Tcommaaccent ydieresis -60 KPX U A -50 KPX U Aacute -50 KPX U Abreve -50 KPX U Acircumflex -50 KPX U Adieresis -50 KPX U Agrave -50 KPX U Amacron -50 KPX U Aogonek -50 KPX U Aring -50 KPX U Atilde -50 KPX U comma -30 KPX U period -30 KPX Uacute A -50 KPX Uacute Aacute -50 KPX Uacute Abreve -50 KPX Uacute Acircumflex -50 KPX Uacute Adieresis -50 KPX Uacute Agrave -50 KPX Uacute Amacron -50 KPX Uacute Aogonek -50 KPX Uacute Aring -50 KPX Uacute Atilde -50 KPX Uacute comma -30 KPX Uacute period -30 KPX Ucircumflex A -50 KPX Ucircumflex Aacute -50 KPX Ucircumflex Abreve -50 KPX Ucircumflex Acircumflex -50 KPX Ucircumflex Adieresis -50 KPX Ucircumflex Agrave -50 KPX Ucircumflex Amacron -50 KPX Ucircumflex Aogonek -50 KPX Ucircumflex Aring -50 KPX Ucircumflex Atilde -50 KPX Ucircumflex comma -30 KPX Ucircumflex period -30 KPX Udieresis A -50 KPX Udieresis Aacute -50 KPX Udieresis Abreve -50 KPX Udieresis Acircumflex -50 KPX Udieresis Adieresis -50 KPX Udieresis Agrave -50 KPX Udieresis Amacron -50 KPX Udieresis Aogonek -50 KPX Udieresis Aring -50 KPX Udieresis Atilde -50 KPX Udieresis comma -30 KPX Udieresis period -30 KPX Ugrave A -50 KPX Ugrave Aacute -50 KPX Ugrave Abreve -50 KPX Ugrave Acircumflex -50 KPX Ugrave Adieresis -50 KPX Ugrave Agrave -50 KPX Ugrave Amacron -50 KPX Ugrave Aogonek -50 KPX Ugrave Aring -50 KPX Ugrave Atilde -50 KPX Ugrave comma -30 KPX Ugrave period -30 KPX Uhungarumlaut A -50 KPX Uhungarumlaut Aacute -50 KPX Uhungarumlaut Abreve -50 KPX Uhungarumlaut Acircumflex -50 KPX Uhungarumlaut Adieresis -50 KPX Uhungarumlaut Agrave -50 KPX Uhungarumlaut Amacron -50 KPX Uhungarumlaut Aogonek -50 KPX Uhungarumlaut Aring -50 KPX Uhungarumlaut Atilde -50 KPX Uhungarumlaut comma -30 KPX Uhungarumlaut period -30 KPX Umacron A -50 KPX Umacron Aacute -50 KPX Umacron Abreve -50 KPX Umacron Acircumflex -50 KPX Umacron Adieresis -50 KPX Umacron Agrave -50 KPX Umacron Amacron -50 KPX Umacron Aogonek -50 KPX Umacron Aring -50 KPX Umacron Atilde -50 KPX Umacron comma -30 KPX Umacron period -30 KPX Uogonek A -50 KPX Uogonek Aacute -50 KPX Uogonek Abreve -50 KPX Uogonek Acircumflex -50 KPX Uogonek Adieresis -50 KPX Uogonek Agrave -50 KPX Uogonek Amacron -50 KPX Uogonek Aogonek -50 KPX Uogonek Aring -50 KPX Uogonek Atilde -50 KPX Uogonek comma -30 KPX Uogonek period -30 KPX Uring A -50 KPX Uring Aacute -50 KPX Uring Abreve -50 KPX Uring Acircumflex -50 KPX Uring Adieresis -50 KPX Uring Agrave -50 KPX Uring Amacron -50 KPX Uring Aogonek -50 KPX Uring Aring -50 KPX Uring Atilde -50 KPX Uring comma -30 KPX Uring period -30 KPX V A -80 KPX V Aacute -80 KPX V Abreve -80 KPX V Acircumflex -80 KPX V Adieresis -80 KPX V Agrave -80 KPX V Amacron -80 KPX V Aogonek -80 KPX V Aring -80 KPX V Atilde -80 KPX V G -50 KPX V Gbreve -50 KPX V Gcommaaccent -50 KPX V O -50 KPX V Oacute -50 KPX V Ocircumflex -50 KPX V Odieresis -50 KPX V Ograve -50 KPX V Ohungarumlaut -50 KPX V Omacron -50 KPX V Oslash -50 KPX V Otilde -50 KPX V a -60 KPX V aacute -60 KPX V abreve -60 KPX V acircumflex -60 KPX V adieresis -60 KPX V agrave -60 KPX V amacron -60 KPX V aogonek -60 KPX V aring -60 KPX V atilde -60 KPX V colon -40 KPX V comma -120 KPX V e -50 KPX V eacute -50 KPX V ecaron -50 KPX V ecircumflex -50 KPX V edieresis -50 KPX V edotaccent -50 KPX V egrave -50 KPX V emacron -50 KPX V eogonek -50 KPX V hyphen -80 KPX V o -90 KPX V oacute -90 KPX V ocircumflex -90 KPX V odieresis -90 KPX V ograve -90 KPX V ohungarumlaut -90 KPX V omacron -90 KPX V oslash -90 KPX V otilde -90 KPX V period -120 KPX V semicolon -40 KPX V u -60 KPX V uacute -60 KPX V ucircumflex -60 KPX V udieresis -60 KPX V ugrave -60 KPX V uhungarumlaut -60 KPX V umacron -60 KPX V uogonek -60 KPX V uring -60 KPX W A -60 KPX W Aacute -60 KPX W Abreve -60 KPX W Acircumflex -60 KPX W Adieresis -60 KPX W Agrave -60 KPX W Amacron -60 KPX W Aogonek -60 KPX W Aring -60 KPX W Atilde -60 KPX W O -20 KPX W Oacute -20 KPX W Ocircumflex -20 KPX W Odieresis -20 KPX W Ograve -20 KPX W Ohungarumlaut -20 KPX W Omacron -20 KPX W Oslash -20 KPX W Otilde -20 KPX W a -40 KPX W aacute -40 KPX W abreve -40 KPX W acircumflex -40 KPX W adieresis -40 KPX W agrave -40 KPX W amacron -40 KPX W aogonek -40 KPX W aring -40 KPX W atilde -40 KPX W colon -10 KPX W comma -80 KPX W e -35 KPX W eacute -35 KPX W ecaron -35 KPX W ecircumflex -35 KPX W edieresis -35 KPX W edotaccent -35 KPX W egrave -35 KPX W emacron -35 KPX W eogonek -35 KPX W hyphen -40 KPX W o -60 KPX W oacute -60 KPX W ocircumflex -60 KPX W odieresis -60 KPX W ograve -60 KPX W ohungarumlaut -60 KPX W omacron -60 KPX W oslash -60 KPX W otilde -60 KPX W period -80 KPX W semicolon -10 KPX W u -45 KPX W uacute -45 KPX W ucircumflex -45 KPX W udieresis -45 KPX W ugrave -45 KPX W uhungarumlaut -45 KPX W umacron -45 KPX W uogonek -45 KPX W uring -45 KPX W y -20 KPX W yacute -20 KPX W ydieresis -20 KPX Y A -110 KPX Y Aacute -110 KPX Y Abreve -110 KPX Y Acircumflex -110 KPX Y Adieresis -110 KPX Y Agrave -110 KPX Y Amacron -110 KPX Y Aogonek -110 KPX Y Aring -110 KPX Y Atilde -110 KPX Y O -70 KPX Y Oacute -70 KPX Y Ocircumflex -70 KPX Y Odieresis -70 KPX Y Ograve -70 KPX Y Ohungarumlaut -70 KPX Y Omacron -70 KPX Y Oslash -70 KPX Y Otilde -70 KPX Y a -90 KPX Y aacute -90 KPX Y abreve -90 KPX Y acircumflex -90 KPX Y adieresis -90 KPX Y agrave -90 KPX Y amacron -90 KPX Y aogonek -90 KPX Y aring -90 KPX Y atilde -90 KPX Y colon -50 KPX Y comma -100 KPX Y e -80 KPX Y eacute -80 KPX Y ecaron -80 KPX Y ecircumflex -80 KPX Y edieresis -80 KPX Y edotaccent -80 KPX Y egrave -80 KPX Y emacron -80 KPX Y eogonek -80 KPX Y o -100 KPX Y oacute -100 KPX Y ocircumflex -100 KPX Y odieresis -100 KPX Y ograve -100 KPX Y ohungarumlaut -100 KPX Y omacron -100 KPX Y oslash -100 KPX Y otilde -100 KPX Y period -100 KPX Y semicolon -50 KPX Y u -100 KPX Y uacute -100 KPX Y ucircumflex -100 KPX Y udieresis -100 KPX Y ugrave -100 KPX Y uhungarumlaut -100 KPX Y umacron -100 KPX Y uogonek -100 KPX Y uring -100 KPX Yacute A -110 KPX Yacute Aacute -110 KPX Yacute Abreve -110 KPX Yacute Acircumflex -110 KPX Yacute Adieresis -110 KPX Yacute Agrave -110 KPX Yacute Amacron -110 KPX Yacute Aogonek -110 KPX Yacute Aring -110 KPX Yacute Atilde -110 KPX Yacute O -70 KPX Yacute Oacute -70 KPX Yacute Ocircumflex -70 KPX Yacute Odieresis -70 KPX Yacute Ograve -70 KPX Yacute Ohungarumlaut -70 KPX Yacute Omacron -70 KPX Yacute Oslash -70 KPX Yacute Otilde -70 KPX Yacute a -90 KPX Yacute aacute -90 KPX Yacute abreve -90 KPX Yacute acircumflex -90 KPX Yacute adieresis -90 KPX Yacute agrave -90 KPX Yacute amacron -90 KPX Yacute aogonek -90 KPX Yacute aring -90 KPX Yacute atilde -90 KPX Yacute colon -50 KPX Yacute comma -100 KPX Yacute e -80 KPX Yacute eacute -80 KPX Yacute ecaron -80 KPX Yacute ecircumflex -80 KPX Yacute edieresis -80 KPX Yacute edotaccent -80 KPX Yacute egrave -80 KPX Yacute emacron -80 KPX Yacute eogonek -80 KPX Yacute o -100 KPX Yacute oacute -100 KPX Yacute ocircumflex -100 KPX Yacute odieresis -100 KPX Yacute ograve -100 KPX Yacute ohungarumlaut -100 KPX Yacute omacron -100 KPX Yacute oslash -100 KPX Yacute otilde -100 KPX Yacute period -100 KPX Yacute semicolon -50 KPX Yacute u -100 KPX Yacute uacute -100 KPX Yacute ucircumflex -100 KPX Yacute udieresis -100 KPX Yacute ugrave -100 KPX Yacute uhungarumlaut -100 KPX Yacute umacron -100 KPX Yacute uogonek -100 KPX Yacute uring -100 KPX Ydieresis A -110 KPX Ydieresis Aacute -110 KPX Ydieresis Abreve -110 KPX Ydieresis Acircumflex -110 KPX Ydieresis Adieresis -110 KPX Ydieresis Agrave -110 KPX Ydieresis Amacron -110 KPX Ydieresis Aogonek -110 KPX Ydieresis Aring -110 KPX Ydieresis Atilde -110 KPX Ydieresis O -70 KPX Ydieresis Oacute -70 KPX Ydieresis Ocircumflex -70 KPX Ydieresis Odieresis -70 KPX Ydieresis Ograve -70 KPX Ydieresis Ohungarumlaut -70 KPX Ydieresis Omacron -70 KPX Ydieresis Oslash -70 KPX Ydieresis Otilde -70 KPX Ydieresis a -90 KPX Ydieresis aacute -90 KPX Ydieresis abreve -90 KPX Ydieresis acircumflex -90 KPX Ydieresis adieresis -90 KPX Ydieresis agrave -90 KPX Ydieresis amacron -90 KPX Ydieresis aogonek -90 KPX Ydieresis aring -90 KPX Ydieresis atilde -90 KPX Ydieresis colon -50 KPX Ydieresis comma -100 KPX Ydieresis e -80 KPX Ydieresis eacute -80 KPX Ydieresis ecaron -80 KPX Ydieresis ecircumflex -80 KPX Ydieresis edieresis -80 KPX Ydieresis edotaccent -80 KPX Ydieresis egrave -80 KPX Ydieresis emacron -80 KPX Ydieresis eogonek -80 KPX Ydieresis o -100 KPX Ydieresis oacute -100 KPX Ydieresis ocircumflex -100 KPX Ydieresis odieresis -100 KPX Ydieresis ograve -100 KPX Ydieresis ohungarumlaut -100 KPX Ydieresis omacron -100 KPX Ydieresis oslash -100 KPX Ydieresis otilde -100 KPX Ydieresis period -100 KPX Ydieresis semicolon -50 KPX Ydieresis u -100 KPX Ydieresis uacute -100 KPX Ydieresis ucircumflex -100 KPX Ydieresis udieresis -100 KPX Ydieresis ugrave -100 KPX Ydieresis uhungarumlaut -100 KPX Ydieresis umacron -100 KPX Ydieresis uogonek -100 KPX Ydieresis uring -100 KPX a g -10 KPX a gbreve -10 KPX a gcommaaccent -10 KPX a v -15 KPX a w -15 KPX a y -20 KPX a yacute -20 KPX a ydieresis -20 KPX aacute g -10 KPX aacute gbreve -10 KPX aacute gcommaaccent -10 KPX aacute v -15 KPX aacute w -15 KPX aacute y -20 KPX aacute yacute -20 KPX aacute ydieresis -20 KPX abreve g -10 KPX abreve gbreve -10 KPX abreve gcommaaccent -10 KPX abreve v -15 KPX abreve w -15 KPX abreve y -20 KPX abreve yacute -20 KPX abreve ydieresis -20 KPX acircumflex g -10 KPX acircumflex gbreve -10 KPX acircumflex gcommaaccent -10 KPX acircumflex v -15 KPX acircumflex w -15 KPX acircumflex y -20 KPX acircumflex yacute -20 KPX acircumflex ydieresis -20 KPX adieresis g -10 KPX adieresis gbreve -10 KPX adieresis gcommaaccent -10 KPX adieresis v -15 KPX adieresis w -15 KPX adieresis y -20 KPX adieresis yacute -20 KPX adieresis ydieresis -20 KPX agrave g -10 KPX agrave gbreve -10 KPX agrave gcommaaccent -10 KPX agrave v -15 KPX agrave w -15 KPX agrave y -20 KPX agrave yacute -20 KPX agrave ydieresis -20 KPX amacron g -10 KPX amacron gbreve -10 KPX amacron gcommaaccent -10 KPX amacron v -15 KPX amacron w -15 KPX amacron y -20 KPX amacron yacute -20 KPX amacron ydieresis -20 KPX aogonek g -10 KPX aogonek gbreve -10 KPX aogonek gcommaaccent -10 KPX aogonek v -15 KPX aogonek w -15 KPX aogonek y -20 KPX aogonek yacute -20 KPX aogonek ydieresis -20 KPX aring g -10 KPX aring gbreve -10 KPX aring gcommaaccent -10 KPX aring v -15 KPX aring w -15 KPX aring y -20 KPX aring yacute -20 KPX aring ydieresis -20 KPX atilde g -10 KPX atilde gbreve -10 KPX atilde gcommaaccent -10 KPX atilde v -15 KPX atilde w -15 KPX atilde y -20 KPX atilde yacute -20 KPX atilde ydieresis -20 KPX b l -10 KPX b lacute -10 KPX b lcommaaccent -10 KPX b lslash -10 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX b v -20 KPX b y -20 KPX b yacute -20 KPX b ydieresis -20 KPX c h -10 KPX c k -20 KPX c kcommaaccent -20 KPX c l -20 KPX c lacute -20 KPX c lcommaaccent -20 KPX c lslash -20 KPX c y -10 KPX c yacute -10 KPX c ydieresis -10 KPX cacute h -10 KPX cacute k -20 KPX cacute kcommaaccent -20 KPX cacute l -20 KPX cacute lacute -20 KPX cacute lcommaaccent -20 KPX cacute lslash -20 KPX cacute y -10 KPX cacute yacute -10 KPX cacute ydieresis -10 KPX ccaron h -10 KPX ccaron k -20 KPX ccaron kcommaaccent -20 KPX ccaron l -20 KPX ccaron lacute -20 KPX ccaron lcommaaccent -20 KPX ccaron lslash -20 KPX ccaron y -10 KPX ccaron yacute -10 KPX ccaron ydieresis -10 KPX ccedilla h -10 KPX ccedilla k -20 KPX ccedilla kcommaaccent -20 KPX ccedilla l -20 KPX ccedilla lacute -20 KPX ccedilla lcommaaccent -20 KPX ccedilla lslash -20 KPX ccedilla y -10 KPX ccedilla yacute -10 KPX ccedilla ydieresis -10 KPX colon space -40 KPX comma quotedblright -120 KPX comma quoteright -120 KPX comma space -40 KPX d d -10 KPX d dcroat -10 KPX d v -15 KPX d w -15 KPX d y -15 KPX d yacute -15 KPX d ydieresis -15 KPX dcroat d -10 KPX dcroat dcroat -10 KPX dcroat v -15 KPX dcroat w -15 KPX dcroat y -15 KPX dcroat yacute -15 KPX dcroat ydieresis -15 KPX e comma 10 KPX e period 20 KPX e v -15 KPX e w -15 KPX e x -15 KPX e y -15 KPX e yacute -15 KPX e ydieresis -15 KPX eacute comma 10 KPX eacute period 20 KPX eacute v -15 KPX eacute w -15 KPX eacute x -15 KPX eacute y -15 KPX eacute yacute -15 KPX eacute ydieresis -15 KPX ecaron comma 10 KPX ecaron period 20 KPX ecaron v -15 KPX ecaron w -15 KPX ecaron x -15 KPX ecaron y -15 KPX ecaron yacute -15 KPX ecaron ydieresis -15 KPX ecircumflex comma 10 KPX ecircumflex period 20 KPX ecircumflex v -15 KPX ecircumflex w -15 KPX ecircumflex x -15 KPX ecircumflex y -15 KPX ecircumflex yacute -15 KPX ecircumflex ydieresis -15 KPX edieresis comma 10 KPX edieresis period 20 KPX edieresis v -15 KPX edieresis w -15 KPX edieresis x -15 KPX edieresis y -15 KPX edieresis yacute -15 KPX edieresis ydieresis -15 KPX edotaccent comma 10 KPX edotaccent period 20 KPX edotaccent v -15 KPX edotaccent w -15 KPX edotaccent x -15 KPX edotaccent y -15 KPX edotaccent yacute -15 KPX edotaccent ydieresis -15 KPX egrave comma 10 KPX egrave period 20 KPX egrave v -15 KPX egrave w -15 KPX egrave x -15 KPX egrave y -15 KPX egrave yacute -15 KPX egrave ydieresis -15 KPX emacron comma 10 KPX emacron period 20 KPX emacron v -15 KPX emacron w -15 KPX emacron x -15 KPX emacron y -15 KPX emacron yacute -15 KPX emacron ydieresis -15 KPX eogonek comma 10 KPX eogonek period 20 KPX eogonek v -15 KPX eogonek w -15 KPX eogonek x -15 KPX eogonek y -15 KPX eogonek yacute -15 KPX eogonek ydieresis -15 KPX f comma -10 KPX f e -10 KPX f eacute -10 KPX f ecaron -10 KPX f ecircumflex -10 KPX f edieresis -10 KPX f edotaccent -10 KPX f egrave -10 KPX f emacron -10 KPX f eogonek -10 KPX f o -20 KPX f oacute -20 KPX f ocircumflex -20 KPX f odieresis -20 KPX f ograve -20 KPX f ohungarumlaut -20 KPX f omacron -20 KPX f oslash -20 KPX f otilde -20 KPX f period -10 KPX f quotedblright 30 KPX f quoteright 30 KPX g e 10 KPX g eacute 10 KPX g ecaron 10 KPX g ecircumflex 10 KPX g edieresis 10 KPX g edotaccent 10 KPX g egrave 10 KPX g emacron 10 KPX g eogonek 10 KPX g g -10 KPX g gbreve -10 KPX g gcommaaccent -10 KPX gbreve e 10 KPX gbreve eacute 10 KPX gbreve ecaron 10 KPX gbreve ecircumflex 10 KPX gbreve edieresis 10 KPX gbreve edotaccent 10 KPX gbreve egrave 10 KPX gbreve emacron 10 KPX gbreve eogonek 10 KPX gbreve g -10 KPX gbreve gbreve -10 KPX gbreve gcommaaccent -10 KPX gcommaaccent e 10 KPX gcommaaccent eacute 10 KPX gcommaaccent ecaron 10 KPX gcommaaccent ecircumflex 10 KPX gcommaaccent edieresis 10 KPX gcommaaccent edotaccent 10 KPX gcommaaccent egrave 10 KPX gcommaaccent emacron 10 KPX gcommaaccent eogonek 10 KPX gcommaaccent g -10 KPX gcommaaccent gbreve -10 KPX gcommaaccent gcommaaccent -10 KPX h y -20 KPX h yacute -20 KPX h ydieresis -20 KPX k o -15 KPX k oacute -15 KPX k ocircumflex -15 KPX k odieresis -15 KPX k ograve -15 KPX k ohungarumlaut -15 KPX k omacron -15 KPX k oslash -15 KPX k otilde -15 KPX kcommaaccent o -15 KPX kcommaaccent oacute -15 KPX kcommaaccent ocircumflex -15 KPX kcommaaccent odieresis -15 KPX kcommaaccent ograve -15 KPX kcommaaccent ohungarumlaut -15 KPX kcommaaccent omacron -15 KPX kcommaaccent oslash -15 KPX kcommaaccent otilde -15 KPX l w -15 KPX l y -15 KPX l yacute -15 KPX l ydieresis -15 KPX lacute w -15 KPX lacute y -15 KPX lacute yacute -15 KPX lacute ydieresis -15 KPX lcommaaccent w -15 KPX lcommaaccent y -15 KPX lcommaaccent yacute -15 KPX lcommaaccent ydieresis -15 KPX lslash w -15 KPX lslash y -15 KPX lslash yacute -15 KPX lslash ydieresis -15 KPX m u -20 KPX m uacute -20 KPX m ucircumflex -20 KPX m udieresis -20 KPX m ugrave -20 KPX m uhungarumlaut -20 KPX m umacron -20 KPX m uogonek -20 KPX m uring -20 KPX m y -30 KPX m yacute -30 KPX m ydieresis -30 KPX n u -10 KPX n uacute -10 KPX n ucircumflex -10 KPX n udieresis -10 KPX n ugrave -10 KPX n uhungarumlaut -10 KPX n umacron -10 KPX n uogonek -10 KPX n uring -10 KPX n v -40 KPX n y -20 KPX n yacute -20 KPX n ydieresis -20 KPX nacute u -10 KPX nacute uacute -10 KPX nacute ucircumflex -10 KPX nacute udieresis -10 KPX nacute ugrave -10 KPX nacute uhungarumlaut -10 KPX nacute umacron -10 KPX nacute uogonek -10 KPX nacute uring -10 KPX nacute v -40 KPX nacute y -20 KPX nacute yacute -20 KPX nacute ydieresis -20 KPX ncaron u -10 KPX ncaron uacute -10 KPX ncaron ucircumflex -10 KPX ncaron udieresis -10 KPX ncaron ugrave -10 KPX ncaron uhungarumlaut -10 KPX ncaron umacron -10 KPX ncaron uogonek -10 KPX ncaron uring -10 KPX ncaron v -40 KPX ncaron y -20 KPX ncaron yacute -20 KPX ncaron ydieresis -20 KPX ncommaaccent u -10 KPX ncommaaccent uacute -10 KPX ncommaaccent ucircumflex -10 KPX ncommaaccent udieresis -10 KPX ncommaaccent ugrave -10 KPX ncommaaccent uhungarumlaut -10 KPX ncommaaccent umacron -10 KPX ncommaaccent uogonek -10 KPX ncommaaccent uring -10 KPX ncommaaccent v -40 KPX ncommaaccent y -20 KPX ncommaaccent yacute -20 KPX ncommaaccent ydieresis -20 KPX ntilde u -10 KPX ntilde uacute -10 KPX ntilde ucircumflex -10 KPX ntilde udieresis -10 KPX ntilde ugrave -10 KPX ntilde uhungarumlaut -10 KPX ntilde umacron -10 KPX ntilde uogonek -10 KPX ntilde uring -10 KPX ntilde v -40 KPX ntilde y -20 KPX ntilde yacute -20 KPX ntilde ydieresis -20 KPX o v -20 KPX o w -15 KPX o x -30 KPX o y -20 KPX o yacute -20 KPX o ydieresis -20 KPX oacute v -20 KPX oacute w -15 KPX oacute x -30 KPX oacute y -20 KPX oacute yacute -20 KPX oacute ydieresis -20 KPX ocircumflex v -20 KPX ocircumflex w -15 KPX ocircumflex x -30 KPX ocircumflex y -20 KPX ocircumflex yacute -20 KPX ocircumflex ydieresis -20 KPX odieresis v -20 KPX odieresis w -15 KPX odieresis x -30 KPX odieresis y -20 KPX odieresis yacute -20 KPX odieresis ydieresis -20 KPX ograve v -20 KPX ograve w -15 KPX ograve x -30 KPX ograve y -20 KPX ograve yacute -20 KPX ograve ydieresis -20 KPX ohungarumlaut v -20 KPX ohungarumlaut w -15 KPX ohungarumlaut x -30 KPX ohungarumlaut y -20 KPX ohungarumlaut yacute -20 KPX ohungarumlaut ydieresis -20 KPX omacron v -20 KPX omacron w -15 KPX omacron x -30 KPX omacron y -20 KPX omacron yacute -20 KPX omacron ydieresis -20 KPX oslash v -20 KPX oslash w -15 KPX oslash x -30 KPX oslash y -20 KPX oslash yacute -20 KPX oslash ydieresis -20 KPX otilde v -20 KPX otilde w -15 KPX otilde x -30 KPX otilde y -20 KPX otilde yacute -20 KPX otilde ydieresis -20 KPX p y -15 KPX p yacute -15 KPX p ydieresis -15 KPX period quotedblright -120 KPX period quoteright -120 KPX period space -40 KPX quotedblright space -80 KPX quoteleft quoteleft -46 KPX quoteright d -80 KPX quoteright dcroat -80 KPX quoteright l -20 KPX quoteright lacute -20 KPX quoteright lcommaaccent -20 KPX quoteright lslash -20 KPX quoteright quoteright -46 KPX quoteright r -40 KPX quoteright racute -40 KPX quoteright rcaron -40 KPX quoteright rcommaaccent -40 KPX quoteright s -60 KPX quoteright sacute -60 KPX quoteright scaron -60 KPX quoteright scedilla -60 KPX quoteright scommaaccent -60 KPX quoteright space -80 KPX quoteright v -20 KPX r c -20 KPX r cacute -20 KPX r ccaron -20 KPX r ccedilla -20 KPX r comma -60 KPX r d -20 KPX r dcroat -20 KPX r g -15 KPX r gbreve -15 KPX r gcommaaccent -15 KPX r hyphen -20 KPX r o -20 KPX r oacute -20 KPX r ocircumflex -20 KPX r odieresis -20 KPX r ograve -20 KPX r ohungarumlaut -20 KPX r omacron -20 KPX r oslash -20 KPX r otilde -20 KPX r period -60 KPX r q -20 KPX r s -15 KPX r sacute -15 KPX r scaron -15 KPX r scedilla -15 KPX r scommaaccent -15 KPX r t 20 KPX r tcommaaccent 20 KPX r v 10 KPX r y 10 KPX r yacute 10 KPX r ydieresis 10 KPX racute c -20 KPX racute cacute -20 KPX racute ccaron -20 KPX racute ccedilla -20 KPX racute comma -60 KPX racute d -20 KPX racute dcroat -20 KPX racute g -15 KPX racute gbreve -15 KPX racute gcommaaccent -15 KPX racute hyphen -20 KPX racute o -20 KPX racute oacute -20 KPX racute ocircumflex -20 KPX racute odieresis -20 KPX racute ograve -20 KPX racute ohungarumlaut -20 KPX racute omacron -20 KPX racute oslash -20 KPX racute otilde -20 KPX racute period -60 KPX racute q -20 KPX racute s -15 KPX racute sacute -15 KPX racute scaron -15 KPX racute scedilla -15 KPX racute scommaaccent -15 KPX racute t 20 KPX racute tcommaaccent 20 KPX racute v 10 KPX racute y 10 KPX racute yacute 10 KPX racute ydieresis 10 KPX rcaron c -20 KPX rcaron cacute -20 KPX rcaron ccaron -20 KPX rcaron ccedilla -20 KPX rcaron comma -60 KPX rcaron d -20 KPX rcaron dcroat -20 KPX rcaron g -15 KPX rcaron gbreve -15 KPX rcaron gcommaaccent -15 KPX rcaron hyphen -20 KPX rcaron o -20 KPX rcaron oacute -20 KPX rcaron ocircumflex -20 KPX rcaron odieresis -20 KPX rcaron ograve -20 KPX rcaron ohungarumlaut -20 KPX rcaron omacron -20 KPX rcaron oslash -20 KPX rcaron otilde -20 KPX rcaron period -60 KPX rcaron q -20 KPX rcaron s -15 KPX rcaron sacute -15 KPX rcaron scaron -15 KPX rcaron scedilla -15 KPX rcaron scommaaccent -15 KPX rcaron t 20 KPX rcaron tcommaaccent 20 KPX rcaron v 10 KPX rcaron y 10 KPX rcaron yacute 10 KPX rcaron ydieresis 10 KPX rcommaaccent c -20 KPX rcommaaccent cacute -20 KPX rcommaaccent ccaron -20 KPX rcommaaccent ccedilla -20 KPX rcommaaccent comma -60 KPX rcommaaccent d -20 KPX rcommaaccent dcroat -20 KPX rcommaaccent g -15 KPX rcommaaccent gbreve -15 KPX rcommaaccent gcommaaccent -15 KPX rcommaaccent hyphen -20 KPX rcommaaccent o -20 KPX rcommaaccent oacute -20 KPX rcommaaccent ocircumflex -20 KPX rcommaaccent odieresis -20 KPX rcommaaccent ograve -20 KPX rcommaaccent ohungarumlaut -20 KPX rcommaaccent omacron -20 KPX rcommaaccent oslash -20 KPX rcommaaccent otilde -20 KPX rcommaaccent period -60 KPX rcommaaccent q -20 KPX rcommaaccent s -15 KPX rcommaaccent sacute -15 KPX rcommaaccent scaron -15 KPX rcommaaccent scedilla -15 KPX rcommaaccent scommaaccent -15 KPX rcommaaccent t 20 KPX rcommaaccent tcommaaccent 20 KPX rcommaaccent v 10 KPX rcommaaccent y 10 KPX rcommaaccent yacute 10 KPX rcommaaccent ydieresis 10 KPX s w -15 KPX sacute w -15 KPX scaron w -15 KPX scedilla w -15 KPX scommaaccent w -15 KPX semicolon space -40 KPX space T -100 KPX space Tcaron -100 KPX space Tcommaaccent -100 KPX space V -80 KPX space W -80 KPX space Y -120 KPX space Yacute -120 KPX space Ydieresis -120 KPX space quotedblleft -80 KPX space quoteleft -60 KPX v a -20 KPX v aacute -20 KPX v abreve -20 KPX v acircumflex -20 KPX v adieresis -20 KPX v agrave -20 KPX v amacron -20 KPX v aogonek -20 KPX v aring -20 KPX v atilde -20 KPX v comma -80 KPX v o -30 KPX v oacute -30 KPX v ocircumflex -30 KPX v odieresis -30 KPX v ograve -30 KPX v ohungarumlaut -30 KPX v omacron -30 KPX v oslash -30 KPX v otilde -30 KPX v period -80 KPX w comma -40 KPX w o -20 KPX w oacute -20 KPX w ocircumflex -20 KPX w odieresis -20 KPX w ograve -20 KPX w ohungarumlaut -20 KPX w omacron -20 KPX w oslash -20 KPX w otilde -20 KPX w period -40 KPX x e -10 KPX x eacute -10 KPX x ecaron -10 KPX x ecircumflex -10 KPX x edieresis -10 KPX x edotaccent -10 KPX x egrave -10 KPX x emacron -10 KPX x eogonek -10 KPX y a -30 KPX y aacute -30 KPX y abreve -30 KPX y acircumflex -30 KPX y adieresis -30 KPX y agrave -30 KPX y amacron -30 KPX y aogonek -30 KPX y aring -30 KPX y atilde -30 KPX y comma -80 KPX y e -10 KPX y eacute -10 KPX y ecaron -10 KPX y ecircumflex -10 KPX y edieresis -10 KPX y edotaccent -10 KPX y egrave -10 KPX y emacron -10 KPX y eogonek -10 KPX y o -25 KPX y oacute -25 KPX y ocircumflex -25 KPX y odieresis -25 KPX y ograve -25 KPX y ohungarumlaut -25 KPX y omacron -25 KPX y oslash -25 KPX y otilde -25 KPX y period -80 KPX yacute a -30 KPX yacute aacute -30 KPX yacute abreve -30 KPX yacute acircumflex -30 KPX yacute adieresis -30 KPX yacute agrave -30 KPX yacute amacron -30 KPX yacute aogonek -30 KPX yacute aring -30 KPX yacute atilde -30 KPX yacute comma -80 KPX yacute e -10 KPX yacute eacute -10 KPX yacute ecaron -10 KPX yacute ecircumflex -10 KPX yacute edieresis -10 KPX yacute edotaccent -10 KPX yacute egrave -10 KPX yacute emacron -10 KPX yacute eogonek -10 KPX yacute o -25 KPX yacute oacute -25 KPX yacute ocircumflex -25 KPX yacute odieresis -25 KPX yacute ograve -25 KPX yacute ohungarumlaut -25 KPX yacute omacron -25 KPX yacute oslash -25 KPX yacute otilde -25 KPX yacute period -80 KPX ydieresis a -30 KPX ydieresis aacute -30 KPX ydieresis abreve -30 KPX ydieresis acircumflex -30 KPX ydieresis adieresis -30 KPX ydieresis agrave -30 KPX ydieresis amacron -30 KPX ydieresis aogonek -30 KPX ydieresis aring -30 KPX ydieresis atilde -30 KPX ydieresis comma -80 KPX ydieresis e -10 KPX ydieresis eacute -10 KPX ydieresis ecaron -10 KPX ydieresis ecircumflex -10 KPX ydieresis edieresis -10 KPX ydieresis edotaccent -10 KPX ydieresis egrave -10 KPX ydieresis emacron -10 KPX ydieresis eogonek -10 KPX ydieresis o -25 KPX ydieresis oacute -25 KPX ydieresis ocircumflex -25 KPX ydieresis odieresis -25 KPX ydieresis ograve -25 KPX ydieresis ohungarumlaut -25 KPX ydieresis omacron -25 KPX ydieresis oslash -25 KPX ydieresis otilde -25 KPX ydieresis period -80 KPX z e 10 KPX z eacute 10 KPX z ecaron 10 KPX z ecircumflex 10 KPX z edieresis 10 KPX z edotaccent 10 KPX z egrave 10 KPX z emacron 10 KPX z eogonek 10 KPX zacute e 10 KPX zacute eacute 10 KPX zacute ecaron 10 KPX zacute ecircumflex 10 KPX zacute edieresis 10 KPX zacute edotaccent 10 KPX zacute egrave 10 KPX zacute emacron 10 KPX zacute eogonek 10 KPX zcaron e 10 KPX zcaron eacute 10 KPX zcaron ecaron 10 KPX zcaron ecircumflex 10 KPX zcaron edieresis 10 KPX zcaron edotaccent 10 KPX zcaron egrave 10 KPX zcaron emacron 10 KPX zcaron eogonek 10 KPX zdotaccent e 10 KPX zdotaccent eacute 10 KPX zdotaccent ecaron 10 KPX zdotaccent ecircumflex 10 KPX zdotaccent edieresis 10 KPX zdotaccent edotaccent 10 KPX zdotaccent egrave 10 KPX zdotaccent emacron 10 KPX zdotaccent eogonek 10 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Courier-Oblique.afm0000644000000000000000000003612113772706672021041 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 17:37:52 1997 Comment UniqueID 43051 Comment VMusage 16248 75829 FontName Courier-Oblique FullName Courier Oblique FamilyName Courier Weight Medium ItalicAngle -12 IsFixedPitch true CharacterSet ExtendedRoman FontBBox -27 -250 849 805 UnderlinePosition -100 UnderlineThickness 50 Version 003.000 Notice Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. EncodingScheme AdobeStandardEncoding CapHeight 562 XHeight 426 Ascender 629 Descender -157 StdHW 51 StdVW 51 StartCharMetrics 315 C 32 ; WX 600 ; N space ; B 0 0 0 0 ; C 33 ; WX 600 ; N exclam ; B 243 -15 464 572 ; C 34 ; WX 600 ; N quotedbl ; B 273 328 532 562 ; C 35 ; WX 600 ; N numbersign ; B 133 -32 596 639 ; C 36 ; WX 600 ; N dollar ; B 108 -126 596 662 ; C 37 ; WX 600 ; N percent ; B 134 -15 599 622 ; C 38 ; WX 600 ; N ampersand ; B 87 -15 580 543 ; C 39 ; WX 600 ; N quoteright ; B 283 328 495 562 ; C 40 ; WX 600 ; N parenleft ; B 313 -108 572 622 ; C 41 ; WX 600 ; N parenright ; B 137 -108 396 622 ; C 42 ; WX 600 ; N asterisk ; B 212 257 580 607 ; C 43 ; WX 600 ; N plus ; B 129 44 580 470 ; C 44 ; WX 600 ; N comma ; B 157 -112 370 122 ; C 45 ; WX 600 ; N hyphen ; B 152 231 558 285 ; C 46 ; WX 600 ; N period ; B 238 -15 382 109 ; C 47 ; WX 600 ; N slash ; B 112 -80 604 629 ; C 48 ; WX 600 ; N zero ; B 154 -15 575 622 ; C 49 ; WX 600 ; N one ; B 98 0 515 622 ; C 50 ; WX 600 ; N two ; B 70 0 568 622 ; C 51 ; WX 600 ; N three ; B 82 -15 538 622 ; C 52 ; WX 600 ; N four ; B 108 0 541 622 ; C 53 ; WX 600 ; N five ; B 99 -15 589 607 ; C 54 ; WX 600 ; N six ; B 155 -15 629 622 ; C 55 ; WX 600 ; N seven ; B 182 0 612 607 ; C 56 ; WX 600 ; N eight ; B 132 -15 588 622 ; C 57 ; WX 600 ; N nine ; B 93 -15 574 622 ; C 58 ; WX 600 ; N colon ; B 238 -15 441 385 ; C 59 ; WX 600 ; N semicolon ; B 157 -112 441 385 ; C 60 ; WX 600 ; N less ; B 96 42 610 472 ; C 61 ; WX 600 ; N equal ; B 109 138 600 376 ; C 62 ; WX 600 ; N greater ; B 85 42 599 472 ; C 63 ; WX 600 ; N question ; B 222 -15 583 572 ; C 64 ; WX 600 ; N at ; B 127 -15 582 622 ; C 65 ; WX 600 ; N A ; B 3 0 607 562 ; C 66 ; WX 600 ; N B ; B 43 0 616 562 ; C 67 ; WX 600 ; N C ; B 93 -18 655 580 ; C 68 ; WX 600 ; N D ; B 43 0 645 562 ; C 69 ; WX 600 ; N E ; B 53 0 660 562 ; C 70 ; WX 600 ; N F ; B 53 0 660 562 ; C 71 ; WX 600 ; N G ; B 83 -18 645 580 ; C 72 ; WX 600 ; N H ; B 32 0 687 562 ; C 73 ; WX 600 ; N I ; B 96 0 623 562 ; C 74 ; WX 600 ; N J ; B 52 -18 685 562 ; C 75 ; WX 600 ; N K ; B 38 0 671 562 ; C 76 ; WX 600 ; N L ; B 47 0 607 562 ; C 77 ; WX 600 ; N M ; B 4 0 715 562 ; C 78 ; WX 600 ; N N ; B 7 -13 712 562 ; C 79 ; WX 600 ; N O ; B 94 -18 625 580 ; C 80 ; WX 600 ; N P ; B 79 0 644 562 ; C 81 ; WX 600 ; N Q ; B 95 -138 625 580 ; C 82 ; WX 600 ; N R ; B 38 0 598 562 ; C 83 ; WX 600 ; N S ; B 76 -20 650 580 ; C 84 ; WX 600 ; N T ; B 108 0 665 562 ; C 85 ; WX 600 ; N U ; B 125 -18 702 562 ; C 86 ; WX 600 ; N V ; B 105 -13 723 562 ; C 87 ; WX 600 ; N W ; B 106 -13 722 562 ; C 88 ; WX 600 ; N X ; B 23 0 675 562 ; C 89 ; WX 600 ; N Y ; B 133 0 695 562 ; C 90 ; WX 600 ; N Z ; B 86 0 610 562 ; C 91 ; WX 600 ; N bracketleft ; B 246 -108 574 622 ; C 92 ; WX 600 ; N backslash ; B 249 -80 468 629 ; C 93 ; WX 600 ; N bracketright ; B 135 -108 463 622 ; C 94 ; WX 600 ; N asciicircum ; B 175 354 587 622 ; C 95 ; WX 600 ; N underscore ; B -27 -125 584 -75 ; C 96 ; WX 600 ; N quoteleft ; B 343 328 457 562 ; C 97 ; WX 600 ; N a ; B 76 -15 569 441 ; C 98 ; WX 600 ; N b ; B 29 -15 625 629 ; C 99 ; WX 600 ; N c ; B 106 -15 608 441 ; C 100 ; WX 600 ; N d ; B 85 -15 640 629 ; C 101 ; WX 600 ; N e ; B 106 -15 598 441 ; C 102 ; WX 600 ; N f ; B 114 0 662 629 ; L i fi ; L l fl ; C 103 ; WX 600 ; N g ; B 61 -157 657 441 ; C 104 ; WX 600 ; N h ; B 33 0 592 629 ; C 105 ; WX 600 ; N i ; B 95 0 515 657 ; C 106 ; WX 600 ; N j ; B 52 -157 550 657 ; C 107 ; WX 600 ; N k ; B 58 0 633 629 ; C 108 ; WX 600 ; N l ; B 95 0 515 629 ; C 109 ; WX 600 ; N m ; B -5 0 615 441 ; C 110 ; WX 600 ; N n ; B 26 0 585 441 ; C 111 ; WX 600 ; N o ; B 102 -15 588 441 ; C 112 ; WX 600 ; N p ; B -24 -157 605 441 ; C 113 ; WX 600 ; N q ; B 85 -157 682 441 ; C 114 ; WX 600 ; N r ; B 60 0 636 441 ; C 115 ; WX 600 ; N s ; B 78 -15 584 441 ; C 116 ; WX 600 ; N t ; B 167 -15 561 561 ; C 117 ; WX 600 ; N u ; B 101 -15 572 426 ; C 118 ; WX 600 ; N v ; B 90 -10 681 426 ; C 119 ; WX 600 ; N w ; B 76 -10 695 426 ; C 120 ; WX 600 ; N x ; B 20 0 655 426 ; C 121 ; WX 600 ; N y ; B -4 -157 683 426 ; C 122 ; WX 600 ; N z ; B 99 0 593 426 ; C 123 ; WX 600 ; N braceleft ; B 233 -108 569 622 ; C 124 ; WX 600 ; N bar ; B 222 -250 485 750 ; C 125 ; WX 600 ; N braceright ; B 140 -108 477 622 ; C 126 ; WX 600 ; N asciitilde ; B 116 197 600 320 ; C 161 ; WX 600 ; N exclamdown ; B 225 -157 445 430 ; C 162 ; WX 600 ; N cent ; B 151 -49 588 614 ; C 163 ; WX 600 ; N sterling ; B 124 -21 621 611 ; C 164 ; WX 600 ; N fraction ; B 84 -57 646 665 ; C 165 ; WX 600 ; N yen ; B 120 0 693 562 ; C 166 ; WX 600 ; N florin ; B -26 -143 671 622 ; C 167 ; WX 600 ; N section ; B 104 -78 590 580 ; C 168 ; WX 600 ; N currency ; B 94 58 628 506 ; C 169 ; WX 600 ; N quotesingle ; B 345 328 460 562 ; C 170 ; WX 600 ; N quotedblleft ; B 262 328 541 562 ; C 171 ; WX 600 ; N guillemotleft ; B 92 70 652 446 ; C 172 ; WX 600 ; N guilsinglleft ; B 204 70 540 446 ; C 173 ; WX 600 ; N guilsinglright ; B 170 70 506 446 ; C 174 ; WX 600 ; N fi ; B 3 0 619 629 ; C 175 ; WX 600 ; N fl ; B 3 0 619 629 ; C 177 ; WX 600 ; N endash ; B 124 231 586 285 ; C 178 ; WX 600 ; N dagger ; B 217 -78 546 580 ; C 179 ; WX 600 ; N daggerdbl ; B 163 -78 546 580 ; C 180 ; WX 600 ; N periodcentered ; B 275 189 434 327 ; C 182 ; WX 600 ; N paragraph ; B 100 -78 630 562 ; C 183 ; WX 600 ; N bullet ; B 224 130 485 383 ; C 184 ; WX 600 ; N quotesinglbase ; B 185 -134 397 100 ; C 185 ; WX 600 ; N quotedblbase ; B 115 -134 478 100 ; C 186 ; WX 600 ; N quotedblright ; B 213 328 576 562 ; C 187 ; WX 600 ; N guillemotright ; B 58 70 618 446 ; C 188 ; WX 600 ; N ellipsis ; B 46 -15 575 111 ; C 189 ; WX 600 ; N perthousand ; B 59 -15 627 622 ; C 191 ; WX 600 ; N questiondown ; B 105 -157 466 430 ; C 193 ; WX 600 ; N grave ; B 294 497 484 672 ; C 194 ; WX 600 ; N acute ; B 348 497 612 672 ; C 195 ; WX 600 ; N circumflex ; B 229 477 581 654 ; C 196 ; WX 600 ; N tilde ; B 212 489 629 606 ; C 197 ; WX 600 ; N macron ; B 232 525 600 565 ; C 198 ; WX 600 ; N breve ; B 279 501 576 609 ; C 199 ; WX 600 ; N dotaccent ; B 373 537 478 640 ; C 200 ; WX 600 ; N dieresis ; B 272 537 579 640 ; C 202 ; WX 600 ; N ring ; B 332 463 500 627 ; C 203 ; WX 600 ; N cedilla ; B 197 -151 344 10 ; C 205 ; WX 600 ; N hungarumlaut ; B 239 497 683 672 ; C 206 ; WX 600 ; N ogonek ; B 189 -172 377 4 ; C 207 ; WX 600 ; N caron ; B 262 492 614 669 ; C 208 ; WX 600 ; N emdash ; B 49 231 661 285 ; C 225 ; WX 600 ; N AE ; B 3 0 655 562 ; C 227 ; WX 600 ; N ordfeminine ; B 209 249 512 580 ; C 232 ; WX 600 ; N Lslash ; B 47 0 607 562 ; C 233 ; WX 600 ; N Oslash ; B 94 -80 625 629 ; C 234 ; WX 600 ; N OE ; B 59 0 672 562 ; C 235 ; WX 600 ; N ordmasculine ; B 210 249 535 580 ; C 241 ; WX 600 ; N ae ; B 41 -15 626 441 ; C 245 ; WX 600 ; N dotlessi ; B 95 0 515 426 ; C 248 ; WX 600 ; N lslash ; B 95 0 587 629 ; C 249 ; WX 600 ; N oslash ; B 102 -80 588 506 ; C 250 ; WX 600 ; N oe ; B 54 -15 615 441 ; C 251 ; WX 600 ; N germandbls ; B 48 -15 617 629 ; C -1 ; WX 600 ; N Idieresis ; B 96 0 623 753 ; C -1 ; WX 600 ; N eacute ; B 106 -15 612 672 ; C -1 ; WX 600 ; N abreve ; B 76 -15 576 609 ; C -1 ; WX 600 ; N uhungarumlaut ; B 101 -15 723 672 ; C -1 ; WX 600 ; N ecaron ; B 106 -15 614 669 ; C -1 ; WX 600 ; N Ydieresis ; B 133 0 695 753 ; C -1 ; WX 600 ; N divide ; B 136 48 573 467 ; C -1 ; WX 600 ; N Yacute ; B 133 0 695 805 ; C -1 ; WX 600 ; N Acircumflex ; B 3 0 607 787 ; C -1 ; WX 600 ; N aacute ; B 76 -15 612 672 ; C -1 ; WX 600 ; N Ucircumflex ; B 125 -18 702 787 ; C -1 ; WX 600 ; N yacute ; B -4 -157 683 672 ; C -1 ; WX 600 ; N scommaaccent ; B 78 -250 584 441 ; C -1 ; WX 600 ; N ecircumflex ; B 106 -15 598 654 ; C -1 ; WX 600 ; N Uring ; B 125 -18 702 760 ; C -1 ; WX 600 ; N Udieresis ; B 125 -18 702 753 ; C -1 ; WX 600 ; N aogonek ; B 76 -172 569 441 ; C -1 ; WX 600 ; N Uacute ; B 125 -18 702 805 ; C -1 ; WX 600 ; N uogonek ; B 101 -172 572 426 ; C -1 ; WX 600 ; N Edieresis ; B 53 0 660 753 ; C -1 ; WX 600 ; N Dcroat ; B 43 0 645 562 ; C -1 ; WX 600 ; N commaaccent ; B 145 -250 323 -58 ; C -1 ; WX 600 ; N copyright ; B 53 -18 667 580 ; C -1 ; WX 600 ; N Emacron ; B 53 0 660 698 ; C -1 ; WX 600 ; N ccaron ; B 106 -15 614 669 ; C -1 ; WX 600 ; N aring ; B 76 -15 569 627 ; C -1 ; WX 600 ; N Ncommaaccent ; B 7 -250 712 562 ; C -1 ; WX 600 ; N lacute ; B 95 0 640 805 ; C -1 ; WX 600 ; N agrave ; B 76 -15 569 672 ; C -1 ; WX 600 ; N Tcommaaccent ; B 108 -250 665 562 ; C -1 ; WX 600 ; N Cacute ; B 93 -18 655 805 ; C -1 ; WX 600 ; N atilde ; B 76 -15 629 606 ; C -1 ; WX 600 ; N Edotaccent ; B 53 0 660 753 ; C -1 ; WX 600 ; N scaron ; B 78 -15 614 669 ; C -1 ; WX 600 ; N scedilla ; B 78 -151 584 441 ; C -1 ; WX 600 ; N iacute ; B 95 0 612 672 ; C -1 ; WX 600 ; N lozenge ; B 94 0 519 706 ; C -1 ; WX 600 ; N Rcaron ; B 38 0 642 802 ; C -1 ; WX 600 ; N Gcommaaccent ; B 83 -250 645 580 ; C -1 ; WX 600 ; N ucircumflex ; B 101 -15 572 654 ; C -1 ; WX 600 ; N acircumflex ; B 76 -15 581 654 ; C -1 ; WX 600 ; N Amacron ; B 3 0 607 698 ; C -1 ; WX 600 ; N rcaron ; B 60 0 636 669 ; C -1 ; WX 600 ; N ccedilla ; B 106 -151 614 441 ; C -1 ; WX 600 ; N Zdotaccent ; B 86 0 610 753 ; C -1 ; WX 600 ; N Thorn ; B 79 0 606 562 ; C -1 ; WX 600 ; N Omacron ; B 94 -18 628 698 ; C -1 ; WX 600 ; N Racute ; B 38 0 670 805 ; C -1 ; WX 600 ; N Sacute ; B 76 -20 650 805 ; C -1 ; WX 600 ; N dcaron ; B 85 -15 849 629 ; C -1 ; WX 600 ; N Umacron ; B 125 -18 702 698 ; C -1 ; WX 600 ; N uring ; B 101 -15 572 627 ; C -1 ; WX 600 ; N threesuperior ; B 213 240 501 622 ; C -1 ; WX 600 ; N Ograve ; B 94 -18 625 805 ; C -1 ; WX 600 ; N Agrave ; B 3 0 607 805 ; C -1 ; WX 600 ; N Abreve ; B 3 0 607 732 ; C -1 ; WX 600 ; N multiply ; B 103 43 607 470 ; C -1 ; WX 600 ; N uacute ; B 101 -15 602 672 ; C -1 ; WX 600 ; N Tcaron ; B 108 0 665 802 ; C -1 ; WX 600 ; N partialdiff ; B 45 -38 546 710 ; C -1 ; WX 600 ; N ydieresis ; B -4 -157 683 620 ; C -1 ; WX 600 ; N Nacute ; B 7 -13 712 805 ; C -1 ; WX 600 ; N icircumflex ; B 95 0 551 654 ; C -1 ; WX 600 ; N Ecircumflex ; B 53 0 660 787 ; C -1 ; WX 600 ; N adieresis ; B 76 -15 575 620 ; C -1 ; WX 600 ; N edieresis ; B 106 -15 598 620 ; C -1 ; WX 600 ; N cacute ; B 106 -15 612 672 ; C -1 ; WX 600 ; N nacute ; B 26 0 602 672 ; C -1 ; WX 600 ; N umacron ; B 101 -15 600 565 ; C -1 ; WX 600 ; N Ncaron ; B 7 -13 712 802 ; C -1 ; WX 600 ; N Iacute ; B 96 0 640 805 ; C -1 ; WX 600 ; N plusminus ; B 96 44 594 558 ; C -1 ; WX 600 ; N brokenbar ; B 238 -175 469 675 ; C -1 ; WX 600 ; N registered ; B 53 -18 667 580 ; C -1 ; WX 600 ; N Gbreve ; B 83 -18 645 732 ; C -1 ; WX 600 ; N Idotaccent ; B 96 0 623 753 ; C -1 ; WX 600 ; N summation ; B 15 -10 670 706 ; C -1 ; WX 600 ; N Egrave ; B 53 0 660 805 ; C -1 ; WX 600 ; N racute ; B 60 0 636 672 ; C -1 ; WX 600 ; N omacron ; B 102 -15 600 565 ; C -1 ; WX 600 ; N Zacute ; B 86 0 670 805 ; C -1 ; WX 600 ; N Zcaron ; B 86 0 642 802 ; C -1 ; WX 600 ; N greaterequal ; B 98 0 594 710 ; C -1 ; WX 600 ; N Eth ; B 43 0 645 562 ; C -1 ; WX 600 ; N Ccedilla ; B 93 -151 658 580 ; C -1 ; WX 600 ; N lcommaaccent ; B 95 -250 515 629 ; C -1 ; WX 600 ; N tcaron ; B 167 -15 587 717 ; C -1 ; WX 600 ; N eogonek ; B 106 -172 598 441 ; C -1 ; WX 600 ; N Uogonek ; B 124 -172 702 562 ; C -1 ; WX 600 ; N Aacute ; B 3 0 660 805 ; C -1 ; WX 600 ; N Adieresis ; B 3 0 607 753 ; C -1 ; WX 600 ; N egrave ; B 106 -15 598 672 ; C -1 ; WX 600 ; N zacute ; B 99 0 612 672 ; C -1 ; WX 600 ; N iogonek ; B 95 -172 515 657 ; C -1 ; WX 600 ; N Oacute ; B 94 -18 640 805 ; C -1 ; WX 600 ; N oacute ; B 102 -15 612 672 ; C -1 ; WX 600 ; N amacron ; B 76 -15 600 565 ; C -1 ; WX 600 ; N sacute ; B 78 -15 612 672 ; C -1 ; WX 600 ; N idieresis ; B 95 0 545 620 ; C -1 ; WX 600 ; N Ocircumflex ; B 94 -18 625 787 ; C -1 ; WX 600 ; N Ugrave ; B 125 -18 702 805 ; C -1 ; WX 600 ; N Delta ; B 6 0 598 688 ; C -1 ; WX 600 ; N thorn ; B -24 -157 605 629 ; C -1 ; WX 600 ; N twosuperior ; B 230 249 535 622 ; C -1 ; WX 600 ; N Odieresis ; B 94 -18 625 753 ; C -1 ; WX 600 ; N mu ; B 72 -157 572 426 ; C -1 ; WX 600 ; N igrave ; B 95 0 515 672 ; C -1 ; WX 600 ; N ohungarumlaut ; B 102 -15 723 672 ; C -1 ; WX 600 ; N Eogonek ; B 53 -172 660 562 ; C -1 ; WX 600 ; N dcroat ; B 85 -15 704 629 ; C -1 ; WX 600 ; N threequarters ; B 73 -56 659 666 ; C -1 ; WX 600 ; N Scedilla ; B 76 -151 650 580 ; C -1 ; WX 600 ; N lcaron ; B 95 0 667 629 ; C -1 ; WX 600 ; N Kcommaaccent ; B 38 -250 671 562 ; C -1 ; WX 600 ; N Lacute ; B 47 0 607 805 ; C -1 ; WX 600 ; N trademark ; B 75 263 742 562 ; C -1 ; WX 600 ; N edotaccent ; B 106 -15 598 620 ; C -1 ; WX 600 ; N Igrave ; B 96 0 623 805 ; C -1 ; WX 600 ; N Imacron ; B 96 0 628 698 ; C -1 ; WX 600 ; N Lcaron ; B 47 0 632 562 ; C -1 ; WX 600 ; N onehalf ; B 65 -57 669 665 ; C -1 ; WX 600 ; N lessequal ; B 98 0 645 710 ; C -1 ; WX 600 ; N ocircumflex ; B 102 -15 588 654 ; C -1 ; WX 600 ; N ntilde ; B 26 0 629 606 ; C -1 ; WX 600 ; N Uhungarumlaut ; B 125 -18 761 805 ; C -1 ; WX 600 ; N Eacute ; B 53 0 670 805 ; C -1 ; WX 600 ; N emacron ; B 106 -15 600 565 ; C -1 ; WX 600 ; N gbreve ; B 61 -157 657 609 ; C -1 ; WX 600 ; N onequarter ; B 65 -57 674 665 ; C -1 ; WX 600 ; N Scaron ; B 76 -20 672 802 ; C -1 ; WX 600 ; N Scommaaccent ; B 76 -250 650 580 ; C -1 ; WX 600 ; N Ohungarumlaut ; B 94 -18 751 805 ; C -1 ; WX 600 ; N degree ; B 214 269 576 622 ; C -1 ; WX 600 ; N ograve ; B 102 -15 588 672 ; C -1 ; WX 600 ; N Ccaron ; B 93 -18 672 802 ; C -1 ; WX 600 ; N ugrave ; B 101 -15 572 672 ; C -1 ; WX 600 ; N radical ; B 85 -15 765 792 ; C -1 ; WX 600 ; N Dcaron ; B 43 0 645 802 ; C -1 ; WX 600 ; N rcommaaccent ; B 60 -250 636 441 ; C -1 ; WX 600 ; N Ntilde ; B 7 -13 712 729 ; C -1 ; WX 600 ; N otilde ; B 102 -15 629 606 ; C -1 ; WX 600 ; N Rcommaaccent ; B 38 -250 598 562 ; C -1 ; WX 600 ; N Lcommaaccent ; B 47 -250 607 562 ; C -1 ; WX 600 ; N Atilde ; B 3 0 655 729 ; C -1 ; WX 600 ; N Aogonek ; B 3 -172 607 562 ; C -1 ; WX 600 ; N Aring ; B 3 0 607 750 ; C -1 ; WX 600 ; N Otilde ; B 94 -18 655 729 ; C -1 ; WX 600 ; N zdotaccent ; B 99 0 593 620 ; C -1 ; WX 600 ; N Ecaron ; B 53 0 660 802 ; C -1 ; WX 600 ; N Iogonek ; B 96 -172 623 562 ; C -1 ; WX 600 ; N kcommaaccent ; B 58 -250 633 629 ; C -1 ; WX 600 ; N minus ; B 129 232 580 283 ; C -1 ; WX 600 ; N Icircumflex ; B 96 0 623 787 ; C -1 ; WX 600 ; N ncaron ; B 26 0 614 669 ; C -1 ; WX 600 ; N tcommaaccent ; B 165 -250 561 561 ; C -1 ; WX 600 ; N logicalnot ; B 155 108 591 369 ; C -1 ; WX 600 ; N odieresis ; B 102 -15 588 620 ; C -1 ; WX 600 ; N udieresis ; B 101 -15 575 620 ; C -1 ; WX 600 ; N notequal ; B 43 -16 621 529 ; C -1 ; WX 600 ; N gcommaaccent ; B 61 -157 657 708 ; C -1 ; WX 600 ; N eth ; B 102 -15 639 629 ; C -1 ; WX 600 ; N zcaron ; B 99 0 624 669 ; C -1 ; WX 600 ; N ncommaaccent ; B 26 -250 585 441 ; C -1 ; WX 600 ; N onesuperior ; B 231 249 491 622 ; C -1 ; WX 600 ; N imacron ; B 95 0 543 565 ; C -1 ; WX 600 ; N Euro ; B 0 0 0 0 ; EndCharMetrics EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Courier.afm0000644000000000000000000003574713772706672017460 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 17:27:09 1997 Comment UniqueID 43050 Comment VMusage 39754 50779 FontName Courier FullName Courier FamilyName Courier Weight Medium ItalicAngle 0 IsFixedPitch true CharacterSet ExtendedRoman FontBBox -23 -250 715 805 UnderlinePosition -100 UnderlineThickness 50 Version 003.000 Notice Copyright (c) 1989, 1990, 1991, 1992, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. EncodingScheme AdobeStandardEncoding CapHeight 562 XHeight 426 Ascender 629 Descender -157 StdHW 51 StdVW 51 StartCharMetrics 315 C 32 ; WX 600 ; N space ; B 0 0 0 0 ; C 33 ; WX 600 ; N exclam ; B 236 -15 364 572 ; C 34 ; WX 600 ; N quotedbl ; B 187 328 413 562 ; C 35 ; WX 600 ; N numbersign ; B 93 -32 507 639 ; C 36 ; WX 600 ; N dollar ; B 105 -126 496 662 ; C 37 ; WX 600 ; N percent ; B 81 -15 518 622 ; C 38 ; WX 600 ; N ampersand ; B 63 -15 538 543 ; C 39 ; WX 600 ; N quoteright ; B 213 328 376 562 ; C 40 ; WX 600 ; N parenleft ; B 269 -108 440 622 ; C 41 ; WX 600 ; N parenright ; B 160 -108 331 622 ; C 42 ; WX 600 ; N asterisk ; B 116 257 484 607 ; C 43 ; WX 600 ; N plus ; B 80 44 520 470 ; C 44 ; WX 600 ; N comma ; B 181 -112 344 122 ; C 45 ; WX 600 ; N hyphen ; B 103 231 497 285 ; C 46 ; WX 600 ; N period ; B 229 -15 371 109 ; C 47 ; WX 600 ; N slash ; B 125 -80 475 629 ; C 48 ; WX 600 ; N zero ; B 106 -15 494 622 ; C 49 ; WX 600 ; N one ; B 96 0 505 622 ; C 50 ; WX 600 ; N two ; B 70 0 471 622 ; C 51 ; WX 600 ; N three ; B 75 -15 466 622 ; C 52 ; WX 600 ; N four ; B 78 0 500 622 ; C 53 ; WX 600 ; N five ; B 92 -15 497 607 ; C 54 ; WX 600 ; N six ; B 111 -15 497 622 ; C 55 ; WX 600 ; N seven ; B 82 0 483 607 ; C 56 ; WX 600 ; N eight ; B 102 -15 498 622 ; C 57 ; WX 600 ; N nine ; B 96 -15 489 622 ; C 58 ; WX 600 ; N colon ; B 229 -15 371 385 ; C 59 ; WX 600 ; N semicolon ; B 181 -112 371 385 ; C 60 ; WX 600 ; N less ; B 41 42 519 472 ; C 61 ; WX 600 ; N equal ; B 80 138 520 376 ; C 62 ; WX 600 ; N greater ; B 66 42 544 472 ; C 63 ; WX 600 ; N question ; B 129 -15 492 572 ; C 64 ; WX 600 ; N at ; B 77 -15 533 622 ; C 65 ; WX 600 ; N A ; B 3 0 597 562 ; C 66 ; WX 600 ; N B ; B 43 0 559 562 ; C 67 ; WX 600 ; N C ; B 41 -18 540 580 ; C 68 ; WX 600 ; N D ; B 43 0 574 562 ; C 69 ; WX 600 ; N E ; B 53 0 550 562 ; C 70 ; WX 600 ; N F ; B 53 0 545 562 ; C 71 ; WX 600 ; N G ; B 31 -18 575 580 ; C 72 ; WX 600 ; N H ; B 32 0 568 562 ; C 73 ; WX 600 ; N I ; B 96 0 504 562 ; C 74 ; WX 600 ; N J ; B 34 -18 566 562 ; C 75 ; WX 600 ; N K ; B 38 0 582 562 ; C 76 ; WX 600 ; N L ; B 47 0 554 562 ; C 77 ; WX 600 ; N M ; B 4 0 596 562 ; C 78 ; WX 600 ; N N ; B 7 -13 593 562 ; C 79 ; WX 600 ; N O ; B 43 -18 557 580 ; C 80 ; WX 600 ; N P ; B 79 0 558 562 ; C 81 ; WX 600 ; N Q ; B 43 -138 557 580 ; C 82 ; WX 600 ; N R ; B 38 0 588 562 ; C 83 ; WX 600 ; N S ; B 72 -20 529 580 ; C 84 ; WX 600 ; N T ; B 38 0 563 562 ; C 85 ; WX 600 ; N U ; B 17 -18 583 562 ; C 86 ; WX 600 ; N V ; B -4 -13 604 562 ; C 87 ; WX 600 ; N W ; B -3 -13 603 562 ; C 88 ; WX 600 ; N X ; B 23 0 577 562 ; C 89 ; WX 600 ; N Y ; B 24 0 576 562 ; C 90 ; WX 600 ; N Z ; B 86 0 514 562 ; C 91 ; WX 600 ; N bracketleft ; B 269 -108 442 622 ; C 92 ; WX 600 ; N backslash ; B 118 -80 482 629 ; C 93 ; WX 600 ; N bracketright ; B 158 -108 331 622 ; C 94 ; WX 600 ; N asciicircum ; B 94 354 506 622 ; C 95 ; WX 600 ; N underscore ; B 0 -125 600 -75 ; C 96 ; WX 600 ; N quoteleft ; B 224 328 387 562 ; C 97 ; WX 600 ; N a ; B 53 -15 559 441 ; C 98 ; WX 600 ; N b ; B 14 -15 575 629 ; C 99 ; WX 600 ; N c ; B 66 -15 529 441 ; C 100 ; WX 600 ; N d ; B 45 -15 591 629 ; C 101 ; WX 600 ; N e ; B 66 -15 548 441 ; C 102 ; WX 600 ; N f ; B 114 0 531 629 ; L i fi ; L l fl ; C 103 ; WX 600 ; N g ; B 45 -157 566 441 ; C 104 ; WX 600 ; N h ; B 18 0 582 629 ; C 105 ; WX 600 ; N i ; B 95 0 505 657 ; C 106 ; WX 600 ; N j ; B 82 -157 410 657 ; C 107 ; WX 600 ; N k ; B 43 0 580 629 ; C 108 ; WX 600 ; N l ; B 95 0 505 629 ; C 109 ; WX 600 ; N m ; B -5 0 605 441 ; C 110 ; WX 600 ; N n ; B 26 0 575 441 ; C 111 ; WX 600 ; N o ; B 62 -15 538 441 ; C 112 ; WX 600 ; N p ; B 9 -157 555 441 ; C 113 ; WX 600 ; N q ; B 45 -157 591 441 ; C 114 ; WX 600 ; N r ; B 60 0 559 441 ; C 115 ; WX 600 ; N s ; B 80 -15 513 441 ; C 116 ; WX 600 ; N t ; B 87 -15 530 561 ; C 117 ; WX 600 ; N u ; B 21 -15 562 426 ; C 118 ; WX 600 ; N v ; B 10 -10 590 426 ; C 119 ; WX 600 ; N w ; B -4 -10 604 426 ; C 120 ; WX 600 ; N x ; B 20 0 580 426 ; C 121 ; WX 600 ; N y ; B 7 -157 592 426 ; C 122 ; WX 600 ; N z ; B 99 0 502 426 ; C 123 ; WX 600 ; N braceleft ; B 182 -108 437 622 ; C 124 ; WX 600 ; N bar ; B 275 -250 326 750 ; C 125 ; WX 600 ; N braceright ; B 163 -108 418 622 ; C 126 ; WX 600 ; N asciitilde ; B 63 197 540 320 ; C 161 ; WX 600 ; N exclamdown ; B 236 -157 364 430 ; C 162 ; WX 600 ; N cent ; B 96 -49 500 614 ; C 163 ; WX 600 ; N sterling ; B 84 -21 521 611 ; C 164 ; WX 600 ; N fraction ; B 92 -57 509 665 ; C 165 ; WX 600 ; N yen ; B 26 0 574 562 ; C 166 ; WX 600 ; N florin ; B 4 -143 539 622 ; C 167 ; WX 600 ; N section ; B 113 -78 488 580 ; C 168 ; WX 600 ; N currency ; B 73 58 527 506 ; C 169 ; WX 600 ; N quotesingle ; B 259 328 341 562 ; C 170 ; WX 600 ; N quotedblleft ; B 143 328 471 562 ; C 171 ; WX 600 ; N guillemotleft ; B 37 70 563 446 ; C 172 ; WX 600 ; N guilsinglleft ; B 149 70 451 446 ; C 173 ; WX 600 ; N guilsinglright ; B 149 70 451 446 ; C 174 ; WX 600 ; N fi ; B 3 0 597 629 ; C 175 ; WX 600 ; N fl ; B 3 0 597 629 ; C 177 ; WX 600 ; N endash ; B 75 231 525 285 ; C 178 ; WX 600 ; N dagger ; B 141 -78 459 580 ; C 179 ; WX 600 ; N daggerdbl ; B 141 -78 459 580 ; C 180 ; WX 600 ; N periodcentered ; B 222 189 378 327 ; C 182 ; WX 600 ; N paragraph ; B 50 -78 511 562 ; C 183 ; WX 600 ; N bullet ; B 172 130 428 383 ; C 184 ; WX 600 ; N quotesinglbase ; B 213 -134 376 100 ; C 185 ; WX 600 ; N quotedblbase ; B 143 -134 457 100 ; C 186 ; WX 600 ; N quotedblright ; B 143 328 457 562 ; C 187 ; WX 600 ; N guillemotright ; B 37 70 563 446 ; C 188 ; WX 600 ; N ellipsis ; B 37 -15 563 111 ; C 189 ; WX 600 ; N perthousand ; B 3 -15 600 622 ; C 191 ; WX 600 ; N questiondown ; B 108 -157 471 430 ; C 193 ; WX 600 ; N grave ; B 151 497 378 672 ; C 194 ; WX 600 ; N acute ; B 242 497 469 672 ; C 195 ; WX 600 ; N circumflex ; B 124 477 476 654 ; C 196 ; WX 600 ; N tilde ; B 105 489 503 606 ; C 197 ; WX 600 ; N macron ; B 120 525 480 565 ; C 198 ; WX 600 ; N breve ; B 153 501 447 609 ; C 199 ; WX 600 ; N dotaccent ; B 249 537 352 640 ; C 200 ; WX 600 ; N dieresis ; B 148 537 453 640 ; C 202 ; WX 600 ; N ring ; B 218 463 382 627 ; C 203 ; WX 600 ; N cedilla ; B 224 -151 362 10 ; C 205 ; WX 600 ; N hungarumlaut ; B 133 497 540 672 ; C 206 ; WX 600 ; N ogonek ; B 211 -172 407 4 ; C 207 ; WX 600 ; N caron ; B 124 492 476 669 ; C 208 ; WX 600 ; N emdash ; B 0 231 600 285 ; C 225 ; WX 600 ; N AE ; B 3 0 550 562 ; C 227 ; WX 600 ; N ordfeminine ; B 156 249 442 580 ; C 232 ; WX 600 ; N Lslash ; B 47 0 554 562 ; C 233 ; WX 600 ; N Oslash ; B 43 -80 557 629 ; C 234 ; WX 600 ; N OE ; B 7 0 567 562 ; C 235 ; WX 600 ; N ordmasculine ; B 157 249 443 580 ; C 241 ; WX 600 ; N ae ; B 19 -15 570 441 ; C 245 ; WX 600 ; N dotlessi ; B 95 0 505 426 ; C 248 ; WX 600 ; N lslash ; B 95 0 505 629 ; C 249 ; WX 600 ; N oslash ; B 62 -80 538 506 ; C 250 ; WX 600 ; N oe ; B 19 -15 559 441 ; C 251 ; WX 600 ; N germandbls ; B 48 -15 588 629 ; C -1 ; WX 600 ; N Idieresis ; B 96 0 504 753 ; C -1 ; WX 600 ; N eacute ; B 66 -15 548 672 ; C -1 ; WX 600 ; N abreve ; B 53 -15 559 609 ; C -1 ; WX 600 ; N uhungarumlaut ; B 21 -15 580 672 ; C -1 ; WX 600 ; N ecaron ; B 66 -15 548 669 ; C -1 ; WX 600 ; N Ydieresis ; B 24 0 576 753 ; C -1 ; WX 600 ; N divide ; B 87 48 513 467 ; C -1 ; WX 600 ; N Yacute ; B 24 0 576 805 ; C -1 ; WX 600 ; N Acircumflex ; B 3 0 597 787 ; C -1 ; WX 600 ; N aacute ; B 53 -15 559 672 ; C -1 ; WX 600 ; N Ucircumflex ; B 17 -18 583 787 ; C -1 ; WX 600 ; N yacute ; B 7 -157 592 672 ; C -1 ; WX 600 ; N scommaaccent ; B 80 -250 513 441 ; C -1 ; WX 600 ; N ecircumflex ; B 66 -15 548 654 ; C -1 ; WX 600 ; N Uring ; B 17 -18 583 760 ; C -1 ; WX 600 ; N Udieresis ; B 17 -18 583 753 ; C -1 ; WX 600 ; N aogonek ; B 53 -172 587 441 ; C -1 ; WX 600 ; N Uacute ; B 17 -18 583 805 ; C -1 ; WX 600 ; N uogonek ; B 21 -172 590 426 ; C -1 ; WX 600 ; N Edieresis ; B 53 0 550 753 ; C -1 ; WX 600 ; N Dcroat ; B 30 0 574 562 ; C -1 ; WX 600 ; N commaaccent ; B 198 -250 335 -58 ; C -1 ; WX 600 ; N copyright ; B 0 -18 600 580 ; C -1 ; WX 600 ; N Emacron ; B 53 0 550 698 ; C -1 ; WX 600 ; N ccaron ; B 66 -15 529 669 ; C -1 ; WX 600 ; N aring ; B 53 -15 559 627 ; C -1 ; WX 600 ; N Ncommaaccent ; B 7 -250 593 562 ; C -1 ; WX 600 ; N lacute ; B 95 0 505 805 ; C -1 ; WX 600 ; N agrave ; B 53 -15 559 672 ; C -1 ; WX 600 ; N Tcommaaccent ; B 38 -250 563 562 ; C -1 ; WX 600 ; N Cacute ; B 41 -18 540 805 ; C -1 ; WX 600 ; N atilde ; B 53 -15 559 606 ; C -1 ; WX 600 ; N Edotaccent ; B 53 0 550 753 ; C -1 ; WX 600 ; N scaron ; B 80 -15 513 669 ; C -1 ; WX 600 ; N scedilla ; B 80 -151 513 441 ; C -1 ; WX 600 ; N iacute ; B 95 0 505 672 ; C -1 ; WX 600 ; N lozenge ; B 18 0 443 706 ; C -1 ; WX 600 ; N Rcaron ; B 38 0 588 802 ; C -1 ; WX 600 ; N Gcommaaccent ; B 31 -250 575 580 ; C -1 ; WX 600 ; N ucircumflex ; B 21 -15 562 654 ; C -1 ; WX 600 ; N acircumflex ; B 53 -15 559 654 ; C -1 ; WX 600 ; N Amacron ; B 3 0 597 698 ; C -1 ; WX 600 ; N rcaron ; B 60 0 559 669 ; C -1 ; WX 600 ; N ccedilla ; B 66 -151 529 441 ; C -1 ; WX 600 ; N Zdotaccent ; B 86 0 514 753 ; C -1 ; WX 600 ; N Thorn ; B 79 0 538 562 ; C -1 ; WX 600 ; N Omacron ; B 43 -18 557 698 ; C -1 ; WX 600 ; N Racute ; B 38 0 588 805 ; C -1 ; WX 600 ; N Sacute ; B 72 -20 529 805 ; C -1 ; WX 600 ; N dcaron ; B 45 -15 715 629 ; C -1 ; WX 600 ; N Umacron ; B 17 -18 583 698 ; C -1 ; WX 600 ; N uring ; B 21 -15 562 627 ; C -1 ; WX 600 ; N threesuperior ; B 155 240 406 622 ; C -1 ; WX 600 ; N Ograve ; B 43 -18 557 805 ; C -1 ; WX 600 ; N Agrave ; B 3 0 597 805 ; C -1 ; WX 600 ; N Abreve ; B 3 0 597 732 ; C -1 ; WX 600 ; N multiply ; B 87 43 515 470 ; C -1 ; WX 600 ; N uacute ; B 21 -15 562 672 ; C -1 ; WX 600 ; N Tcaron ; B 38 0 563 802 ; C -1 ; WX 600 ; N partialdiff ; B 17 -38 459 710 ; C -1 ; WX 600 ; N ydieresis ; B 7 -157 592 620 ; C -1 ; WX 600 ; N Nacute ; B 7 -13 593 805 ; C -1 ; WX 600 ; N icircumflex ; B 94 0 505 654 ; C -1 ; WX 600 ; N Ecircumflex ; B 53 0 550 787 ; C -1 ; WX 600 ; N adieresis ; B 53 -15 559 620 ; C -1 ; WX 600 ; N edieresis ; B 66 -15 548 620 ; C -1 ; WX 600 ; N cacute ; B 66 -15 529 672 ; C -1 ; WX 600 ; N nacute ; B 26 0 575 672 ; C -1 ; WX 600 ; N umacron ; B 21 -15 562 565 ; C -1 ; WX 600 ; N Ncaron ; B 7 -13 593 802 ; C -1 ; WX 600 ; N Iacute ; B 96 0 504 805 ; C -1 ; WX 600 ; N plusminus ; B 87 44 513 558 ; C -1 ; WX 600 ; N brokenbar ; B 275 -175 326 675 ; C -1 ; WX 600 ; N registered ; B 0 -18 600 580 ; C -1 ; WX 600 ; N Gbreve ; B 31 -18 575 732 ; C -1 ; WX 600 ; N Idotaccent ; B 96 0 504 753 ; C -1 ; WX 600 ; N summation ; B 15 -10 585 706 ; C -1 ; WX 600 ; N Egrave ; B 53 0 550 805 ; C -1 ; WX 600 ; N racute ; B 60 0 559 672 ; C -1 ; WX 600 ; N omacron ; B 62 -15 538 565 ; C -1 ; WX 600 ; N Zacute ; B 86 0 514 805 ; C -1 ; WX 600 ; N Zcaron ; B 86 0 514 802 ; C -1 ; WX 600 ; N greaterequal ; B 98 0 502 710 ; C -1 ; WX 600 ; N Eth ; B 30 0 574 562 ; C -1 ; WX 600 ; N Ccedilla ; B 41 -151 540 580 ; C -1 ; WX 600 ; N lcommaaccent ; B 95 -250 505 629 ; C -1 ; WX 600 ; N tcaron ; B 87 -15 530 717 ; C -1 ; WX 600 ; N eogonek ; B 66 -172 548 441 ; C -1 ; WX 600 ; N Uogonek ; B 17 -172 583 562 ; C -1 ; WX 600 ; N Aacute ; B 3 0 597 805 ; C -1 ; WX 600 ; N Adieresis ; B 3 0 597 753 ; C -1 ; WX 600 ; N egrave ; B 66 -15 548 672 ; C -1 ; WX 600 ; N zacute ; B 99 0 502 672 ; C -1 ; WX 600 ; N iogonek ; B 95 -172 505 657 ; C -1 ; WX 600 ; N Oacute ; B 43 -18 557 805 ; C -1 ; WX 600 ; N oacute ; B 62 -15 538 672 ; C -1 ; WX 600 ; N amacron ; B 53 -15 559 565 ; C -1 ; WX 600 ; N sacute ; B 80 -15 513 672 ; C -1 ; WX 600 ; N idieresis ; B 95 0 505 620 ; C -1 ; WX 600 ; N Ocircumflex ; B 43 -18 557 787 ; C -1 ; WX 600 ; N Ugrave ; B 17 -18 583 805 ; C -1 ; WX 600 ; N Delta ; B 6 0 598 688 ; C -1 ; WX 600 ; N thorn ; B -6 -157 555 629 ; C -1 ; WX 600 ; N twosuperior ; B 177 249 424 622 ; C -1 ; WX 600 ; N Odieresis ; B 43 -18 557 753 ; C -1 ; WX 600 ; N mu ; B 21 -157 562 426 ; C -1 ; WX 600 ; N igrave ; B 95 0 505 672 ; C -1 ; WX 600 ; N ohungarumlaut ; B 62 -15 580 672 ; C -1 ; WX 600 ; N Eogonek ; B 53 -172 561 562 ; C -1 ; WX 600 ; N dcroat ; B 45 -15 591 629 ; C -1 ; WX 600 ; N threequarters ; B 8 -56 593 666 ; C -1 ; WX 600 ; N Scedilla ; B 72 -151 529 580 ; C -1 ; WX 600 ; N lcaron ; B 95 0 533 629 ; C -1 ; WX 600 ; N Kcommaaccent ; B 38 -250 582 562 ; C -1 ; WX 600 ; N Lacute ; B 47 0 554 805 ; C -1 ; WX 600 ; N trademark ; B -23 263 623 562 ; C -1 ; WX 600 ; N edotaccent ; B 66 -15 548 620 ; C -1 ; WX 600 ; N Igrave ; B 96 0 504 805 ; C -1 ; WX 600 ; N Imacron ; B 96 0 504 698 ; C -1 ; WX 600 ; N Lcaron ; B 47 0 554 562 ; C -1 ; WX 600 ; N onehalf ; B 0 -57 611 665 ; C -1 ; WX 600 ; N lessequal ; B 98 0 502 710 ; C -1 ; WX 600 ; N ocircumflex ; B 62 -15 538 654 ; C -1 ; WX 600 ; N ntilde ; B 26 0 575 606 ; C -1 ; WX 600 ; N Uhungarumlaut ; B 17 -18 590 805 ; C -1 ; WX 600 ; N Eacute ; B 53 0 550 805 ; C -1 ; WX 600 ; N emacron ; B 66 -15 548 565 ; C -1 ; WX 600 ; N gbreve ; B 45 -157 566 609 ; C -1 ; WX 600 ; N onequarter ; B 0 -57 600 665 ; C -1 ; WX 600 ; N Scaron ; B 72 -20 529 802 ; C -1 ; WX 600 ; N Scommaaccent ; B 72 -250 529 580 ; C -1 ; WX 600 ; N Ohungarumlaut ; B 43 -18 580 805 ; C -1 ; WX 600 ; N degree ; B 123 269 477 622 ; C -1 ; WX 600 ; N ograve ; B 62 -15 538 672 ; C -1 ; WX 600 ; N Ccaron ; B 41 -18 540 802 ; C -1 ; WX 600 ; N ugrave ; B 21 -15 562 672 ; C -1 ; WX 600 ; N radical ; B 3 -15 597 792 ; C -1 ; WX 600 ; N Dcaron ; B 43 0 574 802 ; C -1 ; WX 600 ; N rcommaaccent ; B 60 -250 559 441 ; C -1 ; WX 600 ; N Ntilde ; B 7 -13 593 729 ; C -1 ; WX 600 ; N otilde ; B 62 -15 538 606 ; C -1 ; WX 600 ; N Rcommaaccent ; B 38 -250 588 562 ; C -1 ; WX 600 ; N Lcommaaccent ; B 47 -250 554 562 ; C -1 ; WX 600 ; N Atilde ; B 3 0 597 729 ; C -1 ; WX 600 ; N Aogonek ; B 3 -172 608 562 ; C -1 ; WX 600 ; N Aring ; B 3 0 597 750 ; C -1 ; WX 600 ; N Otilde ; B 43 -18 557 729 ; C -1 ; WX 600 ; N zdotaccent ; B 99 0 502 620 ; C -1 ; WX 600 ; N Ecaron ; B 53 0 550 802 ; C -1 ; WX 600 ; N Iogonek ; B 96 -172 504 562 ; C -1 ; WX 600 ; N kcommaaccent ; B 43 -250 580 629 ; C -1 ; WX 600 ; N minus ; B 80 232 520 283 ; C -1 ; WX 600 ; N Icircumflex ; B 96 0 504 787 ; C -1 ; WX 600 ; N ncaron ; B 26 0 575 669 ; C -1 ; WX 600 ; N tcommaaccent ; B 87 -250 530 561 ; C -1 ; WX 600 ; N logicalnot ; B 87 108 513 369 ; C -1 ; WX 600 ; N odieresis ; B 62 -15 538 620 ; C -1 ; WX 600 ; N udieresis ; B 21 -15 562 620 ; C -1 ; WX 600 ; N notequal ; B 15 -16 540 529 ; C -1 ; WX 600 ; N gcommaaccent ; B 45 -157 566 708 ; C -1 ; WX 600 ; N eth ; B 62 -15 538 629 ; C -1 ; WX 600 ; N zcaron ; B 99 0 502 669 ; C -1 ; WX 600 ; N ncommaaccent ; B 26 -250 575 441 ; C -1 ; WX 600 ; N onesuperior ; B 172 249 428 622 ; C -1 ; WX 600 ; N imacron ; B 95 0 505 565 ; C -1 ; WX 600 ; N Euro ; B 0 0 0 0 ; EndCharMetrics EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Helvetica-Oblique.afm0000644000000000000000000022123013772706672021332 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:44:31 1997 Comment UniqueID 43055 Comment VMusage 14960 69346 FontName Helvetica-Oblique FullName Helvetica Oblique FamilyName Helvetica Weight Medium ItalicAngle -12 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -170 -225 1116 931 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 718 XHeight 523 Ascender 718 Descender -207 StdHW 76 StdVW 88 StartCharMetrics 315 C 32 ; WX 278 ; N space ; B 0 0 0 0 ; C 33 ; WX 278 ; N exclam ; B 90 0 340 718 ; C 34 ; WX 355 ; N quotedbl ; B 168 463 438 718 ; C 35 ; WX 556 ; N numbersign ; B 73 0 631 688 ; C 36 ; WX 556 ; N dollar ; B 69 -115 617 775 ; C 37 ; WX 889 ; N percent ; B 147 -19 889 703 ; C 38 ; WX 667 ; N ampersand ; B 77 -15 647 718 ; C 39 ; WX 222 ; N quoteright ; B 151 463 310 718 ; C 40 ; WX 333 ; N parenleft ; B 108 -207 454 733 ; C 41 ; WX 333 ; N parenright ; B -9 -207 337 733 ; C 42 ; WX 389 ; N asterisk ; B 165 431 475 718 ; C 43 ; WX 584 ; N plus ; B 85 0 606 505 ; C 44 ; WX 278 ; N comma ; B 56 -147 214 106 ; C 45 ; WX 333 ; N hyphen ; B 93 232 357 322 ; C 46 ; WX 278 ; N period ; B 87 0 214 106 ; C 47 ; WX 278 ; N slash ; B -21 -19 452 737 ; C 48 ; WX 556 ; N zero ; B 93 -19 608 703 ; C 49 ; WX 556 ; N one ; B 207 0 508 703 ; C 50 ; WX 556 ; N two ; B 26 0 617 703 ; C 51 ; WX 556 ; N three ; B 75 -19 610 703 ; C 52 ; WX 556 ; N four ; B 61 0 576 703 ; C 53 ; WX 556 ; N five ; B 68 -19 621 688 ; C 54 ; WX 556 ; N six ; B 91 -19 615 703 ; C 55 ; WX 556 ; N seven ; B 137 0 669 688 ; C 56 ; WX 556 ; N eight ; B 74 -19 607 703 ; C 57 ; WX 556 ; N nine ; B 82 -19 609 703 ; C 58 ; WX 278 ; N colon ; B 87 0 301 516 ; C 59 ; WX 278 ; N semicolon ; B 56 -147 301 516 ; C 60 ; WX 584 ; N less ; B 94 11 641 495 ; C 61 ; WX 584 ; N equal ; B 63 115 628 390 ; C 62 ; WX 584 ; N greater ; B 50 11 597 495 ; C 63 ; WX 556 ; N question ; B 161 0 610 727 ; C 64 ; WX 1015 ; N at ; B 215 -19 965 737 ; C 65 ; WX 667 ; N A ; B 14 0 654 718 ; C 66 ; WX 667 ; N B ; B 74 0 712 718 ; C 67 ; WX 722 ; N C ; B 108 -19 782 737 ; C 68 ; WX 722 ; N D ; B 81 0 764 718 ; C 69 ; WX 667 ; N E ; B 86 0 762 718 ; C 70 ; WX 611 ; N F ; B 86 0 736 718 ; C 71 ; WX 778 ; N G ; B 111 -19 799 737 ; C 72 ; WX 722 ; N H ; B 77 0 799 718 ; C 73 ; WX 278 ; N I ; B 91 0 341 718 ; C 74 ; WX 500 ; N J ; B 47 -19 581 718 ; C 75 ; WX 667 ; N K ; B 76 0 808 718 ; C 76 ; WX 556 ; N L ; B 76 0 555 718 ; C 77 ; WX 833 ; N M ; B 73 0 914 718 ; C 78 ; WX 722 ; N N ; B 76 0 799 718 ; C 79 ; WX 778 ; N O ; B 105 -19 826 737 ; C 80 ; WX 667 ; N P ; B 86 0 737 718 ; C 81 ; WX 778 ; N Q ; B 105 -56 826 737 ; C 82 ; WX 722 ; N R ; B 88 0 773 718 ; C 83 ; WX 667 ; N S ; B 90 -19 713 737 ; C 84 ; WX 611 ; N T ; B 148 0 750 718 ; C 85 ; WX 722 ; N U ; B 123 -19 797 718 ; C 86 ; WX 667 ; N V ; B 173 0 800 718 ; C 87 ; WX 944 ; N W ; B 169 0 1081 718 ; C 88 ; WX 667 ; N X ; B 19 0 790 718 ; C 89 ; WX 667 ; N Y ; B 167 0 806 718 ; C 90 ; WX 611 ; N Z ; B 23 0 741 718 ; C 91 ; WX 278 ; N bracketleft ; B 21 -196 403 722 ; C 92 ; WX 278 ; N backslash ; B 140 -19 291 737 ; C 93 ; WX 278 ; N bracketright ; B -14 -196 368 722 ; C 94 ; WX 469 ; N asciicircum ; B 42 264 539 688 ; C 95 ; WX 556 ; N underscore ; B -27 -125 540 -75 ; C 96 ; WX 222 ; N quoteleft ; B 165 470 323 725 ; C 97 ; WX 556 ; N a ; B 61 -15 559 538 ; C 98 ; WX 556 ; N b ; B 58 -15 584 718 ; C 99 ; WX 500 ; N c ; B 74 -15 553 538 ; C 100 ; WX 556 ; N d ; B 84 -15 652 718 ; C 101 ; WX 556 ; N e ; B 84 -15 578 538 ; C 102 ; WX 278 ; N f ; B 86 0 416 728 ; L i fi ; L l fl ; C 103 ; WX 556 ; N g ; B 42 -220 610 538 ; C 104 ; WX 556 ; N h ; B 65 0 573 718 ; C 105 ; WX 222 ; N i ; B 67 0 308 718 ; C 106 ; WX 222 ; N j ; B -60 -210 308 718 ; C 107 ; WX 500 ; N k ; B 67 0 600 718 ; C 108 ; WX 222 ; N l ; B 67 0 308 718 ; C 109 ; WX 833 ; N m ; B 65 0 852 538 ; C 110 ; WX 556 ; N n ; B 65 0 573 538 ; C 111 ; WX 556 ; N o ; B 83 -14 585 538 ; C 112 ; WX 556 ; N p ; B 14 -207 584 538 ; C 113 ; WX 556 ; N q ; B 84 -207 605 538 ; C 114 ; WX 333 ; N r ; B 77 0 446 538 ; C 115 ; WX 500 ; N s ; B 63 -15 529 538 ; C 116 ; WX 278 ; N t ; B 102 -7 368 669 ; C 117 ; WX 556 ; N u ; B 94 -15 600 523 ; C 118 ; WX 500 ; N v ; B 119 0 603 523 ; C 119 ; WX 722 ; N w ; B 125 0 820 523 ; C 120 ; WX 500 ; N x ; B 11 0 594 523 ; C 121 ; WX 500 ; N y ; B 15 -214 600 523 ; C 122 ; WX 500 ; N z ; B 31 0 571 523 ; C 123 ; WX 334 ; N braceleft ; B 92 -196 445 722 ; C 124 ; WX 260 ; N bar ; B 46 -225 332 775 ; C 125 ; WX 334 ; N braceright ; B 0 -196 354 722 ; C 126 ; WX 584 ; N asciitilde ; B 111 180 580 326 ; C 161 ; WX 333 ; N exclamdown ; B 77 -195 326 523 ; C 162 ; WX 556 ; N cent ; B 95 -115 584 623 ; C 163 ; WX 556 ; N sterling ; B 49 -16 634 718 ; C 164 ; WX 167 ; N fraction ; B -170 -19 482 703 ; C 165 ; WX 556 ; N yen ; B 81 0 699 688 ; C 166 ; WX 556 ; N florin ; B -52 -207 654 737 ; C 167 ; WX 556 ; N section ; B 76 -191 584 737 ; C 168 ; WX 556 ; N currency ; B 60 99 646 603 ; C 169 ; WX 191 ; N quotesingle ; B 157 463 285 718 ; C 170 ; WX 333 ; N quotedblleft ; B 138 470 461 725 ; C 171 ; WX 556 ; N guillemotleft ; B 146 108 554 446 ; C 172 ; WX 333 ; N guilsinglleft ; B 137 108 340 446 ; C 173 ; WX 333 ; N guilsinglright ; B 111 108 314 446 ; C 174 ; WX 500 ; N fi ; B 86 0 587 728 ; C 175 ; WX 500 ; N fl ; B 86 0 585 728 ; C 177 ; WX 556 ; N endash ; B 51 240 623 313 ; C 178 ; WX 556 ; N dagger ; B 135 -159 622 718 ; C 179 ; WX 556 ; N daggerdbl ; B 52 -159 623 718 ; C 180 ; WX 278 ; N periodcentered ; B 129 190 257 315 ; C 182 ; WX 537 ; N paragraph ; B 126 -173 650 718 ; C 183 ; WX 350 ; N bullet ; B 91 202 413 517 ; C 184 ; WX 222 ; N quotesinglbase ; B 21 -149 180 106 ; C 185 ; WX 333 ; N quotedblbase ; B -6 -149 318 106 ; C 186 ; WX 333 ; N quotedblright ; B 124 463 448 718 ; C 187 ; WX 556 ; N guillemotright ; B 120 108 528 446 ; C 188 ; WX 1000 ; N ellipsis ; B 115 0 908 106 ; C 189 ; WX 1000 ; N perthousand ; B 88 -19 1029 703 ; C 191 ; WX 611 ; N questiondown ; B 85 -201 534 525 ; C 193 ; WX 333 ; N grave ; B 170 593 337 734 ; C 194 ; WX 333 ; N acute ; B 248 593 475 734 ; C 195 ; WX 333 ; N circumflex ; B 147 593 438 734 ; C 196 ; WX 333 ; N tilde ; B 125 606 490 722 ; C 197 ; WX 333 ; N macron ; B 143 627 468 684 ; C 198 ; WX 333 ; N breve ; B 167 595 476 731 ; C 199 ; WX 333 ; N dotaccent ; B 249 604 362 706 ; C 200 ; WX 333 ; N dieresis ; B 168 604 443 706 ; C 202 ; WX 333 ; N ring ; B 214 572 402 756 ; C 203 ; WX 333 ; N cedilla ; B 2 -225 232 0 ; C 205 ; WX 333 ; N hungarumlaut ; B 157 593 565 734 ; C 206 ; WX 333 ; N ogonek ; B 43 -225 249 0 ; C 207 ; WX 333 ; N caron ; B 177 593 468 734 ; C 208 ; WX 1000 ; N emdash ; B 51 240 1067 313 ; C 225 ; WX 1000 ; N AE ; B 8 0 1097 718 ; C 227 ; WX 370 ; N ordfeminine ; B 127 405 449 737 ; C 232 ; WX 556 ; N Lslash ; B 41 0 555 718 ; C 233 ; WX 778 ; N Oslash ; B 43 -19 890 737 ; C 234 ; WX 1000 ; N OE ; B 98 -19 1116 737 ; C 235 ; WX 365 ; N ordmasculine ; B 141 405 468 737 ; C 241 ; WX 889 ; N ae ; B 61 -15 909 538 ; C 245 ; WX 278 ; N dotlessi ; B 95 0 294 523 ; C 248 ; WX 222 ; N lslash ; B 41 0 347 718 ; C 249 ; WX 611 ; N oslash ; B 29 -22 647 545 ; C 250 ; WX 944 ; N oe ; B 83 -15 964 538 ; C 251 ; WX 611 ; N germandbls ; B 67 -15 658 728 ; C -1 ; WX 278 ; N Idieresis ; B 91 0 458 901 ; C -1 ; WX 556 ; N eacute ; B 84 -15 587 734 ; C -1 ; WX 556 ; N abreve ; B 61 -15 578 731 ; C -1 ; WX 556 ; N uhungarumlaut ; B 94 -15 677 734 ; C -1 ; WX 556 ; N ecaron ; B 84 -15 580 734 ; C -1 ; WX 667 ; N Ydieresis ; B 167 0 806 901 ; C -1 ; WX 584 ; N divide ; B 85 -19 606 524 ; C -1 ; WX 667 ; N Yacute ; B 167 0 806 929 ; C -1 ; WX 667 ; N Acircumflex ; B 14 0 654 929 ; C -1 ; WX 556 ; N aacute ; B 61 -15 587 734 ; C -1 ; WX 722 ; N Ucircumflex ; B 123 -19 797 929 ; C -1 ; WX 500 ; N yacute ; B 15 -214 600 734 ; C -1 ; WX 500 ; N scommaaccent ; B 63 -225 529 538 ; C -1 ; WX 556 ; N ecircumflex ; B 84 -15 578 734 ; C -1 ; WX 722 ; N Uring ; B 123 -19 797 931 ; C -1 ; WX 722 ; N Udieresis ; B 123 -19 797 901 ; C -1 ; WX 556 ; N aogonek ; B 61 -220 559 538 ; C -1 ; WX 722 ; N Uacute ; B 123 -19 797 929 ; C -1 ; WX 556 ; N uogonek ; B 94 -225 600 523 ; C -1 ; WX 667 ; N Edieresis ; B 86 0 762 901 ; C -1 ; WX 722 ; N Dcroat ; B 69 0 764 718 ; C -1 ; WX 250 ; N commaaccent ; B 39 -225 172 -40 ; C -1 ; WX 737 ; N copyright ; B 54 -19 837 737 ; C -1 ; WX 667 ; N Emacron ; B 86 0 762 879 ; C -1 ; WX 500 ; N ccaron ; B 74 -15 553 734 ; C -1 ; WX 556 ; N aring ; B 61 -15 559 756 ; C -1 ; WX 722 ; N Ncommaaccent ; B 76 -225 799 718 ; C -1 ; WX 222 ; N lacute ; B 67 0 461 929 ; C -1 ; WX 556 ; N agrave ; B 61 -15 559 734 ; C -1 ; WX 611 ; N Tcommaaccent ; B 148 -225 750 718 ; C -1 ; WX 722 ; N Cacute ; B 108 -19 782 929 ; C -1 ; WX 556 ; N atilde ; B 61 -15 592 722 ; C -1 ; WX 667 ; N Edotaccent ; B 86 0 762 901 ; C -1 ; WX 500 ; N scaron ; B 63 -15 552 734 ; C -1 ; WX 500 ; N scedilla ; B 63 -225 529 538 ; C -1 ; WX 278 ; N iacute ; B 95 0 448 734 ; C -1 ; WX 471 ; N lozenge ; B 88 0 540 728 ; C -1 ; WX 722 ; N Rcaron ; B 88 0 773 929 ; C -1 ; WX 778 ; N Gcommaaccent ; B 111 -225 799 737 ; C -1 ; WX 556 ; N ucircumflex ; B 94 -15 600 734 ; C -1 ; WX 556 ; N acircumflex ; B 61 -15 559 734 ; C -1 ; WX 667 ; N Amacron ; B 14 0 677 879 ; C -1 ; WX 333 ; N rcaron ; B 77 0 508 734 ; C -1 ; WX 500 ; N ccedilla ; B 74 -225 553 538 ; C -1 ; WX 611 ; N Zdotaccent ; B 23 0 741 901 ; C -1 ; WX 667 ; N Thorn ; B 86 0 712 718 ; C -1 ; WX 778 ; N Omacron ; B 105 -19 826 879 ; C -1 ; WX 722 ; N Racute ; B 88 0 773 929 ; C -1 ; WX 667 ; N Sacute ; B 90 -19 713 929 ; C -1 ; WX 643 ; N dcaron ; B 84 -15 808 718 ; C -1 ; WX 722 ; N Umacron ; B 123 -19 797 879 ; C -1 ; WX 556 ; N uring ; B 94 -15 600 756 ; C -1 ; WX 333 ; N threesuperior ; B 90 270 436 703 ; C -1 ; WX 778 ; N Ograve ; B 105 -19 826 929 ; C -1 ; WX 667 ; N Agrave ; B 14 0 654 929 ; C -1 ; WX 667 ; N Abreve ; B 14 0 685 926 ; C -1 ; WX 584 ; N multiply ; B 50 0 642 506 ; C -1 ; WX 556 ; N uacute ; B 94 -15 600 734 ; C -1 ; WX 611 ; N Tcaron ; B 148 0 750 929 ; C -1 ; WX 476 ; N partialdiff ; B 41 -38 550 714 ; C -1 ; WX 500 ; N ydieresis ; B 15 -214 600 706 ; C -1 ; WX 722 ; N Nacute ; B 76 0 799 929 ; C -1 ; WX 278 ; N icircumflex ; B 95 0 411 734 ; C -1 ; WX 667 ; N Ecircumflex ; B 86 0 762 929 ; C -1 ; WX 556 ; N adieresis ; B 61 -15 559 706 ; C -1 ; WX 556 ; N edieresis ; B 84 -15 578 706 ; C -1 ; WX 500 ; N cacute ; B 74 -15 559 734 ; C -1 ; WX 556 ; N nacute ; B 65 0 587 734 ; C -1 ; WX 556 ; N umacron ; B 94 -15 600 684 ; C -1 ; WX 722 ; N Ncaron ; B 76 0 799 929 ; C -1 ; WX 278 ; N Iacute ; B 91 0 489 929 ; C -1 ; WX 584 ; N plusminus ; B 39 0 618 506 ; C -1 ; WX 260 ; N brokenbar ; B 62 -150 316 700 ; C -1 ; WX 737 ; N registered ; B 54 -19 837 737 ; C -1 ; WX 778 ; N Gbreve ; B 111 -19 799 926 ; C -1 ; WX 278 ; N Idotaccent ; B 91 0 377 901 ; C -1 ; WX 600 ; N summation ; B 15 -10 671 706 ; C -1 ; WX 667 ; N Egrave ; B 86 0 762 929 ; C -1 ; WX 333 ; N racute ; B 77 0 475 734 ; C -1 ; WX 556 ; N omacron ; B 83 -14 585 684 ; C -1 ; WX 611 ; N Zacute ; B 23 0 741 929 ; C -1 ; WX 611 ; N Zcaron ; B 23 0 741 929 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 620 674 ; C -1 ; WX 722 ; N Eth ; B 69 0 764 718 ; C -1 ; WX 722 ; N Ccedilla ; B 108 -225 782 737 ; C -1 ; WX 222 ; N lcommaaccent ; B 25 -225 308 718 ; C -1 ; WX 317 ; N tcaron ; B 102 -7 501 808 ; C -1 ; WX 556 ; N eogonek ; B 84 -225 578 538 ; C -1 ; WX 722 ; N Uogonek ; B 123 -225 797 718 ; C -1 ; WX 667 ; N Aacute ; B 14 0 683 929 ; C -1 ; WX 667 ; N Adieresis ; B 14 0 654 901 ; C -1 ; WX 556 ; N egrave ; B 84 -15 578 734 ; C -1 ; WX 500 ; N zacute ; B 31 0 571 734 ; C -1 ; WX 222 ; N iogonek ; B -61 -225 308 718 ; C -1 ; WX 778 ; N Oacute ; B 105 -19 826 929 ; C -1 ; WX 556 ; N oacute ; B 83 -14 587 734 ; C -1 ; WX 556 ; N amacron ; B 61 -15 580 684 ; C -1 ; WX 500 ; N sacute ; B 63 -15 559 734 ; C -1 ; WX 278 ; N idieresis ; B 95 0 416 706 ; C -1 ; WX 778 ; N Ocircumflex ; B 105 -19 826 929 ; C -1 ; WX 722 ; N Ugrave ; B 123 -19 797 929 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 556 ; N thorn ; B 14 -207 584 718 ; C -1 ; WX 333 ; N twosuperior ; B 64 281 449 703 ; C -1 ; WX 778 ; N Odieresis ; B 105 -19 826 901 ; C -1 ; WX 556 ; N mu ; B 24 -207 600 523 ; C -1 ; WX 278 ; N igrave ; B 95 0 310 734 ; C -1 ; WX 556 ; N ohungarumlaut ; B 83 -14 677 734 ; C -1 ; WX 667 ; N Eogonek ; B 86 -220 762 718 ; C -1 ; WX 556 ; N dcroat ; B 84 -15 689 718 ; C -1 ; WX 834 ; N threequarters ; B 130 -19 861 703 ; C -1 ; WX 667 ; N Scedilla ; B 90 -225 713 737 ; C -1 ; WX 299 ; N lcaron ; B 67 0 464 718 ; C -1 ; WX 667 ; N Kcommaaccent ; B 76 -225 808 718 ; C -1 ; WX 556 ; N Lacute ; B 76 0 555 929 ; C -1 ; WX 1000 ; N trademark ; B 186 306 1056 718 ; C -1 ; WX 556 ; N edotaccent ; B 84 -15 578 706 ; C -1 ; WX 278 ; N Igrave ; B 91 0 351 929 ; C -1 ; WX 278 ; N Imacron ; B 91 0 483 879 ; C -1 ; WX 556 ; N Lcaron ; B 76 0 570 718 ; C -1 ; WX 834 ; N onehalf ; B 114 -19 839 703 ; C -1 ; WX 549 ; N lessequal ; B 26 0 666 674 ; C -1 ; WX 556 ; N ocircumflex ; B 83 -14 585 734 ; C -1 ; WX 556 ; N ntilde ; B 65 0 592 722 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 123 -19 801 929 ; C -1 ; WX 667 ; N Eacute ; B 86 0 762 929 ; C -1 ; WX 556 ; N emacron ; B 84 -15 580 684 ; C -1 ; WX 556 ; N gbreve ; B 42 -220 610 731 ; C -1 ; WX 834 ; N onequarter ; B 150 -19 802 703 ; C -1 ; WX 667 ; N Scaron ; B 90 -19 713 929 ; C -1 ; WX 667 ; N Scommaaccent ; B 90 -225 713 737 ; C -1 ; WX 778 ; N Ohungarumlaut ; B 105 -19 829 929 ; C -1 ; WX 400 ; N degree ; B 169 411 468 703 ; C -1 ; WX 556 ; N ograve ; B 83 -14 585 734 ; C -1 ; WX 722 ; N Ccaron ; B 108 -19 782 929 ; C -1 ; WX 556 ; N ugrave ; B 94 -15 600 734 ; C -1 ; WX 453 ; N radical ; B 79 -80 617 762 ; C -1 ; WX 722 ; N Dcaron ; B 81 0 764 929 ; C -1 ; WX 333 ; N rcommaaccent ; B 30 -225 446 538 ; C -1 ; WX 722 ; N Ntilde ; B 76 0 799 917 ; C -1 ; WX 556 ; N otilde ; B 83 -14 602 722 ; C -1 ; WX 722 ; N Rcommaaccent ; B 88 -225 773 718 ; C -1 ; WX 556 ; N Lcommaaccent ; B 76 -225 555 718 ; C -1 ; WX 667 ; N Atilde ; B 14 0 699 917 ; C -1 ; WX 667 ; N Aogonek ; B 14 -225 654 718 ; C -1 ; WX 667 ; N Aring ; B 14 0 654 931 ; C -1 ; WX 778 ; N Otilde ; B 105 -19 826 917 ; C -1 ; WX 500 ; N zdotaccent ; B 31 0 571 706 ; C -1 ; WX 667 ; N Ecaron ; B 86 0 762 929 ; C -1 ; WX 278 ; N Iogonek ; B -33 -225 341 718 ; C -1 ; WX 500 ; N kcommaaccent ; B 67 -225 600 718 ; C -1 ; WX 584 ; N minus ; B 85 216 606 289 ; C -1 ; WX 278 ; N Icircumflex ; B 91 0 452 929 ; C -1 ; WX 556 ; N ncaron ; B 65 0 580 734 ; C -1 ; WX 278 ; N tcommaaccent ; B 63 -225 368 669 ; C -1 ; WX 584 ; N logicalnot ; B 106 108 628 390 ; C -1 ; WX 556 ; N odieresis ; B 83 -14 585 706 ; C -1 ; WX 556 ; N udieresis ; B 94 -15 600 706 ; C -1 ; WX 549 ; N notequal ; B 34 -35 623 551 ; C -1 ; WX 556 ; N gcommaaccent ; B 42 -220 610 822 ; C -1 ; WX 556 ; N eth ; B 81 -15 617 737 ; C -1 ; WX 500 ; N zcaron ; B 31 0 571 734 ; C -1 ; WX 556 ; N ncommaaccent ; B 65 -225 573 538 ; C -1 ; WX 333 ; N onesuperior ; B 166 281 371 703 ; C -1 ; WX 278 ; N imacron ; B 95 0 417 684 ; C -1 ; WX 556 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2705 KPX A C -30 KPX A Cacute -30 KPX A Ccaron -30 KPX A Ccedilla -30 KPX A G -30 KPX A Gbreve -30 KPX A Gcommaaccent -30 KPX A O -30 KPX A Oacute -30 KPX A Ocircumflex -30 KPX A Odieresis -30 KPX A Ograve -30 KPX A Ohungarumlaut -30 KPX A Omacron -30 KPX A Oslash -30 KPX A Otilde -30 KPX A Q -30 KPX A T -120 KPX A Tcaron -120 KPX A Tcommaaccent -120 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -70 KPX A W -50 KPX A Y -100 KPX A Yacute -100 KPX A Ydieresis -100 KPX A u -30 KPX A uacute -30 KPX A ucircumflex -30 KPX A udieresis -30 KPX A ugrave -30 KPX A uhungarumlaut -30 KPX A umacron -30 KPX A uogonek -30 KPX A uring -30 KPX A v -40 KPX A w -40 KPX A y -40 KPX A yacute -40 KPX A ydieresis -40 KPX Aacute C -30 KPX Aacute Cacute -30 KPX Aacute Ccaron -30 KPX Aacute Ccedilla -30 KPX Aacute G -30 KPX Aacute Gbreve -30 KPX Aacute Gcommaaccent -30 KPX Aacute O -30 KPX Aacute Oacute -30 KPX Aacute Ocircumflex -30 KPX Aacute Odieresis -30 KPX Aacute Ograve -30 KPX Aacute Ohungarumlaut -30 KPX Aacute Omacron -30 KPX Aacute Oslash -30 KPX Aacute Otilde -30 KPX Aacute Q -30 KPX Aacute T -120 KPX Aacute Tcaron -120 KPX Aacute Tcommaaccent -120 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -70 KPX Aacute W -50 KPX Aacute Y -100 KPX Aacute Yacute -100 KPX Aacute Ydieresis -100 KPX Aacute u -30 KPX Aacute uacute -30 KPX Aacute ucircumflex -30 KPX Aacute udieresis -30 KPX Aacute ugrave -30 KPX Aacute uhungarumlaut -30 KPX Aacute umacron -30 KPX Aacute uogonek -30 KPX Aacute uring -30 KPX Aacute v -40 KPX Aacute w -40 KPX Aacute y -40 KPX Aacute yacute -40 KPX Aacute ydieresis -40 KPX Abreve C -30 KPX Abreve Cacute -30 KPX Abreve Ccaron -30 KPX Abreve Ccedilla -30 KPX Abreve G -30 KPX Abreve Gbreve -30 KPX Abreve Gcommaaccent -30 KPX Abreve O -30 KPX Abreve Oacute -30 KPX Abreve Ocircumflex -30 KPX Abreve Odieresis -30 KPX Abreve Ograve -30 KPX Abreve Ohungarumlaut -30 KPX Abreve Omacron -30 KPX Abreve Oslash -30 KPX Abreve Otilde -30 KPX Abreve Q -30 KPX Abreve T -120 KPX Abreve Tcaron -120 KPX Abreve Tcommaaccent -120 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -70 KPX Abreve W -50 KPX Abreve Y -100 KPX Abreve Yacute -100 KPX Abreve Ydieresis -100 KPX Abreve u -30 KPX Abreve uacute -30 KPX Abreve ucircumflex -30 KPX Abreve udieresis -30 KPX Abreve ugrave -30 KPX Abreve uhungarumlaut -30 KPX Abreve umacron -30 KPX Abreve uogonek -30 KPX Abreve uring -30 KPX Abreve v -40 KPX Abreve w -40 KPX Abreve y -40 KPX Abreve yacute -40 KPX Abreve ydieresis -40 KPX Acircumflex C -30 KPX Acircumflex Cacute -30 KPX Acircumflex Ccaron -30 KPX Acircumflex Ccedilla -30 KPX Acircumflex G -30 KPX Acircumflex Gbreve -30 KPX Acircumflex Gcommaaccent -30 KPX Acircumflex O -30 KPX Acircumflex Oacute -30 KPX Acircumflex Ocircumflex -30 KPX Acircumflex Odieresis -30 KPX Acircumflex Ograve -30 KPX Acircumflex Ohungarumlaut -30 KPX Acircumflex Omacron -30 KPX Acircumflex Oslash -30 KPX Acircumflex Otilde -30 KPX Acircumflex Q -30 KPX Acircumflex T -120 KPX Acircumflex Tcaron -120 KPX Acircumflex Tcommaaccent -120 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -70 KPX Acircumflex W -50 KPX Acircumflex Y -100 KPX Acircumflex Yacute -100 KPX Acircumflex Ydieresis -100 KPX Acircumflex u -30 KPX Acircumflex uacute -30 KPX Acircumflex ucircumflex -30 KPX Acircumflex udieresis -30 KPX Acircumflex ugrave -30 KPX Acircumflex uhungarumlaut -30 KPX Acircumflex umacron -30 KPX Acircumflex uogonek -30 KPX Acircumflex uring -30 KPX Acircumflex v -40 KPX Acircumflex w -40 KPX Acircumflex y -40 KPX Acircumflex yacute -40 KPX Acircumflex ydieresis -40 KPX Adieresis C -30 KPX Adieresis Cacute -30 KPX Adieresis Ccaron -30 KPX Adieresis Ccedilla -30 KPX Adieresis G -30 KPX Adieresis Gbreve -30 KPX Adieresis Gcommaaccent -30 KPX Adieresis O -30 KPX Adieresis Oacute -30 KPX Adieresis Ocircumflex -30 KPX Adieresis Odieresis -30 KPX Adieresis Ograve -30 KPX Adieresis Ohungarumlaut -30 KPX Adieresis Omacron -30 KPX Adieresis Oslash -30 KPX Adieresis Otilde -30 KPX Adieresis Q -30 KPX Adieresis T -120 KPX Adieresis Tcaron -120 KPX Adieresis Tcommaaccent -120 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -70 KPX Adieresis W -50 KPX Adieresis Y -100 KPX Adieresis Yacute -100 KPX Adieresis Ydieresis -100 KPX Adieresis u -30 KPX Adieresis uacute -30 KPX Adieresis ucircumflex -30 KPX Adieresis udieresis -30 KPX Adieresis ugrave -30 KPX Adieresis uhungarumlaut -30 KPX Adieresis umacron -30 KPX Adieresis uogonek -30 KPX Adieresis uring -30 KPX Adieresis v -40 KPX Adieresis w -40 KPX Adieresis y -40 KPX Adieresis yacute -40 KPX Adieresis ydieresis -40 KPX Agrave C -30 KPX Agrave Cacute -30 KPX Agrave Ccaron -30 KPX Agrave Ccedilla -30 KPX Agrave G -30 KPX Agrave Gbreve -30 KPX Agrave Gcommaaccent -30 KPX Agrave O -30 KPX Agrave Oacute -30 KPX Agrave Ocircumflex -30 KPX Agrave Odieresis -30 KPX Agrave Ograve -30 KPX Agrave Ohungarumlaut -30 KPX Agrave Omacron -30 KPX Agrave Oslash -30 KPX Agrave Otilde -30 KPX Agrave Q -30 KPX Agrave T -120 KPX Agrave Tcaron -120 KPX Agrave Tcommaaccent -120 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -70 KPX Agrave W -50 KPX Agrave Y -100 KPX Agrave Yacute -100 KPX Agrave Ydieresis -100 KPX Agrave u -30 KPX Agrave uacute -30 KPX Agrave ucircumflex -30 KPX Agrave udieresis -30 KPX Agrave ugrave -30 KPX Agrave uhungarumlaut -30 KPX Agrave umacron -30 KPX Agrave uogonek -30 KPX Agrave uring -30 KPX Agrave v -40 KPX Agrave w -40 KPX Agrave y -40 KPX Agrave yacute -40 KPX Agrave ydieresis -40 KPX Amacron C -30 KPX Amacron Cacute -30 KPX Amacron Ccaron -30 KPX Amacron Ccedilla -30 KPX Amacron G -30 KPX Amacron Gbreve -30 KPX Amacron Gcommaaccent -30 KPX Amacron O -30 KPX Amacron Oacute -30 KPX Amacron Ocircumflex -30 KPX Amacron Odieresis -30 KPX Amacron Ograve -30 KPX Amacron Ohungarumlaut -30 KPX Amacron Omacron -30 KPX Amacron Oslash -30 KPX Amacron Otilde -30 KPX Amacron Q -30 KPX Amacron T -120 KPX Amacron Tcaron -120 KPX Amacron Tcommaaccent -120 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -70 KPX Amacron W -50 KPX Amacron Y -100 KPX Amacron Yacute -100 KPX Amacron Ydieresis -100 KPX Amacron u -30 KPX Amacron uacute -30 KPX Amacron ucircumflex -30 KPX Amacron udieresis -30 KPX Amacron ugrave -30 KPX Amacron uhungarumlaut -30 KPX Amacron umacron -30 KPX Amacron uogonek -30 KPX Amacron uring -30 KPX Amacron v -40 KPX Amacron w -40 KPX Amacron y -40 KPX Amacron yacute -40 KPX Amacron ydieresis -40 KPX Aogonek C -30 KPX Aogonek Cacute -30 KPX Aogonek Ccaron -30 KPX Aogonek Ccedilla -30 KPX Aogonek G -30 KPX Aogonek Gbreve -30 KPX Aogonek Gcommaaccent -30 KPX Aogonek O -30 KPX Aogonek Oacute -30 KPX Aogonek Ocircumflex -30 KPX Aogonek Odieresis -30 KPX Aogonek Ograve -30 KPX Aogonek Ohungarumlaut -30 KPX Aogonek Omacron -30 KPX Aogonek Oslash -30 KPX Aogonek Otilde -30 KPX Aogonek Q -30 KPX Aogonek T -120 KPX Aogonek Tcaron -120 KPX Aogonek Tcommaaccent -120 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -70 KPX Aogonek W -50 KPX Aogonek Y -100 KPX Aogonek Yacute -100 KPX Aogonek Ydieresis -100 KPX Aogonek u -30 KPX Aogonek uacute -30 KPX Aogonek ucircumflex -30 KPX Aogonek udieresis -30 KPX Aogonek ugrave -30 KPX Aogonek uhungarumlaut -30 KPX Aogonek umacron -30 KPX Aogonek uogonek -30 KPX Aogonek uring -30 KPX Aogonek v -40 KPX Aogonek w -40 KPX Aogonek y -40 KPX Aogonek yacute -40 KPX Aogonek ydieresis -40 KPX Aring C -30 KPX Aring Cacute -30 KPX Aring Ccaron -30 KPX Aring Ccedilla -30 KPX Aring G -30 KPX Aring Gbreve -30 KPX Aring Gcommaaccent -30 KPX Aring O -30 KPX Aring Oacute -30 KPX Aring Ocircumflex -30 KPX Aring Odieresis -30 KPX Aring Ograve -30 KPX Aring Ohungarumlaut -30 KPX Aring Omacron -30 KPX Aring Oslash -30 KPX Aring Otilde -30 KPX Aring Q -30 KPX Aring T -120 KPX Aring Tcaron -120 KPX Aring Tcommaaccent -120 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -70 KPX Aring W -50 KPX Aring Y -100 KPX Aring Yacute -100 KPX Aring Ydieresis -100 KPX Aring u -30 KPX Aring uacute -30 KPX Aring ucircumflex -30 KPX Aring udieresis -30 KPX Aring ugrave -30 KPX Aring uhungarumlaut -30 KPX Aring umacron -30 KPX Aring uogonek -30 KPX Aring uring -30 KPX Aring v -40 KPX Aring w -40 KPX Aring y -40 KPX Aring yacute -40 KPX Aring ydieresis -40 KPX Atilde C -30 KPX Atilde Cacute -30 KPX Atilde Ccaron -30 KPX Atilde Ccedilla -30 KPX Atilde G -30 KPX Atilde Gbreve -30 KPX Atilde Gcommaaccent -30 KPX Atilde O -30 KPX Atilde Oacute -30 KPX Atilde Ocircumflex -30 KPX Atilde Odieresis -30 KPX Atilde Ograve -30 KPX Atilde Ohungarumlaut -30 KPX Atilde Omacron -30 KPX Atilde Oslash -30 KPX Atilde Otilde -30 KPX Atilde Q -30 KPX Atilde T -120 KPX Atilde Tcaron -120 KPX Atilde Tcommaaccent -120 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -70 KPX Atilde W -50 KPX Atilde Y -100 KPX Atilde Yacute -100 KPX Atilde Ydieresis -100 KPX Atilde u -30 KPX Atilde uacute -30 KPX Atilde ucircumflex -30 KPX Atilde udieresis -30 KPX Atilde ugrave -30 KPX Atilde uhungarumlaut -30 KPX Atilde umacron -30 KPX Atilde uogonek -30 KPX Atilde uring -30 KPX Atilde v -40 KPX Atilde w -40 KPX Atilde y -40 KPX Atilde yacute -40 KPX Atilde ydieresis -40 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX B comma -20 KPX B period -20 KPX C comma -30 KPX C period -30 KPX Cacute comma -30 KPX Cacute period -30 KPX Ccaron comma -30 KPX Ccaron period -30 KPX Ccedilla comma -30 KPX Ccedilla period -30 KPX D A -40 KPX D Aacute -40 KPX D Abreve -40 KPX D Acircumflex -40 KPX D Adieresis -40 KPX D Agrave -40 KPX D Amacron -40 KPX D Aogonek -40 KPX D Aring -40 KPX D Atilde -40 KPX D V -70 KPX D W -40 KPX D Y -90 KPX D Yacute -90 KPX D Ydieresis -90 KPX D comma -70 KPX D period -70 KPX Dcaron A -40 KPX Dcaron Aacute -40 KPX Dcaron Abreve -40 KPX Dcaron Acircumflex -40 KPX Dcaron Adieresis -40 KPX Dcaron Agrave -40 KPX Dcaron Amacron -40 KPX Dcaron Aogonek -40 KPX Dcaron Aring -40 KPX Dcaron Atilde -40 KPX Dcaron V -70 KPX Dcaron W -40 KPX Dcaron Y -90 KPX Dcaron Yacute -90 KPX Dcaron Ydieresis -90 KPX Dcaron comma -70 KPX Dcaron period -70 KPX Dcroat A -40 KPX Dcroat Aacute -40 KPX Dcroat Abreve -40 KPX Dcroat Acircumflex -40 KPX Dcroat Adieresis -40 KPX Dcroat Agrave -40 KPX Dcroat Amacron -40 KPX Dcroat Aogonek -40 KPX Dcroat Aring -40 KPX Dcroat Atilde -40 KPX Dcroat V -70 KPX Dcroat W -40 KPX Dcroat Y -90 KPX Dcroat Yacute -90 KPX Dcroat Ydieresis -90 KPX Dcroat comma -70 KPX Dcroat period -70 KPX F A -80 KPX F Aacute -80 KPX F Abreve -80 KPX F Acircumflex -80 KPX F Adieresis -80 KPX F Agrave -80 KPX F Amacron -80 KPX F Aogonek -80 KPX F Aring -80 KPX F Atilde -80 KPX F a -50 KPX F aacute -50 KPX F abreve -50 KPX F acircumflex -50 KPX F adieresis -50 KPX F agrave -50 KPX F amacron -50 KPX F aogonek -50 KPX F aring -50 KPX F atilde -50 KPX F comma -150 KPX F e -30 KPX F eacute -30 KPX F ecaron -30 KPX F ecircumflex -30 KPX F edieresis -30 KPX F edotaccent -30 KPX F egrave -30 KPX F emacron -30 KPX F eogonek -30 KPX F o -30 KPX F oacute -30 KPX F ocircumflex -30 KPX F odieresis -30 KPX F ograve -30 KPX F ohungarumlaut -30 KPX F omacron -30 KPX F oslash -30 KPX F otilde -30 KPX F period -150 KPX F r -45 KPX F racute -45 KPX F rcaron -45 KPX F rcommaaccent -45 KPX J A -20 KPX J Aacute -20 KPX J Abreve -20 KPX J Acircumflex -20 KPX J Adieresis -20 KPX J Agrave -20 KPX J Amacron -20 KPX J Aogonek -20 KPX J Aring -20 KPX J Atilde -20 KPX J a -20 KPX J aacute -20 KPX J abreve -20 KPX J acircumflex -20 KPX J adieresis -20 KPX J agrave -20 KPX J amacron -20 KPX J aogonek -20 KPX J aring -20 KPX J atilde -20 KPX J comma -30 KPX J period -30 KPX J u -20 KPX J uacute -20 KPX J ucircumflex -20 KPX J udieresis -20 KPX J ugrave -20 KPX J uhungarumlaut -20 KPX J umacron -20 KPX J uogonek -20 KPX J uring -20 KPX K O -50 KPX K Oacute -50 KPX K Ocircumflex -50 KPX K Odieresis -50 KPX K Ograve -50 KPX K Ohungarumlaut -50 KPX K Omacron -50 KPX K Oslash -50 KPX K Otilde -50 KPX K e -40 KPX K eacute -40 KPX K ecaron -40 KPX K ecircumflex -40 KPX K edieresis -40 KPX K edotaccent -40 KPX K egrave -40 KPX K emacron -40 KPX K eogonek -40 KPX K o -40 KPX K oacute -40 KPX K ocircumflex -40 KPX K odieresis -40 KPX K ograve -40 KPX K ohungarumlaut -40 KPX K omacron -40 KPX K oslash -40 KPX K otilde -40 KPX K u -30 KPX K uacute -30 KPX K ucircumflex -30 KPX K udieresis -30 KPX K ugrave -30 KPX K uhungarumlaut -30 KPX K umacron -30 KPX K uogonek -30 KPX K uring -30 KPX K y -50 KPX K yacute -50 KPX K ydieresis -50 KPX Kcommaaccent O -50 KPX Kcommaaccent Oacute -50 KPX Kcommaaccent Ocircumflex -50 KPX Kcommaaccent Odieresis -50 KPX Kcommaaccent Ograve -50 KPX Kcommaaccent Ohungarumlaut -50 KPX Kcommaaccent Omacron -50 KPX Kcommaaccent Oslash -50 KPX Kcommaaccent Otilde -50 KPX Kcommaaccent e -40 KPX Kcommaaccent eacute -40 KPX Kcommaaccent ecaron -40 KPX Kcommaaccent ecircumflex -40 KPX Kcommaaccent edieresis -40 KPX Kcommaaccent edotaccent -40 KPX Kcommaaccent egrave -40 KPX Kcommaaccent emacron -40 KPX Kcommaaccent eogonek -40 KPX Kcommaaccent o -40 KPX Kcommaaccent oacute -40 KPX Kcommaaccent ocircumflex -40 KPX Kcommaaccent odieresis -40 KPX Kcommaaccent ograve -40 KPX Kcommaaccent ohungarumlaut -40 KPX Kcommaaccent omacron -40 KPX Kcommaaccent oslash -40 KPX Kcommaaccent otilde -40 KPX Kcommaaccent u -30 KPX Kcommaaccent uacute -30 KPX Kcommaaccent ucircumflex -30 KPX Kcommaaccent udieresis -30 KPX Kcommaaccent ugrave -30 KPX Kcommaaccent uhungarumlaut -30 KPX Kcommaaccent umacron -30 KPX Kcommaaccent uogonek -30 KPX Kcommaaccent uring -30 KPX Kcommaaccent y -50 KPX Kcommaaccent yacute -50 KPX Kcommaaccent ydieresis -50 KPX L T -110 KPX L Tcaron -110 KPX L Tcommaaccent -110 KPX L V -110 KPX L W -70 KPX L Y -140 KPX L Yacute -140 KPX L Ydieresis -140 KPX L quotedblright -140 KPX L quoteright -160 KPX L y -30 KPX L yacute -30 KPX L ydieresis -30 KPX Lacute T -110 KPX Lacute Tcaron -110 KPX Lacute Tcommaaccent -110 KPX Lacute V -110 KPX Lacute W -70 KPX Lacute Y -140 KPX Lacute Yacute -140 KPX Lacute Ydieresis -140 KPX Lacute quotedblright -140 KPX Lacute quoteright -160 KPX Lacute y -30 KPX Lacute yacute -30 KPX Lacute ydieresis -30 KPX Lcaron T -110 KPX Lcaron Tcaron -110 KPX Lcaron Tcommaaccent -110 KPX Lcaron V -110 KPX Lcaron W -70 KPX Lcaron Y -140 KPX Lcaron Yacute -140 KPX Lcaron Ydieresis -140 KPX Lcaron quotedblright -140 KPX Lcaron quoteright -160 KPX Lcaron y -30 KPX Lcaron yacute -30 KPX Lcaron ydieresis -30 KPX Lcommaaccent T -110 KPX Lcommaaccent Tcaron -110 KPX Lcommaaccent Tcommaaccent -110 KPX Lcommaaccent V -110 KPX Lcommaaccent W -70 KPX Lcommaaccent Y -140 KPX Lcommaaccent Yacute -140 KPX Lcommaaccent Ydieresis -140 KPX Lcommaaccent quotedblright -140 KPX Lcommaaccent quoteright -160 KPX Lcommaaccent y -30 KPX Lcommaaccent yacute -30 KPX Lcommaaccent ydieresis -30 KPX Lslash T -110 KPX Lslash Tcaron -110 KPX Lslash Tcommaaccent -110 KPX Lslash V -110 KPX Lslash W -70 KPX Lslash Y -140 KPX Lslash Yacute -140 KPX Lslash Ydieresis -140 KPX Lslash quotedblright -140 KPX Lslash quoteright -160 KPX Lslash y -30 KPX Lslash yacute -30 KPX Lslash ydieresis -30 KPX O A -20 KPX O Aacute -20 KPX O Abreve -20 KPX O Acircumflex -20 KPX O Adieresis -20 KPX O Agrave -20 KPX O Amacron -20 KPX O Aogonek -20 KPX O Aring -20 KPX O Atilde -20 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -30 KPX O X -60 KPX O Y -70 KPX O Yacute -70 KPX O Ydieresis -70 KPX O comma -40 KPX O period -40 KPX Oacute A -20 KPX Oacute Aacute -20 KPX Oacute Abreve -20 KPX Oacute Acircumflex -20 KPX Oacute Adieresis -20 KPX Oacute Agrave -20 KPX Oacute Amacron -20 KPX Oacute Aogonek -20 KPX Oacute Aring -20 KPX Oacute Atilde -20 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -30 KPX Oacute X -60 KPX Oacute Y -70 KPX Oacute Yacute -70 KPX Oacute Ydieresis -70 KPX Oacute comma -40 KPX Oacute period -40 KPX Ocircumflex A -20 KPX Ocircumflex Aacute -20 KPX Ocircumflex Abreve -20 KPX Ocircumflex Acircumflex -20 KPX Ocircumflex Adieresis -20 KPX Ocircumflex Agrave -20 KPX Ocircumflex Amacron -20 KPX Ocircumflex Aogonek -20 KPX Ocircumflex Aring -20 KPX Ocircumflex Atilde -20 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -30 KPX Ocircumflex X -60 KPX Ocircumflex Y -70 KPX Ocircumflex Yacute -70 KPX Ocircumflex Ydieresis -70 KPX Ocircumflex comma -40 KPX Ocircumflex period -40 KPX Odieresis A -20 KPX Odieresis Aacute -20 KPX Odieresis Abreve -20 KPX Odieresis Acircumflex -20 KPX Odieresis Adieresis -20 KPX Odieresis Agrave -20 KPX Odieresis Amacron -20 KPX Odieresis Aogonek -20 KPX Odieresis Aring -20 KPX Odieresis Atilde -20 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -30 KPX Odieresis X -60 KPX Odieresis Y -70 KPX Odieresis Yacute -70 KPX Odieresis Ydieresis -70 KPX Odieresis comma -40 KPX Odieresis period -40 KPX Ograve A -20 KPX Ograve Aacute -20 KPX Ograve Abreve -20 KPX Ograve Acircumflex -20 KPX Ograve Adieresis -20 KPX Ograve Agrave -20 KPX Ograve Amacron -20 KPX Ograve Aogonek -20 KPX Ograve Aring -20 KPX Ograve Atilde -20 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -30 KPX Ograve X -60 KPX Ograve Y -70 KPX Ograve Yacute -70 KPX Ograve Ydieresis -70 KPX Ograve comma -40 KPX Ograve period -40 KPX Ohungarumlaut A -20 KPX Ohungarumlaut Aacute -20 KPX Ohungarumlaut Abreve -20 KPX Ohungarumlaut Acircumflex -20 KPX Ohungarumlaut Adieresis -20 KPX Ohungarumlaut Agrave -20 KPX Ohungarumlaut Amacron -20 KPX Ohungarumlaut Aogonek -20 KPX Ohungarumlaut Aring -20 KPX Ohungarumlaut Atilde -20 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -30 KPX Ohungarumlaut X -60 KPX Ohungarumlaut Y -70 KPX Ohungarumlaut Yacute -70 KPX Ohungarumlaut Ydieresis -70 KPX Ohungarumlaut comma -40 KPX Ohungarumlaut period -40 KPX Omacron A -20 KPX Omacron Aacute -20 KPX Omacron Abreve -20 KPX Omacron Acircumflex -20 KPX Omacron Adieresis -20 KPX Omacron Agrave -20 KPX Omacron Amacron -20 KPX Omacron Aogonek -20 KPX Omacron Aring -20 KPX Omacron Atilde -20 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -30 KPX Omacron X -60 KPX Omacron Y -70 KPX Omacron Yacute -70 KPX Omacron Ydieresis -70 KPX Omacron comma -40 KPX Omacron period -40 KPX Oslash A -20 KPX Oslash Aacute -20 KPX Oslash Abreve -20 KPX Oslash Acircumflex -20 KPX Oslash Adieresis -20 KPX Oslash Agrave -20 KPX Oslash Amacron -20 KPX Oslash Aogonek -20 KPX Oslash Aring -20 KPX Oslash Atilde -20 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -30 KPX Oslash X -60 KPX Oslash Y -70 KPX Oslash Yacute -70 KPX Oslash Ydieresis -70 KPX Oslash comma -40 KPX Oslash period -40 KPX Otilde A -20 KPX Otilde Aacute -20 KPX Otilde Abreve -20 KPX Otilde Acircumflex -20 KPX Otilde Adieresis -20 KPX Otilde Agrave -20 KPX Otilde Amacron -20 KPX Otilde Aogonek -20 KPX Otilde Aring -20 KPX Otilde Atilde -20 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -30 KPX Otilde X -60 KPX Otilde Y -70 KPX Otilde Yacute -70 KPX Otilde Ydieresis -70 KPX Otilde comma -40 KPX Otilde period -40 KPX P A -120 KPX P Aacute -120 KPX P Abreve -120 KPX P Acircumflex -120 KPX P Adieresis -120 KPX P Agrave -120 KPX P Amacron -120 KPX P Aogonek -120 KPX P Aring -120 KPX P Atilde -120 KPX P a -40 KPX P aacute -40 KPX P abreve -40 KPX P acircumflex -40 KPX P adieresis -40 KPX P agrave -40 KPX P amacron -40 KPX P aogonek -40 KPX P aring -40 KPX P atilde -40 KPX P comma -180 KPX P e -50 KPX P eacute -50 KPX P ecaron -50 KPX P ecircumflex -50 KPX P edieresis -50 KPX P edotaccent -50 KPX P egrave -50 KPX P emacron -50 KPX P eogonek -50 KPX P o -50 KPX P oacute -50 KPX P ocircumflex -50 KPX P odieresis -50 KPX P ograve -50 KPX P ohungarumlaut -50 KPX P omacron -50 KPX P oslash -50 KPX P otilde -50 KPX P period -180 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX R O -20 KPX R Oacute -20 KPX R Ocircumflex -20 KPX R Odieresis -20 KPX R Ograve -20 KPX R Ohungarumlaut -20 KPX R Omacron -20 KPX R Oslash -20 KPX R Otilde -20 KPX R T -30 KPX R Tcaron -30 KPX R Tcommaaccent -30 KPX R U -40 KPX R Uacute -40 KPX R Ucircumflex -40 KPX R Udieresis -40 KPX R Ugrave -40 KPX R Uhungarumlaut -40 KPX R Umacron -40 KPX R Uogonek -40 KPX R Uring -40 KPX R V -50 KPX R W -30 KPX R Y -50 KPX R Yacute -50 KPX R Ydieresis -50 KPX Racute O -20 KPX Racute Oacute -20 KPX Racute Ocircumflex -20 KPX Racute Odieresis -20 KPX Racute Ograve -20 KPX Racute Ohungarumlaut -20 KPX Racute Omacron -20 KPX Racute Oslash -20 KPX Racute Otilde -20 KPX Racute T -30 KPX Racute Tcaron -30 KPX Racute Tcommaaccent -30 KPX Racute U -40 KPX Racute Uacute -40 KPX Racute Ucircumflex -40 KPX Racute Udieresis -40 KPX Racute Ugrave -40 KPX Racute Uhungarumlaut -40 KPX Racute Umacron -40 KPX Racute Uogonek -40 KPX Racute Uring -40 KPX Racute V -50 KPX Racute W -30 KPX Racute Y -50 KPX Racute Yacute -50 KPX Racute Ydieresis -50 KPX Rcaron O -20 KPX Rcaron Oacute -20 KPX Rcaron Ocircumflex -20 KPX Rcaron Odieresis -20 KPX Rcaron Ograve -20 KPX Rcaron Ohungarumlaut -20 KPX Rcaron Omacron -20 KPX Rcaron Oslash -20 KPX Rcaron Otilde -20 KPX Rcaron T -30 KPX Rcaron Tcaron -30 KPX Rcaron Tcommaaccent -30 KPX Rcaron U -40 KPX Rcaron Uacute -40 KPX Rcaron Ucircumflex -40 KPX Rcaron Udieresis -40 KPX Rcaron Ugrave -40 KPX Rcaron Uhungarumlaut -40 KPX Rcaron Umacron -40 KPX Rcaron Uogonek -40 KPX Rcaron Uring -40 KPX Rcaron V -50 KPX Rcaron W -30 KPX Rcaron Y -50 KPX Rcaron Yacute -50 KPX Rcaron Ydieresis -50 KPX Rcommaaccent O -20 KPX Rcommaaccent Oacute -20 KPX Rcommaaccent Ocircumflex -20 KPX Rcommaaccent Odieresis -20 KPX Rcommaaccent Ograve -20 KPX Rcommaaccent Ohungarumlaut -20 KPX Rcommaaccent Omacron -20 KPX Rcommaaccent Oslash -20 KPX Rcommaaccent Otilde -20 KPX Rcommaaccent T -30 KPX Rcommaaccent Tcaron -30 KPX Rcommaaccent Tcommaaccent -30 KPX Rcommaaccent U -40 KPX Rcommaaccent Uacute -40 KPX Rcommaaccent Ucircumflex -40 KPX Rcommaaccent Udieresis -40 KPX Rcommaaccent Ugrave -40 KPX Rcommaaccent Uhungarumlaut -40 KPX Rcommaaccent Umacron -40 KPX Rcommaaccent Uogonek -40 KPX Rcommaaccent Uring -40 KPX Rcommaaccent V -50 KPX Rcommaaccent W -30 KPX Rcommaaccent Y -50 KPX Rcommaaccent Yacute -50 KPX Rcommaaccent Ydieresis -50 KPX S comma -20 KPX S period -20 KPX Sacute comma -20 KPX Sacute period -20 KPX Scaron comma -20 KPX Scaron period -20 KPX Scedilla comma -20 KPX Scedilla period -20 KPX Scommaaccent comma -20 KPX Scommaaccent period -20 KPX T A -120 KPX T Aacute -120 KPX T Abreve -120 KPX T Acircumflex -120 KPX T Adieresis -120 KPX T Agrave -120 KPX T Amacron -120 KPX T Aogonek -120 KPX T Aring -120 KPX T Atilde -120 KPX T O -40 KPX T Oacute -40 KPX T Ocircumflex -40 KPX T Odieresis -40 KPX T Ograve -40 KPX T Ohungarumlaut -40 KPX T Omacron -40 KPX T Oslash -40 KPX T Otilde -40 KPX T a -120 KPX T aacute -120 KPX T abreve -60 KPX T acircumflex -120 KPX T adieresis -120 KPX T agrave -120 KPX T amacron -60 KPX T aogonek -120 KPX T aring -120 KPX T atilde -60 KPX T colon -20 KPX T comma -120 KPX T e -120 KPX T eacute -120 KPX T ecaron -120 KPX T ecircumflex -120 KPX T edieresis -120 KPX T edotaccent -120 KPX T egrave -60 KPX T emacron -60 KPX T eogonek -120 KPX T hyphen -140 KPX T o -120 KPX T oacute -120 KPX T ocircumflex -120 KPX T odieresis -120 KPX T ograve -120 KPX T ohungarumlaut -120 KPX T omacron -60 KPX T oslash -120 KPX T otilde -60 KPX T period -120 KPX T r -120 KPX T racute -120 KPX T rcaron -120 KPX T rcommaaccent -120 KPX T semicolon -20 KPX T u -120 KPX T uacute -120 KPX T ucircumflex -120 KPX T udieresis -120 KPX T ugrave -120 KPX T uhungarumlaut -120 KPX T umacron -60 KPX T uogonek -120 KPX T uring -120 KPX T w -120 KPX T y -120 KPX T yacute -120 KPX T ydieresis -60 KPX Tcaron A -120 KPX Tcaron Aacute -120 KPX Tcaron Abreve -120 KPX Tcaron Acircumflex -120 KPX Tcaron Adieresis -120 KPX Tcaron Agrave -120 KPX Tcaron Amacron -120 KPX Tcaron Aogonek -120 KPX Tcaron Aring -120 KPX Tcaron Atilde -120 KPX Tcaron O -40 KPX Tcaron Oacute -40 KPX Tcaron Ocircumflex -40 KPX Tcaron Odieresis -40 KPX Tcaron Ograve -40 KPX Tcaron Ohungarumlaut -40 KPX Tcaron Omacron -40 KPX Tcaron Oslash -40 KPX Tcaron Otilde -40 KPX Tcaron a -120 KPX Tcaron aacute -120 KPX Tcaron abreve -60 KPX Tcaron acircumflex -120 KPX Tcaron adieresis -120 KPX Tcaron agrave -120 KPX Tcaron amacron -60 KPX Tcaron aogonek -120 KPX Tcaron aring -120 KPX Tcaron atilde -60 KPX Tcaron colon -20 KPX Tcaron comma -120 KPX Tcaron e -120 KPX Tcaron eacute -120 KPX Tcaron ecaron -120 KPX Tcaron ecircumflex -120 KPX Tcaron edieresis -120 KPX Tcaron edotaccent -120 KPX Tcaron egrave -60 KPX Tcaron emacron -60 KPX Tcaron eogonek -120 KPX Tcaron hyphen -140 KPX Tcaron o -120 KPX Tcaron oacute -120 KPX Tcaron ocircumflex -120 KPX Tcaron odieresis -120 KPX Tcaron ograve -120 KPX Tcaron ohungarumlaut -120 KPX Tcaron omacron -60 KPX Tcaron oslash -120 KPX Tcaron otilde -60 KPX Tcaron period -120 KPX Tcaron r -120 KPX Tcaron racute -120 KPX Tcaron rcaron -120 KPX Tcaron rcommaaccent -120 KPX Tcaron semicolon -20 KPX Tcaron u -120 KPX Tcaron uacute -120 KPX Tcaron ucircumflex -120 KPX Tcaron udieresis -120 KPX Tcaron ugrave -120 KPX Tcaron uhungarumlaut -120 KPX Tcaron umacron -60 KPX Tcaron uogonek -120 KPX Tcaron uring -120 KPX Tcaron w -120 KPX Tcaron y -120 KPX Tcaron yacute -120 KPX Tcaron ydieresis -60 KPX Tcommaaccent A -120 KPX Tcommaaccent Aacute -120 KPX Tcommaaccent Abreve -120 KPX Tcommaaccent Acircumflex -120 KPX Tcommaaccent Adieresis -120 KPX Tcommaaccent Agrave -120 KPX Tcommaaccent Amacron -120 KPX Tcommaaccent Aogonek -120 KPX Tcommaaccent Aring -120 KPX Tcommaaccent Atilde -120 KPX Tcommaaccent O -40 KPX Tcommaaccent Oacute -40 KPX Tcommaaccent Ocircumflex -40 KPX Tcommaaccent Odieresis -40 KPX Tcommaaccent Ograve -40 KPX Tcommaaccent Ohungarumlaut -40 KPX Tcommaaccent Omacron -40 KPX Tcommaaccent Oslash -40 KPX Tcommaaccent Otilde -40 KPX Tcommaaccent a -120 KPX Tcommaaccent aacute -120 KPX Tcommaaccent abreve -60 KPX Tcommaaccent acircumflex -120 KPX Tcommaaccent adieresis -120 KPX Tcommaaccent agrave -120 KPX Tcommaaccent amacron -60 KPX Tcommaaccent aogonek -120 KPX Tcommaaccent aring -120 KPX Tcommaaccent atilde -60 KPX Tcommaaccent colon -20 KPX Tcommaaccent comma -120 KPX Tcommaaccent e -120 KPX Tcommaaccent eacute -120 KPX Tcommaaccent ecaron -120 KPX Tcommaaccent ecircumflex -120 KPX Tcommaaccent edieresis -120 KPX Tcommaaccent edotaccent -120 KPX Tcommaaccent egrave -60 KPX Tcommaaccent emacron -60 KPX Tcommaaccent eogonek -120 KPX Tcommaaccent hyphen -140 KPX Tcommaaccent o -120 KPX Tcommaaccent oacute -120 KPX Tcommaaccent ocircumflex -120 KPX Tcommaaccent odieresis -120 KPX Tcommaaccent ograve -120 KPX Tcommaaccent ohungarumlaut -120 KPX Tcommaaccent omacron -60 KPX Tcommaaccent oslash -120 KPX Tcommaaccent otilde -60 KPX Tcommaaccent period -120 KPX Tcommaaccent r -120 KPX Tcommaaccent racute -120 KPX Tcommaaccent rcaron -120 KPX Tcommaaccent rcommaaccent -120 KPX Tcommaaccent semicolon -20 KPX Tcommaaccent u -120 KPX Tcommaaccent uacute -120 KPX Tcommaaccent ucircumflex -120 KPX Tcommaaccent udieresis -120 KPX Tcommaaccent ugrave -120 KPX Tcommaaccent uhungarumlaut -120 KPX Tcommaaccent umacron -60 KPX Tcommaaccent uogonek -120 KPX Tcommaaccent uring -120 KPX Tcommaaccent w -120 KPX Tcommaaccent y -120 KPX Tcommaaccent yacute -120 KPX Tcommaaccent ydieresis -60 KPX U A -40 KPX U Aacute -40 KPX U Abreve -40 KPX U Acircumflex -40 KPX U Adieresis -40 KPX U Agrave -40 KPX U Amacron -40 KPX U Aogonek -40 KPX U Aring -40 KPX U Atilde -40 KPX U comma -40 KPX U period -40 KPX Uacute A -40 KPX Uacute Aacute -40 KPX Uacute Abreve -40 KPX Uacute Acircumflex -40 KPX Uacute Adieresis -40 KPX Uacute Agrave -40 KPX Uacute Amacron -40 KPX Uacute Aogonek -40 KPX Uacute Aring -40 KPX Uacute Atilde -40 KPX Uacute comma -40 KPX Uacute period -40 KPX Ucircumflex A -40 KPX Ucircumflex Aacute -40 KPX Ucircumflex Abreve -40 KPX Ucircumflex Acircumflex -40 KPX Ucircumflex Adieresis -40 KPX Ucircumflex Agrave -40 KPX Ucircumflex Amacron -40 KPX Ucircumflex Aogonek -40 KPX Ucircumflex Aring -40 KPX Ucircumflex Atilde -40 KPX Ucircumflex comma -40 KPX Ucircumflex period -40 KPX Udieresis A -40 KPX Udieresis Aacute -40 KPX Udieresis Abreve -40 KPX Udieresis Acircumflex -40 KPX Udieresis Adieresis -40 KPX Udieresis Agrave -40 KPX Udieresis Amacron -40 KPX Udieresis Aogonek -40 KPX Udieresis Aring -40 KPX Udieresis Atilde -40 KPX Udieresis comma -40 KPX Udieresis period -40 KPX Ugrave A -40 KPX Ugrave Aacute -40 KPX Ugrave Abreve -40 KPX Ugrave Acircumflex -40 KPX Ugrave Adieresis -40 KPX Ugrave Agrave -40 KPX Ugrave Amacron -40 KPX Ugrave Aogonek -40 KPX Ugrave Aring -40 KPX Ugrave Atilde -40 KPX Ugrave comma -40 KPX Ugrave period -40 KPX Uhungarumlaut A -40 KPX Uhungarumlaut Aacute -40 KPX Uhungarumlaut Abreve -40 KPX Uhungarumlaut Acircumflex -40 KPX Uhungarumlaut Adieresis -40 KPX Uhungarumlaut Agrave -40 KPX Uhungarumlaut Amacron -40 KPX Uhungarumlaut Aogonek -40 KPX Uhungarumlaut Aring -40 KPX Uhungarumlaut Atilde -40 KPX Uhungarumlaut comma -40 KPX Uhungarumlaut period -40 KPX Umacron A -40 KPX Umacron Aacute -40 KPX Umacron Abreve -40 KPX Umacron Acircumflex -40 KPX Umacron Adieresis -40 KPX Umacron Agrave -40 KPX Umacron Amacron -40 KPX Umacron Aogonek -40 KPX Umacron Aring -40 KPX Umacron Atilde -40 KPX Umacron comma -40 KPX Umacron period -40 KPX Uogonek A -40 KPX Uogonek Aacute -40 KPX Uogonek Abreve -40 KPX Uogonek Acircumflex -40 KPX Uogonek Adieresis -40 KPX Uogonek Agrave -40 KPX Uogonek Amacron -40 KPX Uogonek Aogonek -40 KPX Uogonek Aring -40 KPX Uogonek Atilde -40 KPX Uogonek comma -40 KPX Uogonek period -40 KPX Uring A -40 KPX Uring Aacute -40 KPX Uring Abreve -40 KPX Uring Acircumflex -40 KPX Uring Adieresis -40 KPX Uring Agrave -40 KPX Uring Amacron -40 KPX Uring Aogonek -40 KPX Uring Aring -40 KPX Uring Atilde -40 KPX Uring comma -40 KPX Uring period -40 KPX V A -80 KPX V Aacute -80 KPX V Abreve -80 KPX V Acircumflex -80 KPX V Adieresis -80 KPX V Agrave -80 KPX V Amacron -80 KPX V Aogonek -80 KPX V Aring -80 KPX V Atilde -80 KPX V G -40 KPX V Gbreve -40 KPX V Gcommaaccent -40 KPX V O -40 KPX V Oacute -40 KPX V Ocircumflex -40 KPX V Odieresis -40 KPX V Ograve -40 KPX V Ohungarumlaut -40 KPX V Omacron -40 KPX V Oslash -40 KPX V Otilde -40 KPX V a -70 KPX V aacute -70 KPX V abreve -70 KPX V acircumflex -70 KPX V adieresis -70 KPX V agrave -70 KPX V amacron -70 KPX V aogonek -70 KPX V aring -70 KPX V atilde -70 KPX V colon -40 KPX V comma -125 KPX V e -80 KPX V eacute -80 KPX V ecaron -80 KPX V ecircumflex -80 KPX V edieresis -80 KPX V edotaccent -80 KPX V egrave -80 KPX V emacron -80 KPX V eogonek -80 KPX V hyphen -80 KPX V o -80 KPX V oacute -80 KPX V ocircumflex -80 KPX V odieresis -80 KPX V ograve -80 KPX V ohungarumlaut -80 KPX V omacron -80 KPX V oslash -80 KPX V otilde -80 KPX V period -125 KPX V semicolon -40 KPX V u -70 KPX V uacute -70 KPX V ucircumflex -70 KPX V udieresis -70 KPX V ugrave -70 KPX V uhungarumlaut -70 KPX V umacron -70 KPX V uogonek -70 KPX V uring -70 KPX W A -50 KPX W Aacute -50 KPX W Abreve -50 KPX W Acircumflex -50 KPX W Adieresis -50 KPX W Agrave -50 KPX W Amacron -50 KPX W Aogonek -50 KPX W Aring -50 KPX W Atilde -50 KPX W O -20 KPX W Oacute -20 KPX W Ocircumflex -20 KPX W Odieresis -20 KPX W Ograve -20 KPX W Ohungarumlaut -20 KPX W Omacron -20 KPX W Oslash -20 KPX W Otilde -20 KPX W a -40 KPX W aacute -40 KPX W abreve -40 KPX W acircumflex -40 KPX W adieresis -40 KPX W agrave -40 KPX W amacron -40 KPX W aogonek -40 KPX W aring -40 KPX W atilde -40 KPX W comma -80 KPX W e -30 KPX W eacute -30 KPX W ecaron -30 KPX W ecircumflex -30 KPX W edieresis -30 KPX W edotaccent -30 KPX W egrave -30 KPX W emacron -30 KPX W eogonek -30 KPX W hyphen -40 KPX W o -30 KPX W oacute -30 KPX W ocircumflex -30 KPX W odieresis -30 KPX W ograve -30 KPX W ohungarumlaut -30 KPX W omacron -30 KPX W oslash -30 KPX W otilde -30 KPX W period -80 KPX W u -30 KPX W uacute -30 KPX W ucircumflex -30 KPX W udieresis -30 KPX W ugrave -30 KPX W uhungarumlaut -30 KPX W umacron -30 KPX W uogonek -30 KPX W uring -30 KPX W y -20 KPX W yacute -20 KPX W ydieresis -20 KPX Y A -110 KPX Y Aacute -110 KPX Y Abreve -110 KPX Y Acircumflex -110 KPX Y Adieresis -110 KPX Y Agrave -110 KPX Y Amacron -110 KPX Y Aogonek -110 KPX Y Aring -110 KPX Y Atilde -110 KPX Y O -85 KPX Y Oacute -85 KPX Y Ocircumflex -85 KPX Y Odieresis -85 KPX Y Ograve -85 KPX Y Ohungarumlaut -85 KPX Y Omacron -85 KPX Y Oslash -85 KPX Y Otilde -85 KPX Y a -140 KPX Y aacute -140 KPX Y abreve -70 KPX Y acircumflex -140 KPX Y adieresis -140 KPX Y agrave -140 KPX Y amacron -70 KPX Y aogonek -140 KPX Y aring -140 KPX Y atilde -140 KPX Y colon -60 KPX Y comma -140 KPX Y e -140 KPX Y eacute -140 KPX Y ecaron -140 KPX Y ecircumflex -140 KPX Y edieresis -140 KPX Y edotaccent -140 KPX Y egrave -140 KPX Y emacron -70 KPX Y eogonek -140 KPX Y hyphen -140 KPX Y i -20 KPX Y iacute -20 KPX Y iogonek -20 KPX Y o -140 KPX Y oacute -140 KPX Y ocircumflex -140 KPX Y odieresis -140 KPX Y ograve -140 KPX Y ohungarumlaut -140 KPX Y omacron -140 KPX Y oslash -140 KPX Y otilde -140 KPX Y period -140 KPX Y semicolon -60 KPX Y u -110 KPX Y uacute -110 KPX Y ucircumflex -110 KPX Y udieresis -110 KPX Y ugrave -110 KPX Y uhungarumlaut -110 KPX Y umacron -110 KPX Y uogonek -110 KPX Y uring -110 KPX Yacute A -110 KPX Yacute Aacute -110 KPX Yacute Abreve -110 KPX Yacute Acircumflex -110 KPX Yacute Adieresis -110 KPX Yacute Agrave -110 KPX Yacute Amacron -110 KPX Yacute Aogonek -110 KPX Yacute Aring -110 KPX Yacute Atilde -110 KPX Yacute O -85 KPX Yacute Oacute -85 KPX Yacute Ocircumflex -85 KPX Yacute Odieresis -85 KPX Yacute Ograve -85 KPX Yacute Ohungarumlaut -85 KPX Yacute Omacron -85 KPX Yacute Oslash -85 KPX Yacute Otilde -85 KPX Yacute a -140 KPX Yacute aacute -140 KPX Yacute abreve -70 KPX Yacute acircumflex -140 KPX Yacute adieresis -140 KPX Yacute agrave -140 KPX Yacute amacron -70 KPX Yacute aogonek -140 KPX Yacute aring -140 KPX Yacute atilde -70 KPX Yacute colon -60 KPX Yacute comma -140 KPX Yacute e -140 KPX Yacute eacute -140 KPX Yacute ecaron -140 KPX Yacute ecircumflex -140 KPX Yacute edieresis -140 KPX Yacute edotaccent -140 KPX Yacute egrave -140 KPX Yacute emacron -70 KPX Yacute eogonek -140 KPX Yacute hyphen -140 KPX Yacute i -20 KPX Yacute iacute -20 KPX Yacute iogonek -20 KPX Yacute o -140 KPX Yacute oacute -140 KPX Yacute ocircumflex -140 KPX Yacute odieresis -140 KPX Yacute ograve -140 KPX Yacute ohungarumlaut -140 KPX Yacute omacron -70 KPX Yacute oslash -140 KPX Yacute otilde -140 KPX Yacute period -140 KPX Yacute semicolon -60 KPX Yacute u -110 KPX Yacute uacute -110 KPX Yacute ucircumflex -110 KPX Yacute udieresis -110 KPX Yacute ugrave -110 KPX Yacute uhungarumlaut -110 KPX Yacute umacron -110 KPX Yacute uogonek -110 KPX Yacute uring -110 KPX Ydieresis A -110 KPX Ydieresis Aacute -110 KPX Ydieresis Abreve -110 KPX Ydieresis Acircumflex -110 KPX Ydieresis Adieresis -110 KPX Ydieresis Agrave -110 KPX Ydieresis Amacron -110 KPX Ydieresis Aogonek -110 KPX Ydieresis Aring -110 KPX Ydieresis Atilde -110 KPX Ydieresis O -85 KPX Ydieresis Oacute -85 KPX Ydieresis Ocircumflex -85 KPX Ydieresis Odieresis -85 KPX Ydieresis Ograve -85 KPX Ydieresis Ohungarumlaut -85 KPX Ydieresis Omacron -85 KPX Ydieresis Oslash -85 KPX Ydieresis Otilde -85 KPX Ydieresis a -140 KPX Ydieresis aacute -140 KPX Ydieresis abreve -70 KPX Ydieresis acircumflex -140 KPX Ydieresis adieresis -140 KPX Ydieresis agrave -140 KPX Ydieresis amacron -70 KPX Ydieresis aogonek -140 KPX Ydieresis aring -140 KPX Ydieresis atilde -70 KPX Ydieresis colon -60 KPX Ydieresis comma -140 KPX Ydieresis e -140 KPX Ydieresis eacute -140 KPX Ydieresis ecaron -140 KPX Ydieresis ecircumflex -140 KPX Ydieresis edieresis -140 KPX Ydieresis edotaccent -140 KPX Ydieresis egrave -140 KPX Ydieresis emacron -70 KPX Ydieresis eogonek -140 KPX Ydieresis hyphen -140 KPX Ydieresis i -20 KPX Ydieresis iacute -20 KPX Ydieresis iogonek -20 KPX Ydieresis o -140 KPX Ydieresis oacute -140 KPX Ydieresis ocircumflex -140 KPX Ydieresis odieresis -140 KPX Ydieresis ograve -140 KPX Ydieresis ohungarumlaut -140 KPX Ydieresis omacron -140 KPX Ydieresis oslash -140 KPX Ydieresis otilde -140 KPX Ydieresis period -140 KPX Ydieresis semicolon -60 KPX Ydieresis u -110 KPX Ydieresis uacute -110 KPX Ydieresis ucircumflex -110 KPX Ydieresis udieresis -110 KPX Ydieresis ugrave -110 KPX Ydieresis uhungarumlaut -110 KPX Ydieresis umacron -110 KPX Ydieresis uogonek -110 KPX Ydieresis uring -110 KPX a v -20 KPX a w -20 KPX a y -30 KPX a yacute -30 KPX a ydieresis -30 KPX aacute v -20 KPX aacute w -20 KPX aacute y -30 KPX aacute yacute -30 KPX aacute ydieresis -30 KPX abreve v -20 KPX abreve w -20 KPX abreve y -30 KPX abreve yacute -30 KPX abreve ydieresis -30 KPX acircumflex v -20 KPX acircumflex w -20 KPX acircumflex y -30 KPX acircumflex yacute -30 KPX acircumflex ydieresis -30 KPX adieresis v -20 KPX adieresis w -20 KPX adieresis y -30 KPX adieresis yacute -30 KPX adieresis ydieresis -30 KPX agrave v -20 KPX agrave w -20 KPX agrave y -30 KPX agrave yacute -30 KPX agrave ydieresis -30 KPX amacron v -20 KPX amacron w -20 KPX amacron y -30 KPX amacron yacute -30 KPX amacron ydieresis -30 KPX aogonek v -20 KPX aogonek w -20 KPX aogonek y -30 KPX aogonek yacute -30 KPX aogonek ydieresis -30 KPX aring v -20 KPX aring w -20 KPX aring y -30 KPX aring yacute -30 KPX aring ydieresis -30 KPX atilde v -20 KPX atilde w -20 KPX atilde y -30 KPX atilde yacute -30 KPX atilde ydieresis -30 KPX b b -10 KPX b comma -40 KPX b l -20 KPX b lacute -20 KPX b lcommaaccent -20 KPX b lslash -20 KPX b period -40 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX b v -20 KPX b y -20 KPX b yacute -20 KPX b ydieresis -20 KPX c comma -15 KPX c k -20 KPX c kcommaaccent -20 KPX cacute comma -15 KPX cacute k -20 KPX cacute kcommaaccent -20 KPX ccaron comma -15 KPX ccaron k -20 KPX ccaron kcommaaccent -20 KPX ccedilla comma -15 KPX ccedilla k -20 KPX ccedilla kcommaaccent -20 KPX colon space -50 KPX comma quotedblright -100 KPX comma quoteright -100 KPX e comma -15 KPX e period -15 KPX e v -30 KPX e w -20 KPX e x -30 KPX e y -20 KPX e yacute -20 KPX e ydieresis -20 KPX eacute comma -15 KPX eacute period -15 KPX eacute v -30 KPX eacute w -20 KPX eacute x -30 KPX eacute y -20 KPX eacute yacute -20 KPX eacute ydieresis -20 KPX ecaron comma -15 KPX ecaron period -15 KPX ecaron v -30 KPX ecaron w -20 KPX ecaron x -30 KPX ecaron y -20 KPX ecaron yacute -20 KPX ecaron ydieresis -20 KPX ecircumflex comma -15 KPX ecircumflex period -15 KPX ecircumflex v -30 KPX ecircumflex w -20 KPX ecircumflex x -30 KPX ecircumflex y -20 KPX ecircumflex yacute -20 KPX ecircumflex ydieresis -20 KPX edieresis comma -15 KPX edieresis period -15 KPX edieresis v -30 KPX edieresis w -20 KPX edieresis x -30 KPX edieresis y -20 KPX edieresis yacute -20 KPX edieresis ydieresis -20 KPX edotaccent comma -15 KPX edotaccent period -15 KPX edotaccent v -30 KPX edotaccent w -20 KPX edotaccent x -30 KPX edotaccent y -20 KPX edotaccent yacute -20 KPX edotaccent ydieresis -20 KPX egrave comma -15 KPX egrave period -15 KPX egrave v -30 KPX egrave w -20 KPX egrave x -30 KPX egrave y -20 KPX egrave yacute -20 KPX egrave ydieresis -20 KPX emacron comma -15 KPX emacron period -15 KPX emacron v -30 KPX emacron w -20 KPX emacron x -30 KPX emacron y -20 KPX emacron yacute -20 KPX emacron ydieresis -20 KPX eogonek comma -15 KPX eogonek period -15 KPX eogonek v -30 KPX eogonek w -20 KPX eogonek x -30 KPX eogonek y -20 KPX eogonek yacute -20 KPX eogonek ydieresis -20 KPX f a -30 KPX f aacute -30 KPX f abreve -30 KPX f acircumflex -30 KPX f adieresis -30 KPX f agrave -30 KPX f amacron -30 KPX f aogonek -30 KPX f aring -30 KPX f atilde -30 KPX f comma -30 KPX f dotlessi -28 KPX f e -30 KPX f eacute -30 KPX f ecaron -30 KPX f ecircumflex -30 KPX f edieresis -30 KPX f edotaccent -30 KPX f egrave -30 KPX f emacron -30 KPX f eogonek -30 KPX f o -30 KPX f oacute -30 KPX f ocircumflex -30 KPX f odieresis -30 KPX f ograve -30 KPX f ohungarumlaut -30 KPX f omacron -30 KPX f oslash -30 KPX f otilde -30 KPX f period -30 KPX f quotedblright 60 KPX f quoteright 50 KPX g r -10 KPX g racute -10 KPX g rcaron -10 KPX g rcommaaccent -10 KPX gbreve r -10 KPX gbreve racute -10 KPX gbreve rcaron -10 KPX gbreve rcommaaccent -10 KPX gcommaaccent r -10 KPX gcommaaccent racute -10 KPX gcommaaccent rcaron -10 KPX gcommaaccent rcommaaccent -10 KPX h y -30 KPX h yacute -30 KPX h ydieresis -30 KPX k e -20 KPX k eacute -20 KPX k ecaron -20 KPX k ecircumflex -20 KPX k edieresis -20 KPX k edotaccent -20 KPX k egrave -20 KPX k emacron -20 KPX k eogonek -20 KPX k o -20 KPX k oacute -20 KPX k ocircumflex -20 KPX k odieresis -20 KPX k ograve -20 KPX k ohungarumlaut -20 KPX k omacron -20 KPX k oslash -20 KPX k otilde -20 KPX kcommaaccent e -20 KPX kcommaaccent eacute -20 KPX kcommaaccent ecaron -20 KPX kcommaaccent ecircumflex -20 KPX kcommaaccent edieresis -20 KPX kcommaaccent edotaccent -20 KPX kcommaaccent egrave -20 KPX kcommaaccent emacron -20 KPX kcommaaccent eogonek -20 KPX kcommaaccent o -20 KPX kcommaaccent oacute -20 KPX kcommaaccent ocircumflex -20 KPX kcommaaccent odieresis -20 KPX kcommaaccent ograve -20 KPX kcommaaccent ohungarumlaut -20 KPX kcommaaccent omacron -20 KPX kcommaaccent oslash -20 KPX kcommaaccent otilde -20 KPX m u -10 KPX m uacute -10 KPX m ucircumflex -10 KPX m udieresis -10 KPX m ugrave -10 KPX m uhungarumlaut -10 KPX m umacron -10 KPX m uogonek -10 KPX m uring -10 KPX m y -15 KPX m yacute -15 KPX m ydieresis -15 KPX n u -10 KPX n uacute -10 KPX n ucircumflex -10 KPX n udieresis -10 KPX n ugrave -10 KPX n uhungarumlaut -10 KPX n umacron -10 KPX n uogonek -10 KPX n uring -10 KPX n v -20 KPX n y -15 KPX n yacute -15 KPX n ydieresis -15 KPX nacute u -10 KPX nacute uacute -10 KPX nacute ucircumflex -10 KPX nacute udieresis -10 KPX nacute ugrave -10 KPX nacute uhungarumlaut -10 KPX nacute umacron -10 KPX nacute uogonek -10 KPX nacute uring -10 KPX nacute v -20 KPX nacute y -15 KPX nacute yacute -15 KPX nacute ydieresis -15 KPX ncaron u -10 KPX ncaron uacute -10 KPX ncaron ucircumflex -10 KPX ncaron udieresis -10 KPX ncaron ugrave -10 KPX ncaron uhungarumlaut -10 KPX ncaron umacron -10 KPX ncaron uogonek -10 KPX ncaron uring -10 KPX ncaron v -20 KPX ncaron y -15 KPX ncaron yacute -15 KPX ncaron ydieresis -15 KPX ncommaaccent u -10 KPX ncommaaccent uacute -10 KPX ncommaaccent ucircumflex -10 KPX ncommaaccent udieresis -10 KPX ncommaaccent ugrave -10 KPX ncommaaccent uhungarumlaut -10 KPX ncommaaccent umacron -10 KPX ncommaaccent uogonek -10 KPX ncommaaccent uring -10 KPX ncommaaccent v -20 KPX ncommaaccent y -15 KPX ncommaaccent yacute -15 KPX ncommaaccent ydieresis -15 KPX ntilde u -10 KPX ntilde uacute -10 KPX ntilde ucircumflex -10 KPX ntilde udieresis -10 KPX ntilde ugrave -10 KPX ntilde uhungarumlaut -10 KPX ntilde umacron -10 KPX ntilde uogonek -10 KPX ntilde uring -10 KPX ntilde v -20 KPX ntilde y -15 KPX ntilde yacute -15 KPX ntilde ydieresis -15 KPX o comma -40 KPX o period -40 KPX o v -15 KPX o w -15 KPX o x -30 KPX o y -30 KPX o yacute -30 KPX o ydieresis -30 KPX oacute comma -40 KPX oacute period -40 KPX oacute v -15 KPX oacute w -15 KPX oacute x -30 KPX oacute y -30 KPX oacute yacute -30 KPX oacute ydieresis -30 KPX ocircumflex comma -40 KPX ocircumflex period -40 KPX ocircumflex v -15 KPX ocircumflex w -15 KPX ocircumflex x -30 KPX ocircumflex y -30 KPX ocircumflex yacute -30 KPX ocircumflex ydieresis -30 KPX odieresis comma -40 KPX odieresis period -40 KPX odieresis v -15 KPX odieresis w -15 KPX odieresis x -30 KPX odieresis y -30 KPX odieresis yacute -30 KPX odieresis ydieresis -30 KPX ograve comma -40 KPX ograve period -40 KPX ograve v -15 KPX ograve w -15 KPX ograve x -30 KPX ograve y -30 KPX ograve yacute -30 KPX ograve ydieresis -30 KPX ohungarumlaut comma -40 KPX ohungarumlaut period -40 KPX ohungarumlaut v -15 KPX ohungarumlaut w -15 KPX ohungarumlaut x -30 KPX ohungarumlaut y -30 KPX ohungarumlaut yacute -30 KPX ohungarumlaut ydieresis -30 KPX omacron comma -40 KPX omacron period -40 KPX omacron v -15 KPX omacron w -15 KPX omacron x -30 KPX omacron y -30 KPX omacron yacute -30 KPX omacron ydieresis -30 KPX oslash a -55 KPX oslash aacute -55 KPX oslash abreve -55 KPX oslash acircumflex -55 KPX oslash adieresis -55 KPX oslash agrave -55 KPX oslash amacron -55 KPX oslash aogonek -55 KPX oslash aring -55 KPX oslash atilde -55 KPX oslash b -55 KPX oslash c -55 KPX oslash cacute -55 KPX oslash ccaron -55 KPX oslash ccedilla -55 KPX oslash comma -95 KPX oslash d -55 KPX oslash dcroat -55 KPX oslash e -55 KPX oslash eacute -55 KPX oslash ecaron -55 KPX oslash ecircumflex -55 KPX oslash edieresis -55 KPX oslash edotaccent -55 KPX oslash egrave -55 KPX oslash emacron -55 KPX oslash eogonek -55 KPX oslash f -55 KPX oslash g -55 KPX oslash gbreve -55 KPX oslash gcommaaccent -55 KPX oslash h -55 KPX oslash i -55 KPX oslash iacute -55 KPX oslash icircumflex -55 KPX oslash idieresis -55 KPX oslash igrave -55 KPX oslash imacron -55 KPX oslash iogonek -55 KPX oslash j -55 KPX oslash k -55 KPX oslash kcommaaccent -55 KPX oslash l -55 KPX oslash lacute -55 KPX oslash lcommaaccent -55 KPX oslash lslash -55 KPX oslash m -55 KPX oslash n -55 KPX oslash nacute -55 KPX oslash ncaron -55 KPX oslash ncommaaccent -55 KPX oslash ntilde -55 KPX oslash o -55 KPX oslash oacute -55 KPX oslash ocircumflex -55 KPX oslash odieresis -55 KPX oslash ograve -55 KPX oslash ohungarumlaut -55 KPX oslash omacron -55 KPX oslash oslash -55 KPX oslash otilde -55 KPX oslash p -55 KPX oslash period -95 KPX oslash q -55 KPX oslash r -55 KPX oslash racute -55 KPX oslash rcaron -55 KPX oslash rcommaaccent -55 KPX oslash s -55 KPX oslash sacute -55 KPX oslash scaron -55 KPX oslash scedilla -55 KPX oslash scommaaccent -55 KPX oslash t -55 KPX oslash tcommaaccent -55 KPX oslash u -55 KPX oslash uacute -55 KPX oslash ucircumflex -55 KPX oslash udieresis -55 KPX oslash ugrave -55 KPX oslash uhungarumlaut -55 KPX oslash umacron -55 KPX oslash uogonek -55 KPX oslash uring -55 KPX oslash v -70 KPX oslash w -70 KPX oslash x -85 KPX oslash y -70 KPX oslash yacute -70 KPX oslash ydieresis -70 KPX oslash z -55 KPX oslash zacute -55 KPX oslash zcaron -55 KPX oslash zdotaccent -55 KPX otilde comma -40 KPX otilde period -40 KPX otilde v -15 KPX otilde w -15 KPX otilde x -30 KPX otilde y -30 KPX otilde yacute -30 KPX otilde ydieresis -30 KPX p comma -35 KPX p period -35 KPX p y -30 KPX p yacute -30 KPX p ydieresis -30 KPX period quotedblright -100 KPX period quoteright -100 KPX period space -60 KPX quotedblright space -40 KPX quoteleft quoteleft -57 KPX quoteright d -50 KPX quoteright dcroat -50 KPX quoteright quoteright -57 KPX quoteright r -50 KPX quoteright racute -50 KPX quoteright rcaron -50 KPX quoteright rcommaaccent -50 KPX quoteright s -50 KPX quoteright sacute -50 KPX quoteright scaron -50 KPX quoteright scedilla -50 KPX quoteright scommaaccent -50 KPX quoteright space -70 KPX r a -10 KPX r aacute -10 KPX r abreve -10 KPX r acircumflex -10 KPX r adieresis -10 KPX r agrave -10 KPX r amacron -10 KPX r aogonek -10 KPX r aring -10 KPX r atilde -10 KPX r colon 30 KPX r comma -50 KPX r i 15 KPX r iacute 15 KPX r icircumflex 15 KPX r idieresis 15 KPX r igrave 15 KPX r imacron 15 KPX r iogonek 15 KPX r k 15 KPX r kcommaaccent 15 KPX r l 15 KPX r lacute 15 KPX r lcommaaccent 15 KPX r lslash 15 KPX r m 25 KPX r n 25 KPX r nacute 25 KPX r ncaron 25 KPX r ncommaaccent 25 KPX r ntilde 25 KPX r p 30 KPX r period -50 KPX r semicolon 30 KPX r t 40 KPX r tcommaaccent 40 KPX r u 15 KPX r uacute 15 KPX r ucircumflex 15 KPX r udieresis 15 KPX r ugrave 15 KPX r uhungarumlaut 15 KPX r umacron 15 KPX r uogonek 15 KPX r uring 15 KPX r v 30 KPX r y 30 KPX r yacute 30 KPX r ydieresis 30 KPX racute a -10 KPX racute aacute -10 KPX racute abreve -10 KPX racute acircumflex -10 KPX racute adieresis -10 KPX racute agrave -10 KPX racute amacron -10 KPX racute aogonek -10 KPX racute aring -10 KPX racute atilde -10 KPX racute colon 30 KPX racute comma -50 KPX racute i 15 KPX racute iacute 15 KPX racute icircumflex 15 KPX racute idieresis 15 KPX racute igrave 15 KPX racute imacron 15 KPX racute iogonek 15 KPX racute k 15 KPX racute kcommaaccent 15 KPX racute l 15 KPX racute lacute 15 KPX racute lcommaaccent 15 KPX racute lslash 15 KPX racute m 25 KPX racute n 25 KPX racute nacute 25 KPX racute ncaron 25 KPX racute ncommaaccent 25 KPX racute ntilde 25 KPX racute p 30 KPX racute period -50 KPX racute semicolon 30 KPX racute t 40 KPX racute tcommaaccent 40 KPX racute u 15 KPX racute uacute 15 KPX racute ucircumflex 15 KPX racute udieresis 15 KPX racute ugrave 15 KPX racute uhungarumlaut 15 KPX racute umacron 15 KPX racute uogonek 15 KPX racute uring 15 KPX racute v 30 KPX racute y 30 KPX racute yacute 30 KPX racute ydieresis 30 KPX rcaron a -10 KPX rcaron aacute -10 KPX rcaron abreve -10 KPX rcaron acircumflex -10 KPX rcaron adieresis -10 KPX rcaron agrave -10 KPX rcaron amacron -10 KPX rcaron aogonek -10 KPX rcaron aring -10 KPX rcaron atilde -10 KPX rcaron colon 30 KPX rcaron comma -50 KPX rcaron i 15 KPX rcaron iacute 15 KPX rcaron icircumflex 15 KPX rcaron idieresis 15 KPX rcaron igrave 15 KPX rcaron imacron 15 KPX rcaron iogonek 15 KPX rcaron k 15 KPX rcaron kcommaaccent 15 KPX rcaron l 15 KPX rcaron lacute 15 KPX rcaron lcommaaccent 15 KPX rcaron lslash 15 KPX rcaron m 25 KPX rcaron n 25 KPX rcaron nacute 25 KPX rcaron ncaron 25 KPX rcaron ncommaaccent 25 KPX rcaron ntilde 25 KPX rcaron p 30 KPX rcaron period -50 KPX rcaron semicolon 30 KPX rcaron t 40 KPX rcaron tcommaaccent 40 KPX rcaron u 15 KPX rcaron uacute 15 KPX rcaron ucircumflex 15 KPX rcaron udieresis 15 KPX rcaron ugrave 15 KPX rcaron uhungarumlaut 15 KPX rcaron umacron 15 KPX rcaron uogonek 15 KPX rcaron uring 15 KPX rcaron v 30 KPX rcaron y 30 KPX rcaron yacute 30 KPX rcaron ydieresis 30 KPX rcommaaccent a -10 KPX rcommaaccent aacute -10 KPX rcommaaccent abreve -10 KPX rcommaaccent acircumflex -10 KPX rcommaaccent adieresis -10 KPX rcommaaccent agrave -10 KPX rcommaaccent amacron -10 KPX rcommaaccent aogonek -10 KPX rcommaaccent aring -10 KPX rcommaaccent atilde -10 KPX rcommaaccent colon 30 KPX rcommaaccent comma -50 KPX rcommaaccent i 15 KPX rcommaaccent iacute 15 KPX rcommaaccent icircumflex 15 KPX rcommaaccent idieresis 15 KPX rcommaaccent igrave 15 KPX rcommaaccent imacron 15 KPX rcommaaccent iogonek 15 KPX rcommaaccent k 15 KPX rcommaaccent kcommaaccent 15 KPX rcommaaccent l 15 KPX rcommaaccent lacute 15 KPX rcommaaccent lcommaaccent 15 KPX rcommaaccent lslash 15 KPX rcommaaccent m 25 KPX rcommaaccent n 25 KPX rcommaaccent nacute 25 KPX rcommaaccent ncaron 25 KPX rcommaaccent ncommaaccent 25 KPX rcommaaccent ntilde 25 KPX rcommaaccent p 30 KPX rcommaaccent period -50 KPX rcommaaccent semicolon 30 KPX rcommaaccent t 40 KPX rcommaaccent tcommaaccent 40 KPX rcommaaccent u 15 KPX rcommaaccent uacute 15 KPX rcommaaccent ucircumflex 15 KPX rcommaaccent udieresis 15 KPX rcommaaccent ugrave 15 KPX rcommaaccent uhungarumlaut 15 KPX rcommaaccent umacron 15 KPX rcommaaccent uogonek 15 KPX rcommaaccent uring 15 KPX rcommaaccent v 30 KPX rcommaaccent y 30 KPX rcommaaccent yacute 30 KPX rcommaaccent ydieresis 30 KPX s comma -15 KPX s period -15 KPX s w -30 KPX sacute comma -15 KPX sacute period -15 KPX sacute w -30 KPX scaron comma -15 KPX scaron period -15 KPX scaron w -30 KPX scedilla comma -15 KPX scedilla period -15 KPX scedilla w -30 KPX scommaaccent comma -15 KPX scommaaccent period -15 KPX scommaaccent w -30 KPX semicolon space -50 KPX space T -50 KPX space Tcaron -50 KPX space Tcommaaccent -50 KPX space V -50 KPX space W -40 KPX space Y -90 KPX space Yacute -90 KPX space Ydieresis -90 KPX space quotedblleft -30 KPX space quoteleft -60 KPX v a -25 KPX v aacute -25 KPX v abreve -25 KPX v acircumflex -25 KPX v adieresis -25 KPX v agrave -25 KPX v amacron -25 KPX v aogonek -25 KPX v aring -25 KPX v atilde -25 KPX v comma -80 KPX v e -25 KPX v eacute -25 KPX v ecaron -25 KPX v ecircumflex -25 KPX v edieresis -25 KPX v edotaccent -25 KPX v egrave -25 KPX v emacron -25 KPX v eogonek -25 KPX v o -25 KPX v oacute -25 KPX v ocircumflex -25 KPX v odieresis -25 KPX v ograve -25 KPX v ohungarumlaut -25 KPX v omacron -25 KPX v oslash -25 KPX v otilde -25 KPX v period -80 KPX w a -15 KPX w aacute -15 KPX w abreve -15 KPX w acircumflex -15 KPX w adieresis -15 KPX w agrave -15 KPX w amacron -15 KPX w aogonek -15 KPX w aring -15 KPX w atilde -15 KPX w comma -60 KPX w e -10 KPX w eacute -10 KPX w ecaron -10 KPX w ecircumflex -10 KPX w edieresis -10 KPX w edotaccent -10 KPX w egrave -10 KPX w emacron -10 KPX w eogonek -10 KPX w o -10 KPX w oacute -10 KPX w ocircumflex -10 KPX w odieresis -10 KPX w ograve -10 KPX w ohungarumlaut -10 KPX w omacron -10 KPX w oslash -10 KPX w otilde -10 KPX w period -60 KPX x e -30 KPX x eacute -30 KPX x ecaron -30 KPX x ecircumflex -30 KPX x edieresis -30 KPX x edotaccent -30 KPX x egrave -30 KPX x emacron -30 KPX x eogonek -30 KPX y a -20 KPX y aacute -20 KPX y abreve -20 KPX y acircumflex -20 KPX y adieresis -20 KPX y agrave -20 KPX y amacron -20 KPX y aogonek -20 KPX y aring -20 KPX y atilde -20 KPX y comma -100 KPX y e -20 KPX y eacute -20 KPX y ecaron -20 KPX y ecircumflex -20 KPX y edieresis -20 KPX y edotaccent -20 KPX y egrave -20 KPX y emacron -20 KPX y eogonek -20 KPX y o -20 KPX y oacute -20 KPX y ocircumflex -20 KPX y odieresis -20 KPX y ograve -20 KPX y ohungarumlaut -20 KPX y omacron -20 KPX y oslash -20 KPX y otilde -20 KPX y period -100 KPX yacute a -20 KPX yacute aacute -20 KPX yacute abreve -20 KPX yacute acircumflex -20 KPX yacute adieresis -20 KPX yacute agrave -20 KPX yacute amacron -20 KPX yacute aogonek -20 KPX yacute aring -20 KPX yacute atilde -20 KPX yacute comma -100 KPX yacute e -20 KPX yacute eacute -20 KPX yacute ecaron -20 KPX yacute ecircumflex -20 KPX yacute edieresis -20 KPX yacute edotaccent -20 KPX yacute egrave -20 KPX yacute emacron -20 KPX yacute eogonek -20 KPX yacute o -20 KPX yacute oacute -20 KPX yacute ocircumflex -20 KPX yacute odieresis -20 KPX yacute ograve -20 KPX yacute ohungarumlaut -20 KPX yacute omacron -20 KPX yacute oslash -20 KPX yacute otilde -20 KPX yacute period -100 KPX ydieresis a -20 KPX ydieresis aacute -20 KPX ydieresis abreve -20 KPX ydieresis acircumflex -20 KPX ydieresis adieresis -20 KPX ydieresis agrave -20 KPX ydieresis amacron -20 KPX ydieresis aogonek -20 KPX ydieresis aring -20 KPX ydieresis atilde -20 KPX ydieresis comma -100 KPX ydieresis e -20 KPX ydieresis eacute -20 KPX ydieresis ecaron -20 KPX ydieresis ecircumflex -20 KPX ydieresis edieresis -20 KPX ydieresis edotaccent -20 KPX ydieresis egrave -20 KPX ydieresis emacron -20 KPX ydieresis eogonek -20 KPX ydieresis o -20 KPX ydieresis oacute -20 KPX ydieresis ocircumflex -20 KPX ydieresis odieresis -20 KPX ydieresis ograve -20 KPX ydieresis ohungarumlaut -20 KPX ydieresis omacron -20 KPX ydieresis oslash -20 KPX ydieresis otilde -20 KPX ydieresis period -100 KPX z e -15 KPX z eacute -15 KPX z ecaron -15 KPX z ecircumflex -15 KPX z edieresis -15 KPX z edotaccent -15 KPX z egrave -15 KPX z emacron -15 KPX z eogonek -15 KPX z o -15 KPX z oacute -15 KPX z ocircumflex -15 KPX z odieresis -15 KPX z ograve -15 KPX z ohungarumlaut -15 KPX z omacron -15 KPX z oslash -15 KPX z otilde -15 KPX zacute e -15 KPX zacute eacute -15 KPX zacute ecaron -15 KPX zacute ecircumflex -15 KPX zacute edieresis -15 KPX zacute edotaccent -15 KPX zacute egrave -15 KPX zacute emacron -15 KPX zacute eogonek -15 KPX zacute o -15 KPX zacute oacute -15 KPX zacute ocircumflex -15 KPX zacute odieresis -15 KPX zacute ograve -15 KPX zacute ohungarumlaut -15 KPX zacute omacron -15 KPX zacute oslash -15 KPX zacute otilde -15 KPX zcaron e -15 KPX zcaron eacute -15 KPX zcaron ecaron -15 KPX zcaron ecircumflex -15 KPX zcaron edieresis -15 KPX zcaron edotaccent -15 KPX zcaron egrave -15 KPX zcaron emacron -15 KPX zcaron eogonek -15 KPX zcaron o -15 KPX zcaron oacute -15 KPX zcaron ocircumflex -15 KPX zcaron odieresis -15 KPX zcaron ograve -15 KPX zcaron ohungarumlaut -15 KPX zcaron omacron -15 KPX zcaron oslash -15 KPX zcaron otilde -15 KPX zdotaccent e -15 KPX zdotaccent eacute -15 KPX zdotaccent ecaron -15 KPX zdotaccent ecircumflex -15 KPX zdotaccent edieresis -15 KPX zdotaccent edotaccent -15 KPX zdotaccent egrave -15 KPX zdotaccent emacron -15 KPX zdotaccent eogonek -15 KPX zdotaccent o -15 KPX zdotaccent oacute -15 KPX zdotaccent ocircumflex -15 KPX zdotaccent odieresis -15 KPX zdotaccent ograve -15 KPX zdotaccent ohungarumlaut -15 KPX zdotaccent omacron -15 KPX zdotaccent oslash -15 KPX zdotaccent otilde -15 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/ZapfDingbats.afm0000644000000000000000000002246713772706672020417 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1988, 1989, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 15:14:13 1997 Comment UniqueID 43082 Comment VMusage 45775 55535 FontName ZapfDingbats FullName ITC Zapf Dingbats FamilyName ZapfDingbats Weight Medium ItalicAngle 0 IsFixedPitch false CharacterSet Special FontBBox -1 -143 981 820 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1988, 1989, 1997 Adobe Systems Incorporated. All Rights Reserved.ITC Zapf Dingbats is a registered trademark of International Typeface Corporation. EncodingScheme FontSpecific StdHW 28 StdVW 90 StartCharMetrics 202 C 32 ; WX 278 ; N space ; B 0 0 0 0 ; C 33 ; WX 974 ; N a1 ; B 35 72 939 621 ; C 34 ; WX 961 ; N a2 ; B 35 81 927 611 ; C 35 ; WX 974 ; N a202 ; B 35 72 939 621 ; C 36 ; WX 980 ; N a3 ; B 35 0 945 692 ; C 37 ; WX 719 ; N a4 ; B 34 139 685 566 ; C 38 ; WX 789 ; N a5 ; B 35 -14 755 705 ; C 39 ; WX 790 ; N a119 ; B 35 -14 755 705 ; C 40 ; WX 791 ; N a118 ; B 35 -13 761 705 ; C 41 ; WX 690 ; N a117 ; B 34 138 655 553 ; C 42 ; WX 960 ; N a11 ; B 35 123 925 568 ; C 43 ; WX 939 ; N a12 ; B 35 134 904 559 ; C 44 ; WX 549 ; N a13 ; B 29 -11 516 705 ; C 45 ; WX 855 ; N a14 ; B 34 59 820 632 ; C 46 ; WX 911 ; N a15 ; B 35 50 876 642 ; C 47 ; WX 933 ; N a16 ; B 35 139 899 550 ; C 48 ; WX 911 ; N a105 ; B 35 50 876 642 ; C 49 ; WX 945 ; N a17 ; B 35 139 909 553 ; C 50 ; WX 974 ; N a18 ; B 35 104 938 587 ; C 51 ; WX 755 ; N a19 ; B 34 -13 721 705 ; C 52 ; WX 846 ; N a20 ; B 36 -14 811 705 ; C 53 ; WX 762 ; N a21 ; B 35 0 727 692 ; C 54 ; WX 761 ; N a22 ; B 35 0 727 692 ; C 55 ; WX 571 ; N a23 ; B -1 -68 571 661 ; C 56 ; WX 677 ; N a24 ; B 36 -13 642 705 ; C 57 ; WX 763 ; N a25 ; B 35 0 728 692 ; C 58 ; WX 760 ; N a26 ; B 35 0 726 692 ; C 59 ; WX 759 ; N a27 ; B 35 0 725 692 ; C 60 ; WX 754 ; N a28 ; B 35 0 720 692 ; C 61 ; WX 494 ; N a6 ; B 35 0 460 692 ; C 62 ; WX 552 ; N a7 ; B 35 0 517 692 ; C 63 ; WX 537 ; N a8 ; B 35 0 503 692 ; C 64 ; WX 577 ; N a9 ; B 35 96 542 596 ; C 65 ; WX 692 ; N a10 ; B 35 -14 657 705 ; C 66 ; WX 786 ; N a29 ; B 35 -14 751 705 ; C 67 ; WX 788 ; N a30 ; B 35 -14 752 705 ; C 68 ; WX 788 ; N a31 ; B 35 -14 753 705 ; C 69 ; WX 790 ; N a32 ; B 35 -14 756 705 ; C 70 ; WX 793 ; N a33 ; B 35 -13 759 705 ; C 71 ; WX 794 ; N a34 ; B 35 -13 759 705 ; C 72 ; WX 816 ; N a35 ; B 35 -14 782 705 ; C 73 ; WX 823 ; N a36 ; B 35 -14 787 705 ; C 74 ; WX 789 ; N a37 ; B 35 -14 754 705 ; C 75 ; WX 841 ; N a38 ; B 35 -14 807 705 ; C 76 ; WX 823 ; N a39 ; B 35 -14 789 705 ; C 77 ; WX 833 ; N a40 ; B 35 -14 798 705 ; C 78 ; WX 816 ; N a41 ; B 35 -13 782 705 ; C 79 ; WX 831 ; N a42 ; B 35 -14 796 705 ; C 80 ; WX 923 ; N a43 ; B 35 -14 888 705 ; C 81 ; WX 744 ; N a44 ; B 35 0 710 692 ; C 82 ; WX 723 ; N a45 ; B 35 0 688 692 ; C 83 ; WX 749 ; N a46 ; B 35 0 714 692 ; C 84 ; WX 790 ; N a47 ; B 34 -14 756 705 ; C 85 ; WX 792 ; N a48 ; B 35 -14 758 705 ; C 86 ; WX 695 ; N a49 ; B 35 -14 661 706 ; C 87 ; WX 776 ; N a50 ; B 35 -6 741 699 ; C 88 ; WX 768 ; N a51 ; B 35 -7 734 699 ; C 89 ; WX 792 ; N a52 ; B 35 -14 757 705 ; C 90 ; WX 759 ; N a53 ; B 35 0 725 692 ; C 91 ; WX 707 ; N a54 ; B 35 -13 672 704 ; C 92 ; WX 708 ; N a55 ; B 35 -14 672 705 ; C 93 ; WX 682 ; N a56 ; B 35 -14 647 705 ; C 94 ; WX 701 ; N a57 ; B 35 -14 666 705 ; C 95 ; WX 826 ; N a58 ; B 35 -14 791 705 ; C 96 ; WX 815 ; N a59 ; B 35 -14 780 705 ; C 97 ; WX 789 ; N a60 ; B 35 -14 754 705 ; C 98 ; WX 789 ; N a61 ; B 35 -14 754 705 ; C 99 ; WX 707 ; N a62 ; B 34 -14 673 705 ; C 100 ; WX 687 ; N a63 ; B 36 0 651 692 ; C 101 ; WX 696 ; N a64 ; B 35 0 661 691 ; C 102 ; WX 689 ; N a65 ; B 35 0 655 692 ; C 103 ; WX 786 ; N a66 ; B 34 -14 751 705 ; C 104 ; WX 787 ; N a67 ; B 35 -14 752 705 ; C 105 ; WX 713 ; N a68 ; B 35 -14 678 705 ; C 106 ; WX 791 ; N a69 ; B 35 -14 756 705 ; C 107 ; WX 785 ; N a70 ; B 36 -14 751 705 ; C 108 ; WX 791 ; N a71 ; B 35 -14 757 705 ; C 109 ; WX 873 ; N a72 ; B 35 -14 838 705 ; C 110 ; WX 761 ; N a73 ; B 35 0 726 692 ; C 111 ; WX 762 ; N a74 ; B 35 0 727 692 ; C 112 ; WX 762 ; N a203 ; B 35 0 727 692 ; C 113 ; WX 759 ; N a75 ; B 35 0 725 692 ; C 114 ; WX 759 ; N a204 ; B 35 0 725 692 ; C 115 ; WX 892 ; N a76 ; B 35 0 858 705 ; C 116 ; WX 892 ; N a77 ; B 35 -14 858 692 ; C 117 ; WX 788 ; N a78 ; B 35 -14 754 705 ; C 118 ; WX 784 ; N a79 ; B 35 -14 749 705 ; C 119 ; WX 438 ; N a81 ; B 35 -14 403 705 ; C 120 ; WX 138 ; N a82 ; B 35 0 104 692 ; C 121 ; WX 277 ; N a83 ; B 35 0 242 692 ; C 122 ; WX 415 ; N a84 ; B 35 0 380 692 ; C 123 ; WX 392 ; N a97 ; B 35 263 357 705 ; C 124 ; WX 392 ; N a98 ; B 34 263 357 705 ; C 125 ; WX 668 ; N a99 ; B 35 263 633 705 ; C 126 ; WX 668 ; N a100 ; B 36 263 634 705 ; C 128 ; WX 390 ; N a89 ; B 35 -14 356 705 ; C 129 ; WX 390 ; N a90 ; B 35 -14 355 705 ; C 130 ; WX 317 ; N a93 ; B 35 0 283 692 ; C 131 ; WX 317 ; N a94 ; B 35 0 283 692 ; C 132 ; WX 276 ; N a91 ; B 35 0 242 692 ; C 133 ; WX 276 ; N a92 ; B 35 0 242 692 ; C 134 ; WX 509 ; N a205 ; B 35 0 475 692 ; C 135 ; WX 509 ; N a85 ; B 35 0 475 692 ; C 136 ; WX 410 ; N a206 ; B 35 0 375 692 ; C 137 ; WX 410 ; N a86 ; B 35 0 375 692 ; C 138 ; WX 234 ; N a87 ; B 35 -14 199 705 ; C 139 ; WX 234 ; N a88 ; B 35 -14 199 705 ; C 140 ; WX 334 ; N a95 ; B 35 0 299 692 ; C 141 ; WX 334 ; N a96 ; B 35 0 299 692 ; C 161 ; WX 732 ; N a101 ; B 35 -143 697 806 ; C 162 ; WX 544 ; N a102 ; B 56 -14 488 706 ; C 163 ; WX 544 ; N a103 ; B 34 -14 508 705 ; C 164 ; WX 910 ; N a104 ; B 35 40 875 651 ; C 165 ; WX 667 ; N a106 ; B 35 -14 633 705 ; C 166 ; WX 760 ; N a107 ; B 35 -14 726 705 ; C 167 ; WX 760 ; N a108 ; B 0 121 758 569 ; C 168 ; WX 776 ; N a112 ; B 35 0 741 705 ; C 169 ; WX 595 ; N a111 ; B 34 -14 560 705 ; C 170 ; WX 694 ; N a110 ; B 35 -14 659 705 ; C 171 ; WX 626 ; N a109 ; B 34 0 591 705 ; C 172 ; WX 788 ; N a120 ; B 35 -14 754 705 ; C 173 ; WX 788 ; N a121 ; B 35 -14 754 705 ; C 174 ; WX 788 ; N a122 ; B 35 -14 754 705 ; C 175 ; WX 788 ; N a123 ; B 35 -14 754 705 ; C 176 ; WX 788 ; N a124 ; B 35 -14 754 705 ; C 177 ; WX 788 ; N a125 ; B 35 -14 754 705 ; C 178 ; WX 788 ; N a126 ; B 35 -14 754 705 ; C 179 ; WX 788 ; N a127 ; B 35 -14 754 705 ; C 180 ; WX 788 ; N a128 ; B 35 -14 754 705 ; C 181 ; WX 788 ; N a129 ; B 35 -14 754 705 ; C 182 ; WX 788 ; N a130 ; B 35 -14 754 705 ; C 183 ; WX 788 ; N a131 ; B 35 -14 754 705 ; C 184 ; WX 788 ; N a132 ; B 35 -14 754 705 ; C 185 ; WX 788 ; N a133 ; B 35 -14 754 705 ; C 186 ; WX 788 ; N a134 ; B 35 -14 754 705 ; C 187 ; WX 788 ; N a135 ; B 35 -14 754 705 ; C 188 ; WX 788 ; N a136 ; B 35 -14 754 705 ; C 189 ; WX 788 ; N a137 ; B 35 -14 754 705 ; C 190 ; WX 788 ; N a138 ; B 35 -14 754 705 ; C 191 ; WX 788 ; N a139 ; B 35 -14 754 705 ; C 192 ; WX 788 ; N a140 ; B 35 -14 754 705 ; C 193 ; WX 788 ; N a141 ; B 35 -14 754 705 ; C 194 ; WX 788 ; N a142 ; B 35 -14 754 705 ; C 195 ; WX 788 ; N a143 ; B 35 -14 754 705 ; C 196 ; WX 788 ; N a144 ; B 35 -14 754 705 ; C 197 ; WX 788 ; N a145 ; B 35 -14 754 705 ; C 198 ; WX 788 ; N a146 ; B 35 -14 754 705 ; C 199 ; WX 788 ; N a147 ; B 35 -14 754 705 ; C 200 ; WX 788 ; N a148 ; B 35 -14 754 705 ; C 201 ; WX 788 ; N a149 ; B 35 -14 754 705 ; C 202 ; WX 788 ; N a150 ; B 35 -14 754 705 ; C 203 ; WX 788 ; N a151 ; B 35 -14 754 705 ; C 204 ; WX 788 ; N a152 ; B 35 -14 754 705 ; C 205 ; WX 788 ; N a153 ; B 35 -14 754 705 ; C 206 ; WX 788 ; N a154 ; B 35 -14 754 705 ; C 207 ; WX 788 ; N a155 ; B 35 -14 754 705 ; C 208 ; WX 788 ; N a156 ; B 35 -14 754 705 ; C 209 ; WX 788 ; N a157 ; B 35 -14 754 705 ; C 210 ; WX 788 ; N a158 ; B 35 -14 754 705 ; C 211 ; WX 788 ; N a159 ; B 35 -14 754 705 ; C 212 ; WX 894 ; N a160 ; B 35 58 860 634 ; C 213 ; WX 838 ; N a161 ; B 35 152 803 540 ; C 214 ; WX 1016 ; N a163 ; B 34 152 981 540 ; C 215 ; WX 458 ; N a164 ; B 35 -127 422 820 ; C 216 ; WX 748 ; N a196 ; B 35 94 698 597 ; C 217 ; WX 924 ; N a165 ; B 35 140 890 552 ; C 218 ; WX 748 ; N a192 ; B 35 94 698 597 ; C 219 ; WX 918 ; N a166 ; B 35 166 884 526 ; C 220 ; WX 927 ; N a167 ; B 35 32 892 660 ; C 221 ; WX 928 ; N a168 ; B 35 129 891 562 ; C 222 ; WX 928 ; N a169 ; B 35 128 893 563 ; C 223 ; WX 834 ; N a170 ; B 35 155 799 537 ; C 224 ; WX 873 ; N a171 ; B 35 93 838 599 ; C 225 ; WX 828 ; N a172 ; B 35 104 791 588 ; C 226 ; WX 924 ; N a173 ; B 35 98 889 594 ; C 227 ; WX 924 ; N a162 ; B 35 98 889 594 ; C 228 ; WX 917 ; N a174 ; B 35 0 882 692 ; C 229 ; WX 930 ; N a175 ; B 35 84 896 608 ; C 230 ; WX 931 ; N a176 ; B 35 84 896 608 ; C 231 ; WX 463 ; N a177 ; B 35 -99 429 791 ; C 232 ; WX 883 ; N a178 ; B 35 71 848 623 ; C 233 ; WX 836 ; N a179 ; B 35 44 802 648 ; C 234 ; WX 836 ; N a193 ; B 35 44 802 648 ; C 235 ; WX 867 ; N a180 ; B 35 101 832 591 ; C 236 ; WX 867 ; N a199 ; B 35 101 832 591 ; C 237 ; WX 696 ; N a181 ; B 35 44 661 648 ; C 238 ; WX 696 ; N a200 ; B 35 44 661 648 ; C 239 ; WX 874 ; N a182 ; B 35 77 840 619 ; C 241 ; WX 874 ; N a201 ; B 35 73 840 615 ; C 242 ; WX 760 ; N a183 ; B 35 0 725 692 ; C 243 ; WX 946 ; N a184 ; B 35 160 911 533 ; C 244 ; WX 771 ; N a197 ; B 34 37 736 655 ; C 245 ; WX 865 ; N a185 ; B 35 207 830 481 ; C 246 ; WX 771 ; N a194 ; B 34 37 736 655 ; C 247 ; WX 888 ; N a198 ; B 34 -19 853 712 ; C 248 ; WX 967 ; N a186 ; B 35 124 932 568 ; C 249 ; WX 888 ; N a195 ; B 34 -19 853 712 ; C 250 ; WX 831 ; N a187 ; B 35 113 796 579 ; C 251 ; WX 873 ; N a188 ; B 36 118 838 578 ; C 252 ; WX 927 ; N a189 ; B 35 150 891 542 ; C 253 ; WX 970 ; N a190 ; B 35 76 931 616 ; C 254 ; WX 918 ; N a191 ; B 34 99 884 593 ; EndCharMetrics EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Helvetica.afm0000644000000000000000000022106413772706672017741 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:38:23 1997 Comment UniqueID 43054 Comment VMusage 37069 48094 FontName Helvetica FullName Helvetica FamilyName Helvetica Weight Medium ItalicAngle 0 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -166 -225 1000 931 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 718 XHeight 523 Ascender 718 Descender -207 StdHW 76 StdVW 88 StartCharMetrics 315 C 32 ; WX 278 ; N space ; B 0 0 0 0 ; C 33 ; WX 278 ; N exclam ; B 90 0 187 718 ; C 34 ; WX 355 ; N quotedbl ; B 70 463 285 718 ; C 35 ; WX 556 ; N numbersign ; B 28 0 529 688 ; C 36 ; WX 556 ; N dollar ; B 32 -115 520 775 ; C 37 ; WX 889 ; N percent ; B 39 -19 850 703 ; C 38 ; WX 667 ; N ampersand ; B 44 -15 645 718 ; C 39 ; WX 222 ; N quoteright ; B 53 463 157 718 ; C 40 ; WX 333 ; N parenleft ; B 68 -207 299 733 ; C 41 ; WX 333 ; N parenright ; B 34 -207 265 733 ; C 42 ; WX 389 ; N asterisk ; B 39 431 349 718 ; C 43 ; WX 584 ; N plus ; B 39 0 545 505 ; C 44 ; WX 278 ; N comma ; B 87 -147 191 106 ; C 45 ; WX 333 ; N hyphen ; B 44 232 289 322 ; C 46 ; WX 278 ; N period ; B 87 0 191 106 ; C 47 ; WX 278 ; N slash ; B -17 -19 295 737 ; C 48 ; WX 556 ; N zero ; B 37 -19 519 703 ; C 49 ; WX 556 ; N one ; B 101 0 359 703 ; C 50 ; WX 556 ; N two ; B 26 0 507 703 ; C 51 ; WX 556 ; N three ; B 34 -19 522 703 ; C 52 ; WX 556 ; N four ; B 25 0 523 703 ; C 53 ; WX 556 ; N five ; B 32 -19 514 688 ; C 54 ; WX 556 ; N six ; B 38 -19 518 703 ; C 55 ; WX 556 ; N seven ; B 37 0 523 688 ; C 56 ; WX 556 ; N eight ; B 38 -19 517 703 ; C 57 ; WX 556 ; N nine ; B 42 -19 514 703 ; C 58 ; WX 278 ; N colon ; B 87 0 191 516 ; C 59 ; WX 278 ; N semicolon ; B 87 -147 191 516 ; C 60 ; WX 584 ; N less ; B 48 11 536 495 ; C 61 ; WX 584 ; N equal ; B 39 115 545 390 ; C 62 ; WX 584 ; N greater ; B 48 11 536 495 ; C 63 ; WX 556 ; N question ; B 56 0 492 727 ; C 64 ; WX 1015 ; N at ; B 147 -19 868 737 ; C 65 ; WX 667 ; N A ; B 14 0 654 718 ; C 66 ; WX 667 ; N B ; B 74 0 627 718 ; C 67 ; WX 722 ; N C ; B 44 -19 681 737 ; C 68 ; WX 722 ; N D ; B 81 0 674 718 ; C 69 ; WX 667 ; N E ; B 86 0 616 718 ; C 70 ; WX 611 ; N F ; B 86 0 583 718 ; C 71 ; WX 778 ; N G ; B 48 -19 704 737 ; C 72 ; WX 722 ; N H ; B 77 0 646 718 ; C 73 ; WX 278 ; N I ; B 91 0 188 718 ; C 74 ; WX 500 ; N J ; B 17 -19 428 718 ; C 75 ; WX 667 ; N K ; B 76 0 663 718 ; C 76 ; WX 556 ; N L ; B 76 0 537 718 ; C 77 ; WX 833 ; N M ; B 73 0 761 718 ; C 78 ; WX 722 ; N N ; B 76 0 646 718 ; C 79 ; WX 778 ; N O ; B 39 -19 739 737 ; C 80 ; WX 667 ; N P ; B 86 0 622 718 ; C 81 ; WX 778 ; N Q ; B 39 -56 739 737 ; C 82 ; WX 722 ; N R ; B 88 0 684 718 ; C 83 ; WX 667 ; N S ; B 49 -19 620 737 ; C 84 ; WX 611 ; N T ; B 14 0 597 718 ; C 85 ; WX 722 ; N U ; B 79 -19 644 718 ; C 86 ; WX 667 ; N V ; B 20 0 647 718 ; C 87 ; WX 944 ; N W ; B 16 0 928 718 ; C 88 ; WX 667 ; N X ; B 19 0 648 718 ; C 89 ; WX 667 ; N Y ; B 14 0 653 718 ; C 90 ; WX 611 ; N Z ; B 23 0 588 718 ; C 91 ; WX 278 ; N bracketleft ; B 63 -196 250 722 ; C 92 ; WX 278 ; N backslash ; B -17 -19 295 737 ; C 93 ; WX 278 ; N bracketright ; B 28 -196 215 722 ; C 94 ; WX 469 ; N asciicircum ; B -14 264 483 688 ; C 95 ; WX 556 ; N underscore ; B 0 -125 556 -75 ; C 96 ; WX 222 ; N quoteleft ; B 65 470 169 725 ; C 97 ; WX 556 ; N a ; B 36 -15 530 538 ; C 98 ; WX 556 ; N b ; B 58 -15 517 718 ; C 99 ; WX 500 ; N c ; B 30 -15 477 538 ; C 100 ; WX 556 ; N d ; B 35 -15 499 718 ; C 101 ; WX 556 ; N e ; B 40 -15 516 538 ; C 102 ; WX 278 ; N f ; B 14 0 262 728 ; L i fi ; L l fl ; C 103 ; WX 556 ; N g ; B 40 -220 499 538 ; C 104 ; WX 556 ; N h ; B 65 0 491 718 ; C 105 ; WX 222 ; N i ; B 67 0 155 718 ; C 106 ; WX 222 ; N j ; B -16 -210 155 718 ; C 107 ; WX 500 ; N k ; B 67 0 501 718 ; C 108 ; WX 222 ; N l ; B 67 0 155 718 ; C 109 ; WX 833 ; N m ; B 65 0 769 538 ; C 110 ; WX 556 ; N n ; B 65 0 491 538 ; C 111 ; WX 556 ; N o ; B 35 -14 521 538 ; C 112 ; WX 556 ; N p ; B 58 -207 517 538 ; C 113 ; WX 556 ; N q ; B 35 -207 494 538 ; C 114 ; WX 333 ; N r ; B 77 0 332 538 ; C 115 ; WX 500 ; N s ; B 32 -15 464 538 ; C 116 ; WX 278 ; N t ; B 14 -7 257 669 ; C 117 ; WX 556 ; N u ; B 68 -15 489 523 ; C 118 ; WX 500 ; N v ; B 8 0 492 523 ; C 119 ; WX 722 ; N w ; B 14 0 709 523 ; C 120 ; WX 500 ; N x ; B 11 0 490 523 ; C 121 ; WX 500 ; N y ; B 11 -214 489 523 ; C 122 ; WX 500 ; N z ; B 31 0 469 523 ; C 123 ; WX 334 ; N braceleft ; B 42 -196 292 722 ; C 124 ; WX 260 ; N bar ; B 94 -225 167 775 ; C 125 ; WX 334 ; N braceright ; B 42 -196 292 722 ; C 126 ; WX 584 ; N asciitilde ; B 61 180 523 326 ; C 161 ; WX 333 ; N exclamdown ; B 118 -195 215 523 ; C 162 ; WX 556 ; N cent ; B 51 -115 513 623 ; C 163 ; WX 556 ; N sterling ; B 33 -16 539 718 ; C 164 ; WX 167 ; N fraction ; B -166 -19 333 703 ; C 165 ; WX 556 ; N yen ; B 3 0 553 688 ; C 166 ; WX 556 ; N florin ; B -11 -207 501 737 ; C 167 ; WX 556 ; N section ; B 43 -191 512 737 ; C 168 ; WX 556 ; N currency ; B 28 99 528 603 ; C 169 ; WX 191 ; N quotesingle ; B 59 463 132 718 ; C 170 ; WX 333 ; N quotedblleft ; B 38 470 307 725 ; C 171 ; WX 556 ; N guillemotleft ; B 97 108 459 446 ; C 172 ; WX 333 ; N guilsinglleft ; B 88 108 245 446 ; C 173 ; WX 333 ; N guilsinglright ; B 88 108 245 446 ; C 174 ; WX 500 ; N fi ; B 14 0 434 728 ; C 175 ; WX 500 ; N fl ; B 14 0 432 728 ; C 177 ; WX 556 ; N endash ; B 0 240 556 313 ; C 178 ; WX 556 ; N dagger ; B 43 -159 514 718 ; C 179 ; WX 556 ; N daggerdbl ; B 43 -159 514 718 ; C 180 ; WX 278 ; N periodcentered ; B 77 190 202 315 ; C 182 ; WX 537 ; N paragraph ; B 18 -173 497 718 ; C 183 ; WX 350 ; N bullet ; B 18 202 333 517 ; C 184 ; WX 222 ; N quotesinglbase ; B 53 -149 157 106 ; C 185 ; WX 333 ; N quotedblbase ; B 26 -149 295 106 ; C 186 ; WX 333 ; N quotedblright ; B 26 463 295 718 ; C 187 ; WX 556 ; N guillemotright ; B 97 108 459 446 ; C 188 ; WX 1000 ; N ellipsis ; B 115 0 885 106 ; C 189 ; WX 1000 ; N perthousand ; B 7 -19 994 703 ; C 191 ; WX 611 ; N questiondown ; B 91 -201 527 525 ; C 193 ; WX 333 ; N grave ; B 14 593 211 734 ; C 194 ; WX 333 ; N acute ; B 122 593 319 734 ; C 195 ; WX 333 ; N circumflex ; B 21 593 312 734 ; C 196 ; WX 333 ; N tilde ; B -4 606 337 722 ; C 197 ; WX 333 ; N macron ; B 10 627 323 684 ; C 198 ; WX 333 ; N breve ; B 13 595 321 731 ; C 199 ; WX 333 ; N dotaccent ; B 121 604 212 706 ; C 200 ; WX 333 ; N dieresis ; B 40 604 293 706 ; C 202 ; WX 333 ; N ring ; B 75 572 259 756 ; C 203 ; WX 333 ; N cedilla ; B 45 -225 259 0 ; C 205 ; WX 333 ; N hungarumlaut ; B 31 593 409 734 ; C 206 ; WX 333 ; N ogonek ; B 73 -225 287 0 ; C 207 ; WX 333 ; N caron ; B 21 593 312 734 ; C 208 ; WX 1000 ; N emdash ; B 0 240 1000 313 ; C 225 ; WX 1000 ; N AE ; B 8 0 951 718 ; C 227 ; WX 370 ; N ordfeminine ; B 24 405 346 737 ; C 232 ; WX 556 ; N Lslash ; B -20 0 537 718 ; C 233 ; WX 778 ; N Oslash ; B 39 -19 740 737 ; C 234 ; WX 1000 ; N OE ; B 36 -19 965 737 ; C 235 ; WX 365 ; N ordmasculine ; B 25 405 341 737 ; C 241 ; WX 889 ; N ae ; B 36 -15 847 538 ; C 245 ; WX 278 ; N dotlessi ; B 95 0 183 523 ; C 248 ; WX 222 ; N lslash ; B -20 0 242 718 ; C 249 ; WX 611 ; N oslash ; B 28 -22 537 545 ; C 250 ; WX 944 ; N oe ; B 35 -15 902 538 ; C 251 ; WX 611 ; N germandbls ; B 67 -15 571 728 ; C -1 ; WX 278 ; N Idieresis ; B 13 0 266 901 ; C -1 ; WX 556 ; N eacute ; B 40 -15 516 734 ; C -1 ; WX 556 ; N abreve ; B 36 -15 530 731 ; C -1 ; WX 556 ; N uhungarumlaut ; B 68 -15 521 734 ; C -1 ; WX 556 ; N ecaron ; B 40 -15 516 734 ; C -1 ; WX 667 ; N Ydieresis ; B 14 0 653 901 ; C -1 ; WX 584 ; N divide ; B 39 -19 545 524 ; C -1 ; WX 667 ; N Yacute ; B 14 0 653 929 ; C -1 ; WX 667 ; N Acircumflex ; B 14 0 654 929 ; C -1 ; WX 556 ; N aacute ; B 36 -15 530 734 ; C -1 ; WX 722 ; N Ucircumflex ; B 79 -19 644 929 ; C -1 ; WX 500 ; N yacute ; B 11 -214 489 734 ; C -1 ; WX 500 ; N scommaaccent ; B 32 -225 464 538 ; C -1 ; WX 556 ; N ecircumflex ; B 40 -15 516 734 ; C -1 ; WX 722 ; N Uring ; B 79 -19 644 931 ; C -1 ; WX 722 ; N Udieresis ; B 79 -19 644 901 ; C -1 ; WX 556 ; N aogonek ; B 36 -220 547 538 ; C -1 ; WX 722 ; N Uacute ; B 79 -19 644 929 ; C -1 ; WX 556 ; N uogonek ; B 68 -225 519 523 ; C -1 ; WX 667 ; N Edieresis ; B 86 0 616 901 ; C -1 ; WX 722 ; N Dcroat ; B 0 0 674 718 ; C -1 ; WX 250 ; N commaaccent ; B 87 -225 181 -40 ; C -1 ; WX 737 ; N copyright ; B -14 -19 752 737 ; C -1 ; WX 667 ; N Emacron ; B 86 0 616 879 ; C -1 ; WX 500 ; N ccaron ; B 30 -15 477 734 ; C -1 ; WX 556 ; N aring ; B 36 -15 530 756 ; C -1 ; WX 722 ; N Ncommaaccent ; B 76 -225 646 718 ; C -1 ; WX 222 ; N lacute ; B 67 0 264 929 ; C -1 ; WX 556 ; N agrave ; B 36 -15 530 734 ; C -1 ; WX 611 ; N Tcommaaccent ; B 14 -225 597 718 ; C -1 ; WX 722 ; N Cacute ; B 44 -19 681 929 ; C -1 ; WX 556 ; N atilde ; B 36 -15 530 722 ; C -1 ; WX 667 ; N Edotaccent ; B 86 0 616 901 ; C -1 ; WX 500 ; N scaron ; B 32 -15 464 734 ; C -1 ; WX 500 ; N scedilla ; B 32 -225 464 538 ; C -1 ; WX 278 ; N iacute ; B 95 0 292 734 ; C -1 ; WX 471 ; N lozenge ; B 10 0 462 728 ; C -1 ; WX 722 ; N Rcaron ; B 88 0 684 929 ; C -1 ; WX 778 ; N Gcommaaccent ; B 48 -225 704 737 ; C -1 ; WX 556 ; N ucircumflex ; B 68 -15 489 734 ; C -1 ; WX 556 ; N acircumflex ; B 36 -15 530 734 ; C -1 ; WX 667 ; N Amacron ; B 14 0 654 879 ; C -1 ; WX 333 ; N rcaron ; B 61 0 352 734 ; C -1 ; WX 500 ; N ccedilla ; B 30 -225 477 538 ; C -1 ; WX 611 ; N Zdotaccent ; B 23 0 588 901 ; C -1 ; WX 667 ; N Thorn ; B 86 0 622 718 ; C -1 ; WX 778 ; N Omacron ; B 39 -19 739 879 ; C -1 ; WX 722 ; N Racute ; B 88 0 684 929 ; C -1 ; WX 667 ; N Sacute ; B 49 -19 620 929 ; C -1 ; WX 643 ; N dcaron ; B 35 -15 655 718 ; C -1 ; WX 722 ; N Umacron ; B 79 -19 644 879 ; C -1 ; WX 556 ; N uring ; B 68 -15 489 756 ; C -1 ; WX 333 ; N threesuperior ; B 5 270 325 703 ; C -1 ; WX 778 ; N Ograve ; B 39 -19 739 929 ; C -1 ; WX 667 ; N Agrave ; B 14 0 654 929 ; C -1 ; WX 667 ; N Abreve ; B 14 0 654 926 ; C -1 ; WX 584 ; N multiply ; B 39 0 545 506 ; C -1 ; WX 556 ; N uacute ; B 68 -15 489 734 ; C -1 ; WX 611 ; N Tcaron ; B 14 0 597 929 ; C -1 ; WX 476 ; N partialdiff ; B 13 -38 463 714 ; C -1 ; WX 500 ; N ydieresis ; B 11 -214 489 706 ; C -1 ; WX 722 ; N Nacute ; B 76 0 646 929 ; C -1 ; WX 278 ; N icircumflex ; B -6 0 285 734 ; C -1 ; WX 667 ; N Ecircumflex ; B 86 0 616 929 ; C -1 ; WX 556 ; N adieresis ; B 36 -15 530 706 ; C -1 ; WX 556 ; N edieresis ; B 40 -15 516 706 ; C -1 ; WX 500 ; N cacute ; B 30 -15 477 734 ; C -1 ; WX 556 ; N nacute ; B 65 0 491 734 ; C -1 ; WX 556 ; N umacron ; B 68 -15 489 684 ; C -1 ; WX 722 ; N Ncaron ; B 76 0 646 929 ; C -1 ; WX 278 ; N Iacute ; B 91 0 292 929 ; C -1 ; WX 584 ; N plusminus ; B 39 0 545 506 ; C -1 ; WX 260 ; N brokenbar ; B 94 -150 167 700 ; C -1 ; WX 737 ; N registered ; B -14 -19 752 737 ; C -1 ; WX 778 ; N Gbreve ; B 48 -19 704 926 ; C -1 ; WX 278 ; N Idotaccent ; B 91 0 188 901 ; C -1 ; WX 600 ; N summation ; B 15 -10 586 706 ; C -1 ; WX 667 ; N Egrave ; B 86 0 616 929 ; C -1 ; WX 333 ; N racute ; B 77 0 332 734 ; C -1 ; WX 556 ; N omacron ; B 35 -14 521 684 ; C -1 ; WX 611 ; N Zacute ; B 23 0 588 929 ; C -1 ; WX 611 ; N Zcaron ; B 23 0 588 929 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 523 674 ; C -1 ; WX 722 ; N Eth ; B 0 0 674 718 ; C -1 ; WX 722 ; N Ccedilla ; B 44 -225 681 737 ; C -1 ; WX 222 ; N lcommaaccent ; B 67 -225 167 718 ; C -1 ; WX 317 ; N tcaron ; B 14 -7 329 808 ; C -1 ; WX 556 ; N eogonek ; B 40 -225 516 538 ; C -1 ; WX 722 ; N Uogonek ; B 79 -225 644 718 ; C -1 ; WX 667 ; N Aacute ; B 14 0 654 929 ; C -1 ; WX 667 ; N Adieresis ; B 14 0 654 901 ; C -1 ; WX 556 ; N egrave ; B 40 -15 516 734 ; C -1 ; WX 500 ; N zacute ; B 31 0 469 734 ; C -1 ; WX 222 ; N iogonek ; B -31 -225 183 718 ; C -1 ; WX 778 ; N Oacute ; B 39 -19 739 929 ; C -1 ; WX 556 ; N oacute ; B 35 -14 521 734 ; C -1 ; WX 556 ; N amacron ; B 36 -15 530 684 ; C -1 ; WX 500 ; N sacute ; B 32 -15 464 734 ; C -1 ; WX 278 ; N idieresis ; B 13 0 266 706 ; C -1 ; WX 778 ; N Ocircumflex ; B 39 -19 739 929 ; C -1 ; WX 722 ; N Ugrave ; B 79 -19 644 929 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 556 ; N thorn ; B 58 -207 517 718 ; C -1 ; WX 333 ; N twosuperior ; B 4 281 323 703 ; C -1 ; WX 778 ; N Odieresis ; B 39 -19 739 901 ; C -1 ; WX 556 ; N mu ; B 68 -207 489 523 ; C -1 ; WX 278 ; N igrave ; B -13 0 184 734 ; C -1 ; WX 556 ; N ohungarumlaut ; B 35 -14 521 734 ; C -1 ; WX 667 ; N Eogonek ; B 86 -220 633 718 ; C -1 ; WX 556 ; N dcroat ; B 35 -15 550 718 ; C -1 ; WX 834 ; N threequarters ; B 45 -19 810 703 ; C -1 ; WX 667 ; N Scedilla ; B 49 -225 620 737 ; C -1 ; WX 299 ; N lcaron ; B 67 0 311 718 ; C -1 ; WX 667 ; N Kcommaaccent ; B 76 -225 663 718 ; C -1 ; WX 556 ; N Lacute ; B 76 0 537 929 ; C -1 ; WX 1000 ; N trademark ; B 46 306 903 718 ; C -1 ; WX 556 ; N edotaccent ; B 40 -15 516 706 ; C -1 ; WX 278 ; N Igrave ; B -13 0 188 929 ; C -1 ; WX 278 ; N Imacron ; B -17 0 296 879 ; C -1 ; WX 556 ; N Lcaron ; B 76 0 537 718 ; C -1 ; WX 834 ; N onehalf ; B 43 -19 773 703 ; C -1 ; WX 549 ; N lessequal ; B 26 0 523 674 ; C -1 ; WX 556 ; N ocircumflex ; B 35 -14 521 734 ; C -1 ; WX 556 ; N ntilde ; B 65 0 491 722 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 79 -19 644 929 ; C -1 ; WX 667 ; N Eacute ; B 86 0 616 929 ; C -1 ; WX 556 ; N emacron ; B 40 -15 516 684 ; C -1 ; WX 556 ; N gbreve ; B 40 -220 499 731 ; C -1 ; WX 834 ; N onequarter ; B 73 -19 756 703 ; C -1 ; WX 667 ; N Scaron ; B 49 -19 620 929 ; C -1 ; WX 667 ; N Scommaaccent ; B 49 -225 620 737 ; C -1 ; WX 778 ; N Ohungarumlaut ; B 39 -19 739 929 ; C -1 ; WX 400 ; N degree ; B 54 411 346 703 ; C -1 ; WX 556 ; N ograve ; B 35 -14 521 734 ; C -1 ; WX 722 ; N Ccaron ; B 44 -19 681 929 ; C -1 ; WX 556 ; N ugrave ; B 68 -15 489 734 ; C -1 ; WX 453 ; N radical ; B -4 -80 458 762 ; C -1 ; WX 722 ; N Dcaron ; B 81 0 674 929 ; C -1 ; WX 333 ; N rcommaaccent ; B 77 -225 332 538 ; C -1 ; WX 722 ; N Ntilde ; B 76 0 646 917 ; C -1 ; WX 556 ; N otilde ; B 35 -14 521 722 ; C -1 ; WX 722 ; N Rcommaaccent ; B 88 -225 684 718 ; C -1 ; WX 556 ; N Lcommaaccent ; B 76 -225 537 718 ; C -1 ; WX 667 ; N Atilde ; B 14 0 654 917 ; C -1 ; WX 667 ; N Aogonek ; B 14 -225 654 718 ; C -1 ; WX 667 ; N Aring ; B 14 0 654 931 ; C -1 ; WX 778 ; N Otilde ; B 39 -19 739 917 ; C -1 ; WX 500 ; N zdotaccent ; B 31 0 469 706 ; C -1 ; WX 667 ; N Ecaron ; B 86 0 616 929 ; C -1 ; WX 278 ; N Iogonek ; B -3 -225 211 718 ; C -1 ; WX 500 ; N kcommaaccent ; B 67 -225 501 718 ; C -1 ; WX 584 ; N minus ; B 39 216 545 289 ; C -1 ; WX 278 ; N Icircumflex ; B -6 0 285 929 ; C -1 ; WX 556 ; N ncaron ; B 65 0 491 734 ; C -1 ; WX 278 ; N tcommaaccent ; B 14 -225 257 669 ; C -1 ; WX 584 ; N logicalnot ; B 39 108 545 390 ; C -1 ; WX 556 ; N odieresis ; B 35 -14 521 706 ; C -1 ; WX 556 ; N udieresis ; B 68 -15 489 706 ; C -1 ; WX 549 ; N notequal ; B 12 -35 537 551 ; C -1 ; WX 556 ; N gcommaaccent ; B 40 -220 499 822 ; C -1 ; WX 556 ; N eth ; B 35 -15 522 737 ; C -1 ; WX 500 ; N zcaron ; B 31 0 469 734 ; C -1 ; WX 556 ; N ncommaaccent ; B 65 -225 491 538 ; C -1 ; WX 333 ; N onesuperior ; B 43 281 222 703 ; C -1 ; WX 278 ; N imacron ; B 5 0 272 684 ; C -1 ; WX 556 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2705 KPX A C -30 KPX A Cacute -30 KPX A Ccaron -30 KPX A Ccedilla -30 KPX A G -30 KPX A Gbreve -30 KPX A Gcommaaccent -30 KPX A O -30 KPX A Oacute -30 KPX A Ocircumflex -30 KPX A Odieresis -30 KPX A Ograve -30 KPX A Ohungarumlaut -30 KPX A Omacron -30 KPX A Oslash -30 KPX A Otilde -30 KPX A Q -30 KPX A T -120 KPX A Tcaron -120 KPX A Tcommaaccent -120 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -70 KPX A W -50 KPX A Y -100 KPX A Yacute -100 KPX A Ydieresis -100 KPX A u -30 KPX A uacute -30 KPX A ucircumflex -30 KPX A udieresis -30 KPX A ugrave -30 KPX A uhungarumlaut -30 KPX A umacron -30 KPX A uogonek -30 KPX A uring -30 KPX A v -40 KPX A w -40 KPX A y -40 KPX A yacute -40 KPX A ydieresis -40 KPX Aacute C -30 KPX Aacute Cacute -30 KPX Aacute Ccaron -30 KPX Aacute Ccedilla -30 KPX Aacute G -30 KPX Aacute Gbreve -30 KPX Aacute Gcommaaccent -30 KPX Aacute O -30 KPX Aacute Oacute -30 KPX Aacute Ocircumflex -30 KPX Aacute Odieresis -30 KPX Aacute Ograve -30 KPX Aacute Ohungarumlaut -30 KPX Aacute Omacron -30 KPX Aacute Oslash -30 KPX Aacute Otilde -30 KPX Aacute Q -30 KPX Aacute T -120 KPX Aacute Tcaron -120 KPX Aacute Tcommaaccent -120 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -70 KPX Aacute W -50 KPX Aacute Y -100 KPX Aacute Yacute -100 KPX Aacute Ydieresis -100 KPX Aacute u -30 KPX Aacute uacute -30 KPX Aacute ucircumflex -30 KPX Aacute udieresis -30 KPX Aacute ugrave -30 KPX Aacute uhungarumlaut -30 KPX Aacute umacron -30 KPX Aacute uogonek -30 KPX Aacute uring -30 KPX Aacute v -40 KPX Aacute w -40 KPX Aacute y -40 KPX Aacute yacute -40 KPX Aacute ydieresis -40 KPX Abreve C -30 KPX Abreve Cacute -30 KPX Abreve Ccaron -30 KPX Abreve Ccedilla -30 KPX Abreve G -30 KPX Abreve Gbreve -30 KPX Abreve Gcommaaccent -30 KPX Abreve O -30 KPX Abreve Oacute -30 KPX Abreve Ocircumflex -30 KPX Abreve Odieresis -30 KPX Abreve Ograve -30 KPX Abreve Ohungarumlaut -30 KPX Abreve Omacron -30 KPX Abreve Oslash -30 KPX Abreve Otilde -30 KPX Abreve Q -30 KPX Abreve T -120 KPX Abreve Tcaron -120 KPX Abreve Tcommaaccent -120 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -70 KPX Abreve W -50 KPX Abreve Y -100 KPX Abreve Yacute -100 KPX Abreve Ydieresis -100 KPX Abreve u -30 KPX Abreve uacute -30 KPX Abreve ucircumflex -30 KPX Abreve udieresis -30 KPX Abreve ugrave -30 KPX Abreve uhungarumlaut -30 KPX Abreve umacron -30 KPX Abreve uogonek -30 KPX Abreve uring -30 KPX Abreve v -40 KPX Abreve w -40 KPX Abreve y -40 KPX Abreve yacute -40 KPX Abreve ydieresis -40 KPX Acircumflex C -30 KPX Acircumflex Cacute -30 KPX Acircumflex Ccaron -30 KPX Acircumflex Ccedilla -30 KPX Acircumflex G -30 KPX Acircumflex Gbreve -30 KPX Acircumflex Gcommaaccent -30 KPX Acircumflex O -30 KPX Acircumflex Oacute -30 KPX Acircumflex Ocircumflex -30 KPX Acircumflex Odieresis -30 KPX Acircumflex Ograve -30 KPX Acircumflex Ohungarumlaut -30 KPX Acircumflex Omacron -30 KPX Acircumflex Oslash -30 KPX Acircumflex Otilde -30 KPX Acircumflex Q -30 KPX Acircumflex T -120 KPX Acircumflex Tcaron -120 KPX Acircumflex Tcommaaccent -120 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -70 KPX Acircumflex W -50 KPX Acircumflex Y -100 KPX Acircumflex Yacute -100 KPX Acircumflex Ydieresis -100 KPX Acircumflex u -30 KPX Acircumflex uacute -30 KPX Acircumflex ucircumflex -30 KPX Acircumflex udieresis -30 KPX Acircumflex ugrave -30 KPX Acircumflex uhungarumlaut -30 KPX Acircumflex umacron -30 KPX Acircumflex uogonek -30 KPX Acircumflex uring -30 KPX Acircumflex v -40 KPX Acircumflex w -40 KPX Acircumflex y -40 KPX Acircumflex yacute -40 KPX Acircumflex ydieresis -40 KPX Adieresis C -30 KPX Adieresis Cacute -30 KPX Adieresis Ccaron -30 KPX Adieresis Ccedilla -30 KPX Adieresis G -30 KPX Adieresis Gbreve -30 KPX Adieresis Gcommaaccent -30 KPX Adieresis O -30 KPX Adieresis Oacute -30 KPX Adieresis Ocircumflex -30 KPX Adieresis Odieresis -30 KPX Adieresis Ograve -30 KPX Adieresis Ohungarumlaut -30 KPX Adieresis Omacron -30 KPX Adieresis Oslash -30 KPX Adieresis Otilde -30 KPX Adieresis Q -30 KPX Adieresis T -120 KPX Adieresis Tcaron -120 KPX Adieresis Tcommaaccent -120 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -70 KPX Adieresis W -50 KPX Adieresis Y -100 KPX Adieresis Yacute -100 KPX Adieresis Ydieresis -100 KPX Adieresis u -30 KPX Adieresis uacute -30 KPX Adieresis ucircumflex -30 KPX Adieresis udieresis -30 KPX Adieresis ugrave -30 KPX Adieresis uhungarumlaut -30 KPX Adieresis umacron -30 KPX Adieresis uogonek -30 KPX Adieresis uring -30 KPX Adieresis v -40 KPX Adieresis w -40 KPX Adieresis y -40 KPX Adieresis yacute -40 KPX Adieresis ydieresis -40 KPX Agrave C -30 KPX Agrave Cacute -30 KPX Agrave Ccaron -30 KPX Agrave Ccedilla -30 KPX Agrave G -30 KPX Agrave Gbreve -30 KPX Agrave Gcommaaccent -30 KPX Agrave O -30 KPX Agrave Oacute -30 KPX Agrave Ocircumflex -30 KPX Agrave Odieresis -30 KPX Agrave Ograve -30 KPX Agrave Ohungarumlaut -30 KPX Agrave Omacron -30 KPX Agrave Oslash -30 KPX Agrave Otilde -30 KPX Agrave Q -30 KPX Agrave T -120 KPX Agrave Tcaron -120 KPX Agrave Tcommaaccent -120 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -70 KPX Agrave W -50 KPX Agrave Y -100 KPX Agrave Yacute -100 KPX Agrave Ydieresis -100 KPX Agrave u -30 KPX Agrave uacute -30 KPX Agrave ucircumflex -30 KPX Agrave udieresis -30 KPX Agrave ugrave -30 KPX Agrave uhungarumlaut -30 KPX Agrave umacron -30 KPX Agrave uogonek -30 KPX Agrave uring -30 KPX Agrave v -40 KPX Agrave w -40 KPX Agrave y -40 KPX Agrave yacute -40 KPX Agrave ydieresis -40 KPX Amacron C -30 KPX Amacron Cacute -30 KPX Amacron Ccaron -30 KPX Amacron Ccedilla -30 KPX Amacron G -30 KPX Amacron Gbreve -30 KPX Amacron Gcommaaccent -30 KPX Amacron O -30 KPX Amacron Oacute -30 KPX Amacron Ocircumflex -30 KPX Amacron Odieresis -30 KPX Amacron Ograve -30 KPX Amacron Ohungarumlaut -30 KPX Amacron Omacron -30 KPX Amacron Oslash -30 KPX Amacron Otilde -30 KPX Amacron Q -30 KPX Amacron T -120 KPX Amacron Tcaron -120 KPX Amacron Tcommaaccent -120 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -70 KPX Amacron W -50 KPX Amacron Y -100 KPX Amacron Yacute -100 KPX Amacron Ydieresis -100 KPX Amacron u -30 KPX Amacron uacute -30 KPX Amacron ucircumflex -30 KPX Amacron udieresis -30 KPX Amacron ugrave -30 KPX Amacron uhungarumlaut -30 KPX Amacron umacron -30 KPX Amacron uogonek -30 KPX Amacron uring -30 KPX Amacron v -40 KPX Amacron w -40 KPX Amacron y -40 KPX Amacron yacute -40 KPX Amacron ydieresis -40 KPX Aogonek C -30 KPX Aogonek Cacute -30 KPX Aogonek Ccaron -30 KPX Aogonek Ccedilla -30 KPX Aogonek G -30 KPX Aogonek Gbreve -30 KPX Aogonek Gcommaaccent -30 KPX Aogonek O -30 KPX Aogonek Oacute -30 KPX Aogonek Ocircumflex -30 KPX Aogonek Odieresis -30 KPX Aogonek Ograve -30 KPX Aogonek Ohungarumlaut -30 KPX Aogonek Omacron -30 KPX Aogonek Oslash -30 KPX Aogonek Otilde -30 KPX Aogonek Q -30 KPX Aogonek T -120 KPX Aogonek Tcaron -120 KPX Aogonek Tcommaaccent -120 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -70 KPX Aogonek W -50 KPX Aogonek Y -100 KPX Aogonek Yacute -100 KPX Aogonek Ydieresis -100 KPX Aogonek u -30 KPX Aogonek uacute -30 KPX Aogonek ucircumflex -30 KPX Aogonek udieresis -30 KPX Aogonek ugrave -30 KPX Aogonek uhungarumlaut -30 KPX Aogonek umacron -30 KPX Aogonek uogonek -30 KPX Aogonek uring -30 KPX Aogonek v -40 KPX Aogonek w -40 KPX Aogonek y -40 KPX Aogonek yacute -40 KPX Aogonek ydieresis -40 KPX Aring C -30 KPX Aring Cacute -30 KPX Aring Ccaron -30 KPX Aring Ccedilla -30 KPX Aring G -30 KPX Aring Gbreve -30 KPX Aring Gcommaaccent -30 KPX Aring O -30 KPX Aring Oacute -30 KPX Aring Ocircumflex -30 KPX Aring Odieresis -30 KPX Aring Ograve -30 KPX Aring Ohungarumlaut -30 KPX Aring Omacron -30 KPX Aring Oslash -30 KPX Aring Otilde -30 KPX Aring Q -30 KPX Aring T -120 KPX Aring Tcaron -120 KPX Aring Tcommaaccent -120 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -70 KPX Aring W -50 KPX Aring Y -100 KPX Aring Yacute -100 KPX Aring Ydieresis -100 KPX Aring u -30 KPX Aring uacute -30 KPX Aring ucircumflex -30 KPX Aring udieresis -30 KPX Aring ugrave -30 KPX Aring uhungarumlaut -30 KPX Aring umacron -30 KPX Aring uogonek -30 KPX Aring uring -30 KPX Aring v -40 KPX Aring w -40 KPX Aring y -40 KPX Aring yacute -40 KPX Aring ydieresis -40 KPX Atilde C -30 KPX Atilde Cacute -30 KPX Atilde Ccaron -30 KPX Atilde Ccedilla -30 KPX Atilde G -30 KPX Atilde Gbreve -30 KPX Atilde Gcommaaccent -30 KPX Atilde O -30 KPX Atilde Oacute -30 KPX Atilde Ocircumflex -30 KPX Atilde Odieresis -30 KPX Atilde Ograve -30 KPX Atilde Ohungarumlaut -30 KPX Atilde Omacron -30 KPX Atilde Oslash -30 KPX Atilde Otilde -30 KPX Atilde Q -30 KPX Atilde T -120 KPX Atilde Tcaron -120 KPX Atilde Tcommaaccent -120 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -70 KPX Atilde W -50 KPX Atilde Y -100 KPX Atilde Yacute -100 KPX Atilde Ydieresis -100 KPX Atilde u -30 KPX Atilde uacute -30 KPX Atilde ucircumflex -30 KPX Atilde udieresis -30 KPX Atilde ugrave -30 KPX Atilde uhungarumlaut -30 KPX Atilde umacron -30 KPX Atilde uogonek -30 KPX Atilde uring -30 KPX Atilde v -40 KPX Atilde w -40 KPX Atilde y -40 KPX Atilde yacute -40 KPX Atilde ydieresis -40 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX B comma -20 KPX B period -20 KPX C comma -30 KPX C period -30 KPX Cacute comma -30 KPX Cacute period -30 KPX Ccaron comma -30 KPX Ccaron period -30 KPX Ccedilla comma -30 KPX Ccedilla period -30 KPX D A -40 KPX D Aacute -40 KPX D Abreve -40 KPX D Acircumflex -40 KPX D Adieresis -40 KPX D Agrave -40 KPX D Amacron -40 KPX D Aogonek -40 KPX D Aring -40 KPX D Atilde -40 KPX D V -70 KPX D W -40 KPX D Y -90 KPX D Yacute -90 KPX D Ydieresis -90 KPX D comma -70 KPX D period -70 KPX Dcaron A -40 KPX Dcaron Aacute -40 KPX Dcaron Abreve -40 KPX Dcaron Acircumflex -40 KPX Dcaron Adieresis -40 KPX Dcaron Agrave -40 KPX Dcaron Amacron -40 KPX Dcaron Aogonek -40 KPX Dcaron Aring -40 KPX Dcaron Atilde -40 KPX Dcaron V -70 KPX Dcaron W -40 KPX Dcaron Y -90 KPX Dcaron Yacute -90 KPX Dcaron Ydieresis -90 KPX Dcaron comma -70 KPX Dcaron period -70 KPX Dcroat A -40 KPX Dcroat Aacute -40 KPX Dcroat Abreve -40 KPX Dcroat Acircumflex -40 KPX Dcroat Adieresis -40 KPX Dcroat Agrave -40 KPX Dcroat Amacron -40 KPX Dcroat Aogonek -40 KPX Dcroat Aring -40 KPX Dcroat Atilde -40 KPX Dcroat V -70 KPX Dcroat W -40 KPX Dcroat Y -90 KPX Dcroat Yacute -90 KPX Dcroat Ydieresis -90 KPX Dcroat comma -70 KPX Dcroat period -70 KPX F A -80 KPX F Aacute -80 KPX F Abreve -80 KPX F Acircumflex -80 KPX F Adieresis -80 KPX F Agrave -80 KPX F Amacron -80 KPX F Aogonek -80 KPX F Aring -80 KPX F Atilde -80 KPX F a -50 KPX F aacute -50 KPX F abreve -50 KPX F acircumflex -50 KPX F adieresis -50 KPX F agrave -50 KPX F amacron -50 KPX F aogonek -50 KPX F aring -50 KPX F atilde -50 KPX F comma -150 KPX F e -30 KPX F eacute -30 KPX F ecaron -30 KPX F ecircumflex -30 KPX F edieresis -30 KPX F edotaccent -30 KPX F egrave -30 KPX F emacron -30 KPX F eogonek -30 KPX F o -30 KPX F oacute -30 KPX F ocircumflex -30 KPX F odieresis -30 KPX F ograve -30 KPX F ohungarumlaut -30 KPX F omacron -30 KPX F oslash -30 KPX F otilde -30 KPX F period -150 KPX F r -45 KPX F racute -45 KPX F rcaron -45 KPX F rcommaaccent -45 KPX J A -20 KPX J Aacute -20 KPX J Abreve -20 KPX J Acircumflex -20 KPX J Adieresis -20 KPX J Agrave -20 KPX J Amacron -20 KPX J Aogonek -20 KPX J Aring -20 KPX J Atilde -20 KPX J a -20 KPX J aacute -20 KPX J abreve -20 KPX J acircumflex -20 KPX J adieresis -20 KPX J agrave -20 KPX J amacron -20 KPX J aogonek -20 KPX J aring -20 KPX J atilde -20 KPX J comma -30 KPX J period -30 KPX J u -20 KPX J uacute -20 KPX J ucircumflex -20 KPX J udieresis -20 KPX J ugrave -20 KPX J uhungarumlaut -20 KPX J umacron -20 KPX J uogonek -20 KPX J uring -20 KPX K O -50 KPX K Oacute -50 KPX K Ocircumflex -50 KPX K Odieresis -50 KPX K Ograve -50 KPX K Ohungarumlaut -50 KPX K Omacron -50 KPX K Oslash -50 KPX K Otilde -50 KPX K e -40 KPX K eacute -40 KPX K ecaron -40 KPX K ecircumflex -40 KPX K edieresis -40 KPX K edotaccent -40 KPX K egrave -40 KPX K emacron -40 KPX K eogonek -40 KPX K o -40 KPX K oacute -40 KPX K ocircumflex -40 KPX K odieresis -40 KPX K ograve -40 KPX K ohungarumlaut -40 KPX K omacron -40 KPX K oslash -40 KPX K otilde -40 KPX K u -30 KPX K uacute -30 KPX K ucircumflex -30 KPX K udieresis -30 KPX K ugrave -30 KPX K uhungarumlaut -30 KPX K umacron -30 KPX K uogonek -30 KPX K uring -30 KPX K y -50 KPX K yacute -50 KPX K ydieresis -50 KPX Kcommaaccent O -50 KPX Kcommaaccent Oacute -50 KPX Kcommaaccent Ocircumflex -50 KPX Kcommaaccent Odieresis -50 KPX Kcommaaccent Ograve -50 KPX Kcommaaccent Ohungarumlaut -50 KPX Kcommaaccent Omacron -50 KPX Kcommaaccent Oslash -50 KPX Kcommaaccent Otilde -50 KPX Kcommaaccent e -40 KPX Kcommaaccent eacute -40 KPX Kcommaaccent ecaron -40 KPX Kcommaaccent ecircumflex -40 KPX Kcommaaccent edieresis -40 KPX Kcommaaccent edotaccent -40 KPX Kcommaaccent egrave -40 KPX Kcommaaccent emacron -40 KPX Kcommaaccent eogonek -40 KPX Kcommaaccent o -40 KPX Kcommaaccent oacute -40 KPX Kcommaaccent ocircumflex -40 KPX Kcommaaccent odieresis -40 KPX Kcommaaccent ograve -40 KPX Kcommaaccent ohungarumlaut -40 KPX Kcommaaccent omacron -40 KPX Kcommaaccent oslash -40 KPX Kcommaaccent otilde -40 KPX Kcommaaccent u -30 KPX Kcommaaccent uacute -30 KPX Kcommaaccent ucircumflex -30 KPX Kcommaaccent udieresis -30 KPX Kcommaaccent ugrave -30 KPX Kcommaaccent uhungarumlaut -30 KPX Kcommaaccent umacron -30 KPX Kcommaaccent uogonek -30 KPX Kcommaaccent uring -30 KPX Kcommaaccent y -50 KPX Kcommaaccent yacute -50 KPX Kcommaaccent ydieresis -50 KPX L T -110 KPX L Tcaron -110 KPX L Tcommaaccent -110 KPX L V -110 KPX L W -70 KPX L Y -140 KPX L Yacute -140 KPX L Ydieresis -140 KPX L quotedblright -140 KPX L quoteright -160 KPX L y -30 KPX L yacute -30 KPX L ydieresis -30 KPX Lacute T -110 KPX Lacute Tcaron -110 KPX Lacute Tcommaaccent -110 KPX Lacute V -110 KPX Lacute W -70 KPX Lacute Y -140 KPX Lacute Yacute -140 KPX Lacute Ydieresis -140 KPX Lacute quotedblright -140 KPX Lacute quoteright -160 KPX Lacute y -30 KPX Lacute yacute -30 KPX Lacute ydieresis -30 KPX Lcaron T -110 KPX Lcaron Tcaron -110 KPX Lcaron Tcommaaccent -110 KPX Lcaron V -110 KPX Lcaron W -70 KPX Lcaron Y -140 KPX Lcaron Yacute -140 KPX Lcaron Ydieresis -140 KPX Lcaron quotedblright -140 KPX Lcaron quoteright -160 KPX Lcaron y -30 KPX Lcaron yacute -30 KPX Lcaron ydieresis -30 KPX Lcommaaccent T -110 KPX Lcommaaccent Tcaron -110 KPX Lcommaaccent Tcommaaccent -110 KPX Lcommaaccent V -110 KPX Lcommaaccent W -70 KPX Lcommaaccent Y -140 KPX Lcommaaccent Yacute -140 KPX Lcommaaccent Ydieresis -140 KPX Lcommaaccent quotedblright -140 KPX Lcommaaccent quoteright -160 KPX Lcommaaccent y -30 KPX Lcommaaccent yacute -30 KPX Lcommaaccent ydieresis -30 KPX Lslash T -110 KPX Lslash Tcaron -110 KPX Lslash Tcommaaccent -110 KPX Lslash V -110 KPX Lslash W -70 KPX Lslash Y -140 KPX Lslash Yacute -140 KPX Lslash Ydieresis -140 KPX Lslash quotedblright -140 KPX Lslash quoteright -160 KPX Lslash y -30 KPX Lslash yacute -30 KPX Lslash ydieresis -30 KPX O A -20 KPX O Aacute -20 KPX O Abreve -20 KPX O Acircumflex -20 KPX O Adieresis -20 KPX O Agrave -20 KPX O Amacron -20 KPX O Aogonek -20 KPX O Aring -20 KPX O Atilde -20 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -30 KPX O X -60 KPX O Y -70 KPX O Yacute -70 KPX O Ydieresis -70 KPX O comma -40 KPX O period -40 KPX Oacute A -20 KPX Oacute Aacute -20 KPX Oacute Abreve -20 KPX Oacute Acircumflex -20 KPX Oacute Adieresis -20 KPX Oacute Agrave -20 KPX Oacute Amacron -20 KPX Oacute Aogonek -20 KPX Oacute Aring -20 KPX Oacute Atilde -20 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -30 KPX Oacute X -60 KPX Oacute Y -70 KPX Oacute Yacute -70 KPX Oacute Ydieresis -70 KPX Oacute comma -40 KPX Oacute period -40 KPX Ocircumflex A -20 KPX Ocircumflex Aacute -20 KPX Ocircumflex Abreve -20 KPX Ocircumflex Acircumflex -20 KPX Ocircumflex Adieresis -20 KPX Ocircumflex Agrave -20 KPX Ocircumflex Amacron -20 KPX Ocircumflex Aogonek -20 KPX Ocircumflex Aring -20 KPX Ocircumflex Atilde -20 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -30 KPX Ocircumflex X -60 KPX Ocircumflex Y -70 KPX Ocircumflex Yacute -70 KPX Ocircumflex Ydieresis -70 KPX Ocircumflex comma -40 KPX Ocircumflex period -40 KPX Odieresis A -20 KPX Odieresis Aacute -20 KPX Odieresis Abreve -20 KPX Odieresis Acircumflex -20 KPX Odieresis Adieresis -20 KPX Odieresis Agrave -20 KPX Odieresis Amacron -20 KPX Odieresis Aogonek -20 KPX Odieresis Aring -20 KPX Odieresis Atilde -20 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -30 KPX Odieresis X -60 KPX Odieresis Y -70 KPX Odieresis Yacute -70 KPX Odieresis Ydieresis -70 KPX Odieresis comma -40 KPX Odieresis period -40 KPX Ograve A -20 KPX Ograve Aacute -20 KPX Ograve Abreve -20 KPX Ograve Acircumflex -20 KPX Ograve Adieresis -20 KPX Ograve Agrave -20 KPX Ograve Amacron -20 KPX Ograve Aogonek -20 KPX Ograve Aring -20 KPX Ograve Atilde -20 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -30 KPX Ograve X -60 KPX Ograve Y -70 KPX Ograve Yacute -70 KPX Ograve Ydieresis -70 KPX Ograve comma -40 KPX Ograve period -40 KPX Ohungarumlaut A -20 KPX Ohungarumlaut Aacute -20 KPX Ohungarumlaut Abreve -20 KPX Ohungarumlaut Acircumflex -20 KPX Ohungarumlaut Adieresis -20 KPX Ohungarumlaut Agrave -20 KPX Ohungarumlaut Amacron -20 KPX Ohungarumlaut Aogonek -20 KPX Ohungarumlaut Aring -20 KPX Ohungarumlaut Atilde -20 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -30 KPX Ohungarumlaut X -60 KPX Ohungarumlaut Y -70 KPX Ohungarumlaut Yacute -70 KPX Ohungarumlaut Ydieresis -70 KPX Ohungarumlaut comma -40 KPX Ohungarumlaut period -40 KPX Omacron A -20 KPX Omacron Aacute -20 KPX Omacron Abreve -20 KPX Omacron Acircumflex -20 KPX Omacron Adieresis -20 KPX Omacron Agrave -20 KPX Omacron Amacron -20 KPX Omacron Aogonek -20 KPX Omacron Aring -20 KPX Omacron Atilde -20 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -30 KPX Omacron X -60 KPX Omacron Y -70 KPX Omacron Yacute -70 KPX Omacron Ydieresis -70 KPX Omacron comma -40 KPX Omacron period -40 KPX Oslash A -20 KPX Oslash Aacute -20 KPX Oslash Abreve -20 KPX Oslash Acircumflex -20 KPX Oslash Adieresis -20 KPX Oslash Agrave -20 KPX Oslash Amacron -20 KPX Oslash Aogonek -20 KPX Oslash Aring -20 KPX Oslash Atilde -20 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -30 KPX Oslash X -60 KPX Oslash Y -70 KPX Oslash Yacute -70 KPX Oslash Ydieresis -70 KPX Oslash comma -40 KPX Oslash period -40 KPX Otilde A -20 KPX Otilde Aacute -20 KPX Otilde Abreve -20 KPX Otilde Acircumflex -20 KPX Otilde Adieresis -20 KPX Otilde Agrave -20 KPX Otilde Amacron -20 KPX Otilde Aogonek -20 KPX Otilde Aring -20 KPX Otilde Atilde -20 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -30 KPX Otilde X -60 KPX Otilde Y -70 KPX Otilde Yacute -70 KPX Otilde Ydieresis -70 KPX Otilde comma -40 KPX Otilde period -40 KPX P A -120 KPX P Aacute -120 KPX P Abreve -120 KPX P Acircumflex -120 KPX P Adieresis -120 KPX P Agrave -120 KPX P Amacron -120 KPX P Aogonek -120 KPX P Aring -120 KPX P Atilde -120 KPX P a -40 KPX P aacute -40 KPX P abreve -40 KPX P acircumflex -40 KPX P adieresis -40 KPX P agrave -40 KPX P amacron -40 KPX P aogonek -40 KPX P aring -40 KPX P atilde -40 KPX P comma -180 KPX P e -50 KPX P eacute -50 KPX P ecaron -50 KPX P ecircumflex -50 KPX P edieresis -50 KPX P edotaccent -50 KPX P egrave -50 KPX P emacron -50 KPX P eogonek -50 KPX P o -50 KPX P oacute -50 KPX P ocircumflex -50 KPX P odieresis -50 KPX P ograve -50 KPX P ohungarumlaut -50 KPX P omacron -50 KPX P oslash -50 KPX P otilde -50 KPX P period -180 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX R O -20 KPX R Oacute -20 KPX R Ocircumflex -20 KPX R Odieresis -20 KPX R Ograve -20 KPX R Ohungarumlaut -20 KPX R Omacron -20 KPX R Oslash -20 KPX R Otilde -20 KPX R T -30 KPX R Tcaron -30 KPX R Tcommaaccent -30 KPX R U -40 KPX R Uacute -40 KPX R Ucircumflex -40 KPX R Udieresis -40 KPX R Ugrave -40 KPX R Uhungarumlaut -40 KPX R Umacron -40 KPX R Uogonek -40 KPX R Uring -40 KPX R V -50 KPX R W -30 KPX R Y -50 KPX R Yacute -50 KPX R Ydieresis -50 KPX Racute O -20 KPX Racute Oacute -20 KPX Racute Ocircumflex -20 KPX Racute Odieresis -20 KPX Racute Ograve -20 KPX Racute Ohungarumlaut -20 KPX Racute Omacron -20 KPX Racute Oslash -20 KPX Racute Otilde -20 KPX Racute T -30 KPX Racute Tcaron -30 KPX Racute Tcommaaccent -30 KPX Racute U -40 KPX Racute Uacute -40 KPX Racute Ucircumflex -40 KPX Racute Udieresis -40 KPX Racute Ugrave -40 KPX Racute Uhungarumlaut -40 KPX Racute Umacron -40 KPX Racute Uogonek -40 KPX Racute Uring -40 KPX Racute V -50 KPX Racute W -30 KPX Racute Y -50 KPX Racute Yacute -50 KPX Racute Ydieresis -50 KPX Rcaron O -20 KPX Rcaron Oacute -20 KPX Rcaron Ocircumflex -20 KPX Rcaron Odieresis -20 KPX Rcaron Ograve -20 KPX Rcaron Ohungarumlaut -20 KPX Rcaron Omacron -20 KPX Rcaron Oslash -20 KPX Rcaron Otilde -20 KPX Rcaron T -30 KPX Rcaron Tcaron -30 KPX Rcaron Tcommaaccent -30 KPX Rcaron U -40 KPX Rcaron Uacute -40 KPX Rcaron Ucircumflex -40 KPX Rcaron Udieresis -40 KPX Rcaron Ugrave -40 KPX Rcaron Uhungarumlaut -40 KPX Rcaron Umacron -40 KPX Rcaron Uogonek -40 KPX Rcaron Uring -40 KPX Rcaron V -50 KPX Rcaron W -30 KPX Rcaron Y -50 KPX Rcaron Yacute -50 KPX Rcaron Ydieresis -50 KPX Rcommaaccent O -20 KPX Rcommaaccent Oacute -20 KPX Rcommaaccent Ocircumflex -20 KPX Rcommaaccent Odieresis -20 KPX Rcommaaccent Ograve -20 KPX Rcommaaccent Ohungarumlaut -20 KPX Rcommaaccent Omacron -20 KPX Rcommaaccent Oslash -20 KPX Rcommaaccent Otilde -20 KPX Rcommaaccent T -30 KPX Rcommaaccent Tcaron -30 KPX Rcommaaccent Tcommaaccent -30 KPX Rcommaaccent U -40 KPX Rcommaaccent Uacute -40 KPX Rcommaaccent Ucircumflex -40 KPX Rcommaaccent Udieresis -40 KPX Rcommaaccent Ugrave -40 KPX Rcommaaccent Uhungarumlaut -40 KPX Rcommaaccent Umacron -40 KPX Rcommaaccent Uogonek -40 KPX Rcommaaccent Uring -40 KPX Rcommaaccent V -50 KPX Rcommaaccent W -30 KPX Rcommaaccent Y -50 KPX Rcommaaccent Yacute -50 KPX Rcommaaccent Ydieresis -50 KPX S comma -20 KPX S period -20 KPX Sacute comma -20 KPX Sacute period -20 KPX Scaron comma -20 KPX Scaron period -20 KPX Scedilla comma -20 KPX Scedilla period -20 KPX Scommaaccent comma -20 KPX Scommaaccent period -20 KPX T A -120 KPX T Aacute -120 KPX T Abreve -120 KPX T Acircumflex -120 KPX T Adieresis -120 KPX T Agrave -120 KPX T Amacron -120 KPX T Aogonek -120 KPX T Aring -120 KPX T Atilde -120 KPX T O -40 KPX T Oacute -40 KPX T Ocircumflex -40 KPX T Odieresis -40 KPX T Ograve -40 KPX T Ohungarumlaut -40 KPX T Omacron -40 KPX T Oslash -40 KPX T Otilde -40 KPX T a -120 KPX T aacute -120 KPX T abreve -60 KPX T acircumflex -120 KPX T adieresis -120 KPX T agrave -120 KPX T amacron -60 KPX T aogonek -120 KPX T aring -120 KPX T atilde -60 KPX T colon -20 KPX T comma -120 KPX T e -120 KPX T eacute -120 KPX T ecaron -120 KPX T ecircumflex -120 KPX T edieresis -120 KPX T edotaccent -120 KPX T egrave -60 KPX T emacron -60 KPX T eogonek -120 KPX T hyphen -140 KPX T o -120 KPX T oacute -120 KPX T ocircumflex -120 KPX T odieresis -120 KPX T ograve -120 KPX T ohungarumlaut -120 KPX T omacron -60 KPX T oslash -120 KPX T otilde -60 KPX T period -120 KPX T r -120 KPX T racute -120 KPX T rcaron -120 KPX T rcommaaccent -120 KPX T semicolon -20 KPX T u -120 KPX T uacute -120 KPX T ucircumflex -120 KPX T udieresis -120 KPX T ugrave -120 KPX T uhungarumlaut -120 KPX T umacron -60 KPX T uogonek -120 KPX T uring -120 KPX T w -120 KPX T y -120 KPX T yacute -120 KPX T ydieresis -60 KPX Tcaron A -120 KPX Tcaron Aacute -120 KPX Tcaron Abreve -120 KPX Tcaron Acircumflex -120 KPX Tcaron Adieresis -120 KPX Tcaron Agrave -120 KPX Tcaron Amacron -120 KPX Tcaron Aogonek -120 KPX Tcaron Aring -120 KPX Tcaron Atilde -120 KPX Tcaron O -40 KPX Tcaron Oacute -40 KPX Tcaron Ocircumflex -40 KPX Tcaron Odieresis -40 KPX Tcaron Ograve -40 KPX Tcaron Ohungarumlaut -40 KPX Tcaron Omacron -40 KPX Tcaron Oslash -40 KPX Tcaron Otilde -40 KPX Tcaron a -120 KPX Tcaron aacute -120 KPX Tcaron abreve -60 KPX Tcaron acircumflex -120 KPX Tcaron adieresis -120 KPX Tcaron agrave -120 KPX Tcaron amacron -60 KPX Tcaron aogonek -120 KPX Tcaron aring -120 KPX Tcaron atilde -60 KPX Tcaron colon -20 KPX Tcaron comma -120 KPX Tcaron e -120 KPX Tcaron eacute -120 KPX Tcaron ecaron -120 KPX Tcaron ecircumflex -120 KPX Tcaron edieresis -120 KPX Tcaron edotaccent -120 KPX Tcaron egrave -60 KPX Tcaron emacron -60 KPX Tcaron eogonek -120 KPX Tcaron hyphen -140 KPX Tcaron o -120 KPX Tcaron oacute -120 KPX Tcaron ocircumflex -120 KPX Tcaron odieresis -120 KPX Tcaron ograve -120 KPX Tcaron ohungarumlaut -120 KPX Tcaron omacron -60 KPX Tcaron oslash -120 KPX Tcaron otilde -60 KPX Tcaron period -120 KPX Tcaron r -120 KPX Tcaron racute -120 KPX Tcaron rcaron -120 KPX Tcaron rcommaaccent -120 KPX Tcaron semicolon -20 KPX Tcaron u -120 KPX Tcaron uacute -120 KPX Tcaron ucircumflex -120 KPX Tcaron udieresis -120 KPX Tcaron ugrave -120 KPX Tcaron uhungarumlaut -120 KPX Tcaron umacron -60 KPX Tcaron uogonek -120 KPX Tcaron uring -120 KPX Tcaron w -120 KPX Tcaron y -120 KPX Tcaron yacute -120 KPX Tcaron ydieresis -60 KPX Tcommaaccent A -120 KPX Tcommaaccent Aacute -120 KPX Tcommaaccent Abreve -120 KPX Tcommaaccent Acircumflex -120 KPX Tcommaaccent Adieresis -120 KPX Tcommaaccent Agrave -120 KPX Tcommaaccent Amacron -120 KPX Tcommaaccent Aogonek -120 KPX Tcommaaccent Aring -120 KPX Tcommaaccent Atilde -120 KPX Tcommaaccent O -40 KPX Tcommaaccent Oacute -40 KPX Tcommaaccent Ocircumflex -40 KPX Tcommaaccent Odieresis -40 KPX Tcommaaccent Ograve -40 KPX Tcommaaccent Ohungarumlaut -40 KPX Tcommaaccent Omacron -40 KPX Tcommaaccent Oslash -40 KPX Tcommaaccent Otilde -40 KPX Tcommaaccent a -120 KPX Tcommaaccent aacute -120 KPX Tcommaaccent abreve -60 KPX Tcommaaccent acircumflex -120 KPX Tcommaaccent adieresis -120 KPX Tcommaaccent agrave -120 KPX Tcommaaccent amacron -60 KPX Tcommaaccent aogonek -120 KPX Tcommaaccent aring -120 KPX Tcommaaccent atilde -60 KPX Tcommaaccent colon -20 KPX Tcommaaccent comma -120 KPX Tcommaaccent e -120 KPX Tcommaaccent eacute -120 KPX Tcommaaccent ecaron -120 KPX Tcommaaccent ecircumflex -120 KPX Tcommaaccent edieresis -120 KPX Tcommaaccent edotaccent -120 KPX Tcommaaccent egrave -60 KPX Tcommaaccent emacron -60 KPX Tcommaaccent eogonek -120 KPX Tcommaaccent hyphen -140 KPX Tcommaaccent o -120 KPX Tcommaaccent oacute -120 KPX Tcommaaccent ocircumflex -120 KPX Tcommaaccent odieresis -120 KPX Tcommaaccent ograve -120 KPX Tcommaaccent ohungarumlaut -120 KPX Tcommaaccent omacron -60 KPX Tcommaaccent oslash -120 KPX Tcommaaccent otilde -60 KPX Tcommaaccent period -120 KPX Tcommaaccent r -120 KPX Tcommaaccent racute -120 KPX Tcommaaccent rcaron -120 KPX Tcommaaccent rcommaaccent -120 KPX Tcommaaccent semicolon -20 KPX Tcommaaccent u -120 KPX Tcommaaccent uacute -120 KPX Tcommaaccent ucircumflex -120 KPX Tcommaaccent udieresis -120 KPX Tcommaaccent ugrave -120 KPX Tcommaaccent uhungarumlaut -120 KPX Tcommaaccent umacron -60 KPX Tcommaaccent uogonek -120 KPX Tcommaaccent uring -120 KPX Tcommaaccent w -120 KPX Tcommaaccent y -120 KPX Tcommaaccent yacute -120 KPX Tcommaaccent ydieresis -60 KPX U A -40 KPX U Aacute -40 KPX U Abreve -40 KPX U Acircumflex -40 KPX U Adieresis -40 KPX U Agrave -40 KPX U Amacron -40 KPX U Aogonek -40 KPX U Aring -40 KPX U Atilde -40 KPX U comma -40 KPX U period -40 KPX Uacute A -40 KPX Uacute Aacute -40 KPX Uacute Abreve -40 KPX Uacute Acircumflex -40 KPX Uacute Adieresis -40 KPX Uacute Agrave -40 KPX Uacute Amacron -40 KPX Uacute Aogonek -40 KPX Uacute Aring -40 KPX Uacute Atilde -40 KPX Uacute comma -40 KPX Uacute period -40 KPX Ucircumflex A -40 KPX Ucircumflex Aacute -40 KPX Ucircumflex Abreve -40 KPX Ucircumflex Acircumflex -40 KPX Ucircumflex Adieresis -40 KPX Ucircumflex Agrave -40 KPX Ucircumflex Amacron -40 KPX Ucircumflex Aogonek -40 KPX Ucircumflex Aring -40 KPX Ucircumflex Atilde -40 KPX Ucircumflex comma -40 KPX Ucircumflex period -40 KPX Udieresis A -40 KPX Udieresis Aacute -40 KPX Udieresis Abreve -40 KPX Udieresis Acircumflex -40 KPX Udieresis Adieresis -40 KPX Udieresis Agrave -40 KPX Udieresis Amacron -40 KPX Udieresis Aogonek -40 KPX Udieresis Aring -40 KPX Udieresis Atilde -40 KPX Udieresis comma -40 KPX Udieresis period -40 KPX Ugrave A -40 KPX Ugrave Aacute -40 KPX Ugrave Abreve -40 KPX Ugrave Acircumflex -40 KPX Ugrave Adieresis -40 KPX Ugrave Agrave -40 KPX Ugrave Amacron -40 KPX Ugrave Aogonek -40 KPX Ugrave Aring -40 KPX Ugrave Atilde -40 KPX Ugrave comma -40 KPX Ugrave period -40 KPX Uhungarumlaut A -40 KPX Uhungarumlaut Aacute -40 KPX Uhungarumlaut Abreve -40 KPX Uhungarumlaut Acircumflex -40 KPX Uhungarumlaut Adieresis -40 KPX Uhungarumlaut Agrave -40 KPX Uhungarumlaut Amacron -40 KPX Uhungarumlaut Aogonek -40 KPX Uhungarumlaut Aring -40 KPX Uhungarumlaut Atilde -40 KPX Uhungarumlaut comma -40 KPX Uhungarumlaut period -40 KPX Umacron A -40 KPX Umacron Aacute -40 KPX Umacron Abreve -40 KPX Umacron Acircumflex -40 KPX Umacron Adieresis -40 KPX Umacron Agrave -40 KPX Umacron Amacron -40 KPX Umacron Aogonek -40 KPX Umacron Aring -40 KPX Umacron Atilde -40 KPX Umacron comma -40 KPX Umacron period -40 KPX Uogonek A -40 KPX Uogonek Aacute -40 KPX Uogonek Abreve -40 KPX Uogonek Acircumflex -40 KPX Uogonek Adieresis -40 KPX Uogonek Agrave -40 KPX Uogonek Amacron -40 KPX Uogonek Aogonek -40 KPX Uogonek Aring -40 KPX Uogonek Atilde -40 KPX Uogonek comma -40 KPX Uogonek period -40 KPX Uring A -40 KPX Uring Aacute -40 KPX Uring Abreve -40 KPX Uring Acircumflex -40 KPX Uring Adieresis -40 KPX Uring Agrave -40 KPX Uring Amacron -40 KPX Uring Aogonek -40 KPX Uring Aring -40 KPX Uring Atilde -40 KPX Uring comma -40 KPX Uring period -40 KPX V A -80 KPX V Aacute -80 KPX V Abreve -80 KPX V Acircumflex -80 KPX V Adieresis -80 KPX V Agrave -80 KPX V Amacron -80 KPX V Aogonek -80 KPX V Aring -80 KPX V Atilde -80 KPX V G -40 KPX V Gbreve -40 KPX V Gcommaaccent -40 KPX V O -40 KPX V Oacute -40 KPX V Ocircumflex -40 KPX V Odieresis -40 KPX V Ograve -40 KPX V Ohungarumlaut -40 KPX V Omacron -40 KPX V Oslash -40 KPX V Otilde -40 KPX V a -70 KPX V aacute -70 KPX V abreve -70 KPX V acircumflex -70 KPX V adieresis -70 KPX V agrave -70 KPX V amacron -70 KPX V aogonek -70 KPX V aring -70 KPX V atilde -70 KPX V colon -40 KPX V comma -125 KPX V e -80 KPX V eacute -80 KPX V ecaron -80 KPX V ecircumflex -80 KPX V edieresis -80 KPX V edotaccent -80 KPX V egrave -80 KPX V emacron -80 KPX V eogonek -80 KPX V hyphen -80 KPX V o -80 KPX V oacute -80 KPX V ocircumflex -80 KPX V odieresis -80 KPX V ograve -80 KPX V ohungarumlaut -80 KPX V omacron -80 KPX V oslash -80 KPX V otilde -80 KPX V period -125 KPX V semicolon -40 KPX V u -70 KPX V uacute -70 KPX V ucircumflex -70 KPX V udieresis -70 KPX V ugrave -70 KPX V uhungarumlaut -70 KPX V umacron -70 KPX V uogonek -70 KPX V uring -70 KPX W A -50 KPX W Aacute -50 KPX W Abreve -50 KPX W Acircumflex -50 KPX W Adieresis -50 KPX W Agrave -50 KPX W Amacron -50 KPX W Aogonek -50 KPX W Aring -50 KPX W Atilde -50 KPX W O -20 KPX W Oacute -20 KPX W Ocircumflex -20 KPX W Odieresis -20 KPX W Ograve -20 KPX W Ohungarumlaut -20 KPX W Omacron -20 KPX W Oslash -20 KPX W Otilde -20 KPX W a -40 KPX W aacute -40 KPX W abreve -40 KPX W acircumflex -40 KPX W adieresis -40 KPX W agrave -40 KPX W amacron -40 KPX W aogonek -40 KPX W aring -40 KPX W atilde -40 KPX W comma -80 KPX W e -30 KPX W eacute -30 KPX W ecaron -30 KPX W ecircumflex -30 KPX W edieresis -30 KPX W edotaccent -30 KPX W egrave -30 KPX W emacron -30 KPX W eogonek -30 KPX W hyphen -40 KPX W o -30 KPX W oacute -30 KPX W ocircumflex -30 KPX W odieresis -30 KPX W ograve -30 KPX W ohungarumlaut -30 KPX W omacron -30 KPX W oslash -30 KPX W otilde -30 KPX W period -80 KPX W u -30 KPX W uacute -30 KPX W ucircumflex -30 KPX W udieresis -30 KPX W ugrave -30 KPX W uhungarumlaut -30 KPX W umacron -30 KPX W uogonek -30 KPX W uring -30 KPX W y -20 KPX W yacute -20 KPX W ydieresis -20 KPX Y A -110 KPX Y Aacute -110 KPX Y Abreve -110 KPX Y Acircumflex -110 KPX Y Adieresis -110 KPX Y Agrave -110 KPX Y Amacron -110 KPX Y Aogonek -110 KPX Y Aring -110 KPX Y Atilde -110 KPX Y O -85 KPX Y Oacute -85 KPX Y Ocircumflex -85 KPX Y Odieresis -85 KPX Y Ograve -85 KPX Y Ohungarumlaut -85 KPX Y Omacron -85 KPX Y Oslash -85 KPX Y Otilde -85 KPX Y a -140 KPX Y aacute -140 KPX Y abreve -70 KPX Y acircumflex -140 KPX Y adieresis -140 KPX Y agrave -140 KPX Y amacron -70 KPX Y aogonek -140 KPX Y aring -140 KPX Y atilde -140 KPX Y colon -60 KPX Y comma -140 KPX Y e -140 KPX Y eacute -140 KPX Y ecaron -140 KPX Y ecircumflex -140 KPX Y edieresis -140 KPX Y edotaccent -140 KPX Y egrave -140 KPX Y emacron -70 KPX Y eogonek -140 KPX Y hyphen -140 KPX Y i -20 KPX Y iacute -20 KPX Y iogonek -20 KPX Y o -140 KPX Y oacute -140 KPX Y ocircumflex -140 KPX Y odieresis -140 KPX Y ograve -140 KPX Y ohungarumlaut -140 KPX Y omacron -140 KPX Y oslash -140 KPX Y otilde -140 KPX Y period -140 KPX Y semicolon -60 KPX Y u -110 KPX Y uacute -110 KPX Y ucircumflex -110 KPX Y udieresis -110 KPX Y ugrave -110 KPX Y uhungarumlaut -110 KPX Y umacron -110 KPX Y uogonek -110 KPX Y uring -110 KPX Yacute A -110 KPX Yacute Aacute -110 KPX Yacute Abreve -110 KPX Yacute Acircumflex -110 KPX Yacute Adieresis -110 KPX Yacute Agrave -110 KPX Yacute Amacron -110 KPX Yacute Aogonek -110 KPX Yacute Aring -110 KPX Yacute Atilde -110 KPX Yacute O -85 KPX Yacute Oacute -85 KPX Yacute Ocircumflex -85 KPX Yacute Odieresis -85 KPX Yacute Ograve -85 KPX Yacute Ohungarumlaut -85 KPX Yacute Omacron -85 KPX Yacute Oslash -85 KPX Yacute Otilde -85 KPX Yacute a -140 KPX Yacute aacute -140 KPX Yacute abreve -70 KPX Yacute acircumflex -140 KPX Yacute adieresis -140 KPX Yacute agrave -140 KPX Yacute amacron -70 KPX Yacute aogonek -140 KPX Yacute aring -140 KPX Yacute atilde -70 KPX Yacute colon -60 KPX Yacute comma -140 KPX Yacute e -140 KPX Yacute eacute -140 KPX Yacute ecaron -140 KPX Yacute ecircumflex -140 KPX Yacute edieresis -140 KPX Yacute edotaccent -140 KPX Yacute egrave -140 KPX Yacute emacron -70 KPX Yacute eogonek -140 KPX Yacute hyphen -140 KPX Yacute i -20 KPX Yacute iacute -20 KPX Yacute iogonek -20 KPX Yacute o -140 KPX Yacute oacute -140 KPX Yacute ocircumflex -140 KPX Yacute odieresis -140 KPX Yacute ograve -140 KPX Yacute ohungarumlaut -140 KPX Yacute omacron -70 KPX Yacute oslash -140 KPX Yacute otilde -140 KPX Yacute period -140 KPX Yacute semicolon -60 KPX Yacute u -110 KPX Yacute uacute -110 KPX Yacute ucircumflex -110 KPX Yacute udieresis -110 KPX Yacute ugrave -110 KPX Yacute uhungarumlaut -110 KPX Yacute umacron -110 KPX Yacute uogonek -110 KPX Yacute uring -110 KPX Ydieresis A -110 KPX Ydieresis Aacute -110 KPX Ydieresis Abreve -110 KPX Ydieresis Acircumflex -110 KPX Ydieresis Adieresis -110 KPX Ydieresis Agrave -110 KPX Ydieresis Amacron -110 KPX Ydieresis Aogonek -110 KPX Ydieresis Aring -110 KPX Ydieresis Atilde -110 KPX Ydieresis O -85 KPX Ydieresis Oacute -85 KPX Ydieresis Ocircumflex -85 KPX Ydieresis Odieresis -85 KPX Ydieresis Ograve -85 KPX Ydieresis Ohungarumlaut -85 KPX Ydieresis Omacron -85 KPX Ydieresis Oslash -85 KPX Ydieresis Otilde -85 KPX Ydieresis a -140 KPX Ydieresis aacute -140 KPX Ydieresis abreve -70 KPX Ydieresis acircumflex -140 KPX Ydieresis adieresis -140 KPX Ydieresis agrave -140 KPX Ydieresis amacron -70 KPX Ydieresis aogonek -140 KPX Ydieresis aring -140 KPX Ydieresis atilde -70 KPX Ydieresis colon -60 KPX Ydieresis comma -140 KPX Ydieresis e -140 KPX Ydieresis eacute -140 KPX Ydieresis ecaron -140 KPX Ydieresis ecircumflex -140 KPX Ydieresis edieresis -140 KPX Ydieresis edotaccent -140 KPX Ydieresis egrave -140 KPX Ydieresis emacron -70 KPX Ydieresis eogonek -140 KPX Ydieresis hyphen -140 KPX Ydieresis i -20 KPX Ydieresis iacute -20 KPX Ydieresis iogonek -20 KPX Ydieresis o -140 KPX Ydieresis oacute -140 KPX Ydieresis ocircumflex -140 KPX Ydieresis odieresis -140 KPX Ydieresis ograve -140 KPX Ydieresis ohungarumlaut -140 KPX Ydieresis omacron -140 KPX Ydieresis oslash -140 KPX Ydieresis otilde -140 KPX Ydieresis period -140 KPX Ydieresis semicolon -60 KPX Ydieresis u -110 KPX Ydieresis uacute -110 KPX Ydieresis ucircumflex -110 KPX Ydieresis udieresis -110 KPX Ydieresis ugrave -110 KPX Ydieresis uhungarumlaut -110 KPX Ydieresis umacron -110 KPX Ydieresis uogonek -110 KPX Ydieresis uring -110 KPX a v -20 KPX a w -20 KPX a y -30 KPX a yacute -30 KPX a ydieresis -30 KPX aacute v -20 KPX aacute w -20 KPX aacute y -30 KPX aacute yacute -30 KPX aacute ydieresis -30 KPX abreve v -20 KPX abreve w -20 KPX abreve y -30 KPX abreve yacute -30 KPX abreve ydieresis -30 KPX acircumflex v -20 KPX acircumflex w -20 KPX acircumflex y -30 KPX acircumflex yacute -30 KPX acircumflex ydieresis -30 KPX adieresis v -20 KPX adieresis w -20 KPX adieresis y -30 KPX adieresis yacute -30 KPX adieresis ydieresis -30 KPX agrave v -20 KPX agrave w -20 KPX agrave y -30 KPX agrave yacute -30 KPX agrave ydieresis -30 KPX amacron v -20 KPX amacron w -20 KPX amacron y -30 KPX amacron yacute -30 KPX amacron ydieresis -30 KPX aogonek v -20 KPX aogonek w -20 KPX aogonek y -30 KPX aogonek yacute -30 KPX aogonek ydieresis -30 KPX aring v -20 KPX aring w -20 KPX aring y -30 KPX aring yacute -30 KPX aring ydieresis -30 KPX atilde v -20 KPX atilde w -20 KPX atilde y -30 KPX atilde yacute -30 KPX atilde ydieresis -30 KPX b b -10 KPX b comma -40 KPX b l -20 KPX b lacute -20 KPX b lcommaaccent -20 KPX b lslash -20 KPX b period -40 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX b v -20 KPX b y -20 KPX b yacute -20 KPX b ydieresis -20 KPX c comma -15 KPX c k -20 KPX c kcommaaccent -20 KPX cacute comma -15 KPX cacute k -20 KPX cacute kcommaaccent -20 KPX ccaron comma -15 KPX ccaron k -20 KPX ccaron kcommaaccent -20 KPX ccedilla comma -15 KPX ccedilla k -20 KPX ccedilla kcommaaccent -20 KPX colon space -50 KPX comma quotedblright -100 KPX comma quoteright -100 KPX e comma -15 KPX e period -15 KPX e v -30 KPX e w -20 KPX e x -30 KPX e y -20 KPX e yacute -20 KPX e ydieresis -20 KPX eacute comma -15 KPX eacute period -15 KPX eacute v -30 KPX eacute w -20 KPX eacute x -30 KPX eacute y -20 KPX eacute yacute -20 KPX eacute ydieresis -20 KPX ecaron comma -15 KPX ecaron period -15 KPX ecaron v -30 KPX ecaron w -20 KPX ecaron x -30 KPX ecaron y -20 KPX ecaron yacute -20 KPX ecaron ydieresis -20 KPX ecircumflex comma -15 KPX ecircumflex period -15 KPX ecircumflex v -30 KPX ecircumflex w -20 KPX ecircumflex x -30 KPX ecircumflex y -20 KPX ecircumflex yacute -20 KPX ecircumflex ydieresis -20 KPX edieresis comma -15 KPX edieresis period -15 KPX edieresis v -30 KPX edieresis w -20 KPX edieresis x -30 KPX edieresis y -20 KPX edieresis yacute -20 KPX edieresis ydieresis -20 KPX edotaccent comma -15 KPX edotaccent period -15 KPX edotaccent v -30 KPX edotaccent w -20 KPX edotaccent x -30 KPX edotaccent y -20 KPX edotaccent yacute -20 KPX edotaccent ydieresis -20 KPX egrave comma -15 KPX egrave period -15 KPX egrave v -30 KPX egrave w -20 KPX egrave x -30 KPX egrave y -20 KPX egrave yacute -20 KPX egrave ydieresis -20 KPX emacron comma -15 KPX emacron period -15 KPX emacron v -30 KPX emacron w -20 KPX emacron x -30 KPX emacron y -20 KPX emacron yacute -20 KPX emacron ydieresis -20 KPX eogonek comma -15 KPX eogonek period -15 KPX eogonek v -30 KPX eogonek w -20 KPX eogonek x -30 KPX eogonek y -20 KPX eogonek yacute -20 KPX eogonek ydieresis -20 KPX f a -30 KPX f aacute -30 KPX f abreve -30 KPX f acircumflex -30 KPX f adieresis -30 KPX f agrave -30 KPX f amacron -30 KPX f aogonek -30 KPX f aring -30 KPX f atilde -30 KPX f comma -30 KPX f dotlessi -28 KPX f e -30 KPX f eacute -30 KPX f ecaron -30 KPX f ecircumflex -30 KPX f edieresis -30 KPX f edotaccent -30 KPX f egrave -30 KPX f emacron -30 KPX f eogonek -30 KPX f o -30 KPX f oacute -30 KPX f ocircumflex -30 KPX f odieresis -30 KPX f ograve -30 KPX f ohungarumlaut -30 KPX f omacron -30 KPX f oslash -30 KPX f otilde -30 KPX f period -30 KPX f quotedblright 60 KPX f quoteright 50 KPX g r -10 KPX g racute -10 KPX g rcaron -10 KPX g rcommaaccent -10 KPX gbreve r -10 KPX gbreve racute -10 KPX gbreve rcaron -10 KPX gbreve rcommaaccent -10 KPX gcommaaccent r -10 KPX gcommaaccent racute -10 KPX gcommaaccent rcaron -10 KPX gcommaaccent rcommaaccent -10 KPX h y -30 KPX h yacute -30 KPX h ydieresis -30 KPX k e -20 KPX k eacute -20 KPX k ecaron -20 KPX k ecircumflex -20 KPX k edieresis -20 KPX k edotaccent -20 KPX k egrave -20 KPX k emacron -20 KPX k eogonek -20 KPX k o -20 KPX k oacute -20 KPX k ocircumflex -20 KPX k odieresis -20 KPX k ograve -20 KPX k ohungarumlaut -20 KPX k omacron -20 KPX k oslash -20 KPX k otilde -20 KPX kcommaaccent e -20 KPX kcommaaccent eacute -20 KPX kcommaaccent ecaron -20 KPX kcommaaccent ecircumflex -20 KPX kcommaaccent edieresis -20 KPX kcommaaccent edotaccent -20 KPX kcommaaccent egrave -20 KPX kcommaaccent emacron -20 KPX kcommaaccent eogonek -20 KPX kcommaaccent o -20 KPX kcommaaccent oacute -20 KPX kcommaaccent ocircumflex -20 KPX kcommaaccent odieresis -20 KPX kcommaaccent ograve -20 KPX kcommaaccent ohungarumlaut -20 KPX kcommaaccent omacron -20 KPX kcommaaccent oslash -20 KPX kcommaaccent otilde -20 KPX m u -10 KPX m uacute -10 KPX m ucircumflex -10 KPX m udieresis -10 KPX m ugrave -10 KPX m uhungarumlaut -10 KPX m umacron -10 KPX m uogonek -10 KPX m uring -10 KPX m y -15 KPX m yacute -15 KPX m ydieresis -15 KPX n u -10 KPX n uacute -10 KPX n ucircumflex -10 KPX n udieresis -10 KPX n ugrave -10 KPX n uhungarumlaut -10 KPX n umacron -10 KPX n uogonek -10 KPX n uring -10 KPX n v -20 KPX n y -15 KPX n yacute -15 KPX n ydieresis -15 KPX nacute u -10 KPX nacute uacute -10 KPX nacute ucircumflex -10 KPX nacute udieresis -10 KPX nacute ugrave -10 KPX nacute uhungarumlaut -10 KPX nacute umacron -10 KPX nacute uogonek -10 KPX nacute uring -10 KPX nacute v -20 KPX nacute y -15 KPX nacute yacute -15 KPX nacute ydieresis -15 KPX ncaron u -10 KPX ncaron uacute -10 KPX ncaron ucircumflex -10 KPX ncaron udieresis -10 KPX ncaron ugrave -10 KPX ncaron uhungarumlaut -10 KPX ncaron umacron -10 KPX ncaron uogonek -10 KPX ncaron uring -10 KPX ncaron v -20 KPX ncaron y -15 KPX ncaron yacute -15 KPX ncaron ydieresis -15 KPX ncommaaccent u -10 KPX ncommaaccent uacute -10 KPX ncommaaccent ucircumflex -10 KPX ncommaaccent udieresis -10 KPX ncommaaccent ugrave -10 KPX ncommaaccent uhungarumlaut -10 KPX ncommaaccent umacron -10 KPX ncommaaccent uogonek -10 KPX ncommaaccent uring -10 KPX ncommaaccent v -20 KPX ncommaaccent y -15 KPX ncommaaccent yacute -15 KPX ncommaaccent ydieresis -15 KPX ntilde u -10 KPX ntilde uacute -10 KPX ntilde ucircumflex -10 KPX ntilde udieresis -10 KPX ntilde ugrave -10 KPX ntilde uhungarumlaut -10 KPX ntilde umacron -10 KPX ntilde uogonek -10 KPX ntilde uring -10 KPX ntilde v -20 KPX ntilde y -15 KPX ntilde yacute -15 KPX ntilde ydieresis -15 KPX o comma -40 KPX o period -40 KPX o v -15 KPX o w -15 KPX o x -30 KPX o y -30 KPX o yacute -30 KPX o ydieresis -30 KPX oacute comma -40 KPX oacute period -40 KPX oacute v -15 KPX oacute w -15 KPX oacute x -30 KPX oacute y -30 KPX oacute yacute -30 KPX oacute ydieresis -30 KPX ocircumflex comma -40 KPX ocircumflex period -40 KPX ocircumflex v -15 KPX ocircumflex w -15 KPX ocircumflex x -30 KPX ocircumflex y -30 KPX ocircumflex yacute -30 KPX ocircumflex ydieresis -30 KPX odieresis comma -40 KPX odieresis period -40 KPX odieresis v -15 KPX odieresis w -15 KPX odieresis x -30 KPX odieresis y -30 KPX odieresis yacute -30 KPX odieresis ydieresis -30 KPX ograve comma -40 KPX ograve period -40 KPX ograve v -15 KPX ograve w -15 KPX ograve x -30 KPX ograve y -30 KPX ograve yacute -30 KPX ograve ydieresis -30 KPX ohungarumlaut comma -40 KPX ohungarumlaut period -40 KPX ohungarumlaut v -15 KPX ohungarumlaut w -15 KPX ohungarumlaut x -30 KPX ohungarumlaut y -30 KPX ohungarumlaut yacute -30 KPX ohungarumlaut ydieresis -30 KPX omacron comma -40 KPX omacron period -40 KPX omacron v -15 KPX omacron w -15 KPX omacron x -30 KPX omacron y -30 KPX omacron yacute -30 KPX omacron ydieresis -30 KPX oslash a -55 KPX oslash aacute -55 KPX oslash abreve -55 KPX oslash acircumflex -55 KPX oslash adieresis -55 KPX oslash agrave -55 KPX oslash amacron -55 KPX oslash aogonek -55 KPX oslash aring -55 KPX oslash atilde -55 KPX oslash b -55 KPX oslash c -55 KPX oslash cacute -55 KPX oslash ccaron -55 KPX oslash ccedilla -55 KPX oslash comma -95 KPX oslash d -55 KPX oslash dcroat -55 KPX oslash e -55 KPX oslash eacute -55 KPX oslash ecaron -55 KPX oslash ecircumflex -55 KPX oslash edieresis -55 KPX oslash edotaccent -55 KPX oslash egrave -55 KPX oslash emacron -55 KPX oslash eogonek -55 KPX oslash f -55 KPX oslash g -55 KPX oslash gbreve -55 KPX oslash gcommaaccent -55 KPX oslash h -55 KPX oslash i -55 KPX oslash iacute -55 KPX oslash icircumflex -55 KPX oslash idieresis -55 KPX oslash igrave -55 KPX oslash imacron -55 KPX oslash iogonek -55 KPX oslash j -55 KPX oslash k -55 KPX oslash kcommaaccent -55 KPX oslash l -55 KPX oslash lacute -55 KPX oslash lcommaaccent -55 KPX oslash lslash -55 KPX oslash m -55 KPX oslash n -55 KPX oslash nacute -55 KPX oslash ncaron -55 KPX oslash ncommaaccent -55 KPX oslash ntilde -55 KPX oslash o -55 KPX oslash oacute -55 KPX oslash ocircumflex -55 KPX oslash odieresis -55 KPX oslash ograve -55 KPX oslash ohungarumlaut -55 KPX oslash omacron -55 KPX oslash oslash -55 KPX oslash otilde -55 KPX oslash p -55 KPX oslash period -95 KPX oslash q -55 KPX oslash r -55 KPX oslash racute -55 KPX oslash rcaron -55 KPX oslash rcommaaccent -55 KPX oslash s -55 KPX oslash sacute -55 KPX oslash scaron -55 KPX oslash scedilla -55 KPX oslash scommaaccent -55 KPX oslash t -55 KPX oslash tcommaaccent -55 KPX oslash u -55 KPX oslash uacute -55 KPX oslash ucircumflex -55 KPX oslash udieresis -55 KPX oslash ugrave -55 KPX oslash uhungarumlaut -55 KPX oslash umacron -55 KPX oslash uogonek -55 KPX oslash uring -55 KPX oslash v -70 KPX oslash w -70 KPX oslash x -85 KPX oslash y -70 KPX oslash yacute -70 KPX oslash ydieresis -70 KPX oslash z -55 KPX oslash zacute -55 KPX oslash zcaron -55 KPX oslash zdotaccent -55 KPX otilde comma -40 KPX otilde period -40 KPX otilde v -15 KPX otilde w -15 KPX otilde x -30 KPX otilde y -30 KPX otilde yacute -30 KPX otilde ydieresis -30 KPX p comma -35 KPX p period -35 KPX p y -30 KPX p yacute -30 KPX p ydieresis -30 KPX period quotedblright -100 KPX period quoteright -100 KPX period space -60 KPX quotedblright space -40 KPX quoteleft quoteleft -57 KPX quoteright d -50 KPX quoteright dcroat -50 KPX quoteright quoteright -57 KPX quoteright r -50 KPX quoteright racute -50 KPX quoteright rcaron -50 KPX quoteright rcommaaccent -50 KPX quoteright s -50 KPX quoteright sacute -50 KPX quoteright scaron -50 KPX quoteright scedilla -50 KPX quoteright scommaaccent -50 KPX quoteright space -70 KPX r a -10 KPX r aacute -10 KPX r abreve -10 KPX r acircumflex -10 KPX r adieresis -10 KPX r agrave -10 KPX r amacron -10 KPX r aogonek -10 KPX r aring -10 KPX r atilde -10 KPX r colon 30 KPX r comma -50 KPX r i 15 KPX r iacute 15 KPX r icircumflex 15 KPX r idieresis 15 KPX r igrave 15 KPX r imacron 15 KPX r iogonek 15 KPX r k 15 KPX r kcommaaccent 15 KPX r l 15 KPX r lacute 15 KPX r lcommaaccent 15 KPX r lslash 15 KPX r m 25 KPX r n 25 KPX r nacute 25 KPX r ncaron 25 KPX r ncommaaccent 25 KPX r ntilde 25 KPX r p 30 KPX r period -50 KPX r semicolon 30 KPX r t 40 KPX r tcommaaccent 40 KPX r u 15 KPX r uacute 15 KPX r ucircumflex 15 KPX r udieresis 15 KPX r ugrave 15 KPX r uhungarumlaut 15 KPX r umacron 15 KPX r uogonek 15 KPX r uring 15 KPX r v 30 KPX r y 30 KPX r yacute 30 KPX r ydieresis 30 KPX racute a -10 KPX racute aacute -10 KPX racute abreve -10 KPX racute acircumflex -10 KPX racute adieresis -10 KPX racute agrave -10 KPX racute amacron -10 KPX racute aogonek -10 KPX racute aring -10 KPX racute atilde -10 KPX racute colon 30 KPX racute comma -50 KPX racute i 15 KPX racute iacute 15 KPX racute icircumflex 15 KPX racute idieresis 15 KPX racute igrave 15 KPX racute imacron 15 KPX racute iogonek 15 KPX racute k 15 KPX racute kcommaaccent 15 KPX racute l 15 KPX racute lacute 15 KPX racute lcommaaccent 15 KPX racute lslash 15 KPX racute m 25 KPX racute n 25 KPX racute nacute 25 KPX racute ncaron 25 KPX racute ncommaaccent 25 KPX racute ntilde 25 KPX racute p 30 KPX racute period -50 KPX racute semicolon 30 KPX racute t 40 KPX racute tcommaaccent 40 KPX racute u 15 KPX racute uacute 15 KPX racute ucircumflex 15 KPX racute udieresis 15 KPX racute ugrave 15 KPX racute uhungarumlaut 15 KPX racute umacron 15 KPX racute uogonek 15 KPX racute uring 15 KPX racute v 30 KPX racute y 30 KPX racute yacute 30 KPX racute ydieresis 30 KPX rcaron a -10 KPX rcaron aacute -10 KPX rcaron abreve -10 KPX rcaron acircumflex -10 KPX rcaron adieresis -10 KPX rcaron agrave -10 KPX rcaron amacron -10 KPX rcaron aogonek -10 KPX rcaron aring -10 KPX rcaron atilde -10 KPX rcaron colon 30 KPX rcaron comma -50 KPX rcaron i 15 KPX rcaron iacute 15 KPX rcaron icircumflex 15 KPX rcaron idieresis 15 KPX rcaron igrave 15 KPX rcaron imacron 15 KPX rcaron iogonek 15 KPX rcaron k 15 KPX rcaron kcommaaccent 15 KPX rcaron l 15 KPX rcaron lacute 15 KPX rcaron lcommaaccent 15 KPX rcaron lslash 15 KPX rcaron m 25 KPX rcaron n 25 KPX rcaron nacute 25 KPX rcaron ncaron 25 KPX rcaron ncommaaccent 25 KPX rcaron ntilde 25 KPX rcaron p 30 KPX rcaron period -50 KPX rcaron semicolon 30 KPX rcaron t 40 KPX rcaron tcommaaccent 40 KPX rcaron u 15 KPX rcaron uacute 15 KPX rcaron ucircumflex 15 KPX rcaron udieresis 15 KPX rcaron ugrave 15 KPX rcaron uhungarumlaut 15 KPX rcaron umacron 15 KPX rcaron uogonek 15 KPX rcaron uring 15 KPX rcaron v 30 KPX rcaron y 30 KPX rcaron yacute 30 KPX rcaron ydieresis 30 KPX rcommaaccent a -10 KPX rcommaaccent aacute -10 KPX rcommaaccent abreve -10 KPX rcommaaccent acircumflex -10 KPX rcommaaccent adieresis -10 KPX rcommaaccent agrave -10 KPX rcommaaccent amacron -10 KPX rcommaaccent aogonek -10 KPX rcommaaccent aring -10 KPX rcommaaccent atilde -10 KPX rcommaaccent colon 30 KPX rcommaaccent comma -50 KPX rcommaaccent i 15 KPX rcommaaccent iacute 15 KPX rcommaaccent icircumflex 15 KPX rcommaaccent idieresis 15 KPX rcommaaccent igrave 15 KPX rcommaaccent imacron 15 KPX rcommaaccent iogonek 15 KPX rcommaaccent k 15 KPX rcommaaccent kcommaaccent 15 KPX rcommaaccent l 15 KPX rcommaaccent lacute 15 KPX rcommaaccent lcommaaccent 15 KPX rcommaaccent lslash 15 KPX rcommaaccent m 25 KPX rcommaaccent n 25 KPX rcommaaccent nacute 25 KPX rcommaaccent ncaron 25 KPX rcommaaccent ncommaaccent 25 KPX rcommaaccent ntilde 25 KPX rcommaaccent p 30 KPX rcommaaccent period -50 KPX rcommaaccent semicolon 30 KPX rcommaaccent t 40 KPX rcommaaccent tcommaaccent 40 KPX rcommaaccent u 15 KPX rcommaaccent uacute 15 KPX rcommaaccent ucircumflex 15 KPX rcommaaccent udieresis 15 KPX rcommaaccent ugrave 15 KPX rcommaaccent uhungarumlaut 15 KPX rcommaaccent umacron 15 KPX rcommaaccent uogonek 15 KPX rcommaaccent uring 15 KPX rcommaaccent v 30 KPX rcommaaccent y 30 KPX rcommaaccent yacute 30 KPX rcommaaccent ydieresis 30 KPX s comma -15 KPX s period -15 KPX s w -30 KPX sacute comma -15 KPX sacute period -15 KPX sacute w -30 KPX scaron comma -15 KPX scaron period -15 KPX scaron w -30 KPX scedilla comma -15 KPX scedilla period -15 KPX scedilla w -30 KPX scommaaccent comma -15 KPX scommaaccent period -15 KPX scommaaccent w -30 KPX semicolon space -50 KPX space T -50 KPX space Tcaron -50 KPX space Tcommaaccent -50 KPX space V -50 KPX space W -40 KPX space Y -90 KPX space Yacute -90 KPX space Ydieresis -90 KPX space quotedblleft -30 KPX space quoteleft -60 KPX v a -25 KPX v aacute -25 KPX v abreve -25 KPX v acircumflex -25 KPX v adieresis -25 KPX v agrave -25 KPX v amacron -25 KPX v aogonek -25 KPX v aring -25 KPX v atilde -25 KPX v comma -80 KPX v e -25 KPX v eacute -25 KPX v ecaron -25 KPX v ecircumflex -25 KPX v edieresis -25 KPX v edotaccent -25 KPX v egrave -25 KPX v emacron -25 KPX v eogonek -25 KPX v o -25 KPX v oacute -25 KPX v ocircumflex -25 KPX v odieresis -25 KPX v ograve -25 KPX v ohungarumlaut -25 KPX v omacron -25 KPX v oslash -25 KPX v otilde -25 KPX v period -80 KPX w a -15 KPX w aacute -15 KPX w abreve -15 KPX w acircumflex -15 KPX w adieresis -15 KPX w agrave -15 KPX w amacron -15 KPX w aogonek -15 KPX w aring -15 KPX w atilde -15 KPX w comma -60 KPX w e -10 KPX w eacute -10 KPX w ecaron -10 KPX w ecircumflex -10 KPX w edieresis -10 KPX w edotaccent -10 KPX w egrave -10 KPX w emacron -10 KPX w eogonek -10 KPX w o -10 KPX w oacute -10 KPX w ocircumflex -10 KPX w odieresis -10 KPX w ograve -10 KPX w ohungarumlaut -10 KPX w omacron -10 KPX w oslash -10 KPX w otilde -10 KPX w period -60 KPX x e -30 KPX x eacute -30 KPX x ecaron -30 KPX x ecircumflex -30 KPX x edieresis -30 KPX x edotaccent -30 KPX x egrave -30 KPX x emacron -30 KPX x eogonek -30 KPX y a -20 KPX y aacute -20 KPX y abreve -20 KPX y acircumflex -20 KPX y adieresis -20 KPX y agrave -20 KPX y amacron -20 KPX y aogonek -20 KPX y aring -20 KPX y atilde -20 KPX y comma -100 KPX y e -20 KPX y eacute -20 KPX y ecaron -20 KPX y ecircumflex -20 KPX y edieresis -20 KPX y edotaccent -20 KPX y egrave -20 KPX y emacron -20 KPX y eogonek -20 KPX y o -20 KPX y oacute -20 KPX y ocircumflex -20 KPX y odieresis -20 KPX y ograve -20 KPX y ohungarumlaut -20 KPX y omacron -20 KPX y oslash -20 KPX y otilde -20 KPX y period -100 KPX yacute a -20 KPX yacute aacute -20 KPX yacute abreve -20 KPX yacute acircumflex -20 KPX yacute adieresis -20 KPX yacute agrave -20 KPX yacute amacron -20 KPX yacute aogonek -20 KPX yacute aring -20 KPX yacute atilde -20 KPX yacute comma -100 KPX yacute e -20 KPX yacute eacute -20 KPX yacute ecaron -20 KPX yacute ecircumflex -20 KPX yacute edieresis -20 KPX yacute edotaccent -20 KPX yacute egrave -20 KPX yacute emacron -20 KPX yacute eogonek -20 KPX yacute o -20 KPX yacute oacute -20 KPX yacute ocircumflex -20 KPX yacute odieresis -20 KPX yacute ograve -20 KPX yacute ohungarumlaut -20 KPX yacute omacron -20 KPX yacute oslash -20 KPX yacute otilde -20 KPX yacute period -100 KPX ydieresis a -20 KPX ydieresis aacute -20 KPX ydieresis abreve -20 KPX ydieresis acircumflex -20 KPX ydieresis adieresis -20 KPX ydieresis agrave -20 KPX ydieresis amacron -20 KPX ydieresis aogonek -20 KPX ydieresis aring -20 KPX ydieresis atilde -20 KPX ydieresis comma -100 KPX ydieresis e -20 KPX ydieresis eacute -20 KPX ydieresis ecaron -20 KPX ydieresis ecircumflex -20 KPX ydieresis edieresis -20 KPX ydieresis edotaccent -20 KPX ydieresis egrave -20 KPX ydieresis emacron -20 KPX ydieresis eogonek -20 KPX ydieresis o -20 KPX ydieresis oacute -20 KPX ydieresis ocircumflex -20 KPX ydieresis odieresis -20 KPX ydieresis ograve -20 KPX ydieresis ohungarumlaut -20 KPX ydieresis omacron -20 KPX ydieresis oslash -20 KPX ydieresis otilde -20 KPX ydieresis period -100 KPX z e -15 KPX z eacute -15 KPX z ecaron -15 KPX z ecircumflex -15 KPX z edieresis -15 KPX z edotaccent -15 KPX z egrave -15 KPX z emacron -15 KPX z eogonek -15 KPX z o -15 KPX z oacute -15 KPX z ocircumflex -15 KPX z odieresis -15 KPX z ograve -15 KPX z ohungarumlaut -15 KPX z omacron -15 KPX z oslash -15 KPX z otilde -15 KPX zacute e -15 KPX zacute eacute -15 KPX zacute ecaron -15 KPX zacute ecircumflex -15 KPX zacute edieresis -15 KPX zacute edotaccent -15 KPX zacute egrave -15 KPX zacute emacron -15 KPX zacute eogonek -15 KPX zacute o -15 KPX zacute oacute -15 KPX zacute ocircumflex -15 KPX zacute odieresis -15 KPX zacute ograve -15 KPX zacute ohungarumlaut -15 KPX zacute omacron -15 KPX zacute oslash -15 KPX zacute otilde -15 KPX zcaron e -15 KPX zcaron eacute -15 KPX zcaron ecaron -15 KPX zcaron ecircumflex -15 KPX zcaron edieresis -15 KPX zcaron edotaccent -15 KPX zcaron egrave -15 KPX zcaron emacron -15 KPX zcaron eogonek -15 KPX zcaron o -15 KPX zcaron oacute -15 KPX zcaron ocircumflex -15 KPX zcaron odieresis -15 KPX zcaron ograve -15 KPX zcaron ohungarumlaut -15 KPX zcaron omacron -15 KPX zcaron oslash -15 KPX zcaron otilde -15 KPX zdotaccent e -15 KPX zdotaccent eacute -15 KPX zdotaccent ecaron -15 KPX zdotaccent ecircumflex -15 KPX zdotaccent edieresis -15 KPX zdotaccent edotaccent -15 KPX zdotaccent egrave -15 KPX zdotaccent emacron -15 KPX zdotaccent eogonek -15 KPX zdotaccent o -15 KPX zdotaccent oacute -15 KPX zdotaccent ocircumflex -15 KPX zdotaccent odieresis -15 KPX zdotaccent ograve -15 KPX zdotaccent ohungarumlaut -15 KPX zdotaccent omacron -15 KPX zdotaccent oslash -15 KPX zdotaccent otilde -15 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Times-Bold.afm0000644000000000000000000017537313772706672020007 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:52:56 1997 Comment UniqueID 43065 Comment VMusage 41636 52661 FontName Times-Bold FullName Times Bold FamilyName Times Weight Bold ItalicAngle 0 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -168 -218 1000 935 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.Times is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 676 XHeight 461 Ascender 683 Descender -217 StdHW 44 StdVW 139 StartCharMetrics 315 C 32 ; WX 250 ; N space ; B 0 0 0 0 ; C 33 ; WX 333 ; N exclam ; B 81 -13 251 691 ; C 34 ; WX 555 ; N quotedbl ; B 83 404 472 691 ; C 35 ; WX 500 ; N numbersign ; B 4 0 496 700 ; C 36 ; WX 500 ; N dollar ; B 29 -99 472 750 ; C 37 ; WX 1000 ; N percent ; B 124 -14 877 692 ; C 38 ; WX 833 ; N ampersand ; B 62 -16 787 691 ; C 39 ; WX 333 ; N quoteright ; B 79 356 263 691 ; C 40 ; WX 333 ; N parenleft ; B 46 -168 306 694 ; C 41 ; WX 333 ; N parenright ; B 27 -168 287 694 ; C 42 ; WX 500 ; N asterisk ; B 56 255 447 691 ; C 43 ; WX 570 ; N plus ; B 33 0 537 506 ; C 44 ; WX 250 ; N comma ; B 39 -180 223 155 ; C 45 ; WX 333 ; N hyphen ; B 44 171 287 287 ; C 46 ; WX 250 ; N period ; B 41 -13 210 156 ; C 47 ; WX 278 ; N slash ; B -24 -19 302 691 ; C 48 ; WX 500 ; N zero ; B 24 -13 476 688 ; C 49 ; WX 500 ; N one ; B 65 0 442 688 ; C 50 ; WX 500 ; N two ; B 17 0 478 688 ; C 51 ; WX 500 ; N three ; B 16 -14 468 688 ; C 52 ; WX 500 ; N four ; B 19 0 475 688 ; C 53 ; WX 500 ; N five ; B 22 -8 470 676 ; C 54 ; WX 500 ; N six ; B 28 -13 475 688 ; C 55 ; WX 500 ; N seven ; B 17 0 477 676 ; C 56 ; WX 500 ; N eight ; B 28 -13 472 688 ; C 57 ; WX 500 ; N nine ; B 26 -13 473 688 ; C 58 ; WX 333 ; N colon ; B 82 -13 251 472 ; C 59 ; WX 333 ; N semicolon ; B 82 -180 266 472 ; C 60 ; WX 570 ; N less ; B 31 -8 539 514 ; C 61 ; WX 570 ; N equal ; B 33 107 537 399 ; C 62 ; WX 570 ; N greater ; B 31 -8 539 514 ; C 63 ; WX 500 ; N question ; B 57 -13 445 689 ; C 64 ; WX 930 ; N at ; B 108 -19 822 691 ; C 65 ; WX 722 ; N A ; B 9 0 689 690 ; C 66 ; WX 667 ; N B ; B 16 0 619 676 ; C 67 ; WX 722 ; N C ; B 49 -19 687 691 ; C 68 ; WX 722 ; N D ; B 14 0 690 676 ; C 69 ; WX 667 ; N E ; B 16 0 641 676 ; C 70 ; WX 611 ; N F ; B 16 0 583 676 ; C 71 ; WX 778 ; N G ; B 37 -19 755 691 ; C 72 ; WX 778 ; N H ; B 21 0 759 676 ; C 73 ; WX 389 ; N I ; B 20 0 370 676 ; C 74 ; WX 500 ; N J ; B 3 -96 479 676 ; C 75 ; WX 778 ; N K ; B 30 0 769 676 ; C 76 ; WX 667 ; N L ; B 19 0 638 676 ; C 77 ; WX 944 ; N M ; B 14 0 921 676 ; C 78 ; WX 722 ; N N ; B 16 -18 701 676 ; C 79 ; WX 778 ; N O ; B 35 -19 743 691 ; C 80 ; WX 611 ; N P ; B 16 0 600 676 ; C 81 ; WX 778 ; N Q ; B 35 -176 743 691 ; C 82 ; WX 722 ; N R ; B 26 0 715 676 ; C 83 ; WX 556 ; N S ; B 35 -19 513 692 ; C 84 ; WX 667 ; N T ; B 31 0 636 676 ; C 85 ; WX 722 ; N U ; B 16 -19 701 676 ; C 86 ; WX 722 ; N V ; B 16 -18 701 676 ; C 87 ; WX 1000 ; N W ; B 19 -15 981 676 ; C 88 ; WX 722 ; N X ; B 16 0 699 676 ; C 89 ; WX 722 ; N Y ; B 15 0 699 676 ; C 90 ; WX 667 ; N Z ; B 28 0 634 676 ; C 91 ; WX 333 ; N bracketleft ; B 67 -149 301 678 ; C 92 ; WX 278 ; N backslash ; B -25 -19 303 691 ; C 93 ; WX 333 ; N bracketright ; B 32 -149 266 678 ; C 94 ; WX 581 ; N asciicircum ; B 73 311 509 676 ; C 95 ; WX 500 ; N underscore ; B 0 -125 500 -75 ; C 96 ; WX 333 ; N quoteleft ; B 70 356 254 691 ; C 97 ; WX 500 ; N a ; B 25 -14 488 473 ; C 98 ; WX 556 ; N b ; B 17 -14 521 676 ; C 99 ; WX 444 ; N c ; B 25 -14 430 473 ; C 100 ; WX 556 ; N d ; B 25 -14 534 676 ; C 101 ; WX 444 ; N e ; B 25 -14 426 473 ; C 102 ; WX 333 ; N f ; B 14 0 389 691 ; L i fi ; L l fl ; C 103 ; WX 500 ; N g ; B 28 -206 483 473 ; C 104 ; WX 556 ; N h ; B 16 0 534 676 ; C 105 ; WX 278 ; N i ; B 16 0 255 691 ; C 106 ; WX 333 ; N j ; B -57 -203 263 691 ; C 107 ; WX 556 ; N k ; B 22 0 543 676 ; C 108 ; WX 278 ; N l ; B 16 0 255 676 ; C 109 ; WX 833 ; N m ; B 16 0 814 473 ; C 110 ; WX 556 ; N n ; B 21 0 539 473 ; C 111 ; WX 500 ; N o ; B 25 -14 476 473 ; C 112 ; WX 556 ; N p ; B 19 -205 524 473 ; C 113 ; WX 556 ; N q ; B 34 -205 536 473 ; C 114 ; WX 444 ; N r ; B 29 0 434 473 ; C 115 ; WX 389 ; N s ; B 25 -14 361 473 ; C 116 ; WX 333 ; N t ; B 20 -12 332 630 ; C 117 ; WX 556 ; N u ; B 16 -14 537 461 ; C 118 ; WX 500 ; N v ; B 21 -14 485 461 ; C 119 ; WX 722 ; N w ; B 23 -14 707 461 ; C 120 ; WX 500 ; N x ; B 12 0 484 461 ; C 121 ; WX 500 ; N y ; B 16 -205 480 461 ; C 122 ; WX 444 ; N z ; B 21 0 420 461 ; C 123 ; WX 394 ; N braceleft ; B 22 -175 340 698 ; C 124 ; WX 220 ; N bar ; B 66 -218 154 782 ; C 125 ; WX 394 ; N braceright ; B 54 -175 372 698 ; C 126 ; WX 520 ; N asciitilde ; B 29 173 491 333 ; C 161 ; WX 333 ; N exclamdown ; B 82 -203 252 501 ; C 162 ; WX 500 ; N cent ; B 53 -140 458 588 ; C 163 ; WX 500 ; N sterling ; B 21 -14 477 684 ; C 164 ; WX 167 ; N fraction ; B -168 -12 329 688 ; C 165 ; WX 500 ; N yen ; B -64 0 547 676 ; C 166 ; WX 500 ; N florin ; B 0 -155 498 706 ; C 167 ; WX 500 ; N section ; B 57 -132 443 691 ; C 168 ; WX 500 ; N currency ; B -26 61 526 613 ; C 169 ; WX 278 ; N quotesingle ; B 75 404 204 691 ; C 170 ; WX 500 ; N quotedblleft ; B 32 356 486 691 ; C 171 ; WX 500 ; N guillemotleft ; B 23 36 473 415 ; C 172 ; WX 333 ; N guilsinglleft ; B 51 36 305 415 ; C 173 ; WX 333 ; N guilsinglright ; B 28 36 282 415 ; C 174 ; WX 556 ; N fi ; B 14 0 536 691 ; C 175 ; WX 556 ; N fl ; B 14 0 536 691 ; C 177 ; WX 500 ; N endash ; B 0 181 500 271 ; C 178 ; WX 500 ; N dagger ; B 47 -134 453 691 ; C 179 ; WX 500 ; N daggerdbl ; B 45 -132 456 691 ; C 180 ; WX 250 ; N periodcentered ; B 41 248 210 417 ; C 182 ; WX 540 ; N paragraph ; B 0 -186 519 676 ; C 183 ; WX 350 ; N bullet ; B 35 198 315 478 ; C 184 ; WX 333 ; N quotesinglbase ; B 79 -180 263 155 ; C 185 ; WX 500 ; N quotedblbase ; B 14 -180 468 155 ; C 186 ; WX 500 ; N quotedblright ; B 14 356 468 691 ; C 187 ; WX 500 ; N guillemotright ; B 27 36 477 415 ; C 188 ; WX 1000 ; N ellipsis ; B 82 -13 917 156 ; C 189 ; WX 1000 ; N perthousand ; B 7 -29 995 706 ; C 191 ; WX 500 ; N questiondown ; B 55 -201 443 501 ; C 193 ; WX 333 ; N grave ; B 8 528 246 713 ; C 194 ; WX 333 ; N acute ; B 86 528 324 713 ; C 195 ; WX 333 ; N circumflex ; B -2 528 335 704 ; C 196 ; WX 333 ; N tilde ; B -16 547 349 674 ; C 197 ; WX 333 ; N macron ; B 1 565 331 637 ; C 198 ; WX 333 ; N breve ; B 15 528 318 691 ; C 199 ; WX 333 ; N dotaccent ; B 103 536 258 691 ; C 200 ; WX 333 ; N dieresis ; B -2 537 335 667 ; C 202 ; WX 333 ; N ring ; B 60 527 273 740 ; C 203 ; WX 333 ; N cedilla ; B 68 -218 294 0 ; C 205 ; WX 333 ; N hungarumlaut ; B -13 528 425 713 ; C 206 ; WX 333 ; N ogonek ; B 90 -193 319 24 ; C 207 ; WX 333 ; N caron ; B -2 528 335 704 ; C 208 ; WX 1000 ; N emdash ; B 0 181 1000 271 ; C 225 ; WX 1000 ; N AE ; B 4 0 951 676 ; C 227 ; WX 300 ; N ordfeminine ; B -1 397 301 688 ; C 232 ; WX 667 ; N Lslash ; B 19 0 638 676 ; C 233 ; WX 778 ; N Oslash ; B 35 -74 743 737 ; C 234 ; WX 1000 ; N OE ; B 22 -5 981 684 ; C 235 ; WX 330 ; N ordmasculine ; B 18 397 312 688 ; C 241 ; WX 722 ; N ae ; B 33 -14 693 473 ; C 245 ; WX 278 ; N dotlessi ; B 16 0 255 461 ; C 248 ; WX 278 ; N lslash ; B -22 0 303 676 ; C 249 ; WX 500 ; N oslash ; B 25 -92 476 549 ; C 250 ; WX 722 ; N oe ; B 22 -14 696 473 ; C 251 ; WX 556 ; N germandbls ; B 19 -12 517 691 ; C -1 ; WX 389 ; N Idieresis ; B 20 0 370 877 ; C -1 ; WX 444 ; N eacute ; B 25 -14 426 713 ; C -1 ; WX 500 ; N abreve ; B 25 -14 488 691 ; C -1 ; WX 556 ; N uhungarumlaut ; B 16 -14 557 713 ; C -1 ; WX 444 ; N ecaron ; B 25 -14 426 704 ; C -1 ; WX 722 ; N Ydieresis ; B 15 0 699 877 ; C -1 ; WX 570 ; N divide ; B 33 -31 537 537 ; C -1 ; WX 722 ; N Yacute ; B 15 0 699 923 ; C -1 ; WX 722 ; N Acircumflex ; B 9 0 689 914 ; C -1 ; WX 500 ; N aacute ; B 25 -14 488 713 ; C -1 ; WX 722 ; N Ucircumflex ; B 16 -19 701 914 ; C -1 ; WX 500 ; N yacute ; B 16 -205 480 713 ; C -1 ; WX 389 ; N scommaaccent ; B 25 -218 361 473 ; C -1 ; WX 444 ; N ecircumflex ; B 25 -14 426 704 ; C -1 ; WX 722 ; N Uring ; B 16 -19 701 935 ; C -1 ; WX 722 ; N Udieresis ; B 16 -19 701 877 ; C -1 ; WX 500 ; N aogonek ; B 25 -193 504 473 ; C -1 ; WX 722 ; N Uacute ; B 16 -19 701 923 ; C -1 ; WX 556 ; N uogonek ; B 16 -193 539 461 ; C -1 ; WX 667 ; N Edieresis ; B 16 0 641 877 ; C -1 ; WX 722 ; N Dcroat ; B 6 0 690 676 ; C -1 ; WX 250 ; N commaaccent ; B 47 -218 203 -50 ; C -1 ; WX 747 ; N copyright ; B 26 -19 721 691 ; C -1 ; WX 667 ; N Emacron ; B 16 0 641 847 ; C -1 ; WX 444 ; N ccaron ; B 25 -14 430 704 ; C -1 ; WX 500 ; N aring ; B 25 -14 488 740 ; C -1 ; WX 722 ; N Ncommaaccent ; B 16 -188 701 676 ; C -1 ; WX 278 ; N lacute ; B 16 0 297 923 ; C -1 ; WX 500 ; N agrave ; B 25 -14 488 713 ; C -1 ; WX 667 ; N Tcommaaccent ; B 31 -218 636 676 ; C -1 ; WX 722 ; N Cacute ; B 49 -19 687 923 ; C -1 ; WX 500 ; N atilde ; B 25 -14 488 674 ; C -1 ; WX 667 ; N Edotaccent ; B 16 0 641 901 ; C -1 ; WX 389 ; N scaron ; B 25 -14 363 704 ; C -1 ; WX 389 ; N scedilla ; B 25 -218 361 473 ; C -1 ; WX 278 ; N iacute ; B 16 0 289 713 ; C -1 ; WX 494 ; N lozenge ; B 10 0 484 745 ; C -1 ; WX 722 ; N Rcaron ; B 26 0 715 914 ; C -1 ; WX 778 ; N Gcommaaccent ; B 37 -218 755 691 ; C -1 ; WX 556 ; N ucircumflex ; B 16 -14 537 704 ; C -1 ; WX 500 ; N acircumflex ; B 25 -14 488 704 ; C -1 ; WX 722 ; N Amacron ; B 9 0 689 847 ; C -1 ; WX 444 ; N rcaron ; B 29 0 434 704 ; C -1 ; WX 444 ; N ccedilla ; B 25 -218 430 473 ; C -1 ; WX 667 ; N Zdotaccent ; B 28 0 634 901 ; C -1 ; WX 611 ; N Thorn ; B 16 0 600 676 ; C -1 ; WX 778 ; N Omacron ; B 35 -19 743 847 ; C -1 ; WX 722 ; N Racute ; B 26 0 715 923 ; C -1 ; WX 556 ; N Sacute ; B 35 -19 513 923 ; C -1 ; WX 672 ; N dcaron ; B 25 -14 681 682 ; C -1 ; WX 722 ; N Umacron ; B 16 -19 701 847 ; C -1 ; WX 556 ; N uring ; B 16 -14 537 740 ; C -1 ; WX 300 ; N threesuperior ; B 3 268 297 688 ; C -1 ; WX 778 ; N Ograve ; B 35 -19 743 923 ; C -1 ; WX 722 ; N Agrave ; B 9 0 689 923 ; C -1 ; WX 722 ; N Abreve ; B 9 0 689 901 ; C -1 ; WX 570 ; N multiply ; B 48 16 522 490 ; C -1 ; WX 556 ; N uacute ; B 16 -14 537 713 ; C -1 ; WX 667 ; N Tcaron ; B 31 0 636 914 ; C -1 ; WX 494 ; N partialdiff ; B 11 -21 494 750 ; C -1 ; WX 500 ; N ydieresis ; B 16 -205 480 667 ; C -1 ; WX 722 ; N Nacute ; B 16 -18 701 923 ; C -1 ; WX 278 ; N icircumflex ; B -37 0 300 704 ; C -1 ; WX 667 ; N Ecircumflex ; B 16 0 641 914 ; C -1 ; WX 500 ; N adieresis ; B 25 -14 488 667 ; C -1 ; WX 444 ; N edieresis ; B 25 -14 426 667 ; C -1 ; WX 444 ; N cacute ; B 25 -14 430 713 ; C -1 ; WX 556 ; N nacute ; B 21 0 539 713 ; C -1 ; WX 556 ; N umacron ; B 16 -14 537 637 ; C -1 ; WX 722 ; N Ncaron ; B 16 -18 701 914 ; C -1 ; WX 389 ; N Iacute ; B 20 0 370 923 ; C -1 ; WX 570 ; N plusminus ; B 33 0 537 506 ; C -1 ; WX 220 ; N brokenbar ; B 66 -143 154 707 ; C -1 ; WX 747 ; N registered ; B 26 -19 721 691 ; C -1 ; WX 778 ; N Gbreve ; B 37 -19 755 901 ; C -1 ; WX 389 ; N Idotaccent ; B 20 0 370 901 ; C -1 ; WX 600 ; N summation ; B 14 -10 585 706 ; C -1 ; WX 667 ; N Egrave ; B 16 0 641 923 ; C -1 ; WX 444 ; N racute ; B 29 0 434 713 ; C -1 ; WX 500 ; N omacron ; B 25 -14 476 637 ; C -1 ; WX 667 ; N Zacute ; B 28 0 634 923 ; C -1 ; WX 667 ; N Zcaron ; B 28 0 634 914 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 523 704 ; C -1 ; WX 722 ; N Eth ; B 6 0 690 676 ; C -1 ; WX 722 ; N Ccedilla ; B 49 -218 687 691 ; C -1 ; WX 278 ; N lcommaaccent ; B 16 -218 255 676 ; C -1 ; WX 416 ; N tcaron ; B 20 -12 425 815 ; C -1 ; WX 444 ; N eogonek ; B 25 -193 426 473 ; C -1 ; WX 722 ; N Uogonek ; B 16 -193 701 676 ; C -1 ; WX 722 ; N Aacute ; B 9 0 689 923 ; C -1 ; WX 722 ; N Adieresis ; B 9 0 689 877 ; C -1 ; WX 444 ; N egrave ; B 25 -14 426 713 ; C -1 ; WX 444 ; N zacute ; B 21 0 420 713 ; C -1 ; WX 278 ; N iogonek ; B 16 -193 274 691 ; C -1 ; WX 778 ; N Oacute ; B 35 -19 743 923 ; C -1 ; WX 500 ; N oacute ; B 25 -14 476 713 ; C -1 ; WX 500 ; N amacron ; B 25 -14 488 637 ; C -1 ; WX 389 ; N sacute ; B 25 -14 361 713 ; C -1 ; WX 278 ; N idieresis ; B -37 0 300 667 ; C -1 ; WX 778 ; N Ocircumflex ; B 35 -19 743 914 ; C -1 ; WX 722 ; N Ugrave ; B 16 -19 701 923 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 556 ; N thorn ; B 19 -205 524 676 ; C -1 ; WX 300 ; N twosuperior ; B 0 275 300 688 ; C -1 ; WX 778 ; N Odieresis ; B 35 -19 743 877 ; C -1 ; WX 556 ; N mu ; B 33 -206 536 461 ; C -1 ; WX 278 ; N igrave ; B -27 0 255 713 ; C -1 ; WX 500 ; N ohungarumlaut ; B 25 -14 529 713 ; C -1 ; WX 667 ; N Eogonek ; B 16 -193 644 676 ; C -1 ; WX 556 ; N dcroat ; B 25 -14 534 676 ; C -1 ; WX 750 ; N threequarters ; B 23 -12 733 688 ; C -1 ; WX 556 ; N Scedilla ; B 35 -218 513 692 ; C -1 ; WX 394 ; N lcaron ; B 16 0 412 682 ; C -1 ; WX 778 ; N Kcommaaccent ; B 30 -218 769 676 ; C -1 ; WX 667 ; N Lacute ; B 19 0 638 923 ; C -1 ; WX 1000 ; N trademark ; B 24 271 977 676 ; C -1 ; WX 444 ; N edotaccent ; B 25 -14 426 691 ; C -1 ; WX 389 ; N Igrave ; B 20 0 370 923 ; C -1 ; WX 389 ; N Imacron ; B 20 0 370 847 ; C -1 ; WX 667 ; N Lcaron ; B 19 0 652 682 ; C -1 ; WX 750 ; N onehalf ; B -7 -12 775 688 ; C -1 ; WX 549 ; N lessequal ; B 29 0 526 704 ; C -1 ; WX 500 ; N ocircumflex ; B 25 -14 476 704 ; C -1 ; WX 556 ; N ntilde ; B 21 0 539 674 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 16 -19 701 923 ; C -1 ; WX 667 ; N Eacute ; B 16 0 641 923 ; C -1 ; WX 444 ; N emacron ; B 25 -14 426 637 ; C -1 ; WX 500 ; N gbreve ; B 28 -206 483 691 ; C -1 ; WX 750 ; N onequarter ; B 28 -12 743 688 ; C -1 ; WX 556 ; N Scaron ; B 35 -19 513 914 ; C -1 ; WX 556 ; N Scommaaccent ; B 35 -218 513 692 ; C -1 ; WX 778 ; N Ohungarumlaut ; B 35 -19 743 923 ; C -1 ; WX 400 ; N degree ; B 57 402 343 688 ; C -1 ; WX 500 ; N ograve ; B 25 -14 476 713 ; C -1 ; WX 722 ; N Ccaron ; B 49 -19 687 914 ; C -1 ; WX 556 ; N ugrave ; B 16 -14 537 713 ; C -1 ; WX 549 ; N radical ; B 10 -46 512 850 ; C -1 ; WX 722 ; N Dcaron ; B 14 0 690 914 ; C -1 ; WX 444 ; N rcommaaccent ; B 29 -218 434 473 ; C -1 ; WX 722 ; N Ntilde ; B 16 -18 701 884 ; C -1 ; WX 500 ; N otilde ; B 25 -14 476 674 ; C -1 ; WX 722 ; N Rcommaaccent ; B 26 -218 715 676 ; C -1 ; WX 667 ; N Lcommaaccent ; B 19 -218 638 676 ; C -1 ; WX 722 ; N Atilde ; B 9 0 689 884 ; C -1 ; WX 722 ; N Aogonek ; B 9 -193 699 690 ; C -1 ; WX 722 ; N Aring ; B 9 0 689 935 ; C -1 ; WX 778 ; N Otilde ; B 35 -19 743 884 ; C -1 ; WX 444 ; N zdotaccent ; B 21 0 420 691 ; C -1 ; WX 667 ; N Ecaron ; B 16 0 641 914 ; C -1 ; WX 389 ; N Iogonek ; B 20 -193 370 676 ; C -1 ; WX 556 ; N kcommaaccent ; B 22 -218 543 676 ; C -1 ; WX 570 ; N minus ; B 33 209 537 297 ; C -1 ; WX 389 ; N Icircumflex ; B 20 0 370 914 ; C -1 ; WX 556 ; N ncaron ; B 21 0 539 704 ; C -1 ; WX 333 ; N tcommaaccent ; B 20 -218 332 630 ; C -1 ; WX 570 ; N logicalnot ; B 33 108 537 399 ; C -1 ; WX 500 ; N odieresis ; B 25 -14 476 667 ; C -1 ; WX 556 ; N udieresis ; B 16 -14 537 667 ; C -1 ; WX 549 ; N notequal ; B 15 -49 540 570 ; C -1 ; WX 500 ; N gcommaaccent ; B 28 -206 483 829 ; C -1 ; WX 500 ; N eth ; B 25 -14 476 691 ; C -1 ; WX 444 ; N zcaron ; B 21 0 420 704 ; C -1 ; WX 556 ; N ncommaaccent ; B 21 -218 539 473 ; C -1 ; WX 300 ; N onesuperior ; B 28 275 273 688 ; C -1 ; WX 278 ; N imacron ; B -8 0 272 637 ; C -1 ; WX 500 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2242 KPX A C -55 KPX A Cacute -55 KPX A Ccaron -55 KPX A Ccedilla -55 KPX A G -55 KPX A Gbreve -55 KPX A Gcommaaccent -55 KPX A O -45 KPX A Oacute -45 KPX A Ocircumflex -45 KPX A Odieresis -45 KPX A Ograve -45 KPX A Ohungarumlaut -45 KPX A Omacron -45 KPX A Oslash -45 KPX A Otilde -45 KPX A Q -45 KPX A T -95 KPX A Tcaron -95 KPX A Tcommaaccent -95 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -145 KPX A W -130 KPX A Y -100 KPX A Yacute -100 KPX A Ydieresis -100 KPX A p -25 KPX A quoteright -74 KPX A u -50 KPX A uacute -50 KPX A ucircumflex -50 KPX A udieresis -50 KPX A ugrave -50 KPX A uhungarumlaut -50 KPX A umacron -50 KPX A uogonek -50 KPX A uring -50 KPX A v -100 KPX A w -90 KPX A y -74 KPX A yacute -74 KPX A ydieresis -74 KPX Aacute C -55 KPX Aacute Cacute -55 KPX Aacute Ccaron -55 KPX Aacute Ccedilla -55 KPX Aacute G -55 KPX Aacute Gbreve -55 KPX Aacute Gcommaaccent -55 KPX Aacute O -45 KPX Aacute Oacute -45 KPX Aacute Ocircumflex -45 KPX Aacute Odieresis -45 KPX Aacute Ograve -45 KPX Aacute Ohungarumlaut -45 KPX Aacute Omacron -45 KPX Aacute Oslash -45 KPX Aacute Otilde -45 KPX Aacute Q -45 KPX Aacute T -95 KPX Aacute Tcaron -95 KPX Aacute Tcommaaccent -95 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -145 KPX Aacute W -130 KPX Aacute Y -100 KPX Aacute Yacute -100 KPX Aacute Ydieresis -100 KPX Aacute p -25 KPX Aacute quoteright -74 KPX Aacute u -50 KPX Aacute uacute -50 KPX Aacute ucircumflex -50 KPX Aacute udieresis -50 KPX Aacute ugrave -50 KPX Aacute uhungarumlaut -50 KPX Aacute umacron -50 KPX Aacute uogonek -50 KPX Aacute uring -50 KPX Aacute v -100 KPX Aacute w -90 KPX Aacute y -74 KPX Aacute yacute -74 KPX Aacute ydieresis -74 KPX Abreve C -55 KPX Abreve Cacute -55 KPX Abreve Ccaron -55 KPX Abreve Ccedilla -55 KPX Abreve G -55 KPX Abreve Gbreve -55 KPX Abreve Gcommaaccent -55 KPX Abreve O -45 KPX Abreve Oacute -45 KPX Abreve Ocircumflex -45 KPX Abreve Odieresis -45 KPX Abreve Ograve -45 KPX Abreve Ohungarumlaut -45 KPX Abreve Omacron -45 KPX Abreve Oslash -45 KPX Abreve Otilde -45 KPX Abreve Q -45 KPX Abreve T -95 KPX Abreve Tcaron -95 KPX Abreve Tcommaaccent -95 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -145 KPX Abreve W -130 KPX Abreve Y -100 KPX Abreve Yacute -100 KPX Abreve Ydieresis -100 KPX Abreve p -25 KPX Abreve quoteright -74 KPX Abreve u -50 KPX Abreve uacute -50 KPX Abreve ucircumflex -50 KPX Abreve udieresis -50 KPX Abreve ugrave -50 KPX Abreve uhungarumlaut -50 KPX Abreve umacron -50 KPX Abreve uogonek -50 KPX Abreve uring -50 KPX Abreve v -100 KPX Abreve w -90 KPX Abreve y -74 KPX Abreve yacute -74 KPX Abreve ydieresis -74 KPX Acircumflex C -55 KPX Acircumflex Cacute -55 KPX Acircumflex Ccaron -55 KPX Acircumflex Ccedilla -55 KPX Acircumflex G -55 KPX Acircumflex Gbreve -55 KPX Acircumflex Gcommaaccent -55 KPX Acircumflex O -45 KPX Acircumflex Oacute -45 KPX Acircumflex Ocircumflex -45 KPX Acircumflex Odieresis -45 KPX Acircumflex Ograve -45 KPX Acircumflex Ohungarumlaut -45 KPX Acircumflex Omacron -45 KPX Acircumflex Oslash -45 KPX Acircumflex Otilde -45 KPX Acircumflex Q -45 KPX Acircumflex T -95 KPX Acircumflex Tcaron -95 KPX Acircumflex Tcommaaccent -95 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -145 KPX Acircumflex W -130 KPX Acircumflex Y -100 KPX Acircumflex Yacute -100 KPX Acircumflex Ydieresis -100 KPX Acircumflex p -25 KPX Acircumflex quoteright -74 KPX Acircumflex u -50 KPX Acircumflex uacute -50 KPX Acircumflex ucircumflex -50 KPX Acircumflex udieresis -50 KPX Acircumflex ugrave -50 KPX Acircumflex uhungarumlaut -50 KPX Acircumflex umacron -50 KPX Acircumflex uogonek -50 KPX Acircumflex uring -50 KPX Acircumflex v -100 KPX Acircumflex w -90 KPX Acircumflex y -74 KPX Acircumflex yacute -74 KPX Acircumflex ydieresis -74 KPX Adieresis C -55 KPX Adieresis Cacute -55 KPX Adieresis Ccaron -55 KPX Adieresis Ccedilla -55 KPX Adieresis G -55 KPX Adieresis Gbreve -55 KPX Adieresis Gcommaaccent -55 KPX Adieresis O -45 KPX Adieresis Oacute -45 KPX Adieresis Ocircumflex -45 KPX Adieresis Odieresis -45 KPX Adieresis Ograve -45 KPX Adieresis Ohungarumlaut -45 KPX Adieresis Omacron -45 KPX Adieresis Oslash -45 KPX Adieresis Otilde -45 KPX Adieresis Q -45 KPX Adieresis T -95 KPX Adieresis Tcaron -95 KPX Adieresis Tcommaaccent -95 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -145 KPX Adieresis W -130 KPX Adieresis Y -100 KPX Adieresis Yacute -100 KPX Adieresis Ydieresis -100 KPX Adieresis p -25 KPX Adieresis quoteright -74 KPX Adieresis u -50 KPX Adieresis uacute -50 KPX Adieresis ucircumflex -50 KPX Adieresis udieresis -50 KPX Adieresis ugrave -50 KPX Adieresis uhungarumlaut -50 KPX Adieresis umacron -50 KPX Adieresis uogonek -50 KPX Adieresis uring -50 KPX Adieresis v -100 KPX Adieresis w -90 KPX Adieresis y -74 KPX Adieresis yacute -74 KPX Adieresis ydieresis -74 KPX Agrave C -55 KPX Agrave Cacute -55 KPX Agrave Ccaron -55 KPX Agrave Ccedilla -55 KPX Agrave G -55 KPX Agrave Gbreve -55 KPX Agrave Gcommaaccent -55 KPX Agrave O -45 KPX Agrave Oacute -45 KPX Agrave Ocircumflex -45 KPX Agrave Odieresis -45 KPX Agrave Ograve -45 KPX Agrave Ohungarumlaut -45 KPX Agrave Omacron -45 KPX Agrave Oslash -45 KPX Agrave Otilde -45 KPX Agrave Q -45 KPX Agrave T -95 KPX Agrave Tcaron -95 KPX Agrave Tcommaaccent -95 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -145 KPX Agrave W -130 KPX Agrave Y -100 KPX Agrave Yacute -100 KPX Agrave Ydieresis -100 KPX Agrave p -25 KPX Agrave quoteright -74 KPX Agrave u -50 KPX Agrave uacute -50 KPX Agrave ucircumflex -50 KPX Agrave udieresis -50 KPX Agrave ugrave -50 KPX Agrave uhungarumlaut -50 KPX Agrave umacron -50 KPX Agrave uogonek -50 KPX Agrave uring -50 KPX Agrave v -100 KPX Agrave w -90 KPX Agrave y -74 KPX Agrave yacute -74 KPX Agrave ydieresis -74 KPX Amacron C -55 KPX Amacron Cacute -55 KPX Amacron Ccaron -55 KPX Amacron Ccedilla -55 KPX Amacron G -55 KPX Amacron Gbreve -55 KPX Amacron Gcommaaccent -55 KPX Amacron O -45 KPX Amacron Oacute -45 KPX Amacron Ocircumflex -45 KPX Amacron Odieresis -45 KPX Amacron Ograve -45 KPX Amacron Ohungarumlaut -45 KPX Amacron Omacron -45 KPX Amacron Oslash -45 KPX Amacron Otilde -45 KPX Amacron Q -45 KPX Amacron T -95 KPX Amacron Tcaron -95 KPX Amacron Tcommaaccent -95 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -145 KPX Amacron W -130 KPX Amacron Y -100 KPX Amacron Yacute -100 KPX Amacron Ydieresis -100 KPX Amacron p -25 KPX Amacron quoteright -74 KPX Amacron u -50 KPX Amacron uacute -50 KPX Amacron ucircumflex -50 KPX Amacron udieresis -50 KPX Amacron ugrave -50 KPX Amacron uhungarumlaut -50 KPX Amacron umacron -50 KPX Amacron uogonek -50 KPX Amacron uring -50 KPX Amacron v -100 KPX Amacron w -90 KPX Amacron y -74 KPX Amacron yacute -74 KPX Amacron ydieresis -74 KPX Aogonek C -55 KPX Aogonek Cacute -55 KPX Aogonek Ccaron -55 KPX Aogonek Ccedilla -55 KPX Aogonek G -55 KPX Aogonek Gbreve -55 KPX Aogonek Gcommaaccent -55 KPX Aogonek O -45 KPX Aogonek Oacute -45 KPX Aogonek Ocircumflex -45 KPX Aogonek Odieresis -45 KPX Aogonek Ograve -45 KPX Aogonek Ohungarumlaut -45 KPX Aogonek Omacron -45 KPX Aogonek Oslash -45 KPX Aogonek Otilde -45 KPX Aogonek Q -45 KPX Aogonek T -95 KPX Aogonek Tcaron -95 KPX Aogonek Tcommaaccent -95 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -145 KPX Aogonek W -130 KPX Aogonek Y -100 KPX Aogonek Yacute -100 KPX Aogonek Ydieresis -100 KPX Aogonek p -25 KPX Aogonek quoteright -74 KPX Aogonek u -50 KPX Aogonek uacute -50 KPX Aogonek ucircumflex -50 KPX Aogonek udieresis -50 KPX Aogonek ugrave -50 KPX Aogonek uhungarumlaut -50 KPX Aogonek umacron -50 KPX Aogonek uogonek -50 KPX Aogonek uring -50 KPX Aogonek v -100 KPX Aogonek w -90 KPX Aogonek y -34 KPX Aogonek yacute -34 KPX Aogonek ydieresis -34 KPX Aring C -55 KPX Aring Cacute -55 KPX Aring Ccaron -55 KPX Aring Ccedilla -55 KPX Aring G -55 KPX Aring Gbreve -55 KPX Aring Gcommaaccent -55 KPX Aring O -45 KPX Aring Oacute -45 KPX Aring Ocircumflex -45 KPX Aring Odieresis -45 KPX Aring Ograve -45 KPX Aring Ohungarumlaut -45 KPX Aring Omacron -45 KPX Aring Oslash -45 KPX Aring Otilde -45 KPX Aring Q -45 KPX Aring T -95 KPX Aring Tcaron -95 KPX Aring Tcommaaccent -95 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -145 KPX Aring W -130 KPX Aring Y -100 KPX Aring Yacute -100 KPX Aring Ydieresis -100 KPX Aring p -25 KPX Aring quoteright -74 KPX Aring u -50 KPX Aring uacute -50 KPX Aring ucircumflex -50 KPX Aring udieresis -50 KPX Aring ugrave -50 KPX Aring uhungarumlaut -50 KPX Aring umacron -50 KPX Aring uogonek -50 KPX Aring uring -50 KPX Aring v -100 KPX Aring w -90 KPX Aring y -74 KPX Aring yacute -74 KPX Aring ydieresis -74 KPX Atilde C -55 KPX Atilde Cacute -55 KPX Atilde Ccaron -55 KPX Atilde Ccedilla -55 KPX Atilde G -55 KPX Atilde Gbreve -55 KPX Atilde Gcommaaccent -55 KPX Atilde O -45 KPX Atilde Oacute -45 KPX Atilde Ocircumflex -45 KPX Atilde Odieresis -45 KPX Atilde Ograve -45 KPX Atilde Ohungarumlaut -45 KPX Atilde Omacron -45 KPX Atilde Oslash -45 KPX Atilde Otilde -45 KPX Atilde Q -45 KPX Atilde T -95 KPX Atilde Tcaron -95 KPX Atilde Tcommaaccent -95 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -145 KPX Atilde W -130 KPX Atilde Y -100 KPX Atilde Yacute -100 KPX Atilde Ydieresis -100 KPX Atilde p -25 KPX Atilde quoteright -74 KPX Atilde u -50 KPX Atilde uacute -50 KPX Atilde ucircumflex -50 KPX Atilde udieresis -50 KPX Atilde ugrave -50 KPX Atilde uhungarumlaut -50 KPX Atilde umacron -50 KPX Atilde uogonek -50 KPX Atilde uring -50 KPX Atilde v -100 KPX Atilde w -90 KPX Atilde y -74 KPX Atilde yacute -74 KPX Atilde ydieresis -74 KPX B A -30 KPX B Aacute -30 KPX B Abreve -30 KPX B Acircumflex -30 KPX B Adieresis -30 KPX B Agrave -30 KPX B Amacron -30 KPX B Aogonek -30 KPX B Aring -30 KPX B Atilde -30 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX D A -35 KPX D Aacute -35 KPX D Abreve -35 KPX D Acircumflex -35 KPX D Adieresis -35 KPX D Agrave -35 KPX D Amacron -35 KPX D Aogonek -35 KPX D Aring -35 KPX D Atilde -35 KPX D V -40 KPX D W -40 KPX D Y -40 KPX D Yacute -40 KPX D Ydieresis -40 KPX D period -20 KPX Dcaron A -35 KPX Dcaron Aacute -35 KPX Dcaron Abreve -35 KPX Dcaron Acircumflex -35 KPX Dcaron Adieresis -35 KPX Dcaron Agrave -35 KPX Dcaron Amacron -35 KPX Dcaron Aogonek -35 KPX Dcaron Aring -35 KPX Dcaron Atilde -35 KPX Dcaron V -40 KPX Dcaron W -40 KPX Dcaron Y -40 KPX Dcaron Yacute -40 KPX Dcaron Ydieresis -40 KPX Dcaron period -20 KPX Dcroat A -35 KPX Dcroat Aacute -35 KPX Dcroat Abreve -35 KPX Dcroat Acircumflex -35 KPX Dcroat Adieresis -35 KPX Dcroat Agrave -35 KPX Dcroat Amacron -35 KPX Dcroat Aogonek -35 KPX Dcroat Aring -35 KPX Dcroat Atilde -35 KPX Dcroat V -40 KPX Dcroat W -40 KPX Dcroat Y -40 KPX Dcroat Yacute -40 KPX Dcroat Ydieresis -40 KPX Dcroat period -20 KPX F A -90 KPX F Aacute -90 KPX F Abreve -90 KPX F Acircumflex -90 KPX F Adieresis -90 KPX F Agrave -90 KPX F Amacron -90 KPX F Aogonek -90 KPX F Aring -90 KPX F Atilde -90 KPX F a -25 KPX F aacute -25 KPX F abreve -25 KPX F acircumflex -25 KPX F adieresis -25 KPX F agrave -25 KPX F amacron -25 KPX F aogonek -25 KPX F aring -25 KPX F atilde -25 KPX F comma -92 KPX F e -25 KPX F eacute -25 KPX F ecaron -25 KPX F ecircumflex -25 KPX F edieresis -25 KPX F edotaccent -25 KPX F egrave -25 KPX F emacron -25 KPX F eogonek -25 KPX F o -25 KPX F oacute -25 KPX F ocircumflex -25 KPX F odieresis -25 KPX F ograve -25 KPX F ohungarumlaut -25 KPX F omacron -25 KPX F oslash -25 KPX F otilde -25 KPX F period -110 KPX J A -30 KPX J Aacute -30 KPX J Abreve -30 KPX J Acircumflex -30 KPX J Adieresis -30 KPX J Agrave -30 KPX J Amacron -30 KPX J Aogonek -30 KPX J Aring -30 KPX J Atilde -30 KPX J a -15 KPX J aacute -15 KPX J abreve -15 KPX J acircumflex -15 KPX J adieresis -15 KPX J agrave -15 KPX J amacron -15 KPX J aogonek -15 KPX J aring -15 KPX J atilde -15 KPX J e -15 KPX J eacute -15 KPX J ecaron -15 KPX J ecircumflex -15 KPX J edieresis -15 KPX J edotaccent -15 KPX J egrave -15 KPX J emacron -15 KPX J eogonek -15 KPX J o -15 KPX J oacute -15 KPX J ocircumflex -15 KPX J odieresis -15 KPX J ograve -15 KPX J ohungarumlaut -15 KPX J omacron -15 KPX J oslash -15 KPX J otilde -15 KPX J period -20 KPX J u -15 KPX J uacute -15 KPX J ucircumflex -15 KPX J udieresis -15 KPX J ugrave -15 KPX J uhungarumlaut -15 KPX J umacron -15 KPX J uogonek -15 KPX J uring -15 KPX K O -30 KPX K Oacute -30 KPX K Ocircumflex -30 KPX K Odieresis -30 KPX K Ograve -30 KPX K Ohungarumlaut -30 KPX K Omacron -30 KPX K Oslash -30 KPX K Otilde -30 KPX K e -25 KPX K eacute -25 KPX K ecaron -25 KPX K ecircumflex -25 KPX K edieresis -25 KPX K edotaccent -25 KPX K egrave -25 KPX K emacron -25 KPX K eogonek -25 KPX K o -25 KPX K oacute -25 KPX K ocircumflex -25 KPX K odieresis -25 KPX K ograve -25 KPX K ohungarumlaut -25 KPX K omacron -25 KPX K oslash -25 KPX K otilde -25 KPX K u -15 KPX K uacute -15 KPX K ucircumflex -15 KPX K udieresis -15 KPX K ugrave -15 KPX K uhungarumlaut -15 KPX K umacron -15 KPX K uogonek -15 KPX K uring -15 KPX K y -45 KPX K yacute -45 KPX K ydieresis -45 KPX Kcommaaccent O -30 KPX Kcommaaccent Oacute -30 KPX Kcommaaccent Ocircumflex -30 KPX Kcommaaccent Odieresis -30 KPX Kcommaaccent Ograve -30 KPX Kcommaaccent Ohungarumlaut -30 KPX Kcommaaccent Omacron -30 KPX Kcommaaccent Oslash -30 KPX Kcommaaccent Otilde -30 KPX Kcommaaccent e -25 KPX Kcommaaccent eacute -25 KPX Kcommaaccent ecaron -25 KPX Kcommaaccent ecircumflex -25 KPX Kcommaaccent edieresis -25 KPX Kcommaaccent edotaccent -25 KPX Kcommaaccent egrave -25 KPX Kcommaaccent emacron -25 KPX Kcommaaccent eogonek -25 KPX Kcommaaccent o -25 KPX Kcommaaccent oacute -25 KPX Kcommaaccent ocircumflex -25 KPX Kcommaaccent odieresis -25 KPX Kcommaaccent ograve -25 KPX Kcommaaccent ohungarumlaut -25 KPX Kcommaaccent omacron -25 KPX Kcommaaccent oslash -25 KPX Kcommaaccent otilde -25 KPX Kcommaaccent u -15 KPX Kcommaaccent uacute -15 KPX Kcommaaccent ucircumflex -15 KPX Kcommaaccent udieresis -15 KPX Kcommaaccent ugrave -15 KPX Kcommaaccent uhungarumlaut -15 KPX Kcommaaccent umacron -15 KPX Kcommaaccent uogonek -15 KPX Kcommaaccent uring -15 KPX Kcommaaccent y -45 KPX Kcommaaccent yacute -45 KPX Kcommaaccent ydieresis -45 KPX L T -92 KPX L Tcaron -92 KPX L Tcommaaccent -92 KPX L V -92 KPX L W -92 KPX L Y -92 KPX L Yacute -92 KPX L Ydieresis -92 KPX L quotedblright -20 KPX L quoteright -110 KPX L y -55 KPX L yacute -55 KPX L ydieresis -55 KPX Lacute T -92 KPX Lacute Tcaron -92 KPX Lacute Tcommaaccent -92 KPX Lacute V -92 KPX Lacute W -92 KPX Lacute Y -92 KPX Lacute Yacute -92 KPX Lacute Ydieresis -92 KPX Lacute quotedblright -20 KPX Lacute quoteright -110 KPX Lacute y -55 KPX Lacute yacute -55 KPX Lacute ydieresis -55 KPX Lcommaaccent T -92 KPX Lcommaaccent Tcaron -92 KPX Lcommaaccent Tcommaaccent -92 KPX Lcommaaccent V -92 KPX Lcommaaccent W -92 KPX Lcommaaccent Y -92 KPX Lcommaaccent Yacute -92 KPX Lcommaaccent Ydieresis -92 KPX Lcommaaccent quotedblright -20 KPX Lcommaaccent quoteright -110 KPX Lcommaaccent y -55 KPX Lcommaaccent yacute -55 KPX Lcommaaccent ydieresis -55 KPX Lslash T -92 KPX Lslash Tcaron -92 KPX Lslash Tcommaaccent -92 KPX Lslash V -92 KPX Lslash W -92 KPX Lslash Y -92 KPX Lslash Yacute -92 KPX Lslash Ydieresis -92 KPX Lslash quotedblright -20 KPX Lslash quoteright -110 KPX Lslash y -55 KPX Lslash yacute -55 KPX Lslash ydieresis -55 KPX N A -20 KPX N Aacute -20 KPX N Abreve -20 KPX N Acircumflex -20 KPX N Adieresis -20 KPX N Agrave -20 KPX N Amacron -20 KPX N Aogonek -20 KPX N Aring -20 KPX N Atilde -20 KPX Nacute A -20 KPX Nacute Aacute -20 KPX Nacute Abreve -20 KPX Nacute Acircumflex -20 KPX Nacute Adieresis -20 KPX Nacute Agrave -20 KPX Nacute Amacron -20 KPX Nacute Aogonek -20 KPX Nacute Aring -20 KPX Nacute Atilde -20 KPX Ncaron A -20 KPX Ncaron Aacute -20 KPX Ncaron Abreve -20 KPX Ncaron Acircumflex -20 KPX Ncaron Adieresis -20 KPX Ncaron Agrave -20 KPX Ncaron Amacron -20 KPX Ncaron Aogonek -20 KPX Ncaron Aring -20 KPX Ncaron Atilde -20 KPX Ncommaaccent A -20 KPX Ncommaaccent Aacute -20 KPX Ncommaaccent Abreve -20 KPX Ncommaaccent Acircumflex -20 KPX Ncommaaccent Adieresis -20 KPX Ncommaaccent Agrave -20 KPX Ncommaaccent Amacron -20 KPX Ncommaaccent Aogonek -20 KPX Ncommaaccent Aring -20 KPX Ncommaaccent Atilde -20 KPX Ntilde A -20 KPX Ntilde Aacute -20 KPX Ntilde Abreve -20 KPX Ntilde Acircumflex -20 KPX Ntilde Adieresis -20 KPX Ntilde Agrave -20 KPX Ntilde Amacron -20 KPX Ntilde Aogonek -20 KPX Ntilde Aring -20 KPX Ntilde Atilde -20 KPX O A -40 KPX O Aacute -40 KPX O Abreve -40 KPX O Acircumflex -40 KPX O Adieresis -40 KPX O Agrave -40 KPX O Amacron -40 KPX O Aogonek -40 KPX O Aring -40 KPX O Atilde -40 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -50 KPX O X -40 KPX O Y -50 KPX O Yacute -50 KPX O Ydieresis -50 KPX Oacute A -40 KPX Oacute Aacute -40 KPX Oacute Abreve -40 KPX Oacute Acircumflex -40 KPX Oacute Adieresis -40 KPX Oacute Agrave -40 KPX Oacute Amacron -40 KPX Oacute Aogonek -40 KPX Oacute Aring -40 KPX Oacute Atilde -40 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -50 KPX Oacute X -40 KPX Oacute Y -50 KPX Oacute Yacute -50 KPX Oacute Ydieresis -50 KPX Ocircumflex A -40 KPX Ocircumflex Aacute -40 KPX Ocircumflex Abreve -40 KPX Ocircumflex Acircumflex -40 KPX Ocircumflex Adieresis -40 KPX Ocircumflex Agrave -40 KPX Ocircumflex Amacron -40 KPX Ocircumflex Aogonek -40 KPX Ocircumflex Aring -40 KPX Ocircumflex Atilde -40 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -50 KPX Ocircumflex X -40 KPX Ocircumflex Y -50 KPX Ocircumflex Yacute -50 KPX Ocircumflex Ydieresis -50 KPX Odieresis A -40 KPX Odieresis Aacute -40 KPX Odieresis Abreve -40 KPX Odieresis Acircumflex -40 KPX Odieresis Adieresis -40 KPX Odieresis Agrave -40 KPX Odieresis Amacron -40 KPX Odieresis Aogonek -40 KPX Odieresis Aring -40 KPX Odieresis Atilde -40 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -50 KPX Odieresis X -40 KPX Odieresis Y -50 KPX Odieresis Yacute -50 KPX Odieresis Ydieresis -50 KPX Ograve A -40 KPX Ograve Aacute -40 KPX Ograve Abreve -40 KPX Ograve Acircumflex -40 KPX Ograve Adieresis -40 KPX Ograve Agrave -40 KPX Ograve Amacron -40 KPX Ograve Aogonek -40 KPX Ograve Aring -40 KPX Ograve Atilde -40 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -50 KPX Ograve X -40 KPX Ograve Y -50 KPX Ograve Yacute -50 KPX Ograve Ydieresis -50 KPX Ohungarumlaut A -40 KPX Ohungarumlaut Aacute -40 KPX Ohungarumlaut Abreve -40 KPX Ohungarumlaut Acircumflex -40 KPX Ohungarumlaut Adieresis -40 KPX Ohungarumlaut Agrave -40 KPX Ohungarumlaut Amacron -40 KPX Ohungarumlaut Aogonek -40 KPX Ohungarumlaut Aring -40 KPX Ohungarumlaut Atilde -40 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -50 KPX Ohungarumlaut X -40 KPX Ohungarumlaut Y -50 KPX Ohungarumlaut Yacute -50 KPX Ohungarumlaut Ydieresis -50 KPX Omacron A -40 KPX Omacron Aacute -40 KPX Omacron Abreve -40 KPX Omacron Acircumflex -40 KPX Omacron Adieresis -40 KPX Omacron Agrave -40 KPX Omacron Amacron -40 KPX Omacron Aogonek -40 KPX Omacron Aring -40 KPX Omacron Atilde -40 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -50 KPX Omacron X -40 KPX Omacron Y -50 KPX Omacron Yacute -50 KPX Omacron Ydieresis -50 KPX Oslash A -40 KPX Oslash Aacute -40 KPX Oslash Abreve -40 KPX Oslash Acircumflex -40 KPX Oslash Adieresis -40 KPX Oslash Agrave -40 KPX Oslash Amacron -40 KPX Oslash Aogonek -40 KPX Oslash Aring -40 KPX Oslash Atilde -40 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -50 KPX Oslash X -40 KPX Oslash Y -50 KPX Oslash Yacute -50 KPX Oslash Ydieresis -50 KPX Otilde A -40 KPX Otilde Aacute -40 KPX Otilde Abreve -40 KPX Otilde Acircumflex -40 KPX Otilde Adieresis -40 KPX Otilde Agrave -40 KPX Otilde Amacron -40 KPX Otilde Aogonek -40 KPX Otilde Aring -40 KPX Otilde Atilde -40 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -50 KPX Otilde X -40 KPX Otilde Y -50 KPX Otilde Yacute -50 KPX Otilde Ydieresis -50 KPX P A -74 KPX P Aacute -74 KPX P Abreve -74 KPX P Acircumflex -74 KPX P Adieresis -74 KPX P Agrave -74 KPX P Amacron -74 KPX P Aogonek -74 KPX P Aring -74 KPX P Atilde -74 KPX P a -10 KPX P aacute -10 KPX P abreve -10 KPX P acircumflex -10 KPX P adieresis -10 KPX P agrave -10 KPX P amacron -10 KPX P aogonek -10 KPX P aring -10 KPX P atilde -10 KPX P comma -92 KPX P e -20 KPX P eacute -20 KPX P ecaron -20 KPX P ecircumflex -20 KPX P edieresis -20 KPX P edotaccent -20 KPX P egrave -20 KPX P emacron -20 KPX P eogonek -20 KPX P o -20 KPX P oacute -20 KPX P ocircumflex -20 KPX P odieresis -20 KPX P ograve -20 KPX P ohungarumlaut -20 KPX P omacron -20 KPX P oslash -20 KPX P otilde -20 KPX P period -110 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX Q period -20 KPX R O -30 KPX R Oacute -30 KPX R Ocircumflex -30 KPX R Odieresis -30 KPX R Ograve -30 KPX R Ohungarumlaut -30 KPX R Omacron -30 KPX R Oslash -30 KPX R Otilde -30 KPX R T -40 KPX R Tcaron -40 KPX R Tcommaaccent -40 KPX R U -30 KPX R Uacute -30 KPX R Ucircumflex -30 KPX R Udieresis -30 KPX R Ugrave -30 KPX R Uhungarumlaut -30 KPX R Umacron -30 KPX R Uogonek -30 KPX R Uring -30 KPX R V -55 KPX R W -35 KPX R Y -35 KPX R Yacute -35 KPX R Ydieresis -35 KPX Racute O -30 KPX Racute Oacute -30 KPX Racute Ocircumflex -30 KPX Racute Odieresis -30 KPX Racute Ograve -30 KPX Racute Ohungarumlaut -30 KPX Racute Omacron -30 KPX Racute Oslash -30 KPX Racute Otilde -30 KPX Racute T -40 KPX Racute Tcaron -40 KPX Racute Tcommaaccent -40 KPX Racute U -30 KPX Racute Uacute -30 KPX Racute Ucircumflex -30 KPX Racute Udieresis -30 KPX Racute Ugrave -30 KPX Racute Uhungarumlaut -30 KPX Racute Umacron -30 KPX Racute Uogonek -30 KPX Racute Uring -30 KPX Racute V -55 KPX Racute W -35 KPX Racute Y -35 KPX Racute Yacute -35 KPX Racute Ydieresis -35 KPX Rcaron O -30 KPX Rcaron Oacute -30 KPX Rcaron Ocircumflex -30 KPX Rcaron Odieresis -30 KPX Rcaron Ograve -30 KPX Rcaron Ohungarumlaut -30 KPX Rcaron Omacron -30 KPX Rcaron Oslash -30 KPX Rcaron Otilde -30 KPX Rcaron T -40 KPX Rcaron Tcaron -40 KPX Rcaron Tcommaaccent -40 KPX Rcaron U -30 KPX Rcaron Uacute -30 KPX Rcaron Ucircumflex -30 KPX Rcaron Udieresis -30 KPX Rcaron Ugrave -30 KPX Rcaron Uhungarumlaut -30 KPX Rcaron Umacron -30 KPX Rcaron Uogonek -30 KPX Rcaron Uring -30 KPX Rcaron V -55 KPX Rcaron W -35 KPX Rcaron Y -35 KPX Rcaron Yacute -35 KPX Rcaron Ydieresis -35 KPX Rcommaaccent O -30 KPX Rcommaaccent Oacute -30 KPX Rcommaaccent Ocircumflex -30 KPX Rcommaaccent Odieresis -30 KPX Rcommaaccent Ograve -30 KPX Rcommaaccent Ohungarumlaut -30 KPX Rcommaaccent Omacron -30 KPX Rcommaaccent Oslash -30 KPX Rcommaaccent Otilde -30 KPX Rcommaaccent T -40 KPX Rcommaaccent Tcaron -40 KPX Rcommaaccent Tcommaaccent -40 KPX Rcommaaccent U -30 KPX Rcommaaccent Uacute -30 KPX Rcommaaccent Ucircumflex -30 KPX Rcommaaccent Udieresis -30 KPX Rcommaaccent Ugrave -30 KPX Rcommaaccent Uhungarumlaut -30 KPX Rcommaaccent Umacron -30 KPX Rcommaaccent Uogonek -30 KPX Rcommaaccent Uring -30 KPX Rcommaaccent V -55 KPX Rcommaaccent W -35 KPX Rcommaaccent Y -35 KPX Rcommaaccent Yacute -35 KPX Rcommaaccent Ydieresis -35 KPX T A -90 KPX T Aacute -90 KPX T Abreve -90 KPX T Acircumflex -90 KPX T Adieresis -90 KPX T Agrave -90 KPX T Amacron -90 KPX T Aogonek -90 KPX T Aring -90 KPX T Atilde -90 KPX T O -18 KPX T Oacute -18 KPX T Ocircumflex -18 KPX T Odieresis -18 KPX T Ograve -18 KPX T Ohungarumlaut -18 KPX T Omacron -18 KPX T Oslash -18 KPX T Otilde -18 KPX T a -92 KPX T aacute -92 KPX T abreve -52 KPX T acircumflex -52 KPX T adieresis -52 KPX T agrave -52 KPX T amacron -52 KPX T aogonek -92 KPX T aring -92 KPX T atilde -52 KPX T colon -74 KPX T comma -74 KPX T e -92 KPX T eacute -92 KPX T ecaron -92 KPX T ecircumflex -92 KPX T edieresis -52 KPX T edotaccent -92 KPX T egrave -52 KPX T emacron -52 KPX T eogonek -92 KPX T hyphen -92 KPX T i -18 KPX T iacute -18 KPX T iogonek -18 KPX T o -92 KPX T oacute -92 KPX T ocircumflex -92 KPX T odieresis -92 KPX T ograve -92 KPX T ohungarumlaut -92 KPX T omacron -92 KPX T oslash -92 KPX T otilde -92 KPX T period -90 KPX T r -74 KPX T racute -74 KPX T rcaron -74 KPX T rcommaaccent -74 KPX T semicolon -74 KPX T u -92 KPX T uacute -92 KPX T ucircumflex -92 KPX T udieresis -92 KPX T ugrave -92 KPX T uhungarumlaut -92 KPX T umacron -92 KPX T uogonek -92 KPX T uring -92 KPX T w -74 KPX T y -34 KPX T yacute -34 KPX T ydieresis -34 KPX Tcaron A -90 KPX Tcaron Aacute -90 KPX Tcaron Abreve -90 KPX Tcaron Acircumflex -90 KPX Tcaron Adieresis -90 KPX Tcaron Agrave -90 KPX Tcaron Amacron -90 KPX Tcaron Aogonek -90 KPX Tcaron Aring -90 KPX Tcaron Atilde -90 KPX Tcaron O -18 KPX Tcaron Oacute -18 KPX Tcaron Ocircumflex -18 KPX Tcaron Odieresis -18 KPX Tcaron Ograve -18 KPX Tcaron Ohungarumlaut -18 KPX Tcaron Omacron -18 KPX Tcaron Oslash -18 KPX Tcaron Otilde -18 KPX Tcaron a -92 KPX Tcaron aacute -92 KPX Tcaron abreve -52 KPX Tcaron acircumflex -52 KPX Tcaron adieresis -52 KPX Tcaron agrave -52 KPX Tcaron amacron -52 KPX Tcaron aogonek -92 KPX Tcaron aring -92 KPX Tcaron atilde -52 KPX Tcaron colon -74 KPX Tcaron comma -74 KPX Tcaron e -92 KPX Tcaron eacute -92 KPX Tcaron ecaron -92 KPX Tcaron ecircumflex -92 KPX Tcaron edieresis -52 KPX Tcaron edotaccent -92 KPX Tcaron egrave -52 KPX Tcaron emacron -52 KPX Tcaron eogonek -92 KPX Tcaron hyphen -92 KPX Tcaron i -18 KPX Tcaron iacute -18 KPX Tcaron iogonek -18 KPX Tcaron o -92 KPX Tcaron oacute -92 KPX Tcaron ocircumflex -92 KPX Tcaron odieresis -92 KPX Tcaron ograve -92 KPX Tcaron ohungarumlaut -92 KPX Tcaron omacron -92 KPX Tcaron oslash -92 KPX Tcaron otilde -92 KPX Tcaron period -90 KPX Tcaron r -74 KPX Tcaron racute -74 KPX Tcaron rcaron -74 KPX Tcaron rcommaaccent -74 KPX Tcaron semicolon -74 KPX Tcaron u -92 KPX Tcaron uacute -92 KPX Tcaron ucircumflex -92 KPX Tcaron udieresis -92 KPX Tcaron ugrave -92 KPX Tcaron uhungarumlaut -92 KPX Tcaron umacron -92 KPX Tcaron uogonek -92 KPX Tcaron uring -92 KPX Tcaron w -74 KPX Tcaron y -34 KPX Tcaron yacute -34 KPX Tcaron ydieresis -34 KPX Tcommaaccent A -90 KPX Tcommaaccent Aacute -90 KPX Tcommaaccent Abreve -90 KPX Tcommaaccent Acircumflex -90 KPX Tcommaaccent Adieresis -90 KPX Tcommaaccent Agrave -90 KPX Tcommaaccent Amacron -90 KPX Tcommaaccent Aogonek -90 KPX Tcommaaccent Aring -90 KPX Tcommaaccent Atilde -90 KPX Tcommaaccent O -18 KPX Tcommaaccent Oacute -18 KPX Tcommaaccent Ocircumflex -18 KPX Tcommaaccent Odieresis -18 KPX Tcommaaccent Ograve -18 KPX Tcommaaccent Ohungarumlaut -18 KPX Tcommaaccent Omacron -18 KPX Tcommaaccent Oslash -18 KPX Tcommaaccent Otilde -18 KPX Tcommaaccent a -92 KPX Tcommaaccent aacute -92 KPX Tcommaaccent abreve -52 KPX Tcommaaccent acircumflex -52 KPX Tcommaaccent adieresis -52 KPX Tcommaaccent agrave -52 KPX Tcommaaccent amacron -52 KPX Tcommaaccent aogonek -92 KPX Tcommaaccent aring -92 KPX Tcommaaccent atilde -52 KPX Tcommaaccent colon -74 KPX Tcommaaccent comma -74 KPX Tcommaaccent e -92 KPX Tcommaaccent eacute -92 KPX Tcommaaccent ecaron -92 KPX Tcommaaccent ecircumflex -92 KPX Tcommaaccent edieresis -52 KPX Tcommaaccent edotaccent -92 KPX Tcommaaccent egrave -52 KPX Tcommaaccent emacron -52 KPX Tcommaaccent eogonek -92 KPX Tcommaaccent hyphen -92 KPX Tcommaaccent i -18 KPX Tcommaaccent iacute -18 KPX Tcommaaccent iogonek -18 KPX Tcommaaccent o -92 KPX Tcommaaccent oacute -92 KPX Tcommaaccent ocircumflex -92 KPX Tcommaaccent odieresis -92 KPX Tcommaaccent ograve -92 KPX Tcommaaccent ohungarumlaut -92 KPX Tcommaaccent omacron -92 KPX Tcommaaccent oslash -92 KPX Tcommaaccent otilde -92 KPX Tcommaaccent period -90 KPX Tcommaaccent r -74 KPX Tcommaaccent racute -74 KPX Tcommaaccent rcaron -74 KPX Tcommaaccent rcommaaccent -74 KPX Tcommaaccent semicolon -74 KPX Tcommaaccent u -92 KPX Tcommaaccent uacute -92 KPX Tcommaaccent ucircumflex -92 KPX Tcommaaccent udieresis -92 KPX Tcommaaccent ugrave -92 KPX Tcommaaccent uhungarumlaut -92 KPX Tcommaaccent umacron -92 KPX Tcommaaccent uogonek -92 KPX Tcommaaccent uring -92 KPX Tcommaaccent w -74 KPX Tcommaaccent y -34 KPX Tcommaaccent yacute -34 KPX Tcommaaccent ydieresis -34 KPX U A -60 KPX U Aacute -60 KPX U Abreve -60 KPX U Acircumflex -60 KPX U Adieresis -60 KPX U Agrave -60 KPX U Amacron -60 KPX U Aogonek -60 KPX U Aring -60 KPX U Atilde -60 KPX U comma -50 KPX U period -50 KPX Uacute A -60 KPX Uacute Aacute -60 KPX Uacute Abreve -60 KPX Uacute Acircumflex -60 KPX Uacute Adieresis -60 KPX Uacute Agrave -60 KPX Uacute Amacron -60 KPX Uacute Aogonek -60 KPX Uacute Aring -60 KPX Uacute Atilde -60 KPX Uacute comma -50 KPX Uacute period -50 KPX Ucircumflex A -60 KPX Ucircumflex Aacute -60 KPX Ucircumflex Abreve -60 KPX Ucircumflex Acircumflex -60 KPX Ucircumflex Adieresis -60 KPX Ucircumflex Agrave -60 KPX Ucircumflex Amacron -60 KPX Ucircumflex Aogonek -60 KPX Ucircumflex Aring -60 KPX Ucircumflex Atilde -60 KPX Ucircumflex comma -50 KPX Ucircumflex period -50 KPX Udieresis A -60 KPX Udieresis Aacute -60 KPX Udieresis Abreve -60 KPX Udieresis Acircumflex -60 KPX Udieresis Adieresis -60 KPX Udieresis Agrave -60 KPX Udieresis Amacron -60 KPX Udieresis Aogonek -60 KPX Udieresis Aring -60 KPX Udieresis Atilde -60 KPX Udieresis comma -50 KPX Udieresis period -50 KPX Ugrave A -60 KPX Ugrave Aacute -60 KPX Ugrave Abreve -60 KPX Ugrave Acircumflex -60 KPX Ugrave Adieresis -60 KPX Ugrave Agrave -60 KPX Ugrave Amacron -60 KPX Ugrave Aogonek -60 KPX Ugrave Aring -60 KPX Ugrave Atilde -60 KPX Ugrave comma -50 KPX Ugrave period -50 KPX Uhungarumlaut A -60 KPX Uhungarumlaut Aacute -60 KPX Uhungarumlaut Abreve -60 KPX Uhungarumlaut Acircumflex -60 KPX Uhungarumlaut Adieresis -60 KPX Uhungarumlaut Agrave -60 KPX Uhungarumlaut Amacron -60 KPX Uhungarumlaut Aogonek -60 KPX Uhungarumlaut Aring -60 KPX Uhungarumlaut Atilde -60 KPX Uhungarumlaut comma -50 KPX Uhungarumlaut period -50 KPX Umacron A -60 KPX Umacron Aacute -60 KPX Umacron Abreve -60 KPX Umacron Acircumflex -60 KPX Umacron Adieresis -60 KPX Umacron Agrave -60 KPX Umacron Amacron -60 KPX Umacron Aogonek -60 KPX Umacron Aring -60 KPX Umacron Atilde -60 KPX Umacron comma -50 KPX Umacron period -50 KPX Uogonek A -60 KPX Uogonek Aacute -60 KPX Uogonek Abreve -60 KPX Uogonek Acircumflex -60 KPX Uogonek Adieresis -60 KPX Uogonek Agrave -60 KPX Uogonek Amacron -60 KPX Uogonek Aogonek -60 KPX Uogonek Aring -60 KPX Uogonek Atilde -60 KPX Uogonek comma -50 KPX Uogonek period -50 KPX Uring A -60 KPX Uring Aacute -60 KPX Uring Abreve -60 KPX Uring Acircumflex -60 KPX Uring Adieresis -60 KPX Uring Agrave -60 KPX Uring Amacron -60 KPX Uring Aogonek -60 KPX Uring Aring -60 KPX Uring Atilde -60 KPX Uring comma -50 KPX Uring period -50 KPX V A -135 KPX V Aacute -135 KPX V Abreve -135 KPX V Acircumflex -135 KPX V Adieresis -135 KPX V Agrave -135 KPX V Amacron -135 KPX V Aogonek -135 KPX V Aring -135 KPX V Atilde -135 KPX V G -30 KPX V Gbreve -30 KPX V Gcommaaccent -30 KPX V O -45 KPX V Oacute -45 KPX V Ocircumflex -45 KPX V Odieresis -45 KPX V Ograve -45 KPX V Ohungarumlaut -45 KPX V Omacron -45 KPX V Oslash -45 KPX V Otilde -45 KPX V a -92 KPX V aacute -92 KPX V abreve -92 KPX V acircumflex -92 KPX V adieresis -92 KPX V agrave -92 KPX V amacron -92 KPX V aogonek -92 KPX V aring -92 KPX V atilde -92 KPX V colon -92 KPX V comma -129 KPX V e -100 KPX V eacute -100 KPX V ecaron -100 KPX V ecircumflex -100 KPX V edieresis -100 KPX V edotaccent -100 KPX V egrave -100 KPX V emacron -100 KPX V eogonek -100 KPX V hyphen -74 KPX V i -37 KPX V iacute -37 KPX V icircumflex -37 KPX V idieresis -37 KPX V igrave -37 KPX V imacron -37 KPX V iogonek -37 KPX V o -100 KPX V oacute -100 KPX V ocircumflex -100 KPX V odieresis -100 KPX V ograve -100 KPX V ohungarumlaut -100 KPX V omacron -100 KPX V oslash -100 KPX V otilde -100 KPX V period -145 KPX V semicolon -92 KPX V u -92 KPX V uacute -92 KPX V ucircumflex -92 KPX V udieresis -92 KPX V ugrave -92 KPX V uhungarumlaut -92 KPX V umacron -92 KPX V uogonek -92 KPX V uring -92 KPX W A -120 KPX W Aacute -120 KPX W Abreve -120 KPX W Acircumflex -120 KPX W Adieresis -120 KPX W Agrave -120 KPX W Amacron -120 KPX W Aogonek -120 KPX W Aring -120 KPX W Atilde -120 KPX W O -10 KPX W Oacute -10 KPX W Ocircumflex -10 KPX W Odieresis -10 KPX W Ograve -10 KPX W Ohungarumlaut -10 KPX W Omacron -10 KPX W Oslash -10 KPX W Otilde -10 KPX W a -65 KPX W aacute -65 KPX W abreve -65 KPX W acircumflex -65 KPX W adieresis -65 KPX W agrave -65 KPX W amacron -65 KPX W aogonek -65 KPX W aring -65 KPX W atilde -65 KPX W colon -55 KPX W comma -92 KPX W e -65 KPX W eacute -65 KPX W ecaron -65 KPX W ecircumflex -65 KPX W edieresis -65 KPX W edotaccent -65 KPX W egrave -65 KPX W emacron -65 KPX W eogonek -65 KPX W hyphen -37 KPX W i -18 KPX W iacute -18 KPX W iogonek -18 KPX W o -75 KPX W oacute -75 KPX W ocircumflex -75 KPX W odieresis -75 KPX W ograve -75 KPX W ohungarumlaut -75 KPX W omacron -75 KPX W oslash -75 KPX W otilde -75 KPX W period -92 KPX W semicolon -55 KPX W u -50 KPX W uacute -50 KPX W ucircumflex -50 KPX W udieresis -50 KPX W ugrave -50 KPX W uhungarumlaut -50 KPX W umacron -50 KPX W uogonek -50 KPX W uring -50 KPX W y -60 KPX W yacute -60 KPX W ydieresis -60 KPX Y A -110 KPX Y Aacute -110 KPX Y Abreve -110 KPX Y Acircumflex -110 KPX Y Adieresis -110 KPX Y Agrave -110 KPX Y Amacron -110 KPX Y Aogonek -110 KPX Y Aring -110 KPX Y Atilde -110 KPX Y O -35 KPX Y Oacute -35 KPX Y Ocircumflex -35 KPX Y Odieresis -35 KPX Y Ograve -35 KPX Y Ohungarumlaut -35 KPX Y Omacron -35 KPX Y Oslash -35 KPX Y Otilde -35 KPX Y a -85 KPX Y aacute -85 KPX Y abreve -85 KPX Y acircumflex -85 KPX Y adieresis -85 KPX Y agrave -85 KPX Y amacron -85 KPX Y aogonek -85 KPX Y aring -85 KPX Y atilde -85 KPX Y colon -92 KPX Y comma -92 KPX Y e -111 KPX Y eacute -111 KPX Y ecaron -111 KPX Y ecircumflex -111 KPX Y edieresis -71 KPX Y edotaccent -111 KPX Y egrave -71 KPX Y emacron -71 KPX Y eogonek -111 KPX Y hyphen -92 KPX Y i -37 KPX Y iacute -37 KPX Y iogonek -37 KPX Y o -111 KPX Y oacute -111 KPX Y ocircumflex -111 KPX Y odieresis -111 KPX Y ograve -111 KPX Y ohungarumlaut -111 KPX Y omacron -111 KPX Y oslash -111 KPX Y otilde -111 KPX Y period -92 KPX Y semicolon -92 KPX Y u -92 KPX Y uacute -92 KPX Y ucircumflex -92 KPX Y udieresis -92 KPX Y ugrave -92 KPX Y uhungarumlaut -92 KPX Y umacron -92 KPX Y uogonek -92 KPX Y uring -92 KPX Yacute A -110 KPX Yacute Aacute -110 KPX Yacute Abreve -110 KPX Yacute Acircumflex -110 KPX Yacute Adieresis -110 KPX Yacute Agrave -110 KPX Yacute Amacron -110 KPX Yacute Aogonek -110 KPX Yacute Aring -110 KPX Yacute Atilde -110 KPX Yacute O -35 KPX Yacute Oacute -35 KPX Yacute Ocircumflex -35 KPX Yacute Odieresis -35 KPX Yacute Ograve -35 KPX Yacute Ohungarumlaut -35 KPX Yacute Omacron -35 KPX Yacute Oslash -35 KPX Yacute Otilde -35 KPX Yacute a -85 KPX Yacute aacute -85 KPX Yacute abreve -85 KPX Yacute acircumflex -85 KPX Yacute adieresis -85 KPX Yacute agrave -85 KPX Yacute amacron -85 KPX Yacute aogonek -85 KPX Yacute aring -85 KPX Yacute atilde -85 KPX Yacute colon -92 KPX Yacute comma -92 KPX Yacute e -111 KPX Yacute eacute -111 KPX Yacute ecaron -111 KPX Yacute ecircumflex -111 KPX Yacute edieresis -71 KPX Yacute edotaccent -111 KPX Yacute egrave -71 KPX Yacute emacron -71 KPX Yacute eogonek -111 KPX Yacute hyphen -92 KPX Yacute i -37 KPX Yacute iacute -37 KPX Yacute iogonek -37 KPX Yacute o -111 KPX Yacute oacute -111 KPX Yacute ocircumflex -111 KPX Yacute odieresis -111 KPX Yacute ograve -111 KPX Yacute ohungarumlaut -111 KPX Yacute omacron -111 KPX Yacute oslash -111 KPX Yacute otilde -111 KPX Yacute period -92 KPX Yacute semicolon -92 KPX Yacute u -92 KPX Yacute uacute -92 KPX Yacute ucircumflex -92 KPX Yacute udieresis -92 KPX Yacute ugrave -92 KPX Yacute uhungarumlaut -92 KPX Yacute umacron -92 KPX Yacute uogonek -92 KPX Yacute uring -92 KPX Ydieresis A -110 KPX Ydieresis Aacute -110 KPX Ydieresis Abreve -110 KPX Ydieresis Acircumflex -110 KPX Ydieresis Adieresis -110 KPX Ydieresis Agrave -110 KPX Ydieresis Amacron -110 KPX Ydieresis Aogonek -110 KPX Ydieresis Aring -110 KPX Ydieresis Atilde -110 KPX Ydieresis O -35 KPX Ydieresis Oacute -35 KPX Ydieresis Ocircumflex -35 KPX Ydieresis Odieresis -35 KPX Ydieresis Ograve -35 KPX Ydieresis Ohungarumlaut -35 KPX Ydieresis Omacron -35 KPX Ydieresis Oslash -35 KPX Ydieresis Otilde -35 KPX Ydieresis a -85 KPX Ydieresis aacute -85 KPX Ydieresis abreve -85 KPX Ydieresis acircumflex -85 KPX Ydieresis adieresis -85 KPX Ydieresis agrave -85 KPX Ydieresis amacron -85 KPX Ydieresis aogonek -85 KPX Ydieresis aring -85 KPX Ydieresis atilde -85 KPX Ydieresis colon -92 KPX Ydieresis comma -92 KPX Ydieresis e -111 KPX Ydieresis eacute -111 KPX Ydieresis ecaron -111 KPX Ydieresis ecircumflex -111 KPX Ydieresis edieresis -71 KPX Ydieresis edotaccent -111 KPX Ydieresis egrave -71 KPX Ydieresis emacron -71 KPX Ydieresis eogonek -111 KPX Ydieresis hyphen -92 KPX Ydieresis i -37 KPX Ydieresis iacute -37 KPX Ydieresis iogonek -37 KPX Ydieresis o -111 KPX Ydieresis oacute -111 KPX Ydieresis ocircumflex -111 KPX Ydieresis odieresis -111 KPX Ydieresis ograve -111 KPX Ydieresis ohungarumlaut -111 KPX Ydieresis omacron -111 KPX Ydieresis oslash -111 KPX Ydieresis otilde -111 KPX Ydieresis period -92 KPX Ydieresis semicolon -92 KPX Ydieresis u -92 KPX Ydieresis uacute -92 KPX Ydieresis ucircumflex -92 KPX Ydieresis udieresis -92 KPX Ydieresis ugrave -92 KPX Ydieresis uhungarumlaut -92 KPX Ydieresis umacron -92 KPX Ydieresis uogonek -92 KPX Ydieresis uring -92 KPX a v -25 KPX aacute v -25 KPX abreve v -25 KPX acircumflex v -25 KPX adieresis v -25 KPX agrave v -25 KPX amacron v -25 KPX aogonek v -25 KPX aring v -25 KPX atilde v -25 KPX b b -10 KPX b period -40 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX b v -15 KPX comma quotedblright -45 KPX comma quoteright -55 KPX d w -15 KPX dcroat w -15 KPX e v -15 KPX eacute v -15 KPX ecaron v -15 KPX ecircumflex v -15 KPX edieresis v -15 KPX edotaccent v -15 KPX egrave v -15 KPX emacron v -15 KPX eogonek v -15 KPX f comma -15 KPX f dotlessi -35 KPX f i -25 KPX f o -25 KPX f oacute -25 KPX f ocircumflex -25 KPX f odieresis -25 KPX f ograve -25 KPX f ohungarumlaut -25 KPX f omacron -25 KPX f oslash -25 KPX f otilde -25 KPX f period -15 KPX f quotedblright 50 KPX f quoteright 55 KPX g period -15 KPX gbreve period -15 KPX gcommaaccent period -15 KPX h y -15 KPX h yacute -15 KPX h ydieresis -15 KPX i v -10 KPX iacute v -10 KPX icircumflex v -10 KPX idieresis v -10 KPX igrave v -10 KPX imacron v -10 KPX iogonek v -10 KPX k e -10 KPX k eacute -10 KPX k ecaron -10 KPX k ecircumflex -10 KPX k edieresis -10 KPX k edotaccent -10 KPX k egrave -10 KPX k emacron -10 KPX k eogonek -10 KPX k o -15 KPX k oacute -15 KPX k ocircumflex -15 KPX k odieresis -15 KPX k ograve -15 KPX k ohungarumlaut -15 KPX k omacron -15 KPX k oslash -15 KPX k otilde -15 KPX k y -15 KPX k yacute -15 KPX k ydieresis -15 KPX kcommaaccent e -10 KPX kcommaaccent eacute -10 KPX kcommaaccent ecaron -10 KPX kcommaaccent ecircumflex -10 KPX kcommaaccent edieresis -10 KPX kcommaaccent edotaccent -10 KPX kcommaaccent egrave -10 KPX kcommaaccent emacron -10 KPX kcommaaccent eogonek -10 KPX kcommaaccent o -15 KPX kcommaaccent oacute -15 KPX kcommaaccent ocircumflex -15 KPX kcommaaccent odieresis -15 KPX kcommaaccent ograve -15 KPX kcommaaccent ohungarumlaut -15 KPX kcommaaccent omacron -15 KPX kcommaaccent oslash -15 KPX kcommaaccent otilde -15 KPX kcommaaccent y -15 KPX kcommaaccent yacute -15 KPX kcommaaccent ydieresis -15 KPX n v -40 KPX nacute v -40 KPX ncaron v -40 KPX ncommaaccent v -40 KPX ntilde v -40 KPX o v -10 KPX o w -10 KPX oacute v -10 KPX oacute w -10 KPX ocircumflex v -10 KPX ocircumflex w -10 KPX odieresis v -10 KPX odieresis w -10 KPX ograve v -10 KPX ograve w -10 KPX ohungarumlaut v -10 KPX ohungarumlaut w -10 KPX omacron v -10 KPX omacron w -10 KPX oslash v -10 KPX oslash w -10 KPX otilde v -10 KPX otilde w -10 KPX period quotedblright -55 KPX period quoteright -55 KPX quotedblleft A -10 KPX quotedblleft Aacute -10 KPX quotedblleft Abreve -10 KPX quotedblleft Acircumflex -10 KPX quotedblleft Adieresis -10 KPX quotedblleft Agrave -10 KPX quotedblleft Amacron -10 KPX quotedblleft Aogonek -10 KPX quotedblleft Aring -10 KPX quotedblleft Atilde -10 KPX quoteleft A -10 KPX quoteleft Aacute -10 KPX quoteleft Abreve -10 KPX quoteleft Acircumflex -10 KPX quoteleft Adieresis -10 KPX quoteleft Agrave -10 KPX quoteleft Amacron -10 KPX quoteleft Aogonek -10 KPX quoteleft Aring -10 KPX quoteleft Atilde -10 KPX quoteleft quoteleft -63 KPX quoteright d -20 KPX quoteright dcroat -20 KPX quoteright quoteright -63 KPX quoteright r -20 KPX quoteright racute -20 KPX quoteright rcaron -20 KPX quoteright rcommaaccent -20 KPX quoteright s -37 KPX quoteright sacute -37 KPX quoteright scaron -37 KPX quoteright scedilla -37 KPX quoteright scommaaccent -37 KPX quoteright space -74 KPX quoteright v -20 KPX r c -18 KPX r cacute -18 KPX r ccaron -18 KPX r ccedilla -18 KPX r comma -92 KPX r e -18 KPX r eacute -18 KPX r ecaron -18 KPX r ecircumflex -18 KPX r edieresis -18 KPX r edotaccent -18 KPX r egrave -18 KPX r emacron -18 KPX r eogonek -18 KPX r g -10 KPX r gbreve -10 KPX r gcommaaccent -10 KPX r hyphen -37 KPX r n -15 KPX r nacute -15 KPX r ncaron -15 KPX r ncommaaccent -15 KPX r ntilde -15 KPX r o -18 KPX r oacute -18 KPX r ocircumflex -18 KPX r odieresis -18 KPX r ograve -18 KPX r ohungarumlaut -18 KPX r omacron -18 KPX r oslash -18 KPX r otilde -18 KPX r p -10 KPX r period -100 KPX r q -18 KPX r v -10 KPX racute c -18 KPX racute cacute -18 KPX racute ccaron -18 KPX racute ccedilla -18 KPX racute comma -92 KPX racute e -18 KPX racute eacute -18 KPX racute ecaron -18 KPX racute ecircumflex -18 KPX racute edieresis -18 KPX racute edotaccent -18 KPX racute egrave -18 KPX racute emacron -18 KPX racute eogonek -18 KPX racute g -10 KPX racute gbreve -10 KPX racute gcommaaccent -10 KPX racute hyphen -37 KPX racute n -15 KPX racute nacute -15 KPX racute ncaron -15 KPX racute ncommaaccent -15 KPX racute ntilde -15 KPX racute o -18 KPX racute oacute -18 KPX racute ocircumflex -18 KPX racute odieresis -18 KPX racute ograve -18 KPX racute ohungarumlaut -18 KPX racute omacron -18 KPX racute oslash -18 KPX racute otilde -18 KPX racute p -10 KPX racute period -100 KPX racute q -18 KPX racute v -10 KPX rcaron c -18 KPX rcaron cacute -18 KPX rcaron ccaron -18 KPX rcaron ccedilla -18 KPX rcaron comma -92 KPX rcaron e -18 KPX rcaron eacute -18 KPX rcaron ecaron -18 KPX rcaron ecircumflex -18 KPX rcaron edieresis -18 KPX rcaron edotaccent -18 KPX rcaron egrave -18 KPX rcaron emacron -18 KPX rcaron eogonek -18 KPX rcaron g -10 KPX rcaron gbreve -10 KPX rcaron gcommaaccent -10 KPX rcaron hyphen -37 KPX rcaron n -15 KPX rcaron nacute -15 KPX rcaron ncaron -15 KPX rcaron ncommaaccent -15 KPX rcaron ntilde -15 KPX rcaron o -18 KPX rcaron oacute -18 KPX rcaron ocircumflex -18 KPX rcaron odieresis -18 KPX rcaron ograve -18 KPX rcaron ohungarumlaut -18 KPX rcaron omacron -18 KPX rcaron oslash -18 KPX rcaron otilde -18 KPX rcaron p -10 KPX rcaron period -100 KPX rcaron q -18 KPX rcaron v -10 KPX rcommaaccent c -18 KPX rcommaaccent cacute -18 KPX rcommaaccent ccaron -18 KPX rcommaaccent ccedilla -18 KPX rcommaaccent comma -92 KPX rcommaaccent e -18 KPX rcommaaccent eacute -18 KPX rcommaaccent ecaron -18 KPX rcommaaccent ecircumflex -18 KPX rcommaaccent edieresis -18 KPX rcommaaccent edotaccent -18 KPX rcommaaccent egrave -18 KPX rcommaaccent emacron -18 KPX rcommaaccent eogonek -18 KPX rcommaaccent g -10 KPX rcommaaccent gbreve -10 KPX rcommaaccent gcommaaccent -10 KPX rcommaaccent hyphen -37 KPX rcommaaccent n -15 KPX rcommaaccent nacute -15 KPX rcommaaccent ncaron -15 KPX rcommaaccent ncommaaccent -15 KPX rcommaaccent ntilde -15 KPX rcommaaccent o -18 KPX rcommaaccent oacute -18 KPX rcommaaccent ocircumflex -18 KPX rcommaaccent odieresis -18 KPX rcommaaccent ograve -18 KPX rcommaaccent ohungarumlaut -18 KPX rcommaaccent omacron -18 KPX rcommaaccent oslash -18 KPX rcommaaccent otilde -18 KPX rcommaaccent p -10 KPX rcommaaccent period -100 KPX rcommaaccent q -18 KPX rcommaaccent v -10 KPX space A -55 KPX space Aacute -55 KPX space Abreve -55 KPX space Acircumflex -55 KPX space Adieresis -55 KPX space Agrave -55 KPX space Amacron -55 KPX space Aogonek -55 KPX space Aring -55 KPX space Atilde -55 KPX space T -30 KPX space Tcaron -30 KPX space Tcommaaccent -30 KPX space V -45 KPX space W -30 KPX space Y -55 KPX space Yacute -55 KPX space Ydieresis -55 KPX v a -10 KPX v aacute -10 KPX v abreve -10 KPX v acircumflex -10 KPX v adieresis -10 KPX v agrave -10 KPX v amacron -10 KPX v aogonek -10 KPX v aring -10 KPX v atilde -10 KPX v comma -55 KPX v e -10 KPX v eacute -10 KPX v ecaron -10 KPX v ecircumflex -10 KPX v edieresis -10 KPX v edotaccent -10 KPX v egrave -10 KPX v emacron -10 KPX v eogonek -10 KPX v o -10 KPX v oacute -10 KPX v ocircumflex -10 KPX v odieresis -10 KPX v ograve -10 KPX v ohungarumlaut -10 KPX v omacron -10 KPX v oslash -10 KPX v otilde -10 KPX v period -70 KPX w comma -55 KPX w o -10 KPX w oacute -10 KPX w ocircumflex -10 KPX w odieresis -10 KPX w ograve -10 KPX w ohungarumlaut -10 KPX w omacron -10 KPX w oslash -10 KPX w otilde -10 KPX w period -70 KPX y comma -55 KPX y e -10 KPX y eacute -10 KPX y ecaron -10 KPX y ecircumflex -10 KPX y edieresis -10 KPX y edotaccent -10 KPX y egrave -10 KPX y emacron -10 KPX y eogonek -10 KPX y o -25 KPX y oacute -25 KPX y ocircumflex -25 KPX y odieresis -25 KPX y ograve -25 KPX y ohungarumlaut -25 KPX y omacron -25 KPX y oslash -25 KPX y otilde -25 KPX y period -70 KPX yacute comma -55 KPX yacute e -10 KPX yacute eacute -10 KPX yacute ecaron -10 KPX yacute ecircumflex -10 KPX yacute edieresis -10 KPX yacute edotaccent -10 KPX yacute egrave -10 KPX yacute emacron -10 KPX yacute eogonek -10 KPX yacute o -25 KPX yacute oacute -25 KPX yacute ocircumflex -25 KPX yacute odieresis -25 KPX yacute ograve -25 KPX yacute ohungarumlaut -25 KPX yacute omacron -25 KPX yacute oslash -25 KPX yacute otilde -25 KPX yacute period -70 KPX ydieresis comma -55 KPX ydieresis e -10 KPX ydieresis eacute -10 KPX ydieresis ecaron -10 KPX ydieresis ecircumflex -10 KPX ydieresis edieresis -10 KPX ydieresis edotaccent -10 KPX ydieresis egrave -10 KPX ydieresis emacron -10 KPX ydieresis eogonek -10 KPX ydieresis o -25 KPX ydieresis oacute -25 KPX ydieresis ocircumflex -25 KPX ydieresis odieresis -25 KPX ydieresis ograve -25 KPX ydieresis ohungarumlaut -25 KPX ydieresis omacron -25 KPX ydieresis oslash -25 KPX ydieresis otilde -25 KPX ydieresis period -70 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Courier-Bold.afm0000644000000000000000000003574513772706672020334 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1989, 1990, 1991, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Mon Jun 23 16:28:00 1997 Comment UniqueID 43048 Comment VMusage 41139 52164 FontName Courier-Bold FullName Courier Bold FamilyName Courier Weight Bold ItalicAngle 0 IsFixedPitch true CharacterSet ExtendedRoman FontBBox -113 -250 749 801 UnderlinePosition -100 UnderlineThickness 50 Version 003.000 Notice Copyright (c) 1989, 1990, 1991, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. EncodingScheme AdobeStandardEncoding CapHeight 562 XHeight 439 Ascender 629 Descender -157 StdHW 84 StdVW 106 StartCharMetrics 315 C 32 ; WX 600 ; N space ; B 0 0 0 0 ; C 33 ; WX 600 ; N exclam ; B 202 -15 398 572 ; C 34 ; WX 600 ; N quotedbl ; B 135 277 465 562 ; C 35 ; WX 600 ; N numbersign ; B 56 -45 544 651 ; C 36 ; WX 600 ; N dollar ; B 82 -126 519 666 ; C 37 ; WX 600 ; N percent ; B 5 -15 595 616 ; C 38 ; WX 600 ; N ampersand ; B 36 -15 546 543 ; C 39 ; WX 600 ; N quoteright ; B 171 277 423 562 ; C 40 ; WX 600 ; N parenleft ; B 219 -102 461 616 ; C 41 ; WX 600 ; N parenright ; B 139 -102 381 616 ; C 42 ; WX 600 ; N asterisk ; B 91 219 509 601 ; C 43 ; WX 600 ; N plus ; B 71 39 529 478 ; C 44 ; WX 600 ; N comma ; B 123 -111 393 174 ; C 45 ; WX 600 ; N hyphen ; B 100 203 500 313 ; C 46 ; WX 600 ; N period ; B 192 -15 408 171 ; C 47 ; WX 600 ; N slash ; B 98 -77 502 626 ; C 48 ; WX 600 ; N zero ; B 87 -15 513 616 ; C 49 ; WX 600 ; N one ; B 81 0 539 616 ; C 50 ; WX 600 ; N two ; B 61 0 499 616 ; C 51 ; WX 600 ; N three ; B 63 -15 501 616 ; C 52 ; WX 600 ; N four ; B 53 0 507 616 ; C 53 ; WX 600 ; N five ; B 70 -15 521 601 ; C 54 ; WX 600 ; N six ; B 90 -15 521 616 ; C 55 ; WX 600 ; N seven ; B 55 0 494 601 ; C 56 ; WX 600 ; N eight ; B 83 -15 517 616 ; C 57 ; WX 600 ; N nine ; B 79 -15 510 616 ; C 58 ; WX 600 ; N colon ; B 191 -15 407 425 ; C 59 ; WX 600 ; N semicolon ; B 123 -111 408 425 ; C 60 ; WX 600 ; N less ; B 66 15 523 501 ; C 61 ; WX 600 ; N equal ; B 71 118 529 398 ; C 62 ; WX 600 ; N greater ; B 77 15 534 501 ; C 63 ; WX 600 ; N question ; B 98 -14 501 580 ; C 64 ; WX 600 ; N at ; B 16 -15 584 616 ; C 65 ; WX 600 ; N A ; B -9 0 609 562 ; C 66 ; WX 600 ; N B ; B 30 0 573 562 ; C 67 ; WX 600 ; N C ; B 22 -18 560 580 ; C 68 ; WX 600 ; N D ; B 30 0 594 562 ; C 69 ; WX 600 ; N E ; B 25 0 560 562 ; C 70 ; WX 600 ; N F ; B 39 0 570 562 ; C 71 ; WX 600 ; N G ; B 22 -18 594 580 ; C 72 ; WX 600 ; N H ; B 20 0 580 562 ; C 73 ; WX 600 ; N I ; B 77 0 523 562 ; C 74 ; WX 600 ; N J ; B 37 -18 601 562 ; C 75 ; WX 600 ; N K ; B 21 0 599 562 ; C 76 ; WX 600 ; N L ; B 39 0 578 562 ; C 77 ; WX 600 ; N M ; B -2 0 602 562 ; C 78 ; WX 600 ; N N ; B 8 -12 610 562 ; C 79 ; WX 600 ; N O ; B 22 -18 578 580 ; C 80 ; WX 600 ; N P ; B 48 0 559 562 ; C 81 ; WX 600 ; N Q ; B 32 -138 578 580 ; C 82 ; WX 600 ; N R ; B 24 0 599 562 ; C 83 ; WX 600 ; N S ; B 47 -22 553 582 ; C 84 ; WX 600 ; N T ; B 21 0 579 562 ; C 85 ; WX 600 ; N U ; B 4 -18 596 562 ; C 86 ; WX 600 ; N V ; B -13 0 613 562 ; C 87 ; WX 600 ; N W ; B -18 0 618 562 ; C 88 ; WX 600 ; N X ; B 12 0 588 562 ; C 89 ; WX 600 ; N Y ; B 12 0 589 562 ; C 90 ; WX 600 ; N Z ; B 62 0 539 562 ; C 91 ; WX 600 ; N bracketleft ; B 245 -102 475 616 ; C 92 ; WX 600 ; N backslash ; B 99 -77 503 626 ; C 93 ; WX 600 ; N bracketright ; B 125 -102 355 616 ; C 94 ; WX 600 ; N asciicircum ; B 108 250 492 616 ; C 95 ; WX 600 ; N underscore ; B 0 -125 600 -75 ; C 96 ; WX 600 ; N quoteleft ; B 178 277 428 562 ; C 97 ; WX 600 ; N a ; B 35 -15 570 454 ; C 98 ; WX 600 ; N b ; B 0 -15 584 626 ; C 99 ; WX 600 ; N c ; B 40 -15 545 459 ; C 100 ; WX 600 ; N d ; B 20 -15 591 626 ; C 101 ; WX 600 ; N e ; B 40 -15 563 454 ; C 102 ; WX 600 ; N f ; B 83 0 547 626 ; L i fi ; L l fl ; C 103 ; WX 600 ; N g ; B 30 -146 580 454 ; C 104 ; WX 600 ; N h ; B 5 0 592 626 ; C 105 ; WX 600 ; N i ; B 77 0 523 658 ; C 106 ; WX 600 ; N j ; B 63 -146 440 658 ; C 107 ; WX 600 ; N k ; B 20 0 585 626 ; C 108 ; WX 600 ; N l ; B 77 0 523 626 ; C 109 ; WX 600 ; N m ; B -22 0 626 454 ; C 110 ; WX 600 ; N n ; B 18 0 592 454 ; C 111 ; WX 600 ; N o ; B 30 -15 570 454 ; C 112 ; WX 600 ; N p ; B -1 -142 570 454 ; C 113 ; WX 600 ; N q ; B 20 -142 591 454 ; C 114 ; WX 600 ; N r ; B 47 0 580 454 ; C 115 ; WX 600 ; N s ; B 68 -17 535 459 ; C 116 ; WX 600 ; N t ; B 47 -15 532 562 ; C 117 ; WX 600 ; N u ; B -1 -15 569 439 ; C 118 ; WX 600 ; N v ; B -1 0 601 439 ; C 119 ; WX 600 ; N w ; B -18 0 618 439 ; C 120 ; WX 600 ; N x ; B 6 0 594 439 ; C 121 ; WX 600 ; N y ; B -4 -142 601 439 ; C 122 ; WX 600 ; N z ; B 81 0 520 439 ; C 123 ; WX 600 ; N braceleft ; B 160 -102 464 616 ; C 124 ; WX 600 ; N bar ; B 255 -250 345 750 ; C 125 ; WX 600 ; N braceright ; B 136 -102 440 616 ; C 126 ; WX 600 ; N asciitilde ; B 71 153 530 356 ; C 161 ; WX 600 ; N exclamdown ; B 202 -146 398 449 ; C 162 ; WX 600 ; N cent ; B 66 -49 518 614 ; C 163 ; WX 600 ; N sterling ; B 72 -28 558 611 ; C 164 ; WX 600 ; N fraction ; B 25 -60 576 661 ; C 165 ; WX 600 ; N yen ; B 10 0 590 562 ; C 166 ; WX 600 ; N florin ; B -30 -131 572 616 ; C 167 ; WX 600 ; N section ; B 83 -70 517 580 ; C 168 ; WX 600 ; N currency ; B 54 49 546 517 ; C 169 ; WX 600 ; N quotesingle ; B 227 277 373 562 ; C 170 ; WX 600 ; N quotedblleft ; B 71 277 535 562 ; C 171 ; WX 600 ; N guillemotleft ; B 8 70 553 446 ; C 172 ; WX 600 ; N guilsinglleft ; B 141 70 459 446 ; C 173 ; WX 600 ; N guilsinglright ; B 141 70 459 446 ; C 174 ; WX 600 ; N fi ; B 12 0 593 626 ; C 175 ; WX 600 ; N fl ; B 12 0 593 626 ; C 177 ; WX 600 ; N endash ; B 65 203 535 313 ; C 178 ; WX 600 ; N dagger ; B 106 -70 494 580 ; C 179 ; WX 600 ; N daggerdbl ; B 106 -70 494 580 ; C 180 ; WX 600 ; N periodcentered ; B 196 165 404 351 ; C 182 ; WX 600 ; N paragraph ; B 6 -70 576 580 ; C 183 ; WX 600 ; N bullet ; B 140 132 460 430 ; C 184 ; WX 600 ; N quotesinglbase ; B 175 -142 427 143 ; C 185 ; WX 600 ; N quotedblbase ; B 65 -142 529 143 ; C 186 ; WX 600 ; N quotedblright ; B 61 277 525 562 ; C 187 ; WX 600 ; N guillemotright ; B 47 70 592 446 ; C 188 ; WX 600 ; N ellipsis ; B 26 -15 574 116 ; C 189 ; WX 600 ; N perthousand ; B -113 -15 713 616 ; C 191 ; WX 600 ; N questiondown ; B 99 -146 502 449 ; C 193 ; WX 600 ; N grave ; B 132 508 395 661 ; C 194 ; WX 600 ; N acute ; B 205 508 468 661 ; C 195 ; WX 600 ; N circumflex ; B 103 483 497 657 ; C 196 ; WX 600 ; N tilde ; B 89 493 512 636 ; C 197 ; WX 600 ; N macron ; B 88 505 512 585 ; C 198 ; WX 600 ; N breve ; B 83 468 517 631 ; C 199 ; WX 600 ; N dotaccent ; B 230 498 370 638 ; C 200 ; WX 600 ; N dieresis ; B 128 498 472 638 ; C 202 ; WX 600 ; N ring ; B 198 481 402 678 ; C 203 ; WX 600 ; N cedilla ; B 205 -206 387 0 ; C 205 ; WX 600 ; N hungarumlaut ; B 68 488 588 661 ; C 206 ; WX 600 ; N ogonek ; B 169 -199 400 0 ; C 207 ; WX 600 ; N caron ; B 103 493 497 667 ; C 208 ; WX 600 ; N emdash ; B -10 203 610 313 ; C 225 ; WX 600 ; N AE ; B -29 0 602 562 ; C 227 ; WX 600 ; N ordfeminine ; B 147 196 453 580 ; C 232 ; WX 600 ; N Lslash ; B 39 0 578 562 ; C 233 ; WX 600 ; N Oslash ; B 22 -22 578 584 ; C 234 ; WX 600 ; N OE ; B -25 0 595 562 ; C 235 ; WX 600 ; N ordmasculine ; B 147 196 453 580 ; C 241 ; WX 600 ; N ae ; B -4 -15 601 454 ; C 245 ; WX 600 ; N dotlessi ; B 77 0 523 439 ; C 248 ; WX 600 ; N lslash ; B 77 0 523 626 ; C 249 ; WX 600 ; N oslash ; B 30 -24 570 463 ; C 250 ; WX 600 ; N oe ; B -18 -15 611 454 ; C 251 ; WX 600 ; N germandbls ; B 22 -15 596 626 ; C -1 ; WX 600 ; N Idieresis ; B 77 0 523 761 ; C -1 ; WX 600 ; N eacute ; B 40 -15 563 661 ; C -1 ; WX 600 ; N abreve ; B 35 -15 570 661 ; C -1 ; WX 600 ; N uhungarumlaut ; B -1 -15 628 661 ; C -1 ; WX 600 ; N ecaron ; B 40 -15 563 667 ; C -1 ; WX 600 ; N Ydieresis ; B 12 0 589 761 ; C -1 ; WX 600 ; N divide ; B 71 16 529 500 ; C -1 ; WX 600 ; N Yacute ; B 12 0 589 784 ; C -1 ; WX 600 ; N Acircumflex ; B -9 0 609 780 ; C -1 ; WX 600 ; N aacute ; B 35 -15 570 661 ; C -1 ; WX 600 ; N Ucircumflex ; B 4 -18 596 780 ; C -1 ; WX 600 ; N yacute ; B -4 -142 601 661 ; C -1 ; WX 600 ; N scommaaccent ; B 68 -250 535 459 ; C -1 ; WX 600 ; N ecircumflex ; B 40 -15 563 657 ; C -1 ; WX 600 ; N Uring ; B 4 -18 596 801 ; C -1 ; WX 600 ; N Udieresis ; B 4 -18 596 761 ; C -1 ; WX 600 ; N aogonek ; B 35 -199 586 454 ; C -1 ; WX 600 ; N Uacute ; B 4 -18 596 784 ; C -1 ; WX 600 ; N uogonek ; B -1 -199 585 439 ; C -1 ; WX 600 ; N Edieresis ; B 25 0 560 761 ; C -1 ; WX 600 ; N Dcroat ; B 30 0 594 562 ; C -1 ; WX 600 ; N commaaccent ; B 205 -250 397 -57 ; C -1 ; WX 600 ; N copyright ; B 0 -18 600 580 ; C -1 ; WX 600 ; N Emacron ; B 25 0 560 708 ; C -1 ; WX 600 ; N ccaron ; B 40 -15 545 667 ; C -1 ; WX 600 ; N aring ; B 35 -15 570 678 ; C -1 ; WX 600 ; N Ncommaaccent ; B 8 -250 610 562 ; C -1 ; WX 600 ; N lacute ; B 77 0 523 801 ; C -1 ; WX 600 ; N agrave ; B 35 -15 570 661 ; C -1 ; WX 600 ; N Tcommaaccent ; B 21 -250 579 562 ; C -1 ; WX 600 ; N Cacute ; B 22 -18 560 784 ; C -1 ; WX 600 ; N atilde ; B 35 -15 570 636 ; C -1 ; WX 600 ; N Edotaccent ; B 25 0 560 761 ; C -1 ; WX 600 ; N scaron ; B 68 -17 535 667 ; C -1 ; WX 600 ; N scedilla ; B 68 -206 535 459 ; C -1 ; WX 600 ; N iacute ; B 77 0 523 661 ; C -1 ; WX 600 ; N lozenge ; B 66 0 534 740 ; C -1 ; WX 600 ; N Rcaron ; B 24 0 599 790 ; C -1 ; WX 600 ; N Gcommaaccent ; B 22 -250 594 580 ; C -1 ; WX 600 ; N ucircumflex ; B -1 -15 569 657 ; C -1 ; WX 600 ; N acircumflex ; B 35 -15 570 657 ; C -1 ; WX 600 ; N Amacron ; B -9 0 609 708 ; C -1 ; WX 600 ; N rcaron ; B 47 0 580 667 ; C -1 ; WX 600 ; N ccedilla ; B 40 -206 545 459 ; C -1 ; WX 600 ; N Zdotaccent ; B 62 0 539 761 ; C -1 ; WX 600 ; N Thorn ; B 48 0 557 562 ; C -1 ; WX 600 ; N Omacron ; B 22 -18 578 708 ; C -1 ; WX 600 ; N Racute ; B 24 0 599 784 ; C -1 ; WX 600 ; N Sacute ; B 47 -22 553 784 ; C -1 ; WX 600 ; N dcaron ; B 20 -15 727 626 ; C -1 ; WX 600 ; N Umacron ; B 4 -18 596 708 ; C -1 ; WX 600 ; N uring ; B -1 -15 569 678 ; C -1 ; WX 600 ; N threesuperior ; B 138 222 433 616 ; C -1 ; WX 600 ; N Ograve ; B 22 -18 578 784 ; C -1 ; WX 600 ; N Agrave ; B -9 0 609 784 ; C -1 ; WX 600 ; N Abreve ; B -9 0 609 784 ; C -1 ; WX 600 ; N multiply ; B 81 39 520 478 ; C -1 ; WX 600 ; N uacute ; B -1 -15 569 661 ; C -1 ; WX 600 ; N Tcaron ; B 21 0 579 790 ; C -1 ; WX 600 ; N partialdiff ; B 63 -38 537 728 ; C -1 ; WX 600 ; N ydieresis ; B -4 -142 601 638 ; C -1 ; WX 600 ; N Nacute ; B 8 -12 610 784 ; C -1 ; WX 600 ; N icircumflex ; B 73 0 523 657 ; C -1 ; WX 600 ; N Ecircumflex ; B 25 0 560 780 ; C -1 ; WX 600 ; N adieresis ; B 35 -15 570 638 ; C -1 ; WX 600 ; N edieresis ; B 40 -15 563 638 ; C -1 ; WX 600 ; N cacute ; B 40 -15 545 661 ; C -1 ; WX 600 ; N nacute ; B 18 0 592 661 ; C -1 ; WX 600 ; N umacron ; B -1 -15 569 585 ; C -1 ; WX 600 ; N Ncaron ; B 8 -12 610 790 ; C -1 ; WX 600 ; N Iacute ; B 77 0 523 784 ; C -1 ; WX 600 ; N plusminus ; B 71 24 529 515 ; C -1 ; WX 600 ; N brokenbar ; B 255 -175 345 675 ; C -1 ; WX 600 ; N registered ; B 0 -18 600 580 ; C -1 ; WX 600 ; N Gbreve ; B 22 -18 594 784 ; C -1 ; WX 600 ; N Idotaccent ; B 77 0 523 761 ; C -1 ; WX 600 ; N summation ; B 15 -10 586 706 ; C -1 ; WX 600 ; N Egrave ; B 25 0 560 784 ; C -1 ; WX 600 ; N racute ; B 47 0 580 661 ; C -1 ; WX 600 ; N omacron ; B 30 -15 570 585 ; C -1 ; WX 600 ; N Zacute ; B 62 0 539 784 ; C -1 ; WX 600 ; N Zcaron ; B 62 0 539 790 ; C -1 ; WX 600 ; N greaterequal ; B 26 0 523 696 ; C -1 ; WX 600 ; N Eth ; B 30 0 594 562 ; C -1 ; WX 600 ; N Ccedilla ; B 22 -206 560 580 ; C -1 ; WX 600 ; N lcommaaccent ; B 77 -250 523 626 ; C -1 ; WX 600 ; N tcaron ; B 47 -15 532 703 ; C -1 ; WX 600 ; N eogonek ; B 40 -199 563 454 ; C -1 ; WX 600 ; N Uogonek ; B 4 -199 596 562 ; C -1 ; WX 600 ; N Aacute ; B -9 0 609 784 ; C -1 ; WX 600 ; N Adieresis ; B -9 0 609 761 ; C -1 ; WX 600 ; N egrave ; B 40 -15 563 661 ; C -1 ; WX 600 ; N zacute ; B 81 0 520 661 ; C -1 ; WX 600 ; N iogonek ; B 77 -199 523 658 ; C -1 ; WX 600 ; N Oacute ; B 22 -18 578 784 ; C -1 ; WX 600 ; N oacute ; B 30 -15 570 661 ; C -1 ; WX 600 ; N amacron ; B 35 -15 570 585 ; C -1 ; WX 600 ; N sacute ; B 68 -17 535 661 ; C -1 ; WX 600 ; N idieresis ; B 77 0 523 618 ; C -1 ; WX 600 ; N Ocircumflex ; B 22 -18 578 780 ; C -1 ; WX 600 ; N Ugrave ; B 4 -18 596 784 ; C -1 ; WX 600 ; N Delta ; B 6 0 594 688 ; C -1 ; WX 600 ; N thorn ; B -14 -142 570 626 ; C -1 ; WX 600 ; N twosuperior ; B 143 230 436 616 ; C -1 ; WX 600 ; N Odieresis ; B 22 -18 578 761 ; C -1 ; WX 600 ; N mu ; B -1 -142 569 439 ; C -1 ; WX 600 ; N igrave ; B 77 0 523 661 ; C -1 ; WX 600 ; N ohungarumlaut ; B 30 -15 668 661 ; C -1 ; WX 600 ; N Eogonek ; B 25 -199 576 562 ; C -1 ; WX 600 ; N dcroat ; B 20 -15 591 626 ; C -1 ; WX 600 ; N threequarters ; B -47 -60 648 661 ; C -1 ; WX 600 ; N Scedilla ; B 47 -206 553 582 ; C -1 ; WX 600 ; N lcaron ; B 77 0 597 626 ; C -1 ; WX 600 ; N Kcommaaccent ; B 21 -250 599 562 ; C -1 ; WX 600 ; N Lacute ; B 39 0 578 784 ; C -1 ; WX 600 ; N trademark ; B -9 230 749 562 ; C -1 ; WX 600 ; N edotaccent ; B 40 -15 563 638 ; C -1 ; WX 600 ; N Igrave ; B 77 0 523 784 ; C -1 ; WX 600 ; N Imacron ; B 77 0 523 708 ; C -1 ; WX 600 ; N Lcaron ; B 39 0 637 562 ; C -1 ; WX 600 ; N onehalf ; B -47 -60 648 661 ; C -1 ; WX 600 ; N lessequal ; B 26 0 523 696 ; C -1 ; WX 600 ; N ocircumflex ; B 30 -15 570 657 ; C -1 ; WX 600 ; N ntilde ; B 18 0 592 636 ; C -1 ; WX 600 ; N Uhungarumlaut ; B 4 -18 638 784 ; C -1 ; WX 600 ; N Eacute ; B 25 0 560 784 ; C -1 ; WX 600 ; N emacron ; B 40 -15 563 585 ; C -1 ; WX 600 ; N gbreve ; B 30 -146 580 661 ; C -1 ; WX 600 ; N onequarter ; B -56 -60 656 661 ; C -1 ; WX 600 ; N Scaron ; B 47 -22 553 790 ; C -1 ; WX 600 ; N Scommaaccent ; B 47 -250 553 582 ; C -1 ; WX 600 ; N Ohungarumlaut ; B 22 -18 628 784 ; C -1 ; WX 600 ; N degree ; B 86 243 474 616 ; C -1 ; WX 600 ; N ograve ; B 30 -15 570 661 ; C -1 ; WX 600 ; N Ccaron ; B 22 -18 560 790 ; C -1 ; WX 600 ; N ugrave ; B -1 -15 569 661 ; C -1 ; WX 600 ; N radical ; B -19 -104 473 778 ; C -1 ; WX 600 ; N Dcaron ; B 30 0 594 790 ; C -1 ; WX 600 ; N rcommaaccent ; B 47 -250 580 454 ; C -1 ; WX 600 ; N Ntilde ; B 8 -12 610 759 ; C -1 ; WX 600 ; N otilde ; B 30 -15 570 636 ; C -1 ; WX 600 ; N Rcommaaccent ; B 24 -250 599 562 ; C -1 ; WX 600 ; N Lcommaaccent ; B 39 -250 578 562 ; C -1 ; WX 600 ; N Atilde ; B -9 0 609 759 ; C -1 ; WX 600 ; N Aogonek ; B -9 -199 625 562 ; C -1 ; WX 600 ; N Aring ; B -9 0 609 801 ; C -1 ; WX 600 ; N Otilde ; B 22 -18 578 759 ; C -1 ; WX 600 ; N zdotaccent ; B 81 0 520 638 ; C -1 ; WX 600 ; N Ecaron ; B 25 0 560 790 ; C -1 ; WX 600 ; N Iogonek ; B 77 -199 523 562 ; C -1 ; WX 600 ; N kcommaaccent ; B 20 -250 585 626 ; C -1 ; WX 600 ; N minus ; B 71 203 529 313 ; C -1 ; WX 600 ; N Icircumflex ; B 77 0 523 780 ; C -1 ; WX 600 ; N ncaron ; B 18 0 592 667 ; C -1 ; WX 600 ; N tcommaaccent ; B 47 -250 532 562 ; C -1 ; WX 600 ; N logicalnot ; B 71 103 529 413 ; C -1 ; WX 600 ; N odieresis ; B 30 -15 570 638 ; C -1 ; WX 600 ; N udieresis ; B -1 -15 569 638 ; C -1 ; WX 600 ; N notequal ; B 12 -47 537 563 ; C -1 ; WX 600 ; N gcommaaccent ; B 30 -146 580 714 ; C -1 ; WX 600 ; N eth ; B 58 -27 543 626 ; C -1 ; WX 600 ; N zcaron ; B 81 0 520 667 ; C -1 ; WX 600 ; N ncommaaccent ; B 18 -250 592 454 ; C -1 ; WX 600 ; N onesuperior ; B 153 230 447 616 ; C -1 ; WX 600 ; N imacron ; B 77 0 523 585 ; C -1 ; WX 600 ; N Euro ; B 0 0 0 0 ; EndCharMetrics EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/DejaVuSans.ttc0000644000000000000000000470434413772706672020102 0ustar rootrootttcf FFTMp˜°LˆGDEFм$¤’GPOS?‹¿ 8GSUB—[r8¦@rOS/2Y-v-»´VcmapïÊr¼ þcvt i9Ò þfpgmq4vjÔ «gaspÔ¸ glyf´$ F<B¨headqPšÔÄ6hheap3è$$hmtxøˤ‱ÜlocaGFr¨”\±àmaxp2¼ŒH namelM Ôü=postHÎu!·5prep;ñÉ<h FFTMp˜°LˆGDEF`…wpΤGPOS}¬•TÐĆôGSUBve!W¸OS/2RV˜lÔVcmapfˆ]²m,-¹1šhTfpgm[k𜼬gaspÔ¸ glyf´$ F<B¨headrPšh6hheap3è$$hmtxøˤ‱ÜlocaGFr¨”\±àmaxp2¼ŒH namer›å =5postHÎu!·5prep|a¢çÚØ§mþ!ù2,w,wT+x ™í!ÔÍÎ?×?Î?×? &.Y°±ÅÆÆÇÊËÌÍÑÒÓÔäåéêóôôõõöö÷ÿ          $%%&JKKLNOSTrs€‘:;;<=>EFLMRSòóøù     $ % ' ( z { { | ‹ Œ ’ “ “ ” — ˜ ™ š ± ² ³ ´ Ì Í Í Î¤¥±²²³³´ÝÞÞßQRRSSTTUWXXYcdØÙàḹÃÄ yzz{Û±ÆÇÊÍרØÙÙÚäêíîõöö÷÷øúûýþÿ Ü\DFLTzarab†armn¨brai´cansÀcherÌcyrlØgeorôgrekhanihebrkana*lao 6latnFmath†nko ’ogam runr¬tfng¸thaiÆÿÿKUR SND URD ÿÿÿÿÿÿÿÿÿÿMKD SRB ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ4ISM 4KSM 4LSM 4MOL 4NSM 4ROM 4SKS 4SSM 4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ kern8kern@markFmarkNmarkTmarkbmkmkjmkmkrmkmkx    "*2:BLT\dlt|„Œž¦ŒÞ¦ØfF ü f Ì!Ê#ˆ7Ê8ò:¢X  &,ý„öýlwýlwýlwýfný„ö;>?@ADMR &,28ýl`ýl~ýl~ýl`ýl~ýl`Z&” #HNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöüþýÞþýÞþþþþþýÚþþþþþþþþ‰þþ‰þþ‰þýÚþþþþtþþtþþþþþþ;þþþþþþ8þþ8þþ8þþ¿þýÚþþþþþþ þþþþþþþþþþþþþýÚÇÊÍÑÔâ êíøúþÿ!" ÇÊÍÑÔ× Úâ êíøúþÿ !†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FþþþþþþþþþþþþþþþþþþþþþþþþþþþþþþþþþBÞŽ :v|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌþhþhþhþ=þþþDþþþÅþþhþhþ¨þ¨þhþVþDþ“þþhþhþ=þÐþDþDþþþþÚþnnnnþþþþþhþhþþþþþþþþøþøþøþøþøþøþÛþøþøþ±Âîîðóõõ÷÷ûý   !óø# Œ ’)¹¹0»»1½Ã2zz9 ±Âîîðóõõ÷÷ûýóø Œ ’%¹Ã,zz78âèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,þ{þ{þ{þ°þþþþþþ{þ{þ{þ{þ{þ{þ{þþþþþ{þ{þ°þþþþ{þ{þ{þþ{þþþþþ{þ{þþþþþþþþ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{¸®Ú $6HZl~ cÿœÈÿj cÿœÈÿj cÿœÈÿj cÿœÈÿj cÿœÈýÚ cÿœÈýÚ cÿœÈÿj cÿœÈÿjÙà%ux}>DJPV\bhntz€†Œ’¨VÌ iÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DÞUÛø«,«Áå£!ì¸þ8©|ÿúšQþ'Änâââÿœÿœôþ ýÚ¼þpÿœ„þpôÿj„ÿj„ÿj,ýv,ý¨,ývÂÿjÂÿjôþ ôþ Xý¨Xý¨Xý¨XýD[ÿj[ÿj×ý¨×ý¨,ÿœ ÿ8¼ýÚ ÿ8¼þ>ðý¨îþ>ôÿjôþ ¼þp¼ýÚ„ÿj¼ýÚ„ÿj„ÿj„ý¨„þ^„ÿj„ý¨„ÿj„ý¨,ý¨,ý¨,ý¨,ý¨,ý¨,ý¨,ý¨Âÿjôþ^ôþpôþpÂÿjóþ¢ÂÿjÂÿjÂÿjôþ ôþ ôþ ôþ ôþ ôþ ôþ ôþ ôþ Xý¨Xý¨Xý¨Xý¨Xý¨[ÿj×ý¨ ÿ8¶þp¶þp ÿ8¶ýv ÿ8¼ýÚ¼ýÚ ÿj ÿj ÿj ÿ8 ÿ8 ýv ÿj ÿj ÿj þp ýD ÿj¼þ>¼þ>¼þ>îü®ýDîþ>îþ>ýîþ> ÿj,ý¨ôþ ¼þp¼þpôÿjI«^`’k/©ÕÝ#€eÝ€YYY„ý¨„ý¨+ýÚ+ýÚ„ý¨„ý¨+ýÚ+ýÚ„ý¨„ý¨+ýÚ+ýÚ„ÿj„ÿj+ÿœ+ÿœ„ÿj„ÿj+ÿœ+ÿœ„ÿj„ÿj+ÿœ+ÿœ ÿ8 ÿ8ôÿjÿj ÿ8 ÿ8ôÿjÿj,ý¨,ý¨Xþ Xþ ,ý¨,ý¨XÿXÿ,ý¨,ý¨Xþ Xþ ,ý¨,ý¨Xþ Xþ óþ¢óþ¢ÂÿjÂÿjÂÿjÂÿjÂÿjÂÿjôþ ôþ ôþ ôþ  ÿj ÿj,ÿj,ÿj ÿj ÿj,ÿj,ÿj ýD ýDývýv ÿj ÿj,ÿj,ÿjîþ>îý¨îþ>îý¨+ÿœ+ÿœ ÿjRý¨Âÿjôý¨ ÿ8 ÿ8,ÿj,ÿjôþ ôþ +ÿœ+ÿœ¼þp¼þp+þ¢+þ¢,ÿœ,ÿœ,ÿœÅÿœ,þ ,ÿœ,ÿœ,ÿœ,ÿœ,þÔ,þÔ,ÿœ,ÿœ,ÿœ,ÿœô2ÿœÿœÿœÿœôþ ôþ ý¨ý¨¼þp¼þp+ÿœ+ÿœÿœÿœ„þp„þp+þ¢+þ¢ôÿjôÿj„ÿj„ÿj+ÿœ+ÿœ„ÿj„ÿj+ÿœ+ÿœ,ý¨,ý¨Xþ¢Xþ¢,ý¨,ý¨XÿœXÿœ,ý¨,ý¨XÿœXÿœÂÿjÂÿjÂÿjÂÿjôþ ôþ ôþ ôþ Xý¨Xý¨ŠÿjŠÿjXý¨Xý¨ŠÿjŠÿjXý¨Xý¨&ÿj&ÿjXý¨Xý¨&ÿj&ÿj[ÿj[ÿjSÿjSÿj[ÿj[ÿjSÿjSÿjŠý¨×ý¨XÿœîÿœŠý¨×ý¨Xÿœîÿœ ÿ8 ÿ8ôÿjÿj¼ýÚ¼ý¨ôÿjÿj ÿ8 ÿ8,ÿj,ÿj¼þ>¼þ>SÿœSÿœðý¨ðý¨&ÿj&ÿjîþ>îý¨+ÿœ+ÿœôÿjôÿjÂÿjôý¨ôþ ôþ ¼þp¼þp¼ýÚ¼ýÚ+þ¢+þ¢„ÿj+ÿœ+ÿœ ÿ8ôÿjÿj¼ý™ôÿjÿj+ÿœ+ÿœ„þ^+þÂ+þ„ÿj+ÿœ+ÿœ,ý¨XÿœXÿœ,ý¨XÿœXÿœ,ý¨XÿœXÿœ,ý¨Xþ Xþ ôþ ôþ ¼þ>SÿœSÿœ¼þp+þ¢+þ¢ôþ ôÿjIII«««^^^```’’’kkk///©©©ÕÕÕÝÝÝ###€€€eeeÝÝÝ€€€YYYYYYYYYôþ^ôþpôþpÂÿjÂÿjôþ ôþ ôþ ôþ ôþ Xý¨èþpèþpXý¨èýÚèýÚXý¨èýÚèýÚXý¨ þp þpXý¨&ÿj&ÿj[ÿjSÿjSÿj×ý¨Xÿœîÿœ¶þpóþ¢óþ¢¶þpóþ¢óþ¢¶ývôý¨ôý¨¼ý™ôÿjÿj¼ý™ôÿjÿj ÿj¤ÿj¤ÿj ÿj,ÿj,ÿj ÿ8,ÿj,ÿj ývý¨ý¨ ÿj,ÿj,ÿj þpþ¢þ¢ ÿj,ÿj,ÿj¼þ>SÿœSÿœ¼þ>SÿœSÿœîü®+ýÚIýÚü•+þ¢+þ¢üc+þÂ+þÂîý¨+ÿœ+ÿœ &COrŽB’ÜDñß@­UØÊÔ“Öçž °  ¹ yº‡Û%ux}BHNTZ`flrx~„Š–œÿÿôÆú 06<BHNTZ`flrx~„Š–œ¢¨®´cŒÑ0ò0¬0™080µ00q=i0Õ0è0«0Ø10Íf0ä0j=Æ0P&,.244 67 9:<@±±™0¸®è $6HZl~ cr– cr– cr–ä cr–ä cr–Ü cr–Ü cr–Ü cr–ÜÙàKstvwyz{|~²Z`flrx~„Š–œ¢¨®´ºÀÆÌÒØ`°°°°°°°°°°°°`°°°°°°°°Ü~ Nž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flR``S`ž4Âârôr„èÂL„R„LŠèŠèŠâèâ¼î¼èX X X X [r[rÂ~Âx,°¼LôL¼ÜŠŠ¶ŠèÂRôîôîôî„èôL„â„L„è„R„è„è„L„芊܊èŠèŠÜŠèŠèÂ@èèÂ@ÂâèÂܪÂܼx¼°¼î¼î¼î¼î¼è¼â¼âX X X X X [rôr¼L¼L¼L¼L¼L¼LôLôLôxôxôx99¼Üôxôxôxôxôxôx¼4¼4¼fŠŠèŠî¼_Šè¼âRLŠâôâôîôâÂRðIð«ð^ððð`ððàððnðð§ð©ðËðÝð#ðò€òðð”ðÝð€òYððððYðYð„è„è+è+è„è„è+è+è„è„è+è+è„L„L++„L„L++„â„â+ª+ª¼L¼Lô@ª¼L¼Lô@ªŠèŠèXèXèŠèŠèXèXèŠèŠèXèXèŠèŠèXèXèèèÂâÂâÂÜÂÜÂ@Â@¼â¼â¼x¼xôxôxúúôxôxú¤ú¤ôxôxú¤ú¤ôxôxllŠîŠŠ¼_¼e+ª+ªRLR ôLô 99žžôâôâ+è+èôîXV+è+è,¤,¤,:Ű,°,Ü,Ü,:,:,°,°,,,:,:ÂLÐИ˜ÂâÂârrôX+F+Frr„è„è+è+èÂL&L„R„R++„L„L++ŠèŠèXèXèŠèŠèXèXèŠâŠâX~X~èèââ¼î¼î¼è¼èX X ЄЄX X RâRâX X & & X X &è&è[r[rSrSr[r[rSrSrÂ~ôèÂ~îèÂxô~Âxî~¼L¼LôF°ôLôRôF°¼Ü¼ÜúúŠŠSrSrжŠR&R&RŠèŠî++ÂR&RôLô ôîôîôîXVôîXî+è+è„è+è+è¼LôL¶ôRôL¶++„R++„è++ŠXªXªŠÜXxXxŠÜXxXxŠâX~X~¼î¼î¼4S4S4¼¶+°+°¼°&RðððIðIðIð«ð«ð«ð^ð^ð^ððððððð`ð`ð`ððððàðàðàððððnðnðnðððð§ð§ð§ð©ð©ð©ðËðËðËðÝðÝðÝð#ð#ð#ðòòò€ò€ò€òðððððð”ð”ð”ðÝðÝðÝð€ò€ò€òYðYðYððððððððððYðYðYðYðYðYðèèÂ@ªÂܼî¼î¼î¼è¼âX RRX ЄЄX RâRâX & & X XâXâ[rSrSrôxôrîx¼LôL¶¼LôF°¼LôL¶ôRôF°ôRô@ªôxxxxxôxúú9¤¤¼Üúúôxú¤ú¤ôxú¤ú¤ôxff¼4S4S4¼fSfSfŠSrSrŠî++Šî++¼è++''11::OrŽ'’Ü)ñtß@’UØôÊÔxÖçƒ •  ž yŸ‡ÛùKstvwyz{|~²z€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(`°°°°°°°°°°°°{{{{{{{{`°°°°°°°°ö <BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞä]xÜþxÿ@€[")ÿ@>Eö"~~€x2 x::8]^BCE"> @FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîô]kxyyÜyšxy€z[f"w)h>yEy`Pö["~[~t`€zxy2{` ”ˆuxJJ:ˆ:ˆ8LL[[]^ ;>?@ADMNOPQR 28>DJPV\bhnttbbbbt`~~`~` Z ¦þR© ÇÊÍÑÔ× Úä êíøúþÿ!"#ޔ𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZþÿÿþÿÿþþþÿþþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿþþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿŒ¶” •,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððð#$=D]šš4ºº5ÆÇ6ÐÑ8óó:();AA=HH>QR?YYAaaBy{CFGHI**J77KTTLÌÌM  NáãXæç[íí]ñò^þ`do#y(+~2>‚@Dêê”RT ððbNj $*06<Jìm–s}ìPþ‰ÃÐÕí-  ±² þ{þ{ŒÖ’ Y´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÿL-ž./++'¢î¾Ñ¦f–s.}////'sÑÿþ€Ñþ€–////s}\'Ä/'¾–ˆþR///‡ÂRJsþR//'s{y5D;Í+¢.’/}þRY$&'(+,01268=DFGHKLPQRVX]ޑ𮝰±ºÃÆÇÕêëìíîïòó-HQRYayz{‘’ÊËÌÍ*7T ' ( Á Âáí   89<=>Cê†ØþÈ – ±djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „‹‹‹‹‹‹‹‹‹‹¼¼Lìžž\/.þRž™sõ'ž'}“sî¼õÍr¾J·¤f–;¦þR¦þR¦é¦s¦þRˆþR%ô}^Gb`þR////'ã}sJÿþ€Ñþ€ìf–Ð////¦‰þRssô};·\f'Ä7þR/'þz`þR¾–ˆþR///¦ô¼î¼ž”.þRþR'}r`þR‡TÖ¦TþRTcRRJ@@îþRjþRjþR¦bþRb}þR¦¦þR€™þþRîþRééþRéþR‰þR‰þR‰sé¦þR555þRþRaþRƒt;Q'þRþRþRñþRþRþRôþR}}^G^dþRþRþR°:°:þR'aH¦£ÿöþR«þR_ˆþR°:þþþRþGþRŽ þR~þRJ}'/'}ž¦'}^T¦TT@¦X‚}±½½½Tg^GþX^¦þRìfìþ‰fþ‰ìþ¿fþ¿ìþtfþtìþfþ//“èLBRþRfÖÞ,4$þR'„˜_úzþRf4÷ÆŽLÆó}÷`þRüe·™™žTô¦ž¦¾'sþR¼Ãÿä^õG^£5sÔ“þR¾þR/þR‰þRwþRžþRJþVÑ1×ÅÑüvüvÿöüvþRž®•’Ë®;Ínž¦þRªÄþR'ˆþRÛþR þR¦þR÷þRõ¦\¦þRž¦õ¦}“%f©L5s/Ìõî<\’‘þRô&ÕRäx9Ô´\‹‹w‹‹‹‹‹‹‹þRŠÇ}þR]$= D]$Ž‘>ššB¨¨C®²DººIÃÃJÆÇKÐÑMÕÕOéïPòóWúúY  Z[()\--^AA_EE`HHaNNbQRcTTeYYfaagllhvviy{j‘’mÊÍoöøs vJ~Lg»ik×mmÚFFÛIIÜLL݈ˆÞššßêëàâ""ä33å66æ|}çcdéfkënvñz~ú‚‡ÿÌÌ   ' ( Á  ó ô • •   ¢ ¤ § § ª ¯ ¶ ¶% º º& ¾ ¿' Á Ã) Å Å, Ç Ë- Î Ñ2 Æ Æ6ÔÔ7Ö×8Ùê:ìîLñòO88QþRVX#d(+t1DxasŒ‹‹Ÿ ÂË¡êë«­  ®¯††° ÇÊÍÑÔ× Úä êíøúþÿ!"#ޔ𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZþÿÿþÿÿþþþÿþþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿþþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿþÿÿ8j„ gÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨°¶¾ÄÌÒØÞäêðöü "(06<BHNTZ`fntz‚ˆŽ”œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ $*06<BJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàèîôú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü "(.4:@FNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ $*06<BHNTZ`flrx~„Š’˜ž¤ª°¶¼ÂÈÎÔÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV‹ð‹ð‹ð‹ð‹ð‹ð‹ð‹ð‹ð‹ð¼ð¼ðLðìðžðžð\ðð/ð.ðžð*ðsðõð'ðžð'ð}ð“ðsðîð¼ðõðÍðrð¾ðJ{#ð¤{þð–{àðj{ð//ððé{‰{s{ ¦{o{{'{ð}{^{G{b{`{{'ðã{¦{}ðs{ð¼ðJ{#þðªðQð{¦{‰{{sðð}{àððð\ðLðþðXð'ðÄðžð;ð\ð¿ð/ð/ððð‚ðõð'ððÀð'{ððsððsð§ðrð`{¾ð{¾ð–ðˆ{'ðð‰{ð{¼ðîð¼ðžð{.ð/'ð}ð{rð`{‡{T{Ö{ðÎ{¦{þðþðc{R{R{J|@{@{î{{jðj{¦{b{b{}{ðð/{€{™ðþðððé{é{é{‰{‰{‰{s{{é{¦ð3{3ð3{^{a{p{‚{;{Q{'{ððñ{ð{ð}{}{^{G{^ðd{{{{{°ð:ð°ð:ð'ða{H{¦ð£{/«{{jð°ð:ðþðþðþðGðŽ{ ððJ{~ð^{}ðJ|Eð‰{}ð{£{‚ð‡{{Eð}{p{¦{t{}{j{{ª{b{¤{^{~ð~ð ðî{}{t{^{ï{¦{¦{/'ð¦{ò{ð¦{Hð“ð/ðÕðrðð¼ð¼ð¼ð™ðtðžðOðsðõðîð}ðsðð'ððžðLðsðoðqðÍðð²ðGðGðYð‡ð¼ðNðsðàðT{›ða{E{ö{{›{@{‚{t{ø{{‚{}{{¦{¦{T{`{kðb{{K{©{©{{{{²{ö{t{¦{'{///ú{ó{4ð{¼ð^{óðc{sðö{„ð"{Oð–{,ðs{Oð–{ð%ú'ð}{ð•{žð¦{Oð›{îðt{îðt{îðððe{ðsðK{£{‰{{'ð}{E{Íðb{ø{îðt{ø{‚{^{{{T{¦{TƒT{{@{¦{{{‚{}{±{½{½{½{{{{{T{g{b{^{G{{þ{{^{ø{¦{ìðþðìðþðìðþðìðþð“ðèðLðBðRðfðÆðÖðÞð,ð4â${ð'ð „ð˜ð_âúâzðfð4ðÊDÆðŽðLððÆðóçç}1÷{`{üðeðð*ðð*ðžð}ðT{ðððžðð¾ð{'ðsð¼ðÃÓ^{õðG{^{ð£{ª{3ðs{Ô{“ð¾ðˆðžð/ð³ð {0ðÆ{™ðö{Õð{™ð{'ðlðÚ{nð{T{T{ððwðžðJ{{ðÑ{1ð×{ÅðÑ{üðv{üðvqüðv{žðð*ð’ð\ð®ð;ðÍ{nð{žð¦{ªðÄ{'ðo{ððÛð{ðð‰{²ð÷ðõð‰{\ðj{žððõð‰{}ð{“ð'{fð©{Lð5ðsð/ˆÌðõðîð<ðð\ð’ð‘ððôðð&ððÕðRðäðx÷9÷Ô÷´{\{‹ð‹ðwð‹ð‹ð‹ð‹ð‹ð‹ð‹ðõð{{êðð{{{Çð}{w$= D]$šš>¨©?²²AººBÀÀCÆÇDÑÑFèéGóóIúúJ  KL()M55OABPEERHISNNUPVVXY][]___baacffdijelpgt{l¬¬töùu yJLg¾ikÚmmÝE]Þde÷iiùkkúmmûooüwwý„ŠþŒŒ˜šž £¬ ®ÌÎã5èïKóS b"#h*+j.6l@@uMMvXXw^^xbby|}z‹‹|’“}§§²³€µµ‚··ƒck„nwz~—‡œ‹‹£Ì̤  ¥ ó ô­ • •¯  ° ¢ ¤´ § §· ª ¯¸ ¶ ¶¾ º º¿ ¾ ¿À Á àŠÅÅ Ç ËÆ Î ÑË Æ ÆÏÔîÐñòëí22î88ïÍÐðÓÙôÛÞûááÿããþ#%%#'+$0D)as>‹‹QRÂËSéë]`  abce††f ±Åîóõõ÷÷ûý "#óø( Œ ’.¹Ã5zz@A$*06>FLRX`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>FNTZ`flrx~„Š–þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þŠoþrþrþ{þŠrþ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{ýŽ{þ{þA{þ{üê{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{ þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{þ{>þD >DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìØÀX(ÿþ³l>túþV(t>\X(¾–ˆþR‡ÂDtþR<D$(,28<=DHLRX\]šºóHYayz{*7TáêÙýô&ð!0# 5PÿÓÿ·Kr9KÿDÿˆÿ­ÿšÿ &ÿÉÿÜ&ÿÓKÿÓÿÜÿÜ9ÿÜÿÜÿÜÿÜÿaÿ}ÿÿaÿÜÿÜÿÜÿ·ÿÜÿÜÿˆÿ­ÿuÿ·ÿÜÿÜÿÜ9ÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿaÿÿ­ÿaÿuÿÜÿÜÿaÿaÿuÿ­ÿþøÿ/ÿÜÿÜÿÜÿÜÿÁÿ·ÿÿÁÿÜÿÜÿÜÿÜÿÜÿÜÿ·ÿÿÜÿ·ÿÿÿ­ÿÜÿÜÿÜÿÜÿÜ&ÿÜÿÜÿÿÜÿÜÿÜÿÿÿÓÿÉÿDþ·ÿaÿDÿÜÿÜÿDÿÿkÿ·ÿkÿÿDÿDÿÿ·ÿÿDÿDÿÿkÿ·ÿÜÿÜÿÿDÿ·ÿÜÿ·ÿDÿÓþˆÿ·ÿšÿÜÿÜÿÓÿÓÿÉÿÜÿ·ÿÁÿ·ÿ·ÿÜÿÜÿÜÿ·ÿÁÿÿ)ÿÜÿÿÿaÿÉÿ·ÿ·ÿÜÿšÿšÿšÿkÿ}ÿÿÜÿšÿšÿšÿÁÿÁÿÜ/ÿ·þæÿšÿÿDþðÿÜÿÜÿÜÿDÿÜÿÜÿÜþaýæ9ÿ­ÿÜÿÜÿÜÿ}ÿÿÜÿÓÿÜÿDÿÓþÁÿ}ÿÓÿ¤ÿ·ÿÓÿÜÿ·ÿÜÿÜÿÜÿÜÿ¤ÿ·ÿ·ÿÜ&&þ·9ÿÓÿÜÿ}ÿ­ÿ·ÿÁÿ­ÿšÿkÿÿ­ÿ}ÿÓÿ¤ÿ¤ÿ¤ÿÿÿÜÿšÿÓÿ¤ÿ¤ÿ¤ÿkÿ}ÿÜ&ÿDÿ ÿÿaÿˆÿÜþ­þ¤þ¤ÿÁþ¤þÓþ­þÉþ­þÁÿDÿÿˆÿþàþôþçþ¤ÿÓþøÿÜÿˆþøÿYÿ}ÿÜÿaÿaÿÓÿaÿuÿÉÿNÿÿaÿaÿaÿuþæÿ­ÿÿˆÿÿ}ÿˆÿÓÿˆÿ¤ÿ·ÿÜÿÿÜÿ}ÿˆÿˆÿ·ÿÜþøÿšÿkÿ}ÿÜÿ¤ÿÿkÿ¤ÿaÿ­ÿÓÿ þaþðÿaÿÿþæþðÿ·þðÿÿÿkÿþæþðþðÿÿÿÜþøÿÜÿÜÿÜÿÜÿÜÿÿkÿ·ÿÜÿÜÿÜÿ·ÿÜAÿÿÜÿ·ÿ·ÿÁÿ·ÿÜÿ·ÿ·ÿÁÿkÿÿ¤&ÿÜÿÁÿkÿ·ÿ}ÿ}ÿDÿÜÿÓÿÜÿÓÿÜÿÜÿÓÿÜÿÉÿ·ÿÓÿÓÿÓHVþÉÿÉÿaÿÿÜÿÜÿÜþðÿDÿÿÜÿÜÿ)ÿÜÿÁÿÁÿÁÿÁÿÜÿÜþÜÿkÿÜÿÜþÓÿÜÿÜÿÜÿÜÿÜÿÿÿÜÿkÿÜÿÜÿÜ—ÿÜÿÜÿ·ÿ·ÿÜÿÜÿÜÿÜÿDÿNÿÿÿÿÜÿÜÿÜÿÜÿÓÿÜÿÜ9ÿÜÿÜÿÜÿÜÿaÿ}ÿÿaÿÜÿÜÿÜÿ·ÿÜÿÜÿˆÿ­ÿuÿ·ÿÜÿÜÿÜ9ÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿaÿÿ­ÿaÿuÿÜþøÿ/ÿÓÿÜÿÜ9ÿÜÿÜÿÜÿÜÿaÿ}ÿÿaÿÜÿÜÿÜÿ·ÿÜÿÜÿˆÿ­ÿuÿ·ÿÜÿÜÿÜ9ÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿaÿÿ­ÿaÿuÿÜÿþøÿ/ÿÓÿÜÿÜ9ÿÜÿÜÿÜÿÜÿaÿ}ÿÿaÿÜÿÜÿÜÿ·ÿÜÿÜÿˆÿ­ÿuÿ·ÿÜÿÜÿÜ9ÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿaÿÿ­ÿaÿuÿþøÿ/ÿ­ÿ¤ÿÿÜÿÜÿÜ&ÿkÿ·ÿÜÿD&ÿÿÿ­ÿ¤ÿÿ·ÿÓÿÜÿÜ9ÿÜÿÜÿÜÿÜÿaÿ}ÿÿaÿÜÿÜÿÜÿ·ÿÜÿÜÿˆÿ­ÿuÿ·ÿÜÿÜ9ÿÜÿÜÿÜÿÜÿÜÿÜÿÜÿaÿÿ­ÿaÿuÿÜÿþøÿ/ÿÓÿÜÿÜ9ÿÜÿÜÿÜÿÜÿaÿ}ÿÿaÿÜÿÜÿÜÿ·ÿÜÿÜÿˆÿ­ÿ·ÿÜÿÜ9ÿÜÿÜÿÜÿÜÿÜÿÜÿaÿÿ­ÿaÿÜÿþøÿ/ÿÜÿÜÿÿÜÿÜÿÓÿÉÿDÿ?ÿ}ÿDÿÜÿÓÿÜÿÓÿÜÿÜÿÓÿÜÿÉÿ·ÿÓÿÓÿÓÿÜVþÉÿDÿ ÿÿaÿˆÿÜþ­þ¤þ¤ÿÁþ¤þÓþ­þÉþ­þÁÿDÿÿˆþ­þ¤þ¤þÉþ¤ÿÓþøÿÓÿ·Kr9KÿDÿˆÿ­ÿšÿ &ÿÉÿÜ&KþøÿÁÿ·ÿÁÿÁÿ·ÿÁÿ·ÿ·ÿˆÿÜÿ·ÿÿkÿÿ·ÿ·ÿ·þ}ÿ·ÿ·ÿkÿ·&ÿ·ÿÿ·ÿ·ÿ·/ÿÿþæþˆÿÿ·þˆÿÜÿ·ÿ·ÿ·ÿÿ<ÿ&ÿÿ·ÿ·ÿ·R$$%%&&''))**++-- .. // 22 33 445566778899::;;<<==HHIINNQQRRUUYYZZ[[ \\!mm"}}#‚‚$ƒ„%……&††%ˆˆ'‰‰(’’”˜ ›žŸŸ  )¡¡*ª­²²+³³´¸¿¿!ÁÁ!ÂÂ,ÄÄ,ÆÆ-ÈÈ(ÎÎ(ÐÐÒÒ.ÝÝààûû ÿÿ /  0  ""&&100::?? î î2 ú ú3 ü ü4üü ¢$$%%&&''))** ++-- ./22 3344 5566 778899::;;<<==DDFFGGHHIIJKLLOOPPQQRRTTUUVV WW!XX"YY#ZZ$[[%\\&mm'}}(‚†ˆˆ)‰‰*”˜ ›žŸŸ ¡¢¢+££¤§+©©ªª,««¬­,²²-³³´´.µµ¶¸.»»/¼¼"½¾/¿¿&ÁÁ&ÂÂ0ÃÃ1ÄÄ0ÅÅ1ÆÆ0ÇÇ1ÈÈÉÉ2ÊÊ3ËË4ÌÌ3ÍÍ5ÎÎÏÏ2ÐÐÑÑ6ÓÓ7ÕÕ8××8ÙÙ8ÛÛ8ÝÝÞÞ3àà9ááââ3ää:ññ;õõ;ûûÿÿ  3<3<=<;    !! "" ## $$>%%5&&''!((?++@--@//@0011"33@55@66A77B88C99D::??ˆˆ4¬¬E­­F®®E¯¯FÚÚ ÜÜGÝÝ4ðð3ññHóó4ôôIõõJ y yA z zK { {L | |B } }A ~ ~B ë ëC ì ìD ú úM û ûN ü üOa$%&')*+-./23456789:;<=HINQRUYZ[\m}‚ƒ„…†ˆ‰’”•–—˜›œžŸ ¡ª«¬­²³´µ¶·¸¿ÁÂÄÆÈÎÐÒÝàûÿ  "&0:? î ú üü`$XÿØÿ±ÿ£ÿœF^FJLPRV X\ |DFLTzarabˆarmnÂbraiÐcansÜcherècyrlôgeorgrek"hani2hebr>kanaPlao \latnhmathÂnko ÎogamàrunrìtfngøthaiKUR SND (URD (ÿÿ ÿÿ ÿÿ ÿÿÿÿÿÿMKD SRB ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ4ISM FKSM FLSM FMOL 4NSM FROM 4SKS FSSM Fÿÿ ÿÿ ÿÿ ÿÿÿÿÿÿÿÿ RQDªaalt°aalt¶aalt¼ccmpÂccmpÊccmpÒccmpØdligâdligèdligîfinaôfinaúhlighliginit initligaliga locl&locl,medi2medi8rlig>rligFsaltPsaltVsalt\&     'PX`h‚Š’š¢ª²ºÂÊÒÚâêòú "*2:BJRZbjrz‚Š’ J¾ zÒ*‚Ú2t¼Lt’– š Þ  Ø    ü  @  T  Ú  ø 6 j"fv†"@^t¦Ø&.6HL,,,Hñ ë ë y ñ ë ë y&   B8%%88ŒŒŒ D9LMñ *_±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅîïðñòóôõ÷ûüý‡êì & Ä Œ Ž Ú Ûj$=EEGGIIKKLMNOWW‚˜š¡ÂÂÄÄÆÆÈÈÊÊÌÌÎÎÐÐÒÒÔÔÖÖØØÚÚÜÜÞÞààââääæêììîîððññòòôôööøøû      ""$$&&((**,,..0022446688:;==??AAHHRRTTVVyz‘“••¤¤¬¬®®ÚÚÜÜððôô  **__±ÅÇÊÍäêíîõöö÷÷øúûýþÿ‡‡êêìì & & Ä Ä Œ  Ú Û&&$$4F§«§§¨«$$4F§«§  $$4F§«§!!$$4F§«§""$$4F§«§ª««##(0§§§FI$.6¨¨¨JJLN$.6©©©OPRS$.6ªªªTVXX$(0«««Y\$ ±³/CßÅÝ B #&),/258;>ADGJMPSVY\_behknqtwñæpfhjlnrtxz~‚†ŠŽ’”–šž¢¦ª®²¶º¾ÂÆÊÎÒÔÖÊÐôìàÖÙäðèÜßâ ‡ˆ‰Š‹ ŒŽ‘”—š £Í¦©ø¬ü¯²µ¸»6¾ Á(Ä$ÇÊÍÐÓ,.ÖÙ2å:> OgirŽ#’Ü%B!$'*-0369<?BEHKNQTWZ]`cfiloruxñ¨Qpv|€„ˆŒ˜œ ¤¨¬°´¸¼ÀÄÈÌÐ<ØÌÒöîâØÛæòêÞáä “–™œŸ¢¥Ï¨«ú®þ±´·º½8À"Ã*Æ&ÉÌÏÒÕÔ0ØÛ4ç@  SSUUW[`gioqrŽ’ ³Ø)ÚÛOB"%(+.147:=@CFILORUX[^adgjmpsvyñ¨Qou{ƒ‡‹—›Ÿ£§«¯³·»¿ÃÇËÏ;×ËÑõíá×ÚåñéÝàã  ’•˜›ž¡¤Î§ªù­ý°³¶¹¼7¿!Â)Å%ÈËÎÑÔÓ/×Ú3æ?  SSUUW[`gioqrŽ’ ³Ø)ÚÛO2  yy xuuxy~&8Jlyy |y |y wvts wvstvwy| ßràrÃÄ> $ÝlÛhÙfÞlÜhÚfÃÄ6 "(©IO¨IL§O¦L¥II²Rlž¨$*06<bz`y^x\wZvYuWtUsR}P|O{ &,czay_x]w[vVsQ|S|ThprB 8  °ó®ñ­ë¬ü¯üëú«WVªWAˆ(:FPZfr '"  & %" Í$; {V ²0 ³(/ “F ™X ˜R")567DF““gfhdeji#9?FLTZgfhdeji#9?FLTZ é,-DO *"& †é,-DO\  ¼º½»ÀÁ¹z¾ÿ ±²³´·¸¹»¼½À óù!êëùóù LMñ *_‡êì & Ä Ú Ûž§«£§«¨§«­§«²§«^^^^^§«|8Þ2&3™3™×f çnÿÒýÿ $`) PfEd@ ÿÿþšmã`ÿßÿ, ´ô, ´ˆÞÞ~éîó÷OSXZbw~ŠŒ¡%V_‡ŠÃÇêô  :UWZpt¿ÆÌÎÕùçõú?‚„ˆŠ—Ÿ£¥§«¹½ÄÆÍÙÝÅü5JR½ê>Pj…–¯ÞáGvœ#.[jx{}…¿ÉûEMWY[]}´ÄÓÛïôþ d q Ž œ µ º Ñ × Ü á! !I!K!N!…!‰###!#(#,#u#z#}#‡#”#®#Ï#ã#å#è$#$i&œ&¸&Ã&â'' '''K'M'R'V'^'”'¯'¾'Æ'à'ë(ÿ)) )A)„)Õ)ë)û***/*k* *º*ú++$+T,w,-%-e-o...%..Mÿ¤ÿ¦G¦M¦Q¦W¦n¦¦•§§§+§A§K§S§W§g§ƒ§Ž§‘§ª§ÿïðô&ôAöÅûûû6û<û>ûAûDûOû£û­ûÖûÚûéûÿþþ#þtþüþÿÿýÿÿ  ìó÷QWZ\pz„ŒŽ£1Ya‰°ÆÐð  !@WZ`tyÆÌÎÕðÀëø?„‡Š”™¡¥§ª­»ÀÆÈÐÜ Ð 7LTÀì@RtŠ ÞáFn€&0]w{}…›Ä HPY[]_€¶ÆÖÝòö j t   ¸ Ð Ö Û á!! !K!N!P!‰!###$#+#s#z#}#‡#”#›#Î#ã#å#è$"$`%& &À&â''' ')'M'O'V'X'a'˜'±'Å'à'æ'ð)) )@)ƒ)Î)ë)ú** */*j*}*®*ù+++S,`,y--0-o..."..MÀ¤Ð¦D¦L¦P¦T¦b¦Š¦”§§§"§0§F§N§V§d§€§‰§§ §úïðôô(öÅûûûû8û>û@ûCûFûRûªûÓûÙûèûüþþ þpþvþÿÿùÿÿÿãÿÂÿÀÿ¼ÿ¹ÿ±ÿ°ÿ­ÿ¬ÿ«ÿžÿœÿ—ÿ–ÿ•ÿ”ÿ‰ÿ‡ÿ†ÿ…ÿ`ÿ^ÿVÿQÿ@ÿ?ÿ>ÿ6ÿ1ÿ.ÿ-ÿ(ÿ'ÿ%ÿ ÿÿÿÿÿ ÿþíþ'þ$þ"÷Þ÷÷œ÷š÷™÷—÷‘÷÷÷Ž÷÷‹÷Š÷‰÷‡÷†÷…÷ƒ÷õ¿õµò±ò°ò¯ò®ò­ò¬òªò©ò¡ò òŸò–ò’ò‰ò[òYñõñÏñÆëcëbë`ë_ë^ëRëPëOëHë3ë/êùêõêóêñêïêíêìêëêêêéêçêæêåêãêâêàêßêÞêÙê×êÖêÓêÑê¼ê¸êµê±ê“ê’ê‘êêŽê‹ê…êê}ê{êyê3ê/ê-ê$êêéóéàéßéÝé¤éhèÒèÏèÈèªèŒè‹è‰èˆè‡è†èƒè‚è€è}è|èvè]èXèTèNèLèç×çŽçyçkçgç^çLççæôæ¶æ±æ­æåtåsäóäéäàä8ä3ä0ä(Ä—mÇlƒll}l{lqlVlPkÞkÚkØkÔkÐkÎkÌkÀk¨k£k¢k”kE$E#_cbߥ™”“’‘‡b`SAA1åäâé @ ~ ébìî¬óó¯÷÷°O±QSWXZZ\bpwz~„ŠŒŒ"Ž¡#£%71VºY_àa‡ç‰Š°ÃÆÇ$Ðê&ðôAF  H  JKLM!:N@UhWW~ZZ`p€tt‘y¿’ÆÆÙÌÌÚÎÎÛÕÕÜðùÝÀççëõøú??‚„„ ‡ˆ!ŠŠ#$”—%™Ÿ)¡£0¥¥3§§4ª«5­¹7»½DÀÄGÆÆLÈÍMÐÙSÜÝ] Å_Ðü…² ¹5Ì7JåLRùT½Àêjì•>±@PàRjñt… Š– ¯)ÞÞ9áá:FG;nv=€œFc#x&.†0[]j»wxÉ{{Ë}}Ì……Í›¿ÎÄÉóûù õ  E HM 7PW =YY E[[ F]] G_} H€´ g¶Ä œÆÓ «ÖÛ ¹Ýï ¿òô Òöþ Õ d Þ j q C t Ž K œ f   µ s ¸ º ‰ Ð Ñ Œ Ö × Ž Û Ü á á ’!! “! !I !K!K Ü!N!N Ý!P!… Þ!‰!‰ !# ## —##! ™#$#( Ÿ#+#, ¤#s#u ¦#z#z ©#}#} ª#‡#‡ «#”#” ¬#›#® ­#Î#Ï Á#ã#ã Ã#å#å Ä#è#è Å$"$# Æ$`$i È%&œ Ò& &¸o&À&È&â&âŒ'''' ‘' ''•')'K±'M'MÔ'O'RÕ'V'VÙ'X'^Ú'a'”á'˜'¯'±'¾-'Å'Æ;'à'à='æ'ë>'ð(ÿD))T) ) V)@)AX)ƒ)„Z)Î)Õ\)ë)ëd)ú)ûe**g* *j*/*/{*j*k|*}* ~*®*º¢*ù*ú¯++±++$Ì+S+TÒ,`,wÔ,y,ì--%ó-0-e-o-oO..P..Q.".%R....VMÀMÿW¤Ð¤ÿ—¦D¦GǦL¦M˦P¦QͦT¦WϦb¦nӦЦঔ¦•ä§§æ§§õ§"§+ú§0§A§F§K§N§S§V§W"§d§g$§€§ƒ(§‰§Ž,§§‘2§ §ª4§ú§ÿ?ïïEðð_ôô&cô(ôAŠöÅöŤûû¥ûû¬ûû6±û8û<Ëû>û>Ðû@ûAÑûCûDÓûFûOÕûRû£ßûªû­1ûÓûÖ5ûÙûÚ9ûèûé;ûüûÿ=þþAþ þ#QþpþtUþvþüZþÿþÿáÿùÿýâç #ÓÓV Õ8Õ9aÕ;Õ>cÕ@ÕDgÕFÕFlÕJÕPmÕRÕktÕ ÕÓŽר×ëÂð0ð“Öð ð®:ð±ð¾IðÁðÏWðÑðßfô-ô.uô1ô1wô5ô5xöö#yö%ö+ö-ö@¤   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a†‡‰‹“˜ž£¢¤¦¥§©«ª¬­¯®°±³µ´¶¸·¼»½¾ þrdei x¡pk ´vj 刚 £s é êgw ‡ – ”T °l|=¨ºcn ŸT Í ‹m} b‚…— ñ ò ú û ö ÷¹œÁ: "   ¦§ ÿy ø ü „ŒƒŠ‘Ž•–”œ›óˆžqš›œzŸ‰5¸ËËÁªœ¦¸fqË ²…u¸Ãˉ-˦ðÓª‡ËªJ3ËÙôT´œ99N´R¸çÍ7sÍ`s3¢V¦V9Åɸßsºé3¼Dßͪåªˤ{¸o{RÇÍššoËÍžÓðºƒÕ˜HžÕÁËöƒT3fÓǤ͚sÕ þ+¤´œbœ-ÕÕÕð{T¤¸#Ӹ˦Ãì“ Ó\qÛ…#¨H99`Õš#fy```{œw`ªé`b{Å{´RÍf¼fwÍ;…‰{ÍJ/œœ}oo5jo{®²-–{öƒT7öœáföÍD)fîs–·, °%Id°@QX ÈY!-,°%Id°@QX ÈY!-,  °P° y ¸ÿÿPXY°°%°%#á °P° y ¸ÿÿPXY°°%á-,KPX °ýEDY!-,°%E`D-,KSX°%°%EDY!!-,ED-,°%°%I°%°%I`° ch ŠŠ#:Še:-ÿÿW aø1_<õŸÎ?×?Î?×?÷rü®Í f>˜2 ãù  : ` ƒ²  (Z4;b ;¯;Å 0 Ë ï þ " F m "Ž :Ä %: h:ø ;— ;»Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain DejaVu SansDejaVu SansBookBookDejaVu SansDejaVu SansDejaVu SansDejaVu SansVersion 2.34Version 2.34DejaVuSansDejaVuSansDejaVu fonts teamDejaVu fonts teamhttp://dejavu.sourceforge.nethttp://dejavu.sourceforge.netFonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below) Bitstream Vera Fonts Copyright ------------------------------ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org. Arev Fonts Copyright ------------------------------ Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the modifications to the Bitstream Vera Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Tavmjong Bah" or the word "Arev". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Tavmjong Bah Arev" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the name of Tavmjong Bah shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from Tavmjong Bah. For further information, contact: tavmjong @ free . fr.Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below) Bitstream Vera Fonts Copyright ------------------------------ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org. Arev Fonts Copyright ------------------------------ Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the modifications to the Bitstream Vera Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Tavmjong Bah" or the word "Arev". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Tavmjong Bah Arev" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the name of Tavmjong Bah shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from Tavmjong Bah. For further information, contact: tavmjong @ free . fr.http://dejavu.sourceforge.net/wiki/index.php/Licensehttp://dejavu.sourceforge.net/wiki/index.php/LicenseDejaVu SansDejaVu SansBookBookÿ$Z,w  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a¬£„…½–膎‹©¤ŠÚƒ“òó—ˆÃÞñžªõôö¢­ÉÇ®bcdËeÈÊÏÌÍÎéfÓÐѯgð‘ÖÔÕhëí‰jikmln oqprsutvwêxzy{}|¸¡~€ìîºýþ    ÿ øù !"#$%&'()*+ú×,-./0123456789:âã;<=>?@ABCDEFGHI°±JKLMNOPQRSûüäåTUVWXYZ[\]^_`abcdefghi»jklmæçnopqrstuvwxyz{|}~€¦‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³Øá´µ¶·¸¹º»¼½¾¿ÀÁÂÃÛÜÝàÙßÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`Ÿabcdefghijklmnopqrstuv›wxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – — ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – — ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ             ²³   ¶·Ä ´µÅ ‚‡   «      ! " #Æ $ % & ' ( ) * +¾¿ , - . / 0 1 2 3 4¼ 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡÷ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – — ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á  à Č Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • –˜ — ˜ ™¨ š › œ ž Ÿ   ¡š ¢™ï £ ¤ ¥ ¦ § ¨ ©¥ ª « ¬’ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸œ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô§ Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í  ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – — ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ¹ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨ÀÁ©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜ  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`a¬£„…½–膎‹©¤ÝŠÚƒ“òó—ˆÃÞñžªõôö¢­ÉÇ®bcdËeÈÊÏÌÍÎéfÓÐѯgð‘ÖÔÕhëí‰jikmln oqprsutvwêxzy{}|¸¡~€ìîºÞßàáâãýþäåæçÿèéêëìíîïðñòóôõöøù÷øùúûüýþÿú×     âã !"#$°±%&'()*+,-.ûüäå/0123456789:;<=>?@ABCD»EFGHæçIJKLMNOPQRSTUVWXYZ[¦\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽØá‘’“”•–—˜™š›œÛÜÝàÙßžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*Ÿ+,-./0123456789:;<=>?@›ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  € ‚ ƒ „ … † ‡ ˆ ‰ Š ‹ Œ Ž ‘ ’ “ ” • – — ˜ ™ š › œ ž Ÿ   ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ ­ ® ¯ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿ À Á Â Ã Ä Å Æ Ç È É Ê Ë Ì Í Î Ï Ð Ñ Ò Ó Ô Õ Ö × Ø Ù Ú Û Ü Ý Þ ß à á â ã ä å æ ç è é ê ë ì í î ï ð ñ ò ó ô õ ö ÷ ø ù ú û ü ý þ ÿ!!!!!!!!!! ! ! ! ! !!!!!!!!!!!!!!!!!!! !!!"!#!$!%!&!'!(!)!*!+!,!-!.!/!0!1!2!3!4!5!6!7!8!9!:!;!!?!@!A!B!C!D!E!F!G!H!I!J!K!L!M!N!O!P!Q!R!S!T!U!V!W!X!Y!Z![!\!]!^!_!`!a!b!c!d!e!f!g!h!i!j!k!l!m!n!o!p!q!r!s!t!u!v!w!x!y!z!{!|!}!~!!€!!‚!ƒ!„!…!†!‡!ˆ!‰!Š!‹!Œ!!Ž!!!‘!’!“!”!•!–!—!˜!™!š!›!œ!!ž!Ÿ! !¡!¢!£!¤!¥!¦!§!¨!©!ª!«!¬!­!®!¯!°!±!²!³!´!µ!¶!·!¸!¹!º!»!¼!½!¾!¿!À!Á!Â!Ã!IJ³!Å!ƶ·Ä!Ç´µÅ!Ȃ‡!É!Ê!Ë«!ÌÆ!Í!Î!Ï!Ð!Ñ!Ò!Ó!Ô¾¿!Õ!Ö!×!Ø!Ù!Ú!Û!Ü!ݼ!Þ!ß!à!á!â!ã!ä!å!æ!ç!è!é!ê!ë!ì!í!î!ï!ð!ñ!ò!ó!ô!õ!ö!÷!ø!ù!ú!û!ü!ý!þ!ÿ"""""""""" " " " " """"""""""""""""""" "!÷"""#"$"%"&"'"(")"*"+","-"."/"0"1"2"3"4"5"6"7"8"9":";"<"=">"?"@"A"B"C"D"E"F"G"H"I"J"K"L"M"N"O"P"Q"R"S"T"U"V"W"X"Y"Z"["\Œ"]"^"_"`"a"b"c"d"e"f"g"h"i"j"k"l"m"n"o"p"q"r"s"t"u"v"w"x"y"z"{"|"}"~""€""‚"ƒ"„"…"†"‡"ˆ"‰"Š"‹"Œ""Ž"""‘"’"“"”"•"–"—"˜"™"š"›"œ""ž"Ÿ" "¡"¢"£"¤"¥"¦"§"¨"©"ª"«"¬"­"®"¯"°"±"²"³"´"µ"¶"·"¸"¹"º"»"¼"½"¾"¿"À"Á"Â"Ã"Ä"Å"Æ"Ç"È"É"Ê"Ë"Ì"Í"Î"Ï"Ð"Ñ"Ò"Ó"Ô"Õ"Ö"×"Ø"Ù"Ú"Û"Ü"Ý"Þ"ß"à"á"â"ã"ä"å"æ"ç"è"é"ê"ë"ì"í"î"ï"ð"ñ"ò"ó"ô"õ"ö"÷"ø"ù"ú"û"ü"ý"þ"ÿ########## # # # # ################### #!#"###$#%#&#'#(#)#*#+#,˜#-#.#/¨#0#1#2#3#4#5#6#7š#8™ï#9#:#;#<#=#>¥#?#@#A’#B#C#D#E#F#G#H#I#J#K#L#Mœ#N#O#P#Q#R#S#T#U#V#W#X#Y#Z#[#\#]#^#_#`#a#b#c#d#e#f#g#h#i§#j#k#l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#{#|#}#~##€##‚#ƒ”•#„#…#†#‡#ˆ#‰#Š#‹#Œ##Ž###‘#’#“#”#•#–#—#˜#™#š#›#œ##ž#Ÿ# #¡#¢#£#¤#¥#¦#§#¨#©#ª#«#¬#­#®#¯#°#±#²#³#´#µ#¶#·#¸#¹#º#»#¼#½#¾#¿#À#Á#Â#Ã#Ä#Å#Æ#Ç#È#É#Ê#Ë#Ì#Í#Î#Ï#Ð#Ñ#Ò#Ó#Ô#Õ#Ö#×#Ø#Ù#Ú#Û#Ü#Ý#Þ#ß#à#á#â#ã#ä#å#æ#ç#è#é#ê#ë#ì#í#î#ï#ð#ñ#ò#ó#ô#õ#ö#÷#ø#ù#ú#û#ü#ý#þ#ÿ$$$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0$1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f¹$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$€$$‚$ƒ$„$…$†$‡$ˆ$‰$Š$‹$Œ$$Ž$$$‘$’$“$”$•$–$—$˜$™$š$›$œ$$ž$Ÿ$ $¡$¢$£$¤$¥$¦$§$¨$©$ª$«$¬$­$®$¯$°$±$²$³$´$µ$¶$·$¸$¹$º$»$¼$½$¾$¿$À$Á$Â$Ã$Ä$Å$Æ$Ç$È$É$Ê$Ë$Ì$Í$Î$Ï$Ð$Ñ$Ò$Ó$Ô$Õ$Ö$×$Ø$Ù$Ú$Û$Ü$Ý$Þ$ß$à$á$â$ã$ä$å$æ$ç$è$é$ê$ë$ì$í$î$ï$ð$ñ$ò$ó$ô$õ$ö$÷$ø$ù$ú$û$ü$ý$þ$ÿ%%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#%$%%%&%'%(%)%*%+%,%-%.%/%0%1%2%3%4%5%6%7%8%9%:%;%<%=%>%?%@%A%B%C%D%E%F%G%H%I%J%K%L%M%N%O%P%Q%R%S%T%U%V%W%X%Y%Z%[%\%]%^%_%`%a%b%c%d%e%f%g%h%i%j%k%l%m%n%o%p%q%r%s%t%u%v%w%x%y%z%{%|%}%~%%€%%‚%ƒ%„%…%†%‡%ˆ%‰%Š%‹%Œ%%Ž%%%‘%’%“%”%•%–%—%˜%™%š%›%œ%%ž%Ÿ% %¡%¢%£%¤%¥%¦%§%¨%©%ª%«%¬%­%®%¯%°%±%²%³%´%µ%¶%·%¸%¹%º%»%¼%½%¾%¿%À%Á%Â%Ã%Ä%Å%Æ%Ç%È%É%Ê%Ë%Ì%Í%Î%Ï%Ð%Ñ%Ò%Ó%Ô%Õ%Ö%×%Ø%Ù%Ú%Û%Ü%Ý%Þ%ß%à%á%â%ã%ä%å%æ%ç%è%é%ê%ë%ì%í%î%ï%ð%ñ%ò%ó%ô%õ%ö%÷%ø%ù%ú%û%ü%ý%þ%ÿ&&&&&&&&&& & & & & &&&&&&&&&&&&&&&&&&& &!&"&#&$&%&&&'&(&)&*&+&,&-&.&/&0&1&2&3&4&5&6&7&8&9&:&;&<&=&>&?&@&A&B&C&D&E&F&G&H&I&J&K&L&M&N&O&P&Q&R&S&T&U&V&W&X&Y&Z&[&\&]&^&_&`&a&b&c&d&e&f&g&h&i&j&k&l&m&n&o&p&q&r&s&t&u&v&w&x&y&z&{&|&}&~&&€&&‚&ƒ&„&…&†&‡&ˆ&‰&Š&‹&Œ&&Ž&&&‘&’&“&”&•&–&—&˜&™&š&›&œ&&ž&Ÿ& &¡&¢&£&¤&¥&¦&§&¨&©&ª&«&¬&­&®&¯&°&±&²&³&´&µ&¶&·&¸&¹&º&»&¼&½&¾&¿&À&Á&Â&Ã&Ä&Å&Æ&Ç&È&É&Ê&Ë&Ì&Í&Î&Ï&Ð&Ñ&Ò&Ó&Ô&Õ&Ö&×&Ø&Ù&Ú&Û&Ü&Ý&Þ&ß&à&á&â&ã&ä&å&æ&ç&è&é&ê&ë&ì&í&î&ï&ð&ñ&ò&ó&ô&õ&ö&÷&ø&ù&ú&û&ü&ý&þ&ÿ'''''''''' ' ' ' ' ''''''''''''''''''' '!'"'#'$'%'&'''(')'*'+','-'.'/'0'1'2'3'4'5'6'7'8'9':';'<'='>'?'@'A'B'C'D'E'F'G'H'I'J'K'L'M'N'O'P'Q'R'S'T'U'V'W'X'Y'Z'['\']'^'_'`'a'b'c'd'e'f'g'h'i'j'k'l'm'n'o'p'q'r's't'u'v'w'x'y'z'{'|'}'~''€''‚'ƒ'„'…'†'‡'ˆ'‰'Š'‹'Œ''Ž'''‘'’'“'”'•'–'—'˜'™'š'›'œ''ž'Ÿ' '¡'¢'£'¤'¥'¦'§'¨'©'ª'«'¬'­'®'¯'°'±'²'³'´'µ'¶'·'¸'¹'º'»'¼'½'¾'¿'À'Á'Â'Ã'Ä'Å'Æ'Ç'È'É'Ê'Ë'Ì'Í'Î'Ï'Ð'Ñ'Ò'Ó'Ô'Õ'Ö'×'Ø'Ù'Ú'Û'Ü'Ý'Þ'ß'à'á'â'ã'ä'å'æ'ç'è'é'ê'ë'ì'í'î'ï'ð'ñ'ò'ó'ô'õ'ö'÷'ø'ù'ú'û'ü'ý'þ'ÿ(((((((((( ( ( ( ( ((((((((ÀÁ((((((((((( (!("(#($(%(&('((()(*(+(,(-(.(/(0(1(2(3(4(5(6(7(8(9(:(;(<(=(>(?(@(A(B(C(D(E(F(G(H(I(J(K(L(M(N(O(P(Q(R(S(T(U(V(W(X(Y(Z([(\(](^(_(`(a(b(c(d(e(f(g(h(i(j(k(l(m(n(o(p(q(r(s(t(u(v(w(x(y(z({(|(}(~((€((‚(ƒ(„(…(†(‡(ˆ(‰(Š(‹(Œ((Ž(((‘(’(“(”(•(–(—(˜(™(š(›(œ((ž(Ÿ( (¡(¢(£(¤(¥(¦(§(¨(©(ª(«(¬(­(®(¯(°(±(²(³(´(µ(¶(·(¸(¹(º(»(¼(½(¾(¿(À(Á(Â(Ã(Ä(Å(Æ(Ç(È(É(Ê(Ë(Ì(Í(Î(Ï(Ð(Ñ(Ò(Ó(Ô(Õ(Ö(×(Ø(Ù(Ú(Û(Ü(Ý(Þ(ß(à(á(â(ã(ä(å(æ(ç(è(é(ê(ë(ì(í(î(ï(ð(ñ(ò(ó(ô(õ(ö(÷(ø(ù(ú(û(ü(ý(þ(ÿ)))))))))) ) ) ) ) ))))))))))))))))))) )!)")#)$)%)&)')()))*)+),)-).)/)0)1)2)3)4)5)6)7)8)9):);)<)=)>)?)@)A)B)C)D)E)F)G)H)I)J)K)L)M)N)O)P)Q)R)S)T)U)V)W)X)Y)Z)[)\)])^)_)`)a)b)c)d)e)f)g)h)i)j)k)l)m)n)o)p)q)r)s)t)u)v)w)x)y)z){)|)})~))€))‚)ƒ)„)…)†)‡)ˆ)‰)Š)‹)Œ))Ž)))‘)’)“)”)•)–)—)˜)™)š)›)œ))ž)Ÿ) )¡)¢)£)¤)¥)¦)§)¨)©)ª)«)¬)­)®)¯)°)±)²)³)´)µ)¶)·)¸)¹)º)»)¼)½)¾)¿)À)Á)Â)Ã)Ä)Å)Æ)Ç)È)É)Ê)Ë)Ì)Í)Î)Ï)Ð)Ñ)Ò)Ó)Ô)Õ)Ö)×)Ø)Ù)Ú)Û)Ü)Ý)Þ)ß)à)á)â)ã)ä)å)æ)ç)è)é)ê)ë)ì)í)î)ï)ð)ñ)ò)ó)ô)õ)ö)÷)ø)ù)ú)û)ü)ý)þ)ÿ********** * * * * ******************* *!*"*#*$*%*&*'*(*)***+*,*-*.*/*0*1*2*3*4*5*6*7*8*9*:*;*<*=*>*?*@*A*B*C*D*E*F*G*H*I*J*K*L*M*N*O*P*Q*R*S*T*U*V*W*X*Y*Z*[*\*]*^*_*`*a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*{*|*}*~**€**‚*ƒ*„*…*†*‡*ˆ*‰*Š*‹*Œ**Ž***‘*’*“*”*•*–*—*˜*™*š*›*œ**ž*Ÿ* *¡*¢*£*¤*¥*¦*§*¨*©*ª*«*¬*­*®*¯*°*±*²*³*´*µ*¶*·*¸*¹*º*»*¼*½*¾*¿*À*Á*Â*Ã*Ä*Å*Æ*Ç*È*É*Ê*Ë*Ì*Í*Î*Ï*Ð*Ñ*Ò*Ó*Ô*Õ*Ö*×*Ø*Ù*Ú*Û*Ü*Ý*Þ*ß*à*á*â*ã*ä*å*æ*ç*è*é*ê*ë*ì*í*î*ï*ð*ñ*ò*ó*ô*õ*ö*÷*ø*ù*ú*û*ü*ý*þ*ÿ++++++++++ + + + + +++++++++++++++++++ +!+"+#+$+%+&+'+(+)+*+++,+-+.+/+0+1+2+3+4+5+6+7+8+9+:+;+<+=+>+?+@+A+B+C+D+E+F+G+H+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+W+X+Y+Z+[+\+]+^+_+`+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+x+y sfthyphenAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflex Tcommaaccent tcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCuni01DDuni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccentuni021Auni021Buni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236dotlessjuni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0242uni0243uni0244uni0245uni0246uni0247uni0248uni0249uni024Auni024Buni024Cuni024Duni024Euni024Funi0250uni0251uni0252uni0253uni0254uni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262uni0263uni0264uni0265uni0266uni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Euni026Funi0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278uni0279uni027Auni027Buni027Cuni027Duni027Euni027Funi0280uni0281uni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294uni0295uni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AFuni02B0uni02B1uni02B2uni02B3uni02B4uni02B5uni02B6uni02B7uni02B8uni02B9uni02BAuni02BBuni02BCuni02BDuni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02C9uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFuni02E0uni02E1uni02E2uni02E3uni02E4uni02E5uni02E6uni02E7uni02E8uni02E9uni02ECuni02EDuni02EEuni02F3uni02F7 gravecomb acutecombuni0302 tildecombuni0304uni0305uni0306uni0307uni0308 hookabovecombuni030Auni030Buni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0327uni0328uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0332uni0333uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0340uni0341uni0342uni0343uni0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni034Funi0351uni0352uni0353uni0357uni0358uni035Auni035Cuni035Duni035Euni035Funi0360uni0361uni0362uni0370uni0371uni0372uni0373uni0374uni0375uni0376uni0377uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03CFuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03E2uni03E3uni03E4uni03E5uni03E6uni03E7uni03E8uni03E9uni03EAuni03EBuni03ECuni03EDuni03EEuni03EFuni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0482uni0483uni0484uni0485uni0486uni0487uni0488uni0489uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni0500uni0501uni0502uni0503uni0504uni0505uni0506uni0507uni0508uni0509uni050Auni050Buni050Cuni050Duni050Euni050Funi0510uni0511uni0512uni0513uni0514uni0515uni0516uni0517uni0518uni0519uni051Auni051Buni051Cuni051Duni051Euni051Funi0520uni0521uni0522uni0523uni0524uni0525uni0531uni0532uni0533uni0534uni0535uni0536uni0537uni0538uni0539uni053Auni053Buni053Cuni053Duni053Euni053Funi0540uni0541uni0542uni0543uni0544uni0545uni0546uni0547uni0548uni0549uni054Auni054Buni054Cuni054Duni054Euni054Funi0550uni0551uni0552uni0553uni0554uni0555uni0556uni0559uni055Auni055Buni055Cuni055Duni055Euni055Funi0561uni0562uni0563uni0564uni0565uni0566uni0567uni0568uni0569uni056Auni056Buni056Cuni056Duni056Euni056Funi0570uni0571uni0572uni0573uni0574uni0575uni0576uni0577uni0578uni0579uni057Auni057Buni057Cuni057Duni057Euni057Funi0580uni0581uni0582uni0583uni0584uni0585uni0586uni0587uni0589uni058Auni05B0uni05B1uni05B2uni05B3uni05B4uni05B5uni05B6uni05B7uni05B8uni05B9uni05BAuni05BBuni05BCuni05BDuni05BEuni05BFuni05C0uni05C1uni05C2uni05C3uni05C6uni05C7uni05D0uni05D1uni05D2uni05D3uni05D4uni05D5uni05D6uni05D7uni05D8uni05D9uni05DAuni05DBuni05DCuni05DDuni05DEuni05DFuni05E0uni05E1uni05E2uni05E3uni05E4uni05E5uni05E6uni05E7uni05E8uni05E9uni05EAuni05F0uni05F1uni05F2uni05F3uni05F4uni0606uni0607uni0609uni060Auni060Cuni0615uni061Buni061Funi0621uni0622uni0623uni0624uni0625uni0626uni0627uni0628uni0629uni062Auni062Buni062Cuni062Duni062Euni062Funi0630uni0631uni0632uni0633uni0634uni0635uni0636uni0637uni0638uni0639uni063Auni0640uni0641uni0642uni0643uni0644uni0645uni0646uni0647uni0648uni0649uni064Auni064Buni064Cuni064Duni064Euni064Funi0650uni0651uni0652uni0653uni0654uni0655uni0657uni065Auni0660uni0661uni0662uni0663uni0664uni0665uni0666uni0667uni0668uni0669uni066Auni066Buni066Cuni066Duni066Euni066Funi0670uni0674uni0679uni067Auni067Buni067Cuni067Duni067Euni067Funi0680uni0681uni0682uni0683uni0684uni0685uni0686uni0687uni0688uni0689uni068Auni068Buni068Cuni068Duni068Euni068Funi0690uni0691uni0692uni0693uni0694uni0695uni0696uni0697uni0698uni0699uni069Auni069Buni069Cuni069Duni069Euni069Funi06A0uni06A1uni06A2uni06A3uni06A4uni06A5uni06A6uni06A7uni06A8uni06A9uni06AAuni06ABuni06ACuni06ADuni06AEuni06AFuni06B0uni06B1uni06B2uni06B3uni06B4uni06B5uni06B6uni06B7uni06B8uni06B9uni06BAuni06BBuni06BCuni06BDuni06BEuni06BFuni06C6uni06CCuni06CEuni06D5uni06F0uni06F1uni06F2uni06F3uni06F4uni06F5uni06F6uni06F7uni06F8uni06F9uni07C0uni07C1uni07C2uni07C3uni07C4uni07C5uni07C6uni07C7uni07C8uni07C9uni07CAuni07CBuni07CCuni07CDuni07CEuni07CFuni07D0uni07D1uni07D2uni07D3uni07D4uni07D5uni07D6uni07D7uni07D8uni07D9uni07DAuni07DBuni07DCuni07DDuni07DEuni07DFuni07E0uni07E1uni07E2uni07E3uni07E4uni07E5uni07E6uni07E7uni07EBuni07ECuni07EDuni07EEuni07EFuni07F0uni07F1uni07F2uni07F3uni07F4uni07F5uni07F8uni07F9uni07FAuni0E3Funi0E81uni0E82uni0E84uni0E87uni0E88uni0E8Auni0E8Duni0E94uni0E95uni0E96uni0E97uni0E99uni0E9Auni0E9Buni0E9Cuni0E9Duni0E9Euni0E9Funi0EA1uni0EA2uni0EA3uni0EA5uni0EA7uni0EAAuni0EABuni0EADuni0EAEuni0EAFuni0EB0uni0EB1uni0EB2uni0EB3uni0EB4uni0EB5uni0EB6uni0EB7uni0EB8uni0EB9uni0EBBuni0EBCuni0EBDuni0EC0uni0EC1uni0EC2uni0EC3uni0EC4uni0EC6uni0EC8uni0EC9uni0ECAuni0ECBuni0ECCuni0ECDuni0ED0uni0ED1uni0ED2uni0ED3uni0ED4uni0ED5uni0ED6uni0ED7uni0ED8uni0ED9uni0EDCuni0EDDuni10A0uni10A1uni10A2uni10A3uni10A4uni10A5uni10A6uni10A7uni10A8uni10A9uni10AAuni10ABuni10ACuni10ADuni10AEuni10AFuni10B0uni10B1uni10B2uni10B3uni10B4uni10B5uni10B6uni10B7uni10B8uni10B9uni10BAuni10BBuni10BCuni10BDuni10BEuni10BFuni10C0uni10C1uni10C2uni10C3uni10C4uni10C5uni10D0uni10D1uni10D2uni10D3uni10D4uni10D5uni10D6uni10D7uni10D8uni10D9uni10DAuni10DBuni10DCuni10DDuni10DEuni10DFuni10E0uni10E1uni10E2uni10E3uni10E4uni10E5uni10E6uni10E7uni10E8uni10E9uni10EAuni10EBuni10ECuni10EDuni10EEuni10EFuni10F0uni10F1uni10F2uni10F3uni10F4uni10F5uni10F6uni10F7uni10F8uni10F9uni10FAuni10FBuni10FCuni1401uni1402uni1403uni1404uni1405uni1406uni1407uni1409uni140Auni140Buni140Cuni140Duni140Euni140Funi1410uni1411uni1412uni1413uni1414uni1415uni1416uni1417uni1418uni1419uni141Auni141Buni141Duni141Euni141Funi1420uni1421uni1422uni1423uni1424uni1425uni1426uni1427uni1428uni1429uni142Auni142Buni142Cuni142Duni142Euni142Funi1430uni1431uni1432uni1433uni1434uni1435uni1437uni1438uni1439uni143Auni143Buni143Cuni143Duni143Euni143Funi1440uni1441uni1442uni1443uni1444uni1445uni1446uni1447uni1448uni1449uni144Auni144Cuni144Duni144Euni144Funi1450uni1451uni1452uni1454uni1455uni1456uni1457uni1458uni1459uni145Auni145Buni145Cuni145Duni145Euni145Funi1460uni1461uni1462uni1463uni1464uni1465uni1466uni1467uni1468uni1469uni146Auni146Buni146Cuni146Duni146Euni146Funi1470uni1471uni1472uni1473uni1474uni1475uni1476uni1477uni1478uni1479uni147Auni147Buni147Cuni147Duni147Euni147Funi1480uni1481uni1482uni1483uni1484uni1485uni1486uni1487uni1488uni1489uni148Auni148Buni148Cuni148Duni148Euni148Funi1490uni1491uni1492uni1493uni1494uni1495uni1496uni1497uni1498uni1499uni149Auni149Buni149Cuni149Duni149Euni149Funi14A0uni14A1uni14A2uni14A3uni14A4uni14A5uni14A6uni14A7uni14A8uni14A9uni14AAuni14ABuni14ACuni14ADuni14AEuni14AFuni14B0uni14B1uni14B2uni14B3uni14B4uni14B5uni14B6uni14B7uni14B8uni14B9uni14BAuni14BBuni14BCuni14BDuni14C0uni14C1uni14C2uni14C3uni14C4uni14C5uni14C6uni14C7uni14C8uni14C9uni14CAuni14CBuni14CCuni14CDuni14CEuni14CFuni14D0uni14D1uni14D2uni14D3uni14D4uni14D5uni14D6uni14D7uni14D8uni14D9uni14DAuni14DBuni14DCuni14DDuni14DEuni14DFuni14E0uni14E1uni14E2uni14E3uni14E4uni14E5uni14E6uni14E7uni14E8uni14E9uni14EAuni14ECuni14EDuni14EEuni14EFuni14F0uni14F1uni14F2uni14F3uni14F4uni14F5uni14F6uni14F7uni14F8uni14F9uni14FAuni14FBuni14FCuni14FDuni14FEuni14FFuni1500uni1501uni1502uni1503uni1504uni1505uni1506uni1507uni1510uni1511uni1512uni1513uni1514uni1515uni1516uni1517uni1518uni1519uni151Auni151Buni151Cuni151Duni151Euni151Funi1520uni1521uni1522uni1523uni1524uni1525uni1526uni1527uni1528uni1529uni152Auni152Buni152Cuni152Duni152Euni152Funi1530uni1531uni1532uni1533uni1534uni1535uni1536uni1537uni1538uni1539uni153Auni153Buni153Cuni153Duni153Euni1540uni1541uni1542uni1543uni1544uni1545uni1546uni1547uni1548uni1549uni154Auni154Buni154Cuni154Duni154Euni154Funi1550uni1552uni1553uni1554uni1555uni1556uni1557uni1558uni1559uni155Auni155Buni155Cuni155Duni155Euni155Funi1560uni1561uni1562uni1563uni1564uni1565uni1566uni1567uni1568uni1569uni156Auni1574uni1575uni1576uni1577uni1578uni1579uni157Auni157Buni157Cuni157Duni157Euni157Funi1580uni1581uni1582uni1583uni1584uni1585uni158Auni158Buni158Cuni158Duni158Euni158Funi1590uni1591uni1592uni1593uni1594uni1595uni1596uni15A0uni15A1uni15A2uni15A3uni15A4uni15A5uni15A6uni15A7uni15A8uni15A9uni15AAuni15ABuni15ACuni15ADuni15AEuni15AFuni15DEuni15E1uni1646uni1647uni166Euni166Funi1670uni1671uni1672uni1673uni1674uni1675uni1676uni1680uni1681uni1682uni1683uni1684uni1685uni1686uni1687uni1688uni1689uni168Auni168Buni168Cuni168Duni168Euni168Funi1690uni1691uni1692uni1693uni1694uni1695uni1696uni1697uni1698uni1699uni169Auni169Buni169Cuni1D00uni1D01uni1D02uni1D03uni1D04uni1D05uni1D06uni1D07uni1D08uni1D09uni1D0Auni1D0Buni1D0Cuni1D0Duni1D0Euni1D0Funi1D10uni1D11uni1D12uni1D13uni1D14uni1D16uni1D17uni1D18uni1D19uni1D1Auni1D1Buni1D1Cuni1D1Duni1D1Euni1D1Funi1D20uni1D21uni1D22uni1D23uni1D26uni1D27uni1D28uni1D29uni1D2Auni1D2Buni1D2Cuni1D2Duni1D2Euni1D30uni1D31uni1D32uni1D33uni1D34uni1D35uni1D36uni1D37uni1D38uni1D39uni1D3Auni1D3Buni1D3Cuni1D3Duni1D3Euni1D3Funi1D40uni1D41uni1D42uni1D43uni1D44uni1D45uni1D46uni1D47uni1D48uni1D49uni1D4Auni1D4Buni1D4Cuni1D4Duni1D4Euni1D4Funi1D50uni1D51uni1D52uni1D53uni1D54uni1D55uni1D56uni1D57uni1D58uni1D59uni1D5Auni1D5Buni1D5Duni1D5Euni1D5Funi1D60uni1D61uni1D62uni1D63uni1D64uni1D65uni1D66uni1D67uni1D68uni1D69uni1D6Auni1D77uni1D78uni1D7Buni1D7Duni1D85uni1D9Buni1D9Cuni1D9Duni1D9Euni1D9Funi1DA0uni1DA1uni1DA2uni1DA3uni1DA4uni1DA5uni1DA6uni1DA7uni1DA8uni1DA9uni1DAAuni1DABuni1DACuni1DADuni1DAEuni1DAFuni1DB0uni1DB1uni1DB2uni1DB3uni1DB4uni1DB5uni1DB6uni1DB7uni1DB8uni1DB9uni1DBAuni1DBBuni1DBCuni1DBDuni1DBEuni1DBFuni1DC4uni1DC5uni1DC6uni1DC7uni1DC8uni1DC9uni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9Duni1E9Euni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1EFAuni1EFBuni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBDuni1FBEuni1FBFuni1FC0uni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FEDuni1FEEuni1FEFuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFDuni1FFEuni2000uni2001uni2002uni2003uni2004uni2005uni2006uni2007uni2008uni2009uni200Auni200Buni200Cuni200Duni200Euni200Funi2010uni2011 figuredashuni2015uni2016 underscoredbl quotereverseduni201Funi2023onedotenleadertwodotenleaderuni2027uni2028uni2029uni202Auni202Buni202Cuni202Duni202Euni202Funi2031minuteseconduni2034uni2035uni2036uni2037uni2038uni203B exclamdbluni203Duni203Euni203Funi2040uni2041uni2042uni2043uni2045uni2046uni2047uni2048uni2049uni204Auni204Buni204Cuni204Duni204Euni204Funi2050uni2051uni2052uni2053uni2054uni2055uni2056uni2057uni2058uni2059uni205Auni205Buni205Cuni205Duni205Euni205Funi2060uni2061uni2062uni2063uni2064uni206Auni206Buni206Cuni206Duni206Euni206Funi2070uni2071uni2074uni2075uni2076uni2077uni2078uni2079uni207Auni207Buni207Cuni207Duni207Euni207Funi2080uni2081uni2082uni2083uni2084uni2085uni2086uni2087uni2088uni2089uni208Auni208Buni208Cuni208Duni208Euni2090uni2091uni2092uni2093uni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A0 colonmonetaryuni20A2lirauni20A5uni20A6pesetauni20A8uni20A9uni20AAdongEurouni20ADuni20AEuni20AFuni20B0uni20B1uni20B2uni20B3uni20B4uni20B5uni20B8uni20B9uni20BAuni20D0uni20D1uni20D6uni20D7uni20DBuni20DCuni20E1uni2100uni2101uni2102uni2103uni2104uni2105uni2106uni2107uni2108uni2109uni210Buni210Cuni210Duni210Euni210Funi2110Ifrakturuni2112uni2113uni2114uni2115uni2116uni2117 weierstrassuni2119uni211Auni211BRfrakturuni211D prescriptionuni211Funi2120uni2121uni2123uni2124uni2125uni2126uni2127uni2128uni2129uni212Auni212Buni212Cuni212D estimateduni212Funi2130uni2131uni2132uni2133uni2134alephuni2136uni2137uni2138uni2139uni213Auni213Buni213Cuni213Duni213Euni213Funi2140uni2141uni2142uni2143uni2144uni2145uni2146uni2147uni2148uni2149uni214Buni214Euni2150uni2151uni2152onethird twothirdsuni2155uni2156uni2157uni2158uni2159uni215A oneeighth threeeighths fiveeighths seveneighthsuni215Funi2160uni2161uni2162uni2163uni2164uni2165uni2166uni2167uni2168uni2169uni216Auni216Buni216Cuni216Duni216Euni216Funi2170uni2171uni2172uni2173uni2174uni2175uni2176uni2177uni2178uni2179uni217Auni217Buni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184uni2185uni2189 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219Buni219Cuni219Duni219Euni219Funi21A0uni21A1uni21A2uni21A3uni21A4uni21A5uni21A6uni21A7 arrowupdnbseuni21A9uni21AAuni21ABuni21ACuni21ADuni21AEuni21AFuni21B0uni21B1uni21B2uni21B3uni21B4carriagereturnuni21B6uni21B7uni21B8uni21B9uni21BAuni21BBuni21BCuni21BDuni21BEuni21BFuni21C0uni21C1uni21C2uni21C3uni21C4uni21C5uni21C6uni21C7uni21C8uni21C9uni21CAuni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5uni21D6uni21D7uni21D8uni21D9uni21DAuni21DBuni21DCuni21DDuni21DEuni21DFuni21E0uni21E1uni21E2uni21E3uni21E4uni21E5uni21E6uni21E7uni21E8uni21E9uni21EAuni21EBuni21ECuni21EDuni21EEuni21EFuni21F0uni21F1uni21F2uni21F3uni21F4uni21F5uni21F6uni21F7uni21F8uni21F9uni21FAuni21FBuni21FCuni21FDuni21FEuni21FF universaluni2201 existentialuni2204emptysetgradientelement notelementuni220Asuchthatuni220Cuni220Duni220Euni2210uni2213uni2214uni2215uni2216 asteriskmathuni2218uni2219uni221Buni221C proportional orthogonalangleuni2221uni2222uni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni222Cuni222Duni222Euni222Funi2230uni2231uni2232uni2233 thereforeuni2235uni2236uni2237uni2238uni2239uni223Auni223Bsimilaruni223Duni223Euni223Funi2240uni2241uni2242uni2243uni2244 congruentuni2246uni2247uni2249uni224Auni224Buni224Cuni224Duni224Euni224Funi2250uni2251uni2252uni2253uni2254uni2255uni2256uni2257uni2258uni2259uni225Auni225Buni225Cuni225Duni225Euni225F equivalenceuni2262uni2263uni2266uni2267uni2268uni2269uni226Auni226Buni226Cuni226Duni226Euni226Funi2270uni2271uni2272uni2273uni2274uni2275uni2276uni2277uni2278uni2279uni227Auni227Buni227Cuni227Duni227Euni227Funi2280uni2281 propersubsetpropersuperset notsubsetuni2285 reflexsubsetreflexsupersetuni2288uni2289uni228Auni228Buni228Cuni228Duni228Euni228Funi2290uni2291uni2292uni2293uni2294 circleplusuni2296circlemultiplyuni2298uni2299uni229Auni229Buni229Cuni229Duni229Euni229Funi22A0uni22A1uni22A2uni22A3uni22A4 perpendicularuni22A6uni22A7uni22A8uni22A9uni22AAuni22ABuni22ACuni22ADuni22AEuni22AFuni22B0uni22B1uni22B2uni22B3uni22B4uni22B5uni22B6uni22B7uni22B8uni22B9uni22BAuni22BBuni22BCuni22BDuni22BEuni22BFuni22C0uni22C1uni22C2uni22C3uni22C4dotmathuni22C6uni22C7uni22C8uni22C9uni22CAuni22CBuni22CCuni22CDuni22CEuni22CFuni22D0uni22D1uni22D2uni22D3uni22D4uni22D5uni22D6uni22D7uni22D8uni22D9uni22DAuni22DBuni22DCuni22DDuni22DEuni22DFuni22E0uni22E1uni22E2uni22E3uni22E4uni22E5uni22E6uni22E7uni22E8uni22E9uni22EAuni22EBuni22ECuni22EDuni22EEuni22EFuni22F0uni22F1uni22F2uni22F3uni22F4uni22F5uni22F6uni22F7uni22F8uni22F9uni22FAuni22FBuni22FCuni22FDuni22FEuni22FFuni2300uni2301houseuni2303uni2304uni2305uni2306uni2307uni2308uni2309uni230Auni230Buni230Cuni230Duni230Euni230F revlogicalnotuni2311uni2318uni2319uni231Cuni231Duni231Euni231F integraltp integralbtuni2324uni2325uni2326uni2327uni2328uni232Buni232Cuni2373uni2374uni2375uni237Auni237Duni2387uni2394uni239Buni239Cuni239Duni239Euni239Funi23A0uni23A1uni23A2uni23A3uni23A4uni23A5uni23A6uni23A7uni23A8uni23A9uni23AAuni23ABuni23ACuni23ADuni23AEuni23CEuni23CFuni23E3uni23E5uni23E8uni2422uni2423uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469SF100000uni2501SF110000uni2503uni2504uni2505uni2506uni2507uni2508uni2509uni250Auni250BSF010000uni250Duni250Euni250FSF030000uni2511uni2512uni2513SF020000uni2515uni2516uni2517SF040000uni2519uni251Auni251BSF080000uni251Duni251Euni251Funi2520uni2521uni2522uni2523SF090000uni2525uni2526uni2527uni2528uni2529uni252Auni252BSF060000uni252Duni252Euni252Funi2530uni2531uni2532uni2533SF070000uni2535uni2536uni2537uni2538uni2539uni253Auni253BSF050000uni253Duni253Euni253Funi2540uni2541uni2542uni2543uni2544uni2545uni2546uni2547uni2548uni2549uni254Auni254Buni254Cuni254Duni254Euni254FSF430000SF240000SF510000SF520000SF390000SF220000SF210000SF250000SF500000SF490000SF380000SF280000SF270000SF260000SF360000SF370000SF420000SF190000SF200000SF230000SF470000SF480000SF410000SF450000SF460000SF400000SF540000SF530000SF440000uni256Duni256Euni256Funi2570uni2571uni2572uni2573uni2574uni2575uni2576uni2577uni2578uni2579uni257Auni257Buni257Cuni257Duni257Euni257Fupblockuni2581uni2582uni2583dnblockuni2585uni2586uni2587blockuni2589uni258Auni258Blfblockuni258Duni258Euni258Frtblockltshadeshadedkshadeuni2594uni2595uni2596uni2597uni2598uni2599uni259Auni259Buni259Cuni259Duni259Euni259F filledboxH22073uni25A2uni25A3uni25A4uni25A5uni25A6uni25A7uni25A8uni25A9H18543H18551 filledrectuni25ADuni25AEuni25AFuni25B0uni25B1triagupuni25B3uni25B4uni25B5uni25B6uni25B7uni25B8uni25B9triagrtuni25BBtriagdnuni25BDuni25BEuni25BFuni25C0uni25C1uni25C2uni25C3triaglfuni25C5uni25C6uni25C7uni25C8uni25C9circleuni25CCuni25CDuni25CEH18533uni25D0uni25D1uni25D2uni25D3uni25D4uni25D5uni25D6uni25D7 invbullet invcircleuni25DAuni25DBuni25DCuni25DDuni25DEuni25DFuni25E0uni25E1uni25E2uni25E3uni25E4uni25E5 openbulletuni25E7uni25E8uni25E9uni25EAuni25EBuni25ECuni25EDuni25EEuni25EFuni25F0uni25F1uni25F2uni25F3uni25F4uni25F5uni25F6uni25F7uni25F8uni25F9uni25FAuni25FBuni25FCuni25FDuni25FEuni25FFuni2600uni2601uni2602uni2603uni2604uni2605uni2606uni2607uni2608uni2609uni260Auni260Buni260Cuni260Duni260Euni260Funi2610uni2611uni2612uni2613uni2614uni2615uni2616uni2617uni2618uni2619uni261Auni261Buni261Cuni261Duni261Euni261Funi2620uni2621uni2622uni2623uni2624uni2625uni2626uni2627uni2628uni2629uni262Auni262Buni262Cuni262Duni262Euni262Funi2630uni2631uni2632uni2633uni2634uni2635uni2636uni2637uni2638uni2639 smileface invsmilefacesununi263Duni263Euni263Ffemaleuni2641maleuni2643uni2644uni2645uni2646uni2647uni2648uni2649uni264Auni264Buni264Cuni264Duni264Euni264Funi2650uni2651uni2652uni2653uni2654uni2655uni2656uni2657uni2658uni2659uni265Auni265Buni265Cuni265Duni265Euni265Fspadeuni2661uni2662clubuni2664heartdiamonduni2667uni2668uni2669 musicalnotemusicalnotedbluni266Cuni266Duni266Euni266Funi2670uni2671uni2672uni2673uni2674uni2675uni2676uni2677uni2678uni2679uni267Auni267Buni267Cuni267Duni267Euni267Funi2680uni2681uni2682uni2683uni2684uni2685uni2686uni2687uni2688uni2689uni268Auni268Buni268Cuni268Duni268Euni268Funi2690uni2691uni2692uni2693uni2694uni2695uni2696uni2697uni2698uni2699uni269Auni269Buni269Cuni26A0uni26A1uni26A2uni26A3uni26A4uni26A5uni26A6uni26A7uni26A8uni26A9uni26AAuni26ABuni26ACuni26ADuni26AEuni26AFuni26B0uni26B1uni26B2uni26B3uni26B4uni26B5uni26B6uni26B7uni26B8uni26C0uni26C1uni26C2uni26C3uni26E2uni2701uni2702uni2703uni2704uni2706uni2707uni2708uni2709uni270Cuni270Duni270Euni270Funi2710uni2711uni2712uni2713uni2714uni2715uni2716uni2717uni2718uni2719uni271Auni271Buni271Cuni271Duni271Euni271Funi2720uni2721uni2722uni2723uni2724uni2725uni2726uni2727uni2729uni272Auni272Buni272Cuni272Duni272Euni272Funi2730uni2731uni2732uni2733uni2734uni2735uni2736uni2737uni2738uni2739uni273Auni273Buni273Cuni273Duni273Euni273Funi2740uni2741uni2742uni2743uni2744uni2745uni2746uni2747uni2748uni2749uni274Auni274Buni274Duni274Funi2750uni2751uni2752uni2756uni2758uni2759uni275Auni275Buni275Cuni275Duni275Euni2761uni2762uni2763uni2764uni2765uni2766uni2767uni2768uni2769uni276Auni276Buni276Cuni276Duni276Euni276Funi2770uni2771uni2772uni2773uni2774uni2775uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi2780uni2781uni2782uni2783uni2784uni2785uni2786uni2787uni2788uni2789uni278Auni278Buni278Cuni278Duni278Euni278Funi2790uni2791uni2792uni2793uni2794uni2798uni2799uni279Auni279Buni279Cuni279Duni279Euni279Funi27A0uni27A1uni27A2uni27A3uni27A4uni27A5uni27A6uni27A7uni27A8uni27A9uni27AAuni27ABuni27ACuni27ADuni27AEuni27AFuni27B1uni27B2uni27B3uni27B4uni27B5uni27B6uni27B7uni27B8uni27B9uni27BAuni27BBuni27BCuni27BDuni27BEuni27C5uni27C6uni27E0uni27E6uni27E7uni27E8uni27E9uni27EAuni27EBuni27F0uni27F1uni27F2uni27F3uni27F4uni27F5uni27F6uni27F7uni27F8uni27F9uni27FAuni27FBuni27FCuni27FDuni27FEuni27FFuni2800uni2801uni2802uni2803uni2804uni2805uni2806uni2807uni2808uni2809uni280Auni280Buni280Cuni280Duni280Euni280Funi2810uni2811uni2812uni2813uni2814uni2815uni2816uni2817uni2818uni2819uni281Auni281Buni281Cuni281Duni281Euni281Funi2820uni2821uni2822uni2823uni2824uni2825uni2826uni2827uni2828uni2829uni282Auni282Buni282Cuni282Duni282Euni282Funi2830uni2831uni2832uni2833uni2834uni2835uni2836uni2837uni2838uni2839uni283Auni283Buni283Cuni283Duni283Euni283Funi2840uni2841uni2842uni2843uni2844uni2845uni2846uni2847uni2848uni2849uni284Auni284Buni284Cuni284Duni284Euni284Funi2850uni2851uni2852uni2853uni2854uni2855uni2856uni2857uni2858uni2859uni285Auni285Buni285Cuni285Duni285Euni285Funi2860uni2861uni2862uni2863uni2864uni2865uni2866uni2867uni2868uni2869uni286Auni286Buni286Cuni286Duni286Euni286Funi2870uni2871uni2872uni2873uni2874uni2875uni2876uni2877uni2878uni2879uni287Auni287Buni287Cuni287Duni287Euni287Funi2880uni2881uni2882uni2883uni2884uni2885uni2886uni2887uni2888uni2889uni288Auni288Buni288Cuni288Duni288Euni288Funi2890uni2891uni2892uni2893uni2894uni2895uni2896uni2897uni2898uni2899uni289Auni289Buni289Cuni289Duni289Euni289Funi28A0uni28A1uni28A2uni28A3uni28A4uni28A5uni28A6uni28A7uni28A8uni28A9uni28AAuni28ABuni28ACuni28ADuni28AEuni28AFuni28B0uni28B1uni28B2uni28B3uni28B4uni28B5uni28B6uni28B7uni28B8uni28B9uni28BAuni28BBuni28BCuni28BDuni28BEuni28BFuni28C0uni28C1uni28C2uni28C3uni28C4uni28C5uni28C6uni28C7uni28C8uni28C9uni28CAuni28CBuni28CCuni28CDuni28CEuni28CFuni28D0uni28D1uni28D2uni28D3uni28D4uni28D5uni28D6uni28D7uni28D8uni28D9uni28DAuni28DBuni28DCuni28DDuni28DEuni28DFuni28E0uni28E1uni28E2uni28E3uni28E4uni28E5uni28E6uni28E7uni28E8uni28E9uni28EAuni28EBuni28ECuni28EDuni28EEuni28EFuni28F0uni28F1uni28F2uni28F3uni28F4uni28F5uni28F6uni28F7uni28F8uni28F9uni28FAuni28FBuni28FCuni28FDuni28FEuni28FFuni2906uni2907uni290Auni290Buni2940uni2941uni2983uni2984uni29CEuni29CFuni29D0uni29D1uni29D2uni29D3uni29D4uni29D5uni29EBuni29FAuni29FBuni2A00uni2A01uni2A02uni2A0Cuni2A0Duni2A0Euni2A0Funi2A10uni2A11uni2A12uni2A13uni2A14uni2A15uni2A16uni2A17uni2A18uni2A19uni2A1Auni2A1Buni2A1Cuni2A2Funi2A6Auni2A6Buni2A7Duni2A7Euni2A7Funi2A80uni2A81uni2A82uni2A83uni2A84uni2A85uni2A86uni2A87uni2A88uni2A89uni2A8Auni2A8Buni2A8Cuni2A8Duni2A8Euni2A8Funi2A90uni2A91uni2A92uni2A93uni2A94uni2A95uni2A96uni2A97uni2A98uni2A99uni2A9Auni2A9Buni2A9Cuni2A9Duni2A9Euni2A9Funi2AA0uni2AAEuni2AAFuni2AB0uni2AB1uni2AB2uni2AB3uni2AB4uni2AB5uni2AB6uni2AB7uni2AB8uni2AB9uni2ABAuni2AF9uni2AFAuni2B00uni2B01uni2B02uni2B03uni2B04uni2B05uni2B06uni2B07uni2B08uni2B09uni2B0Auni2B0Buni2B0Cuni2B0Duni2B0Euni2B0Funi2B10uni2B11uni2B12uni2B13uni2B14uni2B15uni2B16uni2B17uni2B18uni2B19uni2B1Auni2B1Funi2B20uni2B21uni2B22uni2B23uni2B24uni2B53uni2B54uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C6Duni2C6Euni2C6Funi2C70uni2C71uni2C72uni2C73uni2C74uni2C75uni2C76uni2C77uni2C79uni2C7Auni2C7Buni2C7Cuni2C7Duni2C7Euni2C7Funi2D00uni2D01uni2D02uni2D03uni2D04uni2D05uni2D06uni2D07uni2D08uni2D09uni2D0Auni2D0Buni2D0Cuni2D0Duni2D0Euni2D0Funi2D10uni2D11uni2D12uni2D13uni2D14uni2D15uni2D16uni2D17uni2D18uni2D19uni2D1Auni2D1Buni2D1Cuni2D1Duni2D1Euni2D1Funi2D20uni2D21uni2D22uni2D23uni2D24uni2D25uni2D30uni2D31uni2D32uni2D33uni2D34uni2D35uni2D36uni2D37uni2D38uni2D39uni2D3Auni2D3Buni2D3Cuni2D3Duni2D3Euni2D3Funi2D40uni2D41uni2D42uni2D43uni2D44uni2D45uni2D46uni2D47uni2D48uni2D49uni2D4Auni2D4Buni2D4Cuni2D4Duni2D4Euni2D4Funi2D50uni2D51uni2D52uni2D53uni2D54uni2D55uni2D56uni2D57uni2D58uni2D59uni2D5Auni2D5Buni2D5Cuni2D5Duni2D5Euni2D5Funi2D60uni2D61uni2D62uni2D63uni2D64uni2D65uni2D6Funi2E18uni2E1Euni2E22uni2E23uni2E24uni2E25uni2E2Euni4DC0uni4DC1uni4DC2uni4DC3uni4DC4uni4DC5uni4DC6uni4DC7uni4DC8uni4DC9uni4DCAuni4DCBuni4DCCuni4DCDuni4DCEuni4DCFuni4DD0uni4DD1uni4DD2uni4DD3uni4DD4uni4DD5uni4DD6uni4DD7uni4DD8uni4DD9uni4DDAuni4DDBuni4DDCuni4DDDuni4DDEuni4DDFuni4DE0uni4DE1uni4DE2uni4DE3uni4DE4uni4DE5uni4DE6uni4DE7uni4DE8uni4DE9uni4DEAuni4DEBuni4DECuni4DEDuni4DEEuni4DEFuni4DF0uni4DF1uni4DF2uni4DF3uni4DF4uni4DF5uni4DF6uni4DF7uni4DF8uni4DF9uni4DFAuni4DFBuni4DFCuni4DFDuni4DFEuni4DFFuniA4D0uniA4D1uniA4D2uniA4D3uniA4D4uniA4D5uniA4D6uniA4D7uniA4D8uniA4D9uniA4DAuniA4DBuniA4DCuniA4DDuniA4DEuniA4DFuniA4E0uniA4E1uniA4E2uniA4E3uniA4E4uniA4E5uniA4E6uniA4E7uniA4E8uniA4E9uniA4EAuniA4EBuniA4ECuniA4EDuniA4EEuniA4EFuniA4F0uniA4F1uniA4F2uniA4F3uniA4F4uniA4F5uniA4F6uniA4F7uniA4F8uniA4F9uniA4FAuniA4FBuniA4FCuniA4FDuniA4FEuniA4FFuniA644uniA645uniA646uniA647uniA64CuniA64DuniA650uniA651uniA654uniA655uniA656uniA657uniA662uniA663uniA664uniA665uniA666uniA667uniA668uniA669uniA66AuniA66BuniA66CuniA66DuniA66EuniA68AuniA68BuniA68CuniA68DuniA694uniA695uniA708uniA709uniA70AuniA70BuniA70CuniA70DuniA70EuniA70FuniA710uniA711uniA712uniA713uniA714uniA715uniA716uniA71BuniA71CuniA71DuniA71EuniA71FuniA722uniA723uniA724uniA725uniA726uniA727uniA728uniA729uniA72AuniA72BuniA730uniA731uniA732uniA733uniA734uniA735uniA736uniA737uniA738uniA739uniA73AuniA73BuniA73CuniA73DuniA73EuniA73FuniA740uniA741uniA746uniA747uniA748uniA749uniA74AuniA74BuniA74EuniA74FuniA750uniA751uniA752uniA753uniA756uniA757uniA764uniA765uniA766uniA767uniA780uniA781uniA782uniA783uniA789uniA78AuniA78BuniA78CuniA78DuniA78EuniA790uniA791uniA7A0uniA7A1uniA7A2uniA7A3uniA7A4uniA7A5uniA7A6uniA7A7uniA7A8uniA7A9uniA7AAuniA7FAuniA7FBuniA7FCuniA7FDuniA7FEuniA7FF uni02E5.5 uni02E6.5 uni02E7.5 uni02E8.5 uni02E9.5 uni02E5.4 uni02E6.4 uni02E7.4 uni02E8.4 uni02E9.4 uni02E5.3 uni02E6.3 uni02E7.3 uni02E8.3 uni02E9.3 uni02E5.2 uni02E6.2 uni02E7.2 uni02E8.2 uni02E9.2 uni02E5.1 uni02E6.1 uni02E7.1 uni02E8.1 uni02E9.1stemuniF000uniF001uniF002uniF003uniF400uniF401uniF402uniF403uniF404uniF405uniF406uniF407uniF408uniF409uniF40AuniF40BuniF40CuniF40DuniF40EuniF40FuniF410uniF411uniF412uniF413uniF414uniF415uniF416uniF417uniF418uniF419uniF41AuniF41BuniF41CuniF41DuniF41EuniF41FuniF420uniF421uniF422uniF423uniF424uniF425uniF426uniF428uniF429uniF42AuniF42BuniF42CuniF42DuniF42EuniF42FuniF430uniF431uniF432uniF433uniF434uniF435uniF436uniF437uniF438uniF439uniF43AuniF43BuniF43CuniF43DuniF43EuniF43FuniF440uniF441uniF6C5uniFB00uniFB03uniFB04uniFB05uniFB06uniFB13uniFB14uniFB15uniFB16uniFB17uniFB1DuniFB1EuniFB1FuniFB20uniFB21uniFB22uniFB23uniFB24uniFB25uniFB26uniFB27uniFB28uniFB29uniFB2AuniFB2BuniFB2CuniFB2DuniFB2EuniFB2FuniFB30uniFB31uniFB32uniFB33uniFB34uniFB35uniFB36uniFB38uniFB39uniFB3AuniFB3BuniFB3CuniFB3EuniFB40uniFB41uniFB43uniFB44uniFB46uniFB47uniFB48uniFB49uniFB4AuniFB4BuniFB4CuniFB4DuniFB4EuniFB4FuniFB52uniFB53uniFB54uniFB55uniFB56uniFB57uniFB58uniFB59uniFB5AuniFB5BuniFB5CuniFB5DuniFB5EuniFB5FuniFB60uniFB61uniFB62uniFB63uniFB64uniFB65uniFB66uniFB67uniFB68uniFB69uniFB6AuniFB6BuniFB6CuniFB6DuniFB6EuniFB6FuniFB70uniFB71uniFB72uniFB73uniFB74uniFB75uniFB76uniFB77uniFB78uniFB79uniFB7AuniFB7BuniFB7CuniFB7DuniFB7EuniFB7FuniFB80uniFB81uniFB82uniFB83uniFB84uniFB85uniFB86uniFB87uniFB88uniFB89uniFB8AuniFB8BuniFB8CuniFB8DuniFB8EuniFB8FuniFB90uniFB91uniFB92uniFB93uniFB94uniFB95uniFB96uniFB97uniFB98uniFB99uniFB9AuniFB9BuniFB9CuniFB9DuniFB9EuniFB9FuniFBA0uniFBA1uniFBA2uniFBA3uniFBAAuniFBABuniFBACuniFBADuniFBD3uniFBD4uniFBD5uniFBD6uniFBD9uniFBDAuniFBE8uniFBE9uniFBFCuniFBFDuniFBFEuniFBFFuniFE00uniFE01uniFE02uniFE03uniFE04uniFE05uniFE06uniFE07uniFE08uniFE09uniFE0AuniFE0BuniFE0CuniFE0DuniFE0EuniFE0FuniFE20uniFE21uniFE22uniFE23uniFE70uniFE71uniFE72uniFE73uniFE74uniFE76uniFE77uniFE78uniFE79uniFE7AuniFE7BuniFE7CuniFE7DuniFE7EuniFE7FuniFE80uniFE81uniFE82uniFE83uniFE84uniFE85uniFE86uniFE87uniFE88uniFE89uniFE8AuniFE8BuniFE8CuniFE8DuniFE8EuniFE8FuniFE90uniFE91uniFE92uniFE93uniFE94uniFE95uniFE96uniFE97uniFE98uniFE99uniFE9AuniFE9BuniFE9CuniFE9DuniFE9EuniFE9FuniFEA0uniFEA1uniFEA2uniFEA3uniFEA4uniFEA5uniFEA6uniFEA7uniFEA8uniFEA9uniFEAAuniFEABuniFEACuniFEADuniFEAEuniFEAFuniFEB0uniFEB1uniFEB2uniFEB3uniFEB4uniFEB5uniFEB6uniFEB7uniFEB8uniFEB9uniFEBAuniFEBBuniFEBCuniFEBDuniFEBEuniFEBFuniFEC0uniFEC1uniFEC2uniFEC3uniFEC4uniFEC5uniFEC6uniFEC7uniFEC8uniFEC9uniFECAuniFECBuniFECCuniFECDuniFECEuniFECFuniFED0uniFED1uniFED2uniFED3uniFED4uniFED5uniFED6uniFED7uniFED8uniFED9uniFEDAuniFEDBuniFEDCuniFEDDuniFEDEuniFEDFuniFEE0uniFEE1uniFEE2uniFEE3uniFEE4uniFEE5uniFEE6uniFEE7uniFEE8uniFEE9uniFEEAuniFEEBuniFEECuniFEEDuniFEEEuniFEEFuniFEF0uniFEF1uniFEF2uniFEF3uniFEF4uniFEF5uniFEF6uniFEF7uniFEF8uniFEF9uniFEFAuniFEFBuniFEFCuniFEFFuniFFF9uniFFFAuniFFFBuniFFFCuniFFFDu10300u10301u10302u10303u10304u10305u10306u10307u10308u10309u1030Au1030Bu1030Cu1030Du1030Eu1030Fu10310u10311u10312u10313u10314u10315u10316u10317u10318u10319u1031Au1031Bu1031Cu1031Du1031Eu10320u10321u10322u10323u1D300u1D301u1D302u1D303u1D304u1D305u1D306u1D307u1D308u1D309u1D30Au1D30Bu1D30Cu1D30Du1D30Eu1D30Fu1D310u1D311u1D312u1D313u1D314u1D315u1D316u1D317u1D318u1D319u1D31Au1D31Bu1D31Cu1D31Du1D31Eu1D31Fu1D320u1D321u1D322u1D323u1D324u1D325u1D326u1D327u1D328u1D329u1D32Au1D32Bu1D32Cu1D32Du1D32Eu1D32Fu1D330u1D331u1D332u1D333u1D334u1D335u1D336u1D337u1D338u1D339u1D33Au1D33Bu1D33Cu1D33Du1D33Eu1D33Fu1D340u1D341u1D342u1D343u1D344u1D345u1D346u1D347u1D348u1D349u1D34Au1D34Bu1D34Cu1D34Du1D34Eu1D34Fu1D350u1D351u1D352u1D353u1D354u1D355u1D356u1D538u1D539u1D53Bu1D53Cu1D53Du1D53Eu1D540u1D541u1D542u1D543u1D544u1D546u1D54Au1D54Bu1D54Cu1D54Du1D54Eu1D54Fu1D550u1D552u1D553u1D554u1D555u1D556u1D557u1D558u1D559u1D55Au1D55Bu1D55Cu1D55Du1D55Eu1D55Fu1D560u1D561u1D562u1D563u1D564u1D565u1D566u1D567u1D568u1D569u1D56Au1D56Bu1D5A0u1D5A1u1D5A2u1D5A3u1D5A4u1D5A5u1D5A6u1D5A7u1D5A8u1D5A9u1D5AAu1D5ABu1D5ACu1D5ADu1D5AEu1D5AFu1D5B0u1D5B1u1D5B2u1D5B3u1D5B4u1D5B5u1D5B6u1D5B7u1D5B8u1D5B9u1D5BAu1D5BBu1D5BCu1D5BDu1D5BEu1D5BFu1D5C0u1D5C1u1D5C2u1D5C3u1D5C4u1D5C5u1D5C6u1D5C7u1D5C8u1D5C9u1D5CAu1D5CBu1D5CCu1D5CDu1D5CEu1D5CFu1D5D0u1D5D1u1D5D2u1D5D3u1D7D8u1D7D9u1D7DAu1D7DBu1D7DCu1D7DDu1D7DEu1D7DFu1D7E0u1D7E1u1D7E2u1D7E3u1D7E4u1D7E5u1D7E6u1D7E7u1D7E8u1D7E9u1D7EAu1D7EBu1F030u1F031u1F032u1F033u1F034u1F035u1F036u1F037u1F038u1F039u1F03Au1F03Bu1F03Cu1F03Du1F03Eu1F03Fu1F040u1F041u1F042u1F043u1F044u1F045u1F046u1F047u1F048u1F049u1F04Au1F04Bu1F04Cu1F04Du1F04Eu1F04Fu1F050u1F051u1F052u1F053u1F054u1F055u1F056u1F057u1F058u1F059u1F05Au1F05Bu1F05Cu1F05Du1F05Eu1F05Fu1F060u1F061u1F062u1F063u1F064u1F065u1F066u1F067u1F068u1F069u1F06Au1F06Bu1F06Cu1F06Du1F06Eu1F06Fu1F070u1F071u1F072u1F073u1F074u1F075u1F076u1F077u1F078u1F079u1F07Au1F07Bu1F07Cu1F07Du1F07Eu1F07Fu1F080u1F081u1F082u1F083u1F084u1F085u1F086u1F087u1F088u1F089u1F08Au1F08Bu1F08Cu1F08Du1F08Eu1F08Fu1F090u1F091u1F092u1F093u1F0A0u1F0A1u1F0A2u1F0A3u1F0A4u1F0A5u1F0A6u1F0A7u1F0A8u1F0A9u1F0AAu1F0ABu1F0ACu1F0ADu1F0AEu1F0B1u1F0B2u1F0B3u1F0B4u1F0B5u1F0B6u1F0B7u1F0B8u1F0B9u1F0BAu1F0BBu1F0BCu1F0BDu1F0BEu1F0C1u1F0C2u1F0C3u1F0C4u1F0C5u1F0C6u1F0C7u1F0C8u1F0C9u1F0CAu1F0CBu1F0CCu1F0CDu1F0CEu1F0CFu1F0D1u1F0D2u1F0D3u1F0D4u1F0D5u1F0D6u1F0D7u1F0D8u1F0D9u1F0DAu1F0DBu1F0DCu1F0DDu1F0DEu1F0DFu1F42Du1F42Eu1F431u1F435u1F600u1F601u1F602u1F603u1F604u1F605u1F606u1F607u1F608u1F609u1F60Au1F60Bu1F60Cu1F60Du1F60Eu1F60Fu1F610u1F611u1F612u1F613u1F614u1F615u1F616u1F617u1F618u1F619u1F61Au1F61Bu1F61Cu1F61Du1F61Eu1F61Fu1F620u1F621u1F622u1F623u1F625u1F626u1F627u1F628u1F629u1F62Au1F62Bu1F62Du1F62Eu1F62Fu1F630u1F631u1F632u1F633u1F634u1F635u1F636u1F637u1F638u1F639u1F63Au1F63Bu1F63Cu1F63Du1F63Eu1F63Fu1F640 dlLtcaronDieresisAcuteTildeGrave CircumflexCaron uni0311.caseBreve Dotaccent Hungarumlaut Doublegrave arabic_dot arabic_2dots arabic_3dotsarabic_3dots_aarabic_2dots_a arabic_4dots uni066E.fina uni066E.init uni066E.medi uni06A1.fina uni06A1.init uni06A1.medi uni066F.fina uni066F.init uni066F.medi uni06BA.init uni06BA.medi arabic_ring uni067C.fina uni067C.init uni067C.medi uni067D.fina uni067D.init uni067D.medi uni0681.fina uni0681.init uni0681.medi uni0682.fina uni0682.init uni0682.medi uni0685.fina uni0685.init uni0685.medi uni06BF.fina uni06BF.init uni06BF.mediarabic_gaf_barEng.altuni0268.dotlessuni029D.dotless uni03080304 uni03040308 uni03070304 uni03080301 uni03080300 uni03040301 uni03040300 uni03030304 uni0308030C uni03030308 uni030C0307 uni03030301 uni03020301 uni03020300 uni03020303 uni03060303 uni03060301 uni03060300 uni03060309 uni03020309 uni03010307 brailledotJ.alt uni0695.finauniFEAE.fina.longstart uni06B5.fina uni06B5.init uni06B5.medi uni06CE.fina uni06CE.init uni06CE.medi uni0692.final.alt uni06D5.finauni0478.monographuni0479.monographiogonek.dotlessuni2148.dotlessuni2149.dotlessuni1E2D.dotlessuni1ECB.dotlessdcoI.alt arrow.base uni0651064B uni0651064C uni064B0651 uni0651064E uni0651064F uni064E0651 uni0654064E uni0654064F uni07CA.fina uni07CA.medi uni07CA.init uni07CB.fina uni07CB.medi uni07CB.init uni07CC.fina uni07CC.medi uni07CC.init uni07CD.fina uni07CD.medi uni07CD.init uni07CE.fina uni07CE.medi uni07CE.init uni07CF.fina uni07CF.medi uni07CF.init uni07D0.fina uni07D0.medi uni07D0.init uni07D1.fina uni07D1.medi uni07D1.init uni07D2.fina uni07D2.medi uni07D2.init uni07D3.fina uni07D3.medi uni07D3.init uni07D4.fina uni07D4.medi uni07D4.init uni07D5.fina uni07D5.medi uni07D5.init uni07D6.fina uni07D6.medi uni07D6.init uni07D7.fina uni07D7.medi uni07D7.init uni07D8.fina uni07D8.medi uni07D8.init uni07D9.fina uni07D9.medi uni07D9.init uni07DA.fina uni07DA.medi uni07DA.init uni07DB.fina uni07DB.medi uni07DB.init uni07DC.fina uni07DC.medi uni07DC.init uni07DD.fina uni07DD.medi uni07DD.init uni07DE.fina uni07DE.medi uni07DE.init uni07DF.fina uni07DF.medi uni07DF.init uni07E0.fina uni07E0.medi uni07E0.init uni07E1.fina uni07E1.medi uni07E1.init uni07E2.fina uni07E2.medi uni07E2.init uni07E3.fina uni07E3.medi uni07E3.init uni07E4.fina uni07E4.medi uni07E4.init uni07E5.fina uni07E5.medi uni07E5.init uni07E6.fina uni07E6.medi uni07E6.init uni07E7.fina uni07E7.medi uni07E7.init Ringabove uni2630.alt uni2631.alt uni2632.alt uni2633.alt uni2634.alt uni2635.alt uni2636.alt uni2637.alt uni047E.diacuni048A.brevelessuni048B.brevelessy.alt uni0689.fina uni068A.fina uni068B.fina uni068F.fina uni0690.fina uni0693.fina uni0694.fina uni0696.fina uni0697.fina uni0699.fina uni069A.fina uni069A.init uni069A.medi uni069B.fina uni069B.init uni069B.medi uni069C.fina uni069C.init uni069C.medi uni069D.fina uni069D.init uni069D.medi uni069E.fina uni069E.init uni069E.medi uni069F.fina uni069F.init uni069F.medi uni06A0.fina uni06A0.init uni06A0.medi uni06A2.fina uni06A2.init uni06A2.medi uni06A3.fina uni06A3.init uni06A3.medi uni06A5.fina uni06A5.init uni06A5.medi uni06A7.fina uni06A7.init uni06A7.medi uni06A8.fina uni06A8.init uni06A8.medi uni06AA.fina uni06AA.init uni06AA.medi uni06AB.fina uni06AB.init uni06AB.medi uni06AC.fina uni06AC.init uni06AC.medi uni06AE.fina uni06AE.init uni06AE.medi uni06B0.fina uni06B0.init uni06B0.medi uni06B2.fina uni06B2.init uni06B2.medi uni06B4.fina uni06B4.init uni06B4.medi uni06B6.fina uni06B6.init uni06B6.medi uni06B7.fina uni06B7.init uni06B7.medi uni06B8.fina uni06B8.init uni06B8.medi uni06B9.fina uni06B9.init uni06B9.medi uni06BC.fina uni06BC.init uni06BC.medi uni06BD.fina uni06BD.init uni06BD.medi sfthyphenAmacronamacronAbreveabreveAogonekaogonek Ccircumflex ccircumflex Cdotaccent cdotaccentDcarondcaronDcroatEmacronemacronEbreveebreve Edotaccent edotaccentEogonekeogonekEcaronecaron Gcircumflex gcircumflex Gdotaccent gdotaccent Gcommaaccent gcommaaccent Hcircumflex hcircumflexHbarhbarItildeitildeImacronimacronIbreveibreveIogonekiogonekIJij Jcircumflex jcircumflex Kcommaaccent kcommaaccent kgreenlandicLacutelacute Lcommaaccent lcommaaccentLcaronlcaronLdotldotNacutenacute Ncommaaccent ncommaaccentNcaronncaron napostropheEngengOmacronomacronObreveobreve Ohungarumlaut ohungarumlautRacuteracute Rcommaaccent rcommaaccentRcaronrcaronSacutesacute Scircumflex scircumflex Tcommaaccent tcommaaccentTcarontcaronTbartbarUtildeutildeUmacronumacronUbreveubreveUringuring Uhungarumlaut uhungarumlautUogonekuogonek Wcircumflex wcircumflex Ycircumflex ycircumflexZacutezacute Zdotaccent zdotaccentlongsuni0180uni0181uni0182uni0183uni0184uni0185uni0186uni0187uni0188uni0189uni018Auni018Buni018Cuni018Duni018Euni018Funi0190uni0191uni0193uni0194uni0195uni0196uni0197uni0198uni0199uni019Auni019Buni019Cuni019Duni019Euni019FOhornohornuni01A2uni01A3uni01A4uni01A5uni01A6uni01A7uni01A8uni01A9uni01AAuni01ABuni01ACuni01ADuni01AEUhornuhornuni01B1uni01B2uni01B3uni01B4uni01B5uni01B6uni01B7uni01B8uni01B9uni01BAuni01BBuni01BCuni01BDuni01BEuni01BFuni01C0uni01C1uni01C2uni01C3uni01C4uni01C5uni01C6uni01C7uni01C8uni01C9uni01CAuni01CBuni01CCuni01CDuni01CEuni01CFuni01D0uni01D1uni01D2uni01D3uni01D4uni01D5uni01D6uni01D7uni01D8uni01D9uni01DAuni01DBuni01DCuni01DDuni01DEuni01DFuni01E0uni01E1uni01E2uni01E3uni01E4uni01E5Gcarongcaronuni01E8uni01E9uni01EAuni01EBuni01ECuni01EDuni01EEuni01EFuni01F0uni01F1uni01F2uni01F3uni01F4uni01F5uni01F6uni01F7uni01F8uni01F9 Aringacute aringacuteAEacuteaeacute Oslashacute oslashacuteuni0200uni0201uni0202uni0203uni0204uni0205uni0206uni0207uni0208uni0209uni020Auni020Buni020Cuni020Duni020Euni020Funi0210uni0211uni0212uni0213uni0214uni0215uni0216uni0217 Scommaaccent scommaaccentuni021Auni021Buni021Cuni021Duni021Euni021Funi0220uni0221uni0222uni0223uni0224uni0225uni0226uni0227uni0228uni0229uni022Auni022Buni022Cuni022Duni022Euni022Funi0230uni0231uni0232uni0233uni0234uni0235uni0236dotlessjuni0238uni0239uni023Auni023Buni023Cuni023Duni023Euni023Funi0240uni0241uni0242uni0243uni0244uni0245uni0246uni0247uni0248uni0249uni024Auni024Buni024Cuni024Duni024Euni024Funi0250uni0251uni0252uni0253uni0254uni0255uni0256uni0257uni0258uni0259uni025Auni025Buni025Cuni025Duni025Euni025Funi0260uni0261uni0262uni0263uni0264uni0265uni0266uni0267uni0268uni0269uni026Auni026Buni026Cuni026Duni026Euni026Funi0270uni0271uni0272uni0273uni0274uni0275uni0276uni0277uni0278uni0279uni027Auni027Buni027Cuni027Duni027Euni027Funi0280uni0281uni0282uni0283uni0284uni0285uni0286uni0287uni0288uni0289uni028Auni028Buni028Cuni028Duni028Euni028Funi0290uni0291uni0292uni0293uni0294uni0295uni0296uni0297uni0298uni0299uni029Auni029Buni029Cuni029Duni029Euni029Funi02A0uni02A1uni02A2uni02A3uni02A4uni02A5uni02A6uni02A7uni02A8uni02A9uni02AAuni02ABuni02ACuni02ADuni02AEuni02AFuni02B0uni02B1uni02B2uni02B3uni02B4uni02B5uni02B6uni02B7uni02B8uni02B9uni02BAuni02BBuni02BCuni02BDuni02BEuni02BFuni02C0uni02C1uni02C2uni02C3uni02C4uni02C5uni02C8uni02CAuni02CBuni02CCuni02CDuni02CEuni02CFuni02D0uni02D1uni02D2uni02D3uni02D4uni02D5uni02D6uni02D7uni02DEuni02DFuni02E0uni02E1uni02E2uni02E3uni02E4uni02E5uni02E6uni02E7uni02E8uni02E9uni02ECuni02EDuni02EEuni02F7 gravecomb acutecombuni0302 tildecombuni0304uni0306uni0307uni0308 hookabovecombuni030Cuni030Duni030Euni030Funi0310uni0311uni0312uni0313uni0314uni0315uni0316uni0317uni0318uni0319uni031Auni031Buni031Cuni031Duni031Euni031Funi0320uni0321uni0322 dotbelowcombuni0324uni0325uni0326uni0329uni032Auni032Buni032Cuni032Duni032Euni032Funi0330uni0331uni0334uni0335uni0336uni0337uni0338uni0339uni033Auni033Buni033Cuni033Duni033Euni033Funi0344uni0345uni0346uni0347uni0348uni0349uni034Auni034Buni034Cuni034Duni034Euni0351uni0352uni0353uni0357uni035Auni035Euni035Funi0360uni0361uni0362uni0370uni0371uni0372uni0373uni0374uni0375uni0376uni0377uni037Auni037Buni037Cuni037Duni037Etonos dieresistonos Alphatonos anoteleia EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos OmegatonosiotadieresistonosAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsi IotadieresisUpsilondieresis alphatonos epsilontonosetatonos iotatonosupsilondieresistonosalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhosigma1sigmatauupsilonphichipsiomega iotadieresisupsilondieresis omicrontonos upsilontonos omegatonosuni03CFuni03D0theta1Upsilon1uni03D3uni03D4phi1omega1uni03D7uni03D8uni03D9uni03DAuni03DBuni03DCuni03DDuni03DEuni03DFuni03E0uni03E1uni03E2uni03E3uni03E4uni03E5uni03E6uni03E7uni03E8uni03E9uni03EAuni03EBuni03ECuni03EDuni03EEuni03EFuni03F0uni03F1uni03F2uni03F3uni03F4uni03F5uni03F6uni03F7uni03F8uni03F9uni03FAuni03FBuni03FCuni03FDuni03FEuni03FFuni0400uni0401uni0402uni0403uni0404uni0405uni0406uni0407uni0408uni0409uni040Auni040Buni040Cuni040Duni040Euni040Funi0410uni0411uni0412uni0413uni0414uni0415uni0416uni0417uni0418uni0419uni041Auni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni0424uni0425uni0426uni0427uni0428uni0429uni042Auni042Buni042Cuni042Duni042Euni042Funi0430uni0431uni0432uni0433uni0434uni0435uni0436uni0437uni0438uni0439uni043Auni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni0444uni0445uni0446uni0447uni0448uni0449uni044Auni044Buni044Cuni044Duni044Euni044Funi0450uni0451uni0452uni0453uni0454uni0455uni0456uni0457uni0458uni0459uni045Auni045Buni045Cuni045Duni045Euni045Funi0460uni0461uni0462uni0463uni0464uni0465uni0466uni0467uni0468uni0469uni046Auni046Buni046Cuni046Duni046Euni046Funi0470uni0471uni0472uni0473uni0474uni0475uni0476uni0477uni0478uni0479uni047Auni047Buni047Cuni047Duni047Euni047Funi0480uni0481uni0482uni0483uni0484uni0485uni0486uni0487uni0488uni0489uni048Auni048Buni048Cuni048Duni048Euni048Funi0490uni0491uni0492uni0493uni0494uni0495uni0496uni0497uni0498uni0499uni049Auni049Buni049Cuni049Duni049Euni049Funi04A0uni04A1uni04A2uni04A3uni04A4uni04A5uni04A6uni04A7uni04A8uni04A9uni04AAuni04ABuni04ACuni04ADuni04AEuni04AFuni04B0uni04B1uni04B2uni04B3uni04B4uni04B5uni04B6uni04B7uni04B8uni04B9uni04BAuni04BBuni04BCuni04BDuni04BEuni04BFuni04C0uni04C1uni04C2uni04C3uni04C4uni04C5uni04C6uni04C7uni04C8uni04C9uni04CAuni04CBuni04CCuni04CDuni04CEuni04CFuni04D0uni04D1uni04D2uni04D3uni04D4uni04D5uni04D6uni04D7uni04D8uni04D9uni04DAuni04DBuni04DCuni04DDuni04DEuni04DFuni04E0uni04E1uni04E2uni04E3uni04E4uni04E5uni04E6uni04E7uni04E8uni04E9uni04EAuni04EBuni04ECuni04EDuni04EEuni04EFuni04F0uni04F1uni04F2uni04F3uni04F4uni04F5uni04F6uni04F7uni04F8uni04F9uni04FAuni04FBuni04FCuni04FDuni04FEuni04FFuni0500uni0501uni0502uni0503uni0504uni0505uni0506uni0507uni0508uni0509uni050Auni050Buni050Cuni050Duni050Euni050Funi0510uni0511uni0512uni0513uni0514uni0515uni0516uni0517uni0518uni0519uni051Auni051Buni051Cuni051Duni051Euni051Funi0520uni0521uni0522uni0523uni0524uni0525uni0531uni0532uni0533uni0534uni0535uni0536uni0537uni0538uni0539uni053Auni053Buni053Cuni053Duni053Euni053Funi0540uni0541uni0542uni0543uni0544uni0545uni0546uni0547uni0548uni0549uni054Auni054Buni054Cuni054Duni054Euni054Funi0550uni0551uni0552uni0553uni0554uni0555uni0556uni0559uni055Auni055Buni055Cuni055Duni055Euni055Funi0561uni0562uni0563uni0564uni0565uni0566uni0567uni0568uni0569uni056Auni056Buni056Cuni056Duni056Euni056Funi0570uni0571uni0572uni0573uni0574uni0575uni0576uni0577uni0578uni0579uni057Auni057Buni057Cuni057Duni057Euni057Funi0580uni0581uni0582uni0583uni0584uni0585uni0586uni0587uni0589uni058Auni05B0uni05B1uni05B2uni05B3uni05B4uni05B5uni05B6uni05B7uni05B8uni05B9uni05BBuni05BCuni05BDuni05BEuni05BFuni05C0uni05C1uni05C2uni05C3uni05C6uni05C7uni05D0uni05D1uni05D2uni05D3uni05D4uni05D5uni05D6uni05D7uni05D8uni05D9uni05DAuni05DBuni05DCuni05DDuni05DEuni05DFuni05E0uni05E1uni05E2uni05E3uni05E4uni05E5uni05E6uni05E7uni05E8uni05E9uni05EAuni05F0uni05F1uni05F2uni05F3uni05F4uni0606uni0607uni0609uni060Auni060Cuni0615uni061Buni061Funi0621uni0622uni0623uni0624uni0625uni0626uni0627uni0628uni0629uni062Auni062Buni062Cuni062Duni062Euni062Funi0630uni0631uni0632uni0633uni0634uni0635uni0636uni0637uni0638uni0639uni063Auni0640uni0641uni0642uni0643uni0644uni0645uni0646uni0647uni0648uni0649uni064Auni064Buni064Cuni064Duni064Euni064Funi0650uni0651uni0652uni0653uni0654uni0655uni0657uni065Auni0660uni0661uni0662uni0663uni0664uni0665uni0666uni0667uni0668uni0669uni066Auni066Buni066Cuni066Euni066Funi0670uni0674uni0679uni067Auni067Buni067Cuni067Duni067Euni067Funi0680uni0681uni0682uni0683uni0684uni0685uni0686uni0687uni0688uni0689uni068Auni068Buni068Cuni068Duni068Euni068Funi0690uni0691uni0692uni0693uni0694uni0695uni0696uni0697uni0698uni0699uni069Auni069Buni069Cuni069Duni069Euni069Funi06A0uni06A1uni06A2uni06A3uni06A4uni06A5uni06A6uni06A7uni06A8uni06A9uni06AAuni06ABuni06ACuni06ADuni06AEuni06AFuni06B0uni06B1uni06B2uni06B3uni06B4uni06B5uni06B6uni06B7uni06B8uni06B9uni06BAuni06BBuni06BCuni06BDuni06BEuni06BFuni06C6uni06CCuni06CEuni06D5uni06F0uni06F1uni06F2uni06F3uni06F4uni06F5uni06F6uni06F7uni06F8uni06F9uni07C0uni07C1uni07C2uni07C3uni07C4uni07C5uni07C6uni07C7uni07C8uni07C9uni07CAuni07CBuni07CCuni07CDuni07CEuni07CFuni07D0uni07D1uni07D2uni07D3uni07D4uni07D5uni07D6uni07D7uni07D8uni07D9uni07DAuni07DBuni07DCuni07DDuni07DEuni07DFuni07E0uni07E1uni07E2uni07E3uni07E4uni07E5uni07E6uni07E7uni07EBuni07ECuni07EDuni07EEuni07EFuni07F0uni07F1uni07F2uni07F3uni07F4uni07F5uni07F8uni07F9uni07FAuni0E3Funi0E81uni0E82uni0E84uni0E87uni0E88uni0E8Auni0E8Duni0E94uni0E95uni0E96uni0E97uni0E99uni0E9Auni0E9Buni0E9Cuni0E9Duni0E9Euni0E9Funi0EA1uni0EA2uni0EA3uni0EA5uni0EA7uni0EAAuni0EABuni0EADuni0EAEuni0EAFuni0EB0uni0EB1uni0EB2uni0EB3uni0EB4uni0EB5uni0EB6uni0EB7uni0EB8uni0EB9uni0EBBuni0EBCuni0EBDuni0EC0uni0EC1uni0EC2uni0EC3uni0EC4uni0EC6uni0EC8uni0EC9uni0ECAuni0ECBuni0ECDuni0ED0uni0ED1uni0ED2uni0ED3uni0ED4uni0ED5uni0ED6uni0ED7uni0ED8uni0ED9uni0EDCuni0EDDuni10A0uni10A1uni10A2uni10A3uni10A4uni10A5uni10A6uni10A7uni10A8uni10A9uni10AAuni10ABuni10ACuni10ADuni10AEuni10AFuni10B0uni10B1uni10B2uni10B3uni10B4uni10B5uni10B6uni10B7uni10B8uni10B9uni10BAuni10BBuni10BCuni10BDuni10BEuni10BFuni10C0uni10C1uni10C2uni10C3uni10C4uni10C5uni10D0uni10D1uni10D2uni10D3uni10D4uni10D5uni10D6uni10D7uni10D8uni10D9uni10DAuni10DBuni10DCuni10DDuni10DEuni10DFuni10E0uni10E1uni10E2uni10E3uni10E4uni10E5uni10E6uni10E7uni10E8uni10E9uni10EAuni10EBuni10ECuni10EDuni10EEuni10EFuni10F0uni10F1uni10F2uni10F3uni10F4uni10F5uni10F6uni10F7uni10F8uni10F9uni10FAuni10FBuni10FCuni1401uni1402uni1403uni1404uni1405uni1406uni1407uni1409uni140Auni140Buni140Cuni140Duni140Euni140Funi1410uni1411uni1412uni1413uni1414uni1415uni1416uni1417uni1418uni1419uni141Auni141Buni141Duni141Euni141Funi1420uni1421uni1422uni1423uni1424uni1425uni1426uni1427uni1428uni1429uni142Auni142Buni142Cuni142Duni142Euni142Funi1430uni1431uni1432uni1433uni1434uni1435uni1437uni1438uni1439uni143Auni143Buni143Cuni143Duni143Euni143Funi1440uni1441uni1442uni1443uni1444uni1445uni1446uni1447uni1448uni1449uni144Auni144Cuni144Duni144Euni144Funi1450uni1451uni1452uni1454uni1455uni1456uni1457uni1458uni1459uni145Auni145Buni145Cuni145Duni145Euni145Funi1460uni1461uni1462uni1463uni1464uni1465uni1466uni1467uni1468uni1469uni146Auni146Buni146Cuni146Duni146Euni146Funi1470uni1471uni1472uni1473uni1474uni1475uni1476uni1477uni1478uni1479uni147Auni147Buni147Cuni147Duni147Euni147Funi1480uni1481uni1482uni1483uni1484uni1485uni1486uni1487uni1488uni1489uni148Auni148Buni148Cuni148Duni148Euni148Funi1490uni1491uni1492uni1493uni1494uni1495uni1496uni1497uni1498uni1499uni149Auni149Buni149Cuni149Duni149Euni149Funi14A0uni14A1uni14A2uni14A3uni14A4uni14A5uni14A6uni14A7uni14A8uni14A9uni14AAuni14ABuni14ACuni14ADuni14AEuni14AFuni14B0uni14B1uni14B2uni14B3uni14B4uni14B5uni14B6uni14B7uni14B8uni14B9uni14BAuni14BBuni14BCuni14BDuni14C0uni14C1uni14C2uni14C3uni14C4uni14C5uni14C6uni14C7uni14C8uni14C9uni14CAuni14CBuni14CCuni14CDuni14CEuni14CFuni14D0uni14D1uni14D2uni14D3uni14D4uni14D5uni14D6uni14D7uni14D8uni14D9uni14DAuni14DBuni14DCuni14DDuni14DEuni14DFuni14E0uni14E1uni14E2uni14E3uni14E4uni14E5uni14E6uni14E7uni14E8uni14E9uni14EAuni14ECuni14EDuni14EEuni14EFuni14F0uni14F1uni14F2uni14F3uni14F4uni14F5uni14F6uni14F7uni14F8uni14F9uni14FAuni14FBuni14FCuni14FDuni14FEuni14FFuni1500uni1501uni1502uni1503uni1504uni1505uni1506uni1507uni1510uni1511uni1512uni1513uni1514uni1515uni1516uni1517uni1518uni1519uni151Auni151Buni151Cuni151Duni151Euni151Funi1520uni1521uni1522uni1523uni1524uni1525uni1526uni1527uni1528uni1529uni152Auni152Buni152Cuni152Duni152Euni152Funi1530uni1531uni1532uni1533uni1534uni1535uni1536uni1537uni1538uni1539uni153Auni153Buni153Cuni153Duni153Euni1540uni1541uni1542uni1543uni1544uni1545uni1546uni1547uni1548uni1549uni154Auni154Buni154Cuni154Duni154Euni154Funi1550uni1552uni1553uni1554uni1555uni1556uni1557uni1558uni1559uni155Auni155Buni155Cuni155Duni155Euni155Funi1560uni1561uni1562uni1563uni1564uni1565uni1566uni1567uni1568uni1569uni156Auni1574uni1575uni1576uni1577uni1578uni1579uni157Auni157Buni157Cuni157Duni157Euni157Funi1580uni1581uni1582uni1583uni1584uni1585uni158Auni158Buni158Cuni158Duni158Euni158Funi1590uni1591uni1592uni1593uni1594uni1595uni1596uni15A0uni15A1uni15A2uni15A3uni15A4uni15A5uni15A6uni15A7uni15A8uni15A9uni15AAuni15ABuni15ACuni15ADuni15AEuni15AFuni15DEuni15E1uni1646uni1647uni166Euni166Funi1670uni1671uni1672uni1673uni1674uni1675uni1676uni1680uni1681uni1682uni1683uni1684uni1685uni1686uni1687uni1688uni1689uni168Auni168Buni168Cuni168Duni168Euni168Funi1690uni1691uni1692uni1693uni1694uni1695uni1696uni1697uni1698uni1699uni169Auni169Buni169Cuni1D00uni1D01uni1D02uni1D03uni1D04uni1D05uni1D06uni1D07uni1D08uni1D09uni1D0Auni1D0Buni1D0Cuni1D0Duni1D0Euni1D0Funi1D10uni1D11uni1D12uni1D13uni1D14uni1D16uni1D17uni1D18uni1D19uni1D1Auni1D1Buni1D1Cuni1D1Duni1D1Euni1D1Funi1D20uni1D21uni1D22uni1D23uni1D26uni1D27uni1D28uni1D29uni1D2Auni1D2Buni1D2Cuni1D2Duni1D2Euni1D30uni1D31uni1D32uni1D33uni1D34uni1D35uni1D36uni1D37uni1D38uni1D39uni1D3Auni1D3Buni1D3Cuni1D3Duni1D3Euni1D3Funi1D40uni1D41uni1D42uni1D43uni1D44uni1D45uni1D46uni1D47uni1D48uni1D49uni1D4Auni1D4Buni1D4Cuni1D4Duni1D4Euni1D4Funi1D50uni1D51uni1D52uni1D53uni1D54uni1D55uni1D56uni1D57uni1D58uni1D59uni1D5Auni1D5Buni1D5Duni1D5Euni1D5Funi1D60uni1D61uni1D62uni1D63uni1D64uni1D65uni1D66uni1D67uni1D68uni1D69uni1D6Auni1D77uni1D78uni1D7Buni1D7Duni1D85uni1D9Buni1D9Cuni1D9Duni1D9Euni1D9Funi1DA0uni1DA1uni1DA2uni1DA3uni1DA4uni1DA5uni1DA6uni1DA7uni1DA8uni1DA9uni1DAAuni1DABuni1DACuni1DADuni1DAEuni1DAFuni1DB0uni1DB1uni1DB2uni1DB3uni1DB4uni1DB5uni1DB6uni1DB7uni1DB8uni1DB9uni1DBAuni1DBBuni1DBCuni1DBDuni1DBEuni1DBFuni1DC4uni1DC5uni1DC6uni1DC7uni1DC8uni1DC9uni1E00uni1E01uni1E02uni1E03uni1E04uni1E05uni1E06uni1E07uni1E08uni1E09uni1E0Auni1E0Buni1E0Cuni1E0Duni1E0Euni1E0Funi1E10uni1E11uni1E12uni1E13uni1E14uni1E15uni1E16uni1E17uni1E18uni1E19uni1E1Auni1E1Buni1E1Cuni1E1Duni1E1Euni1E1Funi1E20uni1E21uni1E22uni1E23uni1E24uni1E25uni1E26uni1E27uni1E28uni1E29uni1E2Auni1E2Buni1E2Cuni1E2Duni1E2Euni1E2Funi1E30uni1E31uni1E32uni1E33uni1E34uni1E35uni1E36uni1E37uni1E38uni1E39uni1E3Auni1E3Buni1E3Cuni1E3Duni1E3Euni1E3Funi1E40uni1E41uni1E42uni1E43uni1E44uni1E45uni1E46uni1E47uni1E48uni1E49uni1E4Auni1E4Buni1E4Cuni1E4Duni1E4Euni1E4Funi1E50uni1E51uni1E52uni1E53uni1E54uni1E55uni1E56uni1E57uni1E58uni1E59uni1E5Auni1E5Buni1E5Cuni1E5Duni1E5Euni1E5Funi1E60uni1E61uni1E62uni1E63uni1E64uni1E65uni1E66uni1E67uni1E68uni1E69uni1E6Auni1E6Buni1E6Cuni1E6Duni1E6Euni1E6Funi1E70uni1E71uni1E72uni1E73uni1E74uni1E75uni1E76uni1E77uni1E78uni1E79uni1E7Auni1E7Buni1E7Cuni1E7Duni1E7Euni1E7FWgravewgraveWacutewacute Wdieresis wdieresisuni1E86uni1E87uni1E88uni1E89uni1E8Auni1E8Buni1E8Cuni1E8Duni1E8Euni1E8Funi1E90uni1E91uni1E92uni1E93uni1E94uni1E95uni1E96uni1E97uni1E98uni1E99uni1E9Auni1E9Buni1E9Cuni1E9Duni1E9Euni1E9Funi1EA0uni1EA1uni1EA2uni1EA3uni1EA4uni1EA5uni1EA6uni1EA7uni1EA8uni1EA9uni1EAAuni1EABuni1EACuni1EADuni1EAEuni1EAFuni1EB0uni1EB1uni1EB2uni1EB3uni1EB4uni1EB5uni1EB6uni1EB7uni1EB8uni1EB9uni1EBAuni1EBBuni1EBCuni1EBDuni1EBEuni1EBFuni1EC0uni1EC1uni1EC2uni1EC3uni1EC4uni1EC5uni1EC6uni1EC7uni1EC8uni1EC9uni1ECAuni1ECBuni1ECCuni1ECDuni1ECEuni1ECFuni1ED0uni1ED1uni1ED2uni1ED3uni1ED4uni1ED5uni1ED6uni1ED7uni1ED8uni1ED9uni1EDAuni1EDBuni1EDCuni1EDDuni1EDEuni1EDFuni1EE0uni1EE1uni1EE2uni1EE3uni1EE4uni1EE5uni1EE6uni1EE7uni1EE8uni1EE9uni1EEAuni1EEBuni1EECuni1EEDuni1EEEuni1EEFuni1EF0uni1EF1Ygraveygraveuni1EF4uni1EF5uni1EF6uni1EF7uni1EF8uni1EF9uni1EFAuni1EFBuni1F00uni1F01uni1F02uni1F03uni1F04uni1F05uni1F06uni1F07uni1F08uni1F09uni1F0Auni1F0Buni1F0Cuni1F0Duni1F0Euni1F0Funi1F10uni1F11uni1F12uni1F13uni1F14uni1F15uni1F18uni1F19uni1F1Auni1F1Buni1F1Cuni1F1Duni1F20uni1F21uni1F22uni1F23uni1F24uni1F25uni1F26uni1F27uni1F28uni1F29uni1F2Auni1F2Buni1F2Cuni1F2Duni1F2Euni1F2Funi1F30uni1F31uni1F32uni1F33uni1F34uni1F35uni1F36uni1F37uni1F38uni1F39uni1F3Auni1F3Buni1F3Cuni1F3Duni1F3Euni1F3Funi1F40uni1F41uni1F42uni1F43uni1F44uni1F45uni1F48uni1F49uni1F4Auni1F4Buni1F4Cuni1F4Duni1F50uni1F51uni1F52uni1F53uni1F54uni1F55uni1F56uni1F57uni1F59uni1F5Buni1F5Duni1F5Funi1F60uni1F61uni1F62uni1F63uni1F64uni1F65uni1F66uni1F67uni1F68uni1F69uni1F6Auni1F6Buni1F6Cuni1F6Duni1F6Euni1F6Funi1F70uni1F71uni1F72uni1F73uni1F74uni1F75uni1F76uni1F77uni1F78uni1F79uni1F7Auni1F7Buni1F7Cuni1F7Duni1F80uni1F81uni1F82uni1F83uni1F84uni1F85uni1F86uni1F87uni1F88uni1F89uni1F8Auni1F8Buni1F8Cuni1F8Duni1F8Euni1F8Funi1F90uni1F91uni1F92uni1F93uni1F94uni1F95uni1F96uni1F97uni1F98uni1F99uni1F9Auni1F9Buni1F9Cuni1F9Duni1F9Euni1F9Funi1FA0uni1FA1uni1FA2uni1FA3uni1FA4uni1FA5uni1FA6uni1FA7uni1FA8uni1FA9uni1FAAuni1FABuni1FACuni1FADuni1FAEuni1FAFuni1FB0uni1FB1uni1FB2uni1FB3uni1FB4uni1FB6uni1FB7uni1FB8uni1FB9uni1FBAuni1FBBuni1FBCuni1FBFuni1FC1uni1FC2uni1FC3uni1FC4uni1FC6uni1FC7uni1FC8uni1FC9uni1FCAuni1FCBuni1FCCuni1FCDuni1FCEuni1FCFuni1FD0uni1FD1uni1FD2uni1FD3uni1FD6uni1FD7uni1FD8uni1FD9uni1FDAuni1FDBuni1FDDuni1FDEuni1FDFuni1FE0uni1FE1uni1FE2uni1FE3uni1FE4uni1FE5uni1FE6uni1FE7uni1FE8uni1FE9uni1FEAuni1FEBuni1FECuni1FF2uni1FF3uni1FF4uni1FF6uni1FF7uni1FF8uni1FF9uni1FFAuni1FFBuni1FFCuni1FFEuni2007uni2008uni2010uni2011 figuredashuni2015 underscoredbl quotereverseduni201Funi2023onedotenleadertwodotenleaderuni2027uni2031minuteseconduni2034uni2035uni2036uni2037uni2038uni203B exclamdbluni203Duni203Euni203Funi2040uni2041uni2042uni2043uni2045uni2046uni2047uni2048uni2049uni204Auni204Buni204Cuni204Duni204Euni204Funi2050uni2051uni2052uni2053uni2054uni2055uni2056uni2057uni2058uni2059uni205Auni205Buni205Cuni205Duni205Euni2070uni2071uni2074uni2075uni2076uni2077uni2078uni2079uni207Auni207Buni207Cuni207Duni207Euni207Funi2080uni2081uni2082uni2083uni2084uni2085uni2086uni2087uni2088uni2089uni208Duni208Euni2090uni2091uni2092uni2093uni2094uni2095uni2096uni2097uni2098uni2099uni209Auni209Buni209Cuni20A0 colonmonetaryuni20A2lirauni20A5uni20A6pesetauni20A8uni20A9uni20AAdongEurouni20ADuni20AEuni20AFuni20B0uni20B1uni20B2uni20B3uni20B4uni20B5uni20B8uni20B9uni20BAuni20D0uni20D1uni20D6uni20D7uni20DBuni20DCuni20E1uni2100uni2101uni2102uni2103uni2104uni2105uni2106uni2109uni210Buni210Cuni210Duni210Euni210Funi2110Ifrakturuni2112uni2113uni2114uni2115uni2116uni2117 weierstrassuni2119uni211Auni211BRfrakturuni211D prescriptionuni211Funi2120uni2121uni2123uni2124uni2125uni2126uni2127uni2128uni2129uni212Auni212Buni212Cuni212Duni212Funi2130uni2131uni2132uni2133uni2134alephuni2136uni2137uni2138uni213Auni213Buni213Cuni213Duni213Euni213Funi2140uni2141uni2142uni2143uni2144uni2145uni2146uni2147uni2148uni2149uni214Buni214Euni2150uni2151uni2152onethird twothirdsuni2155uni2156uni2157uni2158uni2159uni215A oneeighth threeeighths fiveeighths seveneighthsuni215Funi2160uni2161uni2162uni2163uni2164uni2165uni2166uni2167uni2168uni2169uni216Auni216Buni216Cuni216Duni216Euni216Funi2170uni2171uni2172uni2173uni2174uni2175uni2176uni2177uni2178uni2179uni217Auni217Buni217Cuni217Duni217Euni217Funi2180uni2181uni2182uni2183uni2184uni2185uni2189 arrowleftarrowup arrowright arrowdown arrowboth arrowupdnuni2196uni2197uni2198uni2199uni219Auni219Buni219Cuni219Duni219Euni219Funi21A0uni21A1uni21A2uni21A3uni21A4uni21A5uni21A6uni21A7 arrowupdnbseuni21A9uni21AAuni21ABuni21ACuni21ADuni21AEuni21AFuni21B0uni21B1uni21B2uni21B3uni21B4carriagereturnuni21B6uni21B7uni21B8uni21B9uni21BAuni21BBuni21BCuni21BDuni21BEuni21BFuni21C0uni21C1uni21C2uni21C3uni21C4uni21C5uni21C6uni21C7uni21C8uni21C9uni21CAuni21CBuni21CCuni21CDuni21CEuni21CF arrowdblleft arrowdblup arrowdblright arrowdbldown arrowdblbothuni21D5uni21D6uni21D7uni21D8uni21D9uni21DAuni21DBuni21DCuni21DDuni21DEuni21DFuni21E0uni21E1uni21E2uni21E3uni21E4uni21E5uni21E6uni21E7uni21E8uni21E9uni21EAuni21EBuni21ECuni21EDuni21EEuni21EFuni21F0uni21F1uni21F2uni21F3uni21F4uni21F5uni21F6uni21F7uni21F8uni21F9uni21FAuni21FBuni21FCuni21FDuni21FEuni21FF universaluni2201 existentialuni2204emptysetgradientelement notelementuni220Asuchthatuni220Cuni220Duni220Euni2210uni2213uni2214uni2215uni2216 asteriskmathuni2219uni221Buni221C proportional orthogonalangleuni2221uni2222uni2223uni2224uni2225uni2226 logicaland logicalor intersectionunionuni222Cuni222Duni222Euni222Funi2230uni2231uni2232uni2233 thereforeuni2235uni2236uni2237uni2238uni2239uni223Auni223Bsimilaruni223Duni223Euni223Funi2240uni2241uni2242uni2243uni2244 congruentuni2246uni2247uni2249uni224Auni224Buni224Cuni224Duni224Euni224Funi2250uni2251uni2252uni2253uni2254uni2255uni2256uni2257uni2258uni2259uni225Auni225Buni225Cuni225Duni225Euni225F equivalenceuni2262uni2263uni2266uni2267uni2268uni2269uni226Auni226Buni226Cuni226Duni226Euni226Funi2270uni2271uni2272uni2273uni2274uni2275uni2276uni2277uni2278uni2279uni227Auni227Buni227Cuni227Duni227Euni227Funi2280uni2281 propersubsetpropersuperset notsubsetuni2285 reflexsubsetreflexsupersetuni2288uni2289uni228Auni228Buni228Cuni228Duni228Euni228Funi2290uni2291uni2292uni2293uni2294 circleplusuni2296circlemultiplyuni2298uni2299uni229Auni229Buni229Cuni229Duni229Euni229Funi22A0uni22A1uni22A2uni22A3uni22A4 perpendicularuni22A6uni22A7uni22A8uni22A9uni22AAuni22ABuni22ACuni22ADuni22AEuni22AFuni22B0uni22B1uni22B2uni22B3uni22B4uni22B5uni22B6uni22B7uni22B8uni22B9uni22BAuni22BBuni22BCuni22BDuni22BEuni22BFuni22C0uni22C1uni22C2uni22C3dotmathuni22C6uni22C7uni22C8uni22C9uni22CAuni22CBuni22CCuni22CDuni22CEuni22CFuni22D0uni22D1uni22D2uni22D3uni22D4uni22D5uni22D6uni22D7uni22D8uni22D9uni22DAuni22DBuni22DCuni22DDuni22DEuni22DFuni22E0uni22E1uni22E2uni22E3uni22E4uni22E5uni22E6uni22E7uni22E8uni22E9uni22EAuni22EBuni22ECuni22EDuni22EEuni22EFuni22F0uni22F1uni22F2uni22F3uni22F4uni22F5uni22F6uni22F7uni22F8uni22F9uni22FAuni22FBuni22FCuni22FDuni22FEuni22FFuni2300uni2301houseuni2303uni2304uni2305uni2306uni2307uni2308uni2309uni230Auni230Buni230Cuni230Duni230Euni230F revlogicalnotuni2311uni2318uni2319uni231Cuni231Duni231Euni231F integraltp integralbtuni2324uni2325uni2326uni2327uni232Buni2373uni2374uni2375uni237Auni237Duni2387uni2394uni239Buni239Cuni239Duni239Euni239Funi23A0uni23A1uni23A2uni23A3uni23A4uni23A5uni23A6uni23A7uni23A8uni23A9uni23AAuni23ABuni23ACuni23ADuni23AEuni23CEuni23E8uni2422uni2423uni2460uni2461uni2462uni2463uni2464uni2465uni2466uni2467uni2468uni2469shadeuni25A3H18533uni25D0uni25D1uni25D2uni25D3 invbulletuni25E0uni25E1 openbulletuni25F4uni25F5uni25F6uni25F7uni2603uni2604uni260Euni260Funi2615uni2618uni2619uni261Cuni261Euni2620uni2623uni2624uni2625uni262Cuni2638femaleuni2641maleuni2648uni264Auni264Buni264Cuni264Duni264Funi2650uni2651uni2652uni2658uni265Euni2668uni266Duni2670uni2673uni2674uni2675uni2676uni2677uni2678uni2679uni267Auni267Euni2690uni2691uni2695uni2696uni2697uni2698uni269Auni269Buni269Cuni26A6uni26A7uni26A8uni26A9uni26AAuni26ABuni26ACuni26ADuni26AEuni26AFuni26B4uni2701uni2702uni2703uni2706uni2707uni270Cuni270Euni270Funi2710uni2711uni2712uni2714uni2718uni2720uni2724uni2726uni2727uni2729uni272Auni272Buni272Cuni272Funi2732uni2735uni273Buni273Cuni273Duni273Funi2740uni2741uni2742uni275Buni275Cuni275Duni275Euni2761uni2762uni2763uni2764uni2765uni2767uni276Buni2775uni2776uni2777uni2778uni2779uni277Auni277Buni277Cuni277Duni277Euni277Funi2780uni2781uni2782uni2783uni2784uni2785uni2786uni2787uni2788uni278Auni278Buni278Cuni278Duni278Euni278Funi2790uni2791uni2792uni2793uni279Cuni27A1uni27A5uni27A6uni27B2uni27B7uni27B8uni27B9uni27BAuni27BBuni27BCuni27BDuni27BEuni27C5uni27C6uni27E6uni27E7uni27E8uni27E9uni27EAuni27EBuni27F0uni27F1uni27F2uni27F3uni27F4uni27F5uni27F6uni27F7uni27F8uni27F9uni27FAuni27FBuni27FCuni27FDuni27FEuni27FFuni2800uni2801uni2802uni2803uni2804uni2805uni2806uni2807uni2808uni2809uni280Auni280Buni280Cuni280Duni280Euni280Funi2810uni2811uni2812uni2813uni2814uni2815uni2816uni2817uni2818uni2819uni281Auni281Buni281Cuni281Duni281Euni281Funi2820uni2821uni2822uni2823uni2824uni2825uni2826uni2827uni2828uni2829uni282Auni282Buni282Cuni282Duni282Euni282Funi2830uni2831uni2832uni2833uni2834uni2835uni2836uni2837uni2838uni2839uni283Auni283Buni283Cuni283Duni283Euni283Funi2840uni2841uni2842uni2843uni2844uni2845uni2846uni2847uni2848uni2849uni284Auni284Buni284Cuni284Duni284Euni284Funi2850uni2851uni2852uni2853uni2854uni2855uni2856uni2857uni2858uni2859uni285Auni285Buni285Cuni285Duni285Euni285Funi2860uni2861uni2862uni2863uni2864uni2865uni2866uni2867uni2868uni2869uni286Auni286Buni286Cuni286Duni286Euni286Funi2870uni2871uni2872uni2873uni2874uni2875uni2876uni2877uni2878uni2879uni287Auni287Buni287Cuni287Duni287Euni287Funi2880uni2881uni2882uni2883uni2884uni2885uni2886uni2887uni2888uni2889uni288Auni288Buni288Cuni288Duni288Euni288Funi2890uni2891uni2892uni2893uni2894uni2895uni2896uni2897uni2898uni2899uni289Auni289Buni289Cuni289Duni289Euni289Funi28A0uni28A1uni28A2uni28A3uni28A4uni28A5uni28A6uni28A7uni28A8uni28A9uni28AAuni28ABuni28ACuni28ADuni28AEuni28AFuni28B0uni28B1uni28B2uni28B3uni28B4uni28B5uni28B6uni28B7uni28B8uni28B9uni28BAuni28BBuni28BCuni28BDuni28BEuni28BFuni28C0uni28C1uni28C2uni28C3uni28C4uni28C5uni28C6uni28C7uni28C8uni28C9uni28CAuni28CBuni28CCuni28CDuni28CEuni28CFuni28D0uni28D1uni28D2uni28D3uni28D4uni28D5uni28D6uni28D7uni28D8uni28D9uni28DAuni28DBuni28DCuni28DDuni28DEuni28DFuni28E0uni28E1uni28E2uni28E3uni28E4uni28E5uni28E6uni28E7uni28E8uni28E9uni28EAuni28EBuni28ECuni28EDuni28EEuni28EFuni28F0uni28F1uni28F2uni28F3uni28F4uni28F5uni28F6uni28F7uni28F8uni28F9uni28FAuni28FBuni28FCuni28FDuni28FEuni28FFuni2906uni2907uni290Auni290Buni2940uni2941uni2983uni2984uni29CEuni29CFuni29D0uni29D1uni29D2uni29D3uni29D4uni29D5uni29FAuni29FBuni2A00uni2A01uni2A02uni2A0Cuni2A0Duni2A0Euni2A0Funi2A10uni2A11uni2A12uni2A13uni2A14uni2A15uni2A16uni2A17uni2A18uni2A19uni2A1Auni2A1Buni2A1Cuni2A6Auni2A6Buni2A7Duni2A7Euni2A7Funi2A80uni2A81uni2A82uni2A83uni2A84uni2A85uni2A86uni2A87uni2A88uni2A89uni2A8Auni2A8Buni2A8Cuni2A8Duni2A8Euni2A8Funi2A90uni2A91uni2A92uni2A93uni2A94uni2A95uni2A96uni2A97uni2A98uni2A99uni2A9Auni2A9Buni2A9Cuni2A9Duni2A9Euni2A9Funi2AA0uni2AAEuni2AAFuni2AB0uni2AB1uni2AB2uni2AB3uni2AB4uni2AB5uni2AB6uni2AB7uni2AB8uni2AB9uni2ABAuni2AF9uni2AFAuni2B00uni2B01uni2B02uni2B03uni2B04uni2B05uni2B06uni2B07uni2B08uni2B09uni2B0Auni2B0Buni2B0Cuni2B0Duni2B0Euni2B0Funi2B10uni2B11uni2C60uni2C61uni2C62uni2C63uni2C64uni2C65uni2C66uni2C67uni2C68uni2C69uni2C6Auni2C6Buni2C6Cuni2C6Duni2C6Euni2C6Funi2C70uni2C71uni2C72uni2C73uni2C74uni2C75uni2C76uni2C77uni2C79uni2C7Auni2C7Buni2C7Cuni2C7Duni2C7Euni2C7Funi2D00uni2D01uni2D02uni2D03uni2D04uni2D05uni2D06uni2D07uni2D08uni2D09uni2D0Auni2D0Buni2D0Cuni2D0Duni2D0Euni2D0Funi2D10uni2D11uni2D12uni2D13uni2D14uni2D15uni2D16uni2D17uni2D18uni2D19uni2D1Auni2D1Buni2D1Cuni2D1Duni2D1Euni2D1Funi2D20uni2D21uni2D22uni2D23uni2D24uni2D25uni2D30uni2D31uni2D32uni2D33uni2D34uni2D35uni2D36uni2D37uni2D38uni2D39uni2D3Auni2D3Buni2D3Cuni2D3Duni2D3Euni2D3Funi2D40uni2D41uni2D42uni2D43uni2D44uni2D45uni2D46uni2D47uni2D48uni2D49uni2D4Auni2D4Buni2D4Cuni2D4Duni2D4Euni2D4Funi2D50uni2D51uni2D52uni2D53uni2D54uni2D55uni2D56uni2D57uni2D58uni2D59uni2D5Auni2D5Buni2D5Cuni2D5Duni2D5Euni2D5Funi2D60uni2D61uni2D62uni2D63uni2D64uni2D65uni2D6Funi2E18uni2E1Funi2E22uni2E23uni2E24uni2E25uni2E2EuniA4D0uniA4D1uniA4D2uniA4D3uniA4D4uniA4D5uniA4D6uniA4D7uniA4D8uniA4D9uniA4DAuniA4DBuniA4DCuniA4DDuniA4DEuniA4DFuniA4E0uniA4E1uniA4E2uniA4E3uniA4E4uniA4E5uniA4E6uniA4E7uniA4E9uniA4EAuniA4EBuniA4ECuniA4EDuniA4EEuniA4EFuniA4F0uniA4F1uniA4F2uniA4F3uniA4F4uniA4F5uniA4F7uniA4F8uniA4F9uniA4FAuniA4FBuniA4FCuniA4FDuniA4FEuniA4FFuniA644uniA645uniA646uniA647uniA64CuniA64DuniA650uniA651uniA654uniA655uniA656uniA657uniA662uniA663uniA664uniA665uniA666uniA667uniA668uniA669uniA66AuniA66BuniA66CuniA66DuniA66EuniA68AuniA68BuniA68CuniA68DuniA694uniA695uniA708uniA709uniA70AuniA70BuniA70CuniA70DuniA70EuniA70FuniA710uniA711uniA712uniA713uniA714uniA715uniA716uniA71BuniA71CuniA71DuniA71EuniA71FuniA722uniA723uniA724uniA725uniA726uniA727uniA728uniA729uniA72AuniA72BuniA730uniA731uniA732uniA733uniA734uniA735uniA736uniA737uniA738uniA739uniA73AuniA73BuniA73CuniA73DuniA73EuniA740uniA741uniA746uniA747uniA748uniA749uniA74AuniA74BuniA74EuniA74FuniA750uniA751uniA752uniA753uniA756uniA757uniA764uniA765uniA766uniA767uniA780uniA781uniA782uniA783uniA789uniA78AuniA78BuniA78CuniA78DuniA78EuniA790uniA791uniA7A0uniA7A1uniA7A2uniA7A3uniA7A4uniA7A5uniA7A6uniA7A7uniA7A8uniA7A9uniA7AAuniA7FAuniA7FBuniA7FCuniA7FDuniA7FEuniA7FF uni02E5.5 uni02E6.5 uni02E7.5 uni02E8.5 uni02E9.5 uni02E5.4 uni02E6.4 uni02E7.4 uni02E8.4 uni02E9.4 uni02E5.3 uni02E6.3 uni02E7.3 uni02E8.3 uni02E9.3 uni02E5.2 uni02E6.2 uni02E7.2 uni02E8.2 uni02E9.2 uni02E5.1 uni02E6.1 uni02E7.1 uni02E8.1 uni02E9.1stemuniF400uniF401uniF402uniF403uniF404uniF405uniF406uniF407uniF408uniF409uniF40AuniF40BuniF40CuniF40DuniF40EuniF40FuniF410uniF411uniF412uniF413uniF414uniF415uniF416uniF417uniF418uniF419uniF41AuniF41BuniF41CuniF41DuniF41EuniF41FuniF420uniF421uniF422uniF423uniF424uniF425uniF426uniF428uniF429uniF42AuniF42BuniF42CuniF42DuniF42EuniF42FuniF430uniF431uniF432uniF433uniF434uniF435uniF436uniF437uniF438uniF439uniF43AuniF43BuniF43CuniF43DuniF43EuniF43FuniF440uniF441uniF6C5uniFB00uniFB03uniFB04uniFB05uniFB06uniFB13uniFB14uniFB15uniFB16uniFB17uniFB1DuniFB1EuniFB1FuniFB20uniFB21uniFB22uniFB23uniFB24uniFB25uniFB26uniFB27uniFB28uniFB29uniFB2AuniFB2BuniFB2CuniFB2DuniFB2EuniFB2FuniFB30uniFB31uniFB32uniFB33uniFB34uniFB35uniFB36uniFB38uniFB39uniFB3AuniFB3BuniFB3CuniFB3EuniFB40uniFB41uniFB43uniFB44uniFB46uniFB47uniFB48uniFB49uniFB4AuniFB4BuniFB4CuniFB4DuniFB4EuniFB4FuniFB52uniFB53uniFB54uniFB55uniFB56uniFB57uniFB58uniFB59uniFB5AuniFB5BuniFB5CuniFB5DuniFB5EuniFB5FuniFB60uniFB61uniFB62uniFB63uniFB64uniFB65uniFB66uniFB67uniFB68uniFB69uniFB6AuniFB6BuniFB6CuniFB6DuniFB6EuniFB6FuniFB70uniFB71uniFB72uniFB73uniFB74uniFB75uniFB76uniFB77uniFB78uniFB79uniFB7AuniFB7BuniFB7CuniFB7DuniFB7EuniFB7FuniFB80uniFB81uniFB82uniFB83uniFB84uniFB85uniFB86uniFB87uniFB88uniFB89uniFB8AuniFB8BuniFB8CuniFB8DuniFB8EuniFB8FuniFB90uniFB91uniFB92uniFB93uniFB94uniFB95uniFB96uniFB97uniFB98uniFB99uniFB9AuniFB9BuniFB9CuniFB9DuniFB9EuniFB9FuniFBA0uniFBA1uniFBA2uniFBA3uniFBAAuniFBABuniFBACuniFBADuniFBD9uniFBDAuniFBE8uniFBE9uniFBFCuniFBFDuniFBFEuniFBFFuniFE20uniFE21uniFE22uniFE23uniFE70uniFE71uniFE72uniFE73uniFE74uniFE76uniFE77uniFE78uniFE79uniFE7AuniFE7BuniFE7CuniFE7DuniFE7EuniFE7FuniFE80uniFE81uniFE82uniFE83uniFE84uniFE85uniFE86uniFE87uniFE88uniFE89uniFE8AuniFE8BuniFE8CuniFE8DuniFE8EuniFE8FuniFE90uniFE91uniFE92uniFE93uniFE94uniFE95uniFE96uniFE97uniFE98uniFE99uniFE9AuniFE9BuniFE9CuniFE9DuniFE9EuniFE9FuniFEA0uniFEA1uniFEA2uniFEA3uniFEA4uniFEA5uniFEA6uniFEA7uniFEA8uniFEA9uniFEAAuniFEABuniFEACuniFEADuniFEAEuniFEAFuniFEB0uniFEB1uniFEB2uniFEB3uniFEB4uniFEB5uniFEB6uniFEB7uniFEB8uniFEB9uniFEBAuniFEBBuniFEBCuniFEBDuniFEBEuniFEBFuniFEC0uniFEC1uniFEC2uniFEC3uniFEC4uniFEC5uniFEC6uniFEC7uniFEC8uniFEC9uniFECAuniFECBuniFECCuniFECDuniFECEuniFECFuniFED0uniFED1uniFED2uniFED3uniFED4uniFED5uniFED6uniFED7uniFED8uniFED9uniFEDAuniFEDBuniFEDCuniFEDDuniFEDEuniFEDFuniFEE0uniFEE1uniFEE2uniFEE3uniFEE4uniFEE5uniFEE6uniFEE7uniFEE8uniFEE9uniFEEAuniFEEBuniFEECuniFEEDuniFEEEuniFEEFuniFEF0uniFEF1uniFEF2uniFEF3uniFEF4uniFEF5uniFEF6uniFEF7uniFEF8uniFEF9uniFEFAuniFEFBuniFEFCuniFFFDu10300u10301u10302u10303u10304u10305u10306u10307u10308u10309u1030Au1030Bu1030Cu1030Du1030Eu1030Fu10310u10311u10312u10313u10314u10315u10316u10317u10318u10319u1031Au1031Bu1031Cu1031Du1031Eu10320u10321u10322u10323u1D301u1D302u1D303u1D304u1D305u1D306u1D307u1D308u1D309u1D30Au1D30Bu1D30Cu1D30Du1D30Eu1D30Fu1D310u1D311u1D312u1D313u1D314u1D315u1D316u1D317u1D318u1D319u1D31Au1D31Bu1D31Cu1D31Du1D31Eu1D31Fu1D320u1D321u1D322u1D323u1D324u1D325u1D326u1D327u1D328u1D329u1D32Au1D32Bu1D32Cu1D32Du1D32Eu1D32Fu1D330u1D331u1D332u1D333u1D334u1D335u1D336u1D337u1D338u1D339u1D33Au1D33Bu1D33Cu1D33Du1D33Eu1D33Fu1D340u1D341u1D342u1D343u1D344u1D345u1D346u1D347u1D348u1D349u1D34Au1D34Bu1D34Cu1D34Du1D34Eu1D34Fu1D350u1D351u1D352u1D353u1D354u1D355u1D356u1D538u1D539u1D53Bu1D53Cu1D53Du1D53Eu1D540u1D541u1D542u1D543u1D544u1D546u1D54Au1D54Bu1D54Cu1D54Du1D54Eu1D54Fu1D550u1D552u1D553u1D554u1D555u1D556u1D557u1D558u1D559u1D55Au1D55Bu1D55Cu1D55Du1D55Eu1D55Fu1D560u1D561u1D562u1D563u1D564u1D565u1D566u1D567u1D568u1D569u1D56Au1D56Bu1D5D4u1D5D5u1D5D6u1D5D7u1D5D8u1D5D9u1D5DAu1D5DBu1D5DCu1D5DDu1D5DEu1D5DFu1D5E0u1D5E1u1D5E2u1D5E3u1D5E4u1D5E5u1D5E6u1D5E7u1D5E8u1D5E9u1D5EAu1D5EBu1D5ECu1D5EDu1D5EEu1D5EFu1D5F0u1D5F1u1D5F2u1D5F3u1D5F4u1D5F5u1D5F6u1D5F7u1D5F8u1D5F9u1D5FAu1D5FBu1D5FCu1D5FDu1D5FEu1D5FFu1D600u1D601u1D602u1D603u1D604u1D605u1D606u1D607u1D756u1D757u1D758u1D759u1D75Au1D75Bu1D75Cu1D75Du1D75Eu1D75Fu1D760u1D761u1D762u1D763u1D764u1D765u1D766u1D767u1D768u1D769u1D76Au1D76Bu1D76Cu1D76Du1D76Eu1D76Fu1D770u1D771u1D772u1D773u1D774u1D775u1D776u1D777u1D778u1D779u1D77Au1D77Bu1D77Cu1D77Du1D77Eu1D77Fu1D780u1D781u1D782u1D783u1D784u1D785u1D786u1D787u1D788u1D789u1D78Au1D78Bu1D78Cu1D78Du1D78Eu1D78Fu1D7D8u1D7D9u1D7DAu1D7DBu1D7DCu1D7DDu1D7DEu1D7DFu1D7E0u1D7E1u1D7ECu1D7EDu1D7EEu1D7EFu1D7F0u1D7F1u1D7F2u1D7F3u1D7F4u1D7F5 dlLtcaronDieresisAcuteTildeGrave CircumflexCaronBreve Dotaccent Hungarumlaut Doublegrave uni066E.fina uni066E.init uni066E.medi uni06A1.fina uni06A1.init uni06A1.medi uni066F.fina uni066F.init uni066F.medi uni06BA.init uni06BA.medi arabic_ring uni067C.fina uni067C.init uni067C.medi uni067D.fina uni067D.init uni067D.medi uni0681.fina uni0681.init uni0681.medi uni0682.fina uni0682.init uni0682.medi uni0685.fina uni0685.init uni0685.medi uni06BF.fina uni06BF.init uni06BF.mediarabic_gaf_bar uni0311.caseEng.altuni0268.dotlessuni029D.dotless uni03080304 uni03040308 uni03070304 uni03080301 uni03080300 uni03040301 uni03040300 uni03030304 uni0308030C uni03030308 uni030C0307 uni03030301 uni03020301 uni03020300 uni03020303 uni03060303 uni03060301 uni03060300 uni03060309 uni03020309 uni03010307 brailledotJ.alt uni0695.finauniFEAE.fina.longstart uni06B5.fina uni06B5.init uni06B5.medi uni06CE.fina uni06CE.init uni06CE.medi uni0692.final.alt uni06D5.finauni0478.monographuni0479.monographiogonek.dotlessuni2148.dotlessuni2149.dotlessuni1E2D.dotlessuni1ECB.dotlesscdoI.alt arrow.base uni0651064B uni0651064C uni064B0651 uni0651064E uni0651064F uni064E0651 uni0654064E uni0654064F uni07CA.fina uni07CA.medi uni07CA.init uni07CB.fina uni07CB.medi uni07CB.init uni07CC.fina uni07CC.medi uni07CC.init uni07CD.fina uni07CD.medi uni07CD.init uni07CE.fina uni07CE.medi uni07CE.init uni07CF.fina uni07CF.medi uni07CF.init uni07D0.fina uni07D0.medi uni07D0.init uni07D1.fina uni07D1.medi uni07D1.init uni07D2.fina uni07D2.medi uni07D2.init uni07D3.fina uni07D3.medi uni07D3.init uni07D4.fina uni07D4.medi uni07D4.init uni07D5.fina uni07D5.medi uni07D5.init uni07D6.fina uni07D6.medi uni07D6.init uni07D7.fina uni07D7.medi uni07D7.init uni07D8.fina uni07D8.medi uni07D8.init uni07D9.fina uni07D9.medi uni07D9.init uni07DA.fina uni07DA.medi uni07DA.init uni07DB.fina uni07DB.medi uni07DB.init uni07DC.fina uni07DC.medi uni07DC.init uni07DD.fina uni07DD.medi uni07DD.init uni07DE.fina uni07DE.medi uni07DE.init uni07DF.fina uni07DF.medi uni07DF.init uni07E0.fina uni07E0.medi uni07E0.init uni07E1.fina uni07E1.medi uni07E1.init uni07E2.fina uni07E2.medi uni07E2.init uni07E3.fina uni07E3.medi uni07E3.init uni07E4.fina uni07E4.medi uni07E4.init uni07E5.fina uni07E5.medi uni07E5.init uni07E6.fina uni07E6.medi uni07E6.init uni07E7.fina uni07E7.medi uni07E7.init Ringabove uni047E.diacuni048a.brevelessuni048B.brevelessy.alt uni0689.fina uni068A.fina uni068B.fina uni068F.fina uni0690.fina uni0693.fina uni0694.fina uni0696.fina uni0697.fina uni0699.fina uni069A.fina uni069A.init uni069A.medi uni069B.fina uni069B.init uni069B.medi uni069C.fina uni069C.init uni069C.medi uni069D.fina uni069D.init uni069D.medi uni069E.fina uni069E.init uni069E.medi uni069F.fina uni069F.init uni069F.medi uni06A0.fina uni06A0.init uni06A0.medi uni06A2.fina uni06A2.init uni06A2.medi uni06A3.fina uni06A3.init uni06A3.medi uni06A5.fina uni06A5.init uni06A5.medi uni06A7.fina uni06A7.init uni06A7.medi uni06A8.fina uni06A8.init uni06A8.medi uni06AA.fina uni06AA.init uni06AA.medi uni06AB.fina uni06AB.init uni06AB.medi uni06AC.fina uni06AC.init uni06AC.medi uni06AE.fina uni06AE.init uni06AE.medi uni06B0.fina uni06B0.init uni06B0.medi uni06B2.fina uni06B2.init uni06B2.medi uni06B4.fina uni06B4.init uni06B4.medi uni06B6.fina uni06B6.init uni06B6.medi uni06B7.fina uni06B7.init uni06B7.medi uni06B8.fina uni06B8.init uni06B8.medi uni06B9.fina uni06B9.init uni06B9.medi uni06BC.fina uni06BC.init uni06BC.medi uni06BD.fina uni06BD.init uni06BD.medi¸€@ÿûþúù%ø2÷–öõþôþó%òñ–ð%ïŠAïþî–í–ìúëúêþé:èBçþæ2åäSå–äŠAäSãâ/ãúâ/áþàþß2ÞÝ–ÜþÛÚ}Ù»ØþÖŠAÖ}ÕÔGÕ}ÔGÓÒÓþÒÑþÐþÏþÎþÍ–ÌËÌþËÊ2ÉþÆ…ÆÅÄþÃþÂþÁþÀþ¿þ¾þ½þ¼þ»þº¹†%¹þ¸·»¸þ·¶]·»·€¶µ%¶]@ÿ¶@µ%´þ³–²þ±þ°þ¯þ®d­¬«%¬d«ª«%ª©ŠA©ú¨þ§þ¦þ¥¤þ£¢£2¢¡d ŠA –Ÿþž žþ œ›œd›š›š™ ˜þ—– —þ– •ŠA•–”“”(“’ú‘»‘þ]»€Ž%]@Ž%þŒ‹.Œþ‹.І%ŠA‰ˆ ‰ˆ ‡†%‡d†…†%…„þƒ‚ƒþ‚þ€þþ@ÿ~}}~þ}}|d{T{%zþyþxw v uþtúsúrúqúpþoþnþl!kþjBjSiþh}gBfþeþdþcþbþa:`ú^ ]þ[þZþYX YúX WW2VþUTUBTSSRQJQþP OþNMNþMLþKJKþJIJI IH GþF–E–DþC-CúB»AK@þ?þ>=>=<=<; <@ÿ; :þ9þ878ú76765 65 43 21 2þ1 0/ 0 / .- .- ,2+*%+d*)*%)('%(A'%&% &% $þ#þ"!! dú d BþúBBþdþþþþBþ-B}dþ  þ   þ  þ-þdþ@-þ-þ¸d…++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ U¯¶ôQQ £‡ˆ™šš›žŸ ¡¥¦§¨´µ¹ºÁÂÂÃÐÑÒÓÔÕÞßãäÔÕÕÖרäååææçëììí9:FGUVVWÔÕÝÞ   · ¸ ½ ¾"À"Á"Á"Â"Ë"Ì"Î"Ï#######$#*#+#+#,#/#0#1#2#G#H#I#J#`#a#a#b)))))))))¨)©)©)ª)ª)«)«)¬)®)¯)¯)°)º)»*/*0*7*8+a+b+k+l+Š+‹+‹+Œ+º+»+Â+Ã,,,,,v ØJDFLTzarab†armn¨brai´cansÀcherÌcyrlØgeorôgrekhanihebrkana*lao 4latnDmath„nko ogamžrunrªtfng¶thaiÂÿÿKUR SND URD ÿÿÿÿÿÿÿÿÿÿMKD SRB ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ4ISM 4KSM 4LSM 4MOL 4NSM 4ROM 4SKS 4SSM 4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿkern2kern8mark@markNmarkTmkmk\mkmkbmkmkj     (08@JRZbjrz‚”œ„ÖžÐdl * ˜!"#Ð8*9^;@ÂABCdTmnBƒ’0&: þ þÔýÚ<?D<?DÚ® *06<BHNTZ`flrx~„Š–œ:¤:Ü::ÜÖ:þr:ü Äü4 Ä4Ð `:;=>@ABCEFV+»+¼+½+¾+¿+À+Á+Â:;=>@ABCEFV+»+¼+½+¾+¿+À+Á+ÂRX^djpv|‚ˆŽ”𠦬²¸¾Ä°°°°°°°ø°°°°°°°°°°°°°$ ý*ý¨   ýlýlN>^  &,ýGýšý&²ý-‰ý-œýG Q &,28ý*~ý*Ëý*`ý*ºý-|ý*ün.¨ $JPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ þþtþýÞþýÞþýÞþýÞþþýÿþþþþþþþþþþþ¦þþMþýÞþþþýÞþþþþþýÞþþþþþýÞþýÞþýÞþþ‡þýÚþþþHþ%þýÞþýÞþýÞþýÞþýÞþýÞþþþþ ØØã䛞¡¥¨´ º½ÄÆÊË ÎÎ"ÐÐ# ã䛞¡¥¨´ º½ÄÆÊËÎÎ!ÐÐ"#ޔ𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZþþþþþþþþþþþÈþþþþþþþþþþþþþþþþHþþþþþþþþ8Æ– 7pv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ýþýþýþfþ=jþhþhýþfýþýþýþ>ýþýþýþÌýþfýþ¨ýþ¨ýþfýþýþ>þ‘ýþþÐýþ>ýþ>ýþÈýþÈþþþjjýþýþýþýþýþfýþfþþþþýþýþþýþúýþúýþúýþúýþúýþúýþúýþúýþúýþ7¶»¼óˆ‰Š‹ŒŽ‘’“”•–¾ÀÁÃÇÈÉÌÍÏÓÔ ¸ ¹ º » ¼ ½#$#%#&#'#(#)#*+b+d+f+g+h+i+j+k+‹,¶¶»¼ñóˆ–¾¾ÀÁÃÃÇÉÌÍÏÏ ¸ ½#$#*%+b+k,+‹+‹6,,78âèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,ýþöýþ{ýþ{þ{þ{þ°þ{þ{ýþ{ýþ{ýþöýþØýþöýþöýþ{ýþ{ýþ{ýþ{ýþ{ýþØýþØþöýþöþýþØýþØýþ{ýþ{þ{þþ{ýþöýþöýþöýþöýþ{ýþ{þþþþýþöýþöþýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{¸®Ú $6HZl~ qÿœ^ÿj qÿœ^ÿj qÿœ^ÿj qÿœ^ÿj qÿœ^ýÚ qÿœ^ýÚ qÿœ^ÿj qÿœ^ÿj*0*7ØÙÚÛÜÝÞßàâäì<?D>DJPV\bhpx~„Š–ÃÃÃÃÃÃÃÃÃÃÃêFÎ gÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4 ÿ8 ÿ8,ÿj,ÿjô\ÃôôHq«ô&~ìùôô§ôô0ô`ÿòtôwôô¨¨¨ _ÿœ_ÿœqýÚ_ýÚRþÔ_ÿœÏþŽXÿjÏÿjÏÿj,ý¨,ý¨,ý¨&ÿj&ÿjXýÚXývŠý¨Šý¨Šý¨Šý¨“ÿj“ÿj,ý¨,ý¨„ÿ8 ýÚ„ÿ8 þ>?ý¨Rþ>XÿjqýÚRþÔRýÚÏÿj ýÚÏÿjÏÿjÏýÚÏþkÏÿjÏýÚÏÿjÏýÚ,ý¨,ý¨,ý¨,ý¨,ý¨,ý¨,ý¨&ÿj0þ^0þp0þp&ÿj/þ¢&ÿj&ÿj&ÿjXýÚXýÚXýÚXýÚXýÚXýÚXýÚXýÚXýÚŠý¨Šý¨Šý¨Šý¨Šý¨“ÿj,ý¨„ÿ83þp3þp„ÿ83ýv„ÿ8 ýÚ ýÚ„ÿj„ÿj„ÿj„ÿ8„ÿ8ýv„ÿj„ÿj„ÿjþpýD„ÿj þ>kü®„ýDRþ>Rþ>„ýRþ>~ÿj,ý¨qýÚRþÔRþÔXÿjd01œÁÁeÁådx¸3\Áœ§ ¥œQ  ‚QQÏýÚÏýÚ¢ýÚ¢ýÚÏýÚÏýÚ¢ýÚ¢ýÚÏýÚÏýÚ¢ýÚ¢ýÚÏÿjÏÿj¢ÿœ¢ÿœÏÿjÏÿj¢ÿœ¢ÿœÏÿjÏÿj¢ÿœ¢ÿœ„ÿ8„ÿ8Šÿœáÿœ„ÿ8„ÿ8Šÿœáÿœ,ý¨,ý¨¼ýÚ¼ýÚ,ý¨,ý¨¼þÀ¼þÀ,ý¨,ý¨¼ýÚ¼ýÚ,ý¨,ý¨¼ýÚ¼ýÚ/þ¢/þ¢&ÿj&ÿj&ÿj&ÿj&ÿj&ÿjXýÚXýÚXýÚXýÚ„ÿj„ÿjÿjÿj„ÿj„ÿjÿjÿjýDýD ýv ýv„ÿj„ÿjÿjÿjRþ>Rý¨Rþ>Rý¨¢ÿœ¢ÿœ~ÿj~ý¨Šÿj¼ý¨qýÚqýÚ¢ÿœ¢ÿœRþÔRþ¢¢þ\¢þ\^ÿœ^ÿœ^ÿœ,ÿœ^ýÚ^ÿœ^ÿœ^ÿœ^ÿœ^þÔ^þÔ^ÿœ^ÿœ^ÿœ^ÿœ _ÿœ_ÿœ_ÿœ_ÿœqýÚqýÚ_ýÚ_ýÚRþÔRþ¢¢ÿœ¢ÿœ_ÿœ_ÿœÏþŽÏþŽ¢þ\¢þ\Xÿj&ÿjÏÿjÏÿj¢ÿœ¢ÿœÏÿjÏÿj¢ÿœ¢ÿœ,ý¨,ý¨¼þ\¼þ\,ý¨,ý¨¼ÿœ¼ÿœ,ý¨,ý¨¼ÿœ¼ÿœ&ÿj&ÿj&ÿj&ÿjXýÚXýÚXýÚXýÚŠý¨Šý¨îÿjîÿjŠý¨Šý¨îÿjîÿjŠý¨Šý¨¼ÿj¼ÿjŠý¨Šý¨¼ÿj¼ÿj“ÿj“ÿjÍÿjÍÿj“ÿj“ÿjÍÿjÍÿjîý¨îý¨ŠÿœBÿœîý¨îý¨ŠÿœBÿœ„ÿ8„ÿ8Šÿœáÿœ ýÚîý¨Šÿœáÿœ„ÿ8„ÿ8ÿjÿj þ> þ>¢ÿœ¢ÿœ?ý¨?ý¨ŠÿjŠÿjRþ>Rý¨¢ÿœ¢ÿœXÿj&ÿjŠÿj¼ý¨qýÚqýÚRþÔRþ¢RýÚRýÚ¢þ\¢þ\Ïÿj¢ÿœ¢ÿœ„ÿ8Šÿœáÿœîý¨Šÿœáÿœ¢ÿœ¢ÿœÏþk¢þ¢¢þÔÏÿj¢ÿœ¢ÿœ,üJ¼ÿœ¼ÿœ,ý¨¼ÿœ¼ÿœ,ý¨¼ÿœ¼ÿœ,ý¨¼ýÚ¼ýÚXýÚXýÚ þ>¢ÿœ¢ÿœRþ¢¢þ\¢þ\XýÚ&ÿjddd000111œœœÁÁÁÁÁÁeeeÁÁÁååådddxxx¸¸¸333\\\ÁÁÁœœœ§§§   ¥¥¥œœœQQQ      ‚‚‚QQQQQQ0þ^0þp0þp&ÿj&ÿjXýÚXýÚXýÚXýÚXýÚŠý¨eþpeþpŠý¨eýÚeýÚŠý¨eýÚeýÚŠý¨þpþpŠý¨¼ÿj¼ÿj“ÿjÍÿjÍÿjîý¨ŠÿœBÿœ3þp»þ¢»þ¢3þp»þ¢»þ¢3ýv¼ý¨¼ý¨îý¨Šÿœáÿœîý¨Šÿœáÿœ„ÿjïÿjïÿj„ÿjÿjÿj„ÿ8ÿjÿjýv ý¨ ý¨„ÿjÿjÿjþp þ¢ þ¢„ÿjÿjÿj þ>¢ÿœ¢ÿœ þ>¢ÿœ¢ÿœkü®výÚ”ýÚ„ü•¢þ\¢þ\„üc¢þ¢¢þÔîý¨¢ÿœ¢ÿœ58í ."09<TUFX”H—¢…·Ô‘)J)§¯)¬*/ +l+v‘+x+‰œ+¦+®®+°+°·+Ã,¸,",vØÙÚÛÜÝÞßàâäì<?DÜBHNTZ`flt|‚ˆŽ”š ÃÃÃÃÃÃÃÃÃÃÃÃþôÆú 06<BHNTZ`flrx~„Š–œ¢¨®´±x0è0U0«000Ð00Ô@0@0@00¿0Ð0‚áï0Þ0x~«0 íóõùûû ýþ ))ãÍ0¸®ê $6HZl~ qr : qr : qr ä qr ä qr Ü qr Ü qr Ü qr Ü*0*7áæ:;=>@ABCEFV)+»+¼+½+¾+¿+À+Á+Â^flrx~„Š–œ¢¨®´ºÀÆÌÒØÞä2`Ã`°°°°°°°°°°°°Ã`°°°°°°°°æv( Mœ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^d99žž^^€_ÛL_Ð_4qF_r&_rÏèôˆÏ¶Ï°¼è¼è¼ôèô î Š Š Š Š “r“r&~&  LôL ÜîR¶îôRqî&R&RÏèôLÏÏìÏèϬÏìÏèÏìÏè¼¼J¼è¼è¼@¼è¼èþ@ôèôèþ@þâôèþÜþªþÜ n ° î î î î è   âŠ Š Š Š Š “rqr L L L L L LôLôL&x&x&x„„ Ü&x&x&x&x&x&x†4„4„fèîî9_è9â~L¼ qâ&î&âôRdð0ð1ðœðÁðÁðeðÁð3ð[ðð_ðÑð3ð ðð\ðÁðœð§ð©ðŒððœðQð©ð©ð‚ðQðQðÏèÏè¢è¢èÏèÏè¢è¢èÏèÏè¢è¢èÏìÏ좂¢‚ÏìÏ좂¢‚ÏÏ¢ª¢ª L L£®á® L L£®á®¼è¼è¼è¼è¼è¼è¼è¼è¼è¼è¼è¼è¼è¼è¼è¼èôèôèþâþâþÜþÜþ@þ@ P P n n&x&x^^&x&x^Ö^Ö&x&x^Ö^Ö&x&xllîîîî9_9e¢ª¢ª~L~„ŠL¼„qâqâ¢è¢è&Rî¼¢è¢è^¤^¤^:,°^°^Ü^Ü^:^:^°^°^^^:^:ÛL_Ð_Ð_4_4qFqF_r_r&î¢F¢F_r_rÏèÏè¢è¢èôtXtϬϬ¢B¢Bϰϰ¢F¢F¼è¼è¼è¼è¼è¼è¼è¼è¼ ¼ ¼¦¼¦ôèôèô ô  î î  Š Š î„ Š èèŠ Š ¼ ¼ Š Š ¼B¼B“r“rÍrÍr“r“rÍrÍr&~Šè&~Bè& Š¦& B¦ L L£nánôL&R£nán Ü Ü^^îî¢r¢rR¶RRŠRŠRîîz¢B¢BôRXRŠL¼„qîqî&Rî¼&Rî¼¢è¢èÏè¢è¢è L£LáL&R£LáL¢B¢BϬ¢B¢BÏì¢x¢x¼îªîª¼Jîæîæ¼@îæîæ¼ ¼¦¼¦ î î†4¢4¢4¢° °XRdðdðdð0ð0ð0ð1ð1ð1ðœðœðœðÁðÁðÁðÁðÁðÁðeðeðeðÁðÁðÁð3ð3ð3ð[ð[ð[ðððð_ð_ð_ðÑðÑðÑð3ð3ð3ð ð ð ðððð\ð\ð\ðÁðÁðÁðœðœðœð§ð§ð§ð©ð©ð©ðŒðŒðŒððððœðœðœðQðQðQð©ð©ð©ð©ð©ð©ð‚ð‚ð‚ðQðQðQðQðQðQðôèôèþ@þªþÜ î î î è ⊠ÏÏŠ î„ ÏâÏ⊠¼ ¼ Š ÕâÕâ“rÍrÍrqxqr9x L£LáL L¼F¼F L£LáL&R£nán&R£®á®&x‘x‘x&x^^„¤¤ Ü^^&x^Ö^Ö&x^Ö^Ö&xff„4ž4ž4„fžfžfî¢r¢rîz¢B¢Bîz¢B¢B3¢F¢F58îîøø.09!TU+X–-˜¢l·Ôw)J)§•)¬*/ó+l+vw+x+‰‚+¦+®”+°+°+Ã,ž,",vøáæ:;=>@ABCEFVÕÖרÙÚÛÝ)+»+¼+½+¾+¿+À+Á+Â~†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.42`Ã`°°°°°°°°°°°°ý{þ{þ{þ{ý{þ{ý{þ{Ã`°°°°°°°°ö <BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäQüþðóÿ@¦¢úØÑÑ`íí±(&´@ËE\þU è èäæèþ  "#  þ0 >DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìQ`ü`þ``ð`ó`’¦`¢`ú``Ø`Ñ`Ñ```Œí`팱`Œ(`&`´`’@`Ë`E’J è¨ è¨äþ  "# Q  28>DJPV\bhnt````````````¤Î¬ ˜28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ðððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððððÿÓððððððððððððððððððððððððððð#ý6ss4““5Ÿ 6©ª8ÌÌ:;=!!>*+?22A::BRTCëëFïïGôôHööIJK--L ‘ ‘M È ÑN'“'•X'˜'™['Ÿ'Ÿ]'£'¤^(n(q`(v(d(ƒ(’p(—(š€(¡(­„(¯(³‘++–,!,!—)©)« ððbNj $*06<º oÙ^ÁÔ kZ‰œ©®Æè È Éˆ‰ þ{þ{¦ 3hntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”fŠ ²|zrrfæ’Ù_^^_ÂÔTfÂfþ€þ€^^Ô]fŠfHæºþR¹µ=5ÂRþRfßÅ‘r_à5ÔþR3ýÿ    !$%)*+16s“Ÿ ÆÌ!*+2:RSTëïôö-'“(x(y({(§(¨(­+,!Øþ æL ›8>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô}ÉÉÉÉÉÉÉÉÉÉ  ²|¢WzzþRqÎúof|fÇ¿º>fåæººÝÙÙŠºþRº^_þRºd/©ÁÙþRÙþR^ZŠÔœ²“•þRTf'ÝþRÁÁfþ€þ€ ÙÙ^^ºÁjºŠÔŠ]Ý fŠqfz¥ù~ºþR•þRHæºþRÙdŠ_þR >²ÙzþR_þRÙþRÇ^å•þRºº¹ÝÙþRÙµµµ=ííF_þRºþRºþRº“þR“ÔþRººþR5^6>c^þRèþR//þR/þR©þR©þRÍÁGÀ1þRUUUÿâ^þR^þR6³ZZZþRcþRŒþR­þR{þR6þRŠþR¶Ôœ²•åTþRRRþRRþRúúþRfZyºÃ_þRÙTÙþRúZZþRZ7þRµ!þRd=fz^^fÁºfÁœÝb#ºDËÁ¹¤¤¤aܲTœ6ÙþR Ù þMÙþM þ‡Ùþ‡ þtÙþt þÙþ“ºèþR"žÞ®Y$þR6fò˜iþRÊ#>ÞØRîî‘~þRüskÎÎ|ºŠWºqºæÿôTfúþRœf²œWUÁ¿þRæþRWþRºþR"þR~þRrþVbe@¦·`\`\`\þR~ê'+%¬CŸm|ÙþR5žþRfÙþRJ^þRøþR©þR`þRo©¢ºþRqºo©Ç^¿Z»9¢»úzV >•¾¢Ô‹þR”ž+f¿ÌQT÷ºÝºþRºÇ©©Á~ZÔSŸÂ•þR˜ÉÉÉÉÉÉÉÉ5_þR¬d ÔþR\ Ë Ëìõý 6%ss?‚@‹‹B““CŸ D©ªF®®HÆÆIÌÌJÓÓKèèLîîMNPQ!!R##S%%T*+U23W::Y==ZGI[OO^RT_¼¼bÏÏcÑÒdÞäfæ@mBDÈFFËÌPPÍbbβ³ÏÎÏÑûûÓDEÔ ( (Ö + 0× 3 3Ý 5 ;Þ B Cå G Iç L Lê ‘ë È Ñí!¸!¹÷#-#-ù#3#6ú#8#:þ#=#=#@#E#L#L#P#P #T#X #Z#Z#\#_#b#e#i#i'†'†'ˆ'‰'‹'•'—'›''ž' ,'£'¤/(n(q1(s(t5(v(7(ƒ(’C(—(šS( (³W*²*³k*µ*Æm*Ë*Ì*Ï*Ï*Ñ*Ó‚*Ö*×…*Ù*Þ‡+M+N+P+T+V+V”++Ž•+¥+¥—+¯+¯˜+¹+¹™,!,!š ã䛞¡¥¨´ º½ÄÆÊËÎÎ!ÐÐ"#ޔ𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZþþþþþþþþÿýþÿýþÿýþÿýþþþÿÿþ þþþþþþþþþþÿÿþþHþþþþþþþÿÿþÿÿ h ^¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú     $ * 0 6 < B H N T Z ` f l r x ~ „ Š – œ ¢ ¨ ® ´ º À Æ Ì Ò Ø Þ ä ê ð ö ü      & , 2 8 > D J P V \ b h n t z € † Œ ’ ˜ ž ¤ ª ° ¶ ¼ Â È Î Ô Ú à æ ì ò ø þ     " ( . 4 : @ F L R X ^ d j p v | ‚ ˆ Ž ” š   ¦ ¬ ² ¸ ¾ Ä Ê Ð Ö Ü â è î ô ú $*06<BHNTZ`flrx~„Œ’˜ž¤ª°¸¾ÄÊÒØÞäêðöü &,28>DJPV\bhntz€†Œ’˜ž¤ª°¶¼ÂÈÎÔÚàæìòøþ "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäêðöü &,28>DJPV\bjpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîô}1ÉðÉðÉðÉðÉðÉðÉðÉðÉðÉðð ðð ð²ð²ð¢ðWðzðzðqð|ðúðoðfð"ðfðÇð¿ðºð>ððfððåðæðº{dðÝ{ZðÙ{îðº{dð^/_/dðdð/{©{Á{Ù{Ù{U{Z{ŠðÔ{œ{²{“{•{T{fð'{Ý{ÁðÁ{ðº{Zðãðþð^{º{j{ºðŠðîðdðmð]ððÝ{ ð¿{²ðfððŠð¢ðzðŠðžðdðyðYðoðfðmð¿ðZ{Šðùð~ðÇðzðãð•{ÍðT{Hðæð¼{Á{ZðdðŠð_{ ð>ðð²ðÙ{zð_/ZðÇðU{åð•{{º{{dð¹{Ý{ZðZðµ{µ{µ{={í{í{F{_{ºðº{º{“{“{Ô{dðdð5/^{6{>ðcðdðdð/{/{/{©{©{Í{Á{G{À{1ð9{9ð9{U{U{'{Â{Z{Z{Z{_ðŒð­{{ðA{Šð¶{{Ô{œ{²{•ðå{T{T{T{T{ÃðºðÃðºðfðZ{y{ºðÃ{_/Ù{j{ÙðÃðºðZðZðZð7ðµ{!ðdðv{êðÝ{Áð={öð©{ÀðP{©{Èðá{œ{˜ðÁ{ý{Á{Á{†{£{({“{({z{ÔðÔð(ðz{LðÁ{Ý{V{Á{Ý{_/fðÝ{={Á{ðzðzðYðð ð ð²ð¬ð²ðåðÉðYðfðÊðúðWðfðYð"ððºðð÷ððYð0ðïðïðð$ð ðPðÀððº{×ðŒ{E{U{Ù{{{Ë{Ö{[{D{Á{Á{Á{Ù{Ý{`{•{øð“{Ä{’{9{9{[{›{µ{E{‰{ƒ{µ{Z{^/^/_ðz{GðD{Àð‰{øðT{fðÁ{ðïfðÁ{Gð·{Ù{åð{fðÖ{fðÖ{fðdðûð{WðÇðWðÁ{D{fðÁ{E{ð“{[{4{V{£ðÓ{fðÖ{[{Á{œ{'{{Ý{{{b{#{º{D{Ë{Á{¹{¤{¤{¤{`{Ã{œ{²{T{œ{[{ÖðμðýŸº{6{Ù{ ðZð ðZð ðZð ðZðð“ððºðèðð5ðžðÞð®ðYð${6ðfð òð˜ðiââððÊð÷D>ðÞðØðRðîððîð‘{~{üðsð½ðdð|ðyð|ð"ðÇðº{ŠðWðdðqðdðæðT{fðúððœ{fð²{œ{WðÁ{({9ðÁ{{¿ðæð¹ð—{¤ð>{Àð‰{U{[{D{fðÁ{&ðz{Ÿðm{`{`{Wðdð"ð~ð={b{eð@{¦ð{·ð{`ð\{`ð\{`ð\{~ð”ð|ð'ðÙð%ð¬ðC{Ÿðm{"ðÙ{Ûðž{fðÙ{Jð^{øð©{0ðfðoð©{¢ðº{qðdðoð©{ÇðU{¿ðZ{»ð9{¢ð»ðúðzˆVð ð>ð•ð¾ð¢ðÔð‹ð”ðžð+ðfð¿ðÌðQððTð÷÷÷º{Ýðº{ºðÇð©{©{Á{“{Z{*Ô{S{Ÿ{Â{•{˜{ÉðÉðÉðÉðÉðÉðÉðÉðoð5{_{Àðdð^{^{^{ ðÔ{€ Ë Ëìõý 6%ss?‚@‹‹B““CŸ DªªFÁÂGÌÌIÓÓJîîKLN!#Q%%T(+U-.Y16[88a::b??cBCdFIfMTj††r¼¼sÏÏtÑÒuÞäwæ@~BDÙFFÜ Ý%î,-õ12÷45ù77û??üMRýXX``bbddktv”–«0°³F¼ÃJÆÇRÌÑTëëZòó[öþ]f##g&&h**iDEjSSlZ[moooqqpsuqz{t}}vw ( (x * 0y 3 3€ 5 ; B Cˆ G IŠ L L P PŽ € „ Ž Ž” ‘• Ê Ñ—!¸!¹Ÿ#-#-¡#3#6¢#8#:¦#=#=©#@#Eª#L#L°#P#P±#T#X²#Z#Z·#\#_¸#b#e¼#i#iÀ%S%SÁ'†'•Â'—' Ò'£'¤Ü(=(BÞ(D(Dä(F(Få(H(Næ(Q(Qí(S(Sî(n(qï(s(tó(v(õ(ƒ(’(—(š(Ÿ(³*²*³**µ*Æ,*Ë*Ì>*Ï*Ï@*Ñ*ÓA*Ö*×D*Ù*ÞF+M+NL+P+TN+V+VS+Œ+ŽT+¥+¥W+¯+¯X+³+³Y+¶+·Z+¹+¹\,!,!]¶¶»¼ñôˆ™¾ÁÃÃÇÉÌÍ!ÏÏ#ßã$ ¸ ½)#$#*/+b+k6+‹+‹@,,AB "(.4:@FLRX^djpv|‚ˆŽ”𠦬²¸¾ÄÊÐÖÜâèîôú $*06<BHNTZ`flrx~„Šýý{ýþ{ýþ{þ{þ{þ{þrþ{þ{ýþ{ýþ{ýý{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{þpÞþprþprþ{þprýý{þ{ýþ{ýþ{ýþ{ýþ{þ{þ{þ{ýA{þO{ý®{ýŒ{üÑ{ýý{ýý{ýý{ýý{ýþ{ýþ{þ{þ{þ{þ{ýþ{ýþ{þ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{ýþ{4ö: <BHNTZ`flrx~„Š–œ¢¨®´ºÀÆÌÒØÞäëì÷f@R樤ÌÂÄVþFTfÂÌfHæºþR¹£ÂRþRá£ý !%+156s“Ì2:RSTëï-'“+Ùþ ¤@ô%8þÓÿkÿ¤ÿYþÓþÓ&&&ÿaÿÁÿuÿ¤ÿ<ÿ·ÿ·ÿaÿaÿÁÿ¤ÿ<ÿ·ÿ¤ÿDrÿDrÿ­ÿÿÿÿÿ/&&KK&ÿkÿkÿÜÿÜþ·ÿÁþÓÿÿÿˆÿ­ÿ­ÿ}ÿšÿÿˆÿˆÿ­ÿ­ÿ­ÿšÿÿˆÿ­ÿ­ÿ}ÿšÿÿ&þ­þ­ÿÜÿÓÿÜÿNÿ¤ÿ¤ÿÜÿÜÿÜÿÜÿ}ÿÉÿÜÿÜÿÜÿÜÿšÿÜ&&ÿ·þ­ÿ·þæÿaþÁÿuÿ·ÿ·þ­þ)þÿÓ&ÿÓÿÉÿÉÿ·ÿ·þˆÿÜþˆÿDÿÉÿÜ&ÿÉÿÉ9þa&þa&&&ÿ¤ÿÿ¤ÿ¤ÿ¤þÜþÓþÉÿÿa/þøþðþðþðÿþðÿÿÿ ÿ\ÿ<ÿ,ÿ@ÿaÿ=ÿaþøþøÿÁþøÿkþøÿ¤ÿuÿÜÿÿÿÜÿÿ·ÿÜÿÿÿÿÿÿ·ÿÜÿÿÿDÿYÿ¤ÿYÿÁÿ¤ÿ·ÿ·ÿ·ÿÜÿ·ÿ·ÿ·ÿ·ÿ·ÿ·ÿYÿ·ÿ·ÿÉÿ·ÿÉÿ·&&þ­þÓþ­ÿNÿ<ÿ·ÿ·ÿDÿDÿDÿkÿÜÿDÿDÿDÿDÿDÿkÿ¤ÿDþˆþÓÿÜÿÁÿÿÜÿVÿÉÿÉÿÉÿÉÿÓÿÉþÓþÜV&ÿYÿYÿ}ÿ}ÿaÿDÿÓ&ÿÓÿÜÿÜÿ·ÿÜ&&&ÿaÿÁÿuÿ¤ÿ<ÿ·ÿ·ÿaÿaÿÁÿ¤ÿ<ÿ·ÿDrÿDrÿ ÿ·þ­ÿ·þæÿaþÁÿuÿ·ÿ·þ­þ­þˆþÜþÓþÉÿÿa/þøþðþðþðÿþðÿÿÿ þøÿ<þðþðÿaÿÿa/þøþøÿÿ¤&Kþøþaþæÿ)þšþaþøÿ¤&þÓHééýýþþÿÿ        ""''..223355[_aabbkkmq sstwxx{€˜˜šš››ŸŸ¡¡££¥¥§§©©««¹¹ÔÔ ØØ ÛÛÜÜ ïï ððóó ôôùùûûÿÿ!  VV""ž"ž"¥"¥""§"§#"©"©$"«"«#(l(l(ƒ(ƒ(„(„rèèééêêö÷ýýÿÿ       !!%%((++..//11223355[_aabbmqsstw xx{{||}€‚‚ƒƒ „„…† !ŽŽ‘!““"””#••–—#˜˜šš››$œœ%$žž%ŸŸ$  %¡¡¢¢§§¨¨®®&°°&²²&´´&¶¶èè&êê&ìì&íí'îî(ððòò)ôôõõ*÷÷*ùù úúûû üüýý+ÿÿ,-.-.-.      -  ../01~~%††&ˆˆ&³³*µµ+ÊÊ&ÍÍ0ÎÎ1!>!>/!@!@/!B!B2!°!°0!±!±3"¦"¦4"§"§5"ª"ª6"«"«7Xéýþÿ   "'.235[\]^_abkmnopqstuvwx{|}~€˜š›Ÿ¡£¥§©«¹ÔØÛÜïðóôùûÿ V"ž"¥"§"©"«(l(ƒ(„`$XÿÊÿ˜ÿƒÿx(µ(Í(µ(¹(»(¿(Á(Å (Ç(Ë ^DFLTzarabˆarmnÂbraiÐcansÜcherècyrlôgeorgrek"hani2hebr>kanaNlao ZlatnfmathÀnko ÌogamÞrunrêtfngöthaiKUR SND (URD (ÿÿ ÿÿ ÿÿÿÿÿÿÿÿMKD SRB ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ4ISM FKSM FLSM FMOL 4NSM FROM 4SKS FSSM Fÿÿ ÿÿ ÿÿ ÿÿÿÿÿÿÿÿ RQDžaalt¤aaltªaalt°ccmp¶ccmp¾ccmpÄdligÌdligÒdligØfinaÞfinaähligêinitðinitöligaüligalocl loclmedimedirlig"rlig*salt4salt:salt@     %LT\dlt|–ž¦®¶¾ÆÎÖÞæîöþ&.6>FNV^fnv~ : ®ò6z N¦þV®HØ  H L  P  J  *  >  Ä  â  T P`p *H^Âø 2,,,H ë ë·Ôââ+Ã,  ë ë·Ôââ+Ã,&B+Ã+Æ+É+Ì+Ï+Ò+Õ+Ø+Û+Þ+á+ä+ç+ê+í+ð+ó+ö+ù+ü+ÿ,,,, ,,,,,·ÔB+Ä+Ç+Ê+Í+Ð+Ó+Ö+Ù+Ü+ß+â+å+è+ë+î+ñ+ô+÷+ú+ý,,,, , ,,,,,·ÔB+Å+È+Ë+Î+Ñ+Ô+×+Ú+Ý+à+ã+æ+é+ì+ï+ò+õ+ø+û+þ,,,, , ,,,,,·Ô BÿØàââääììÿÿŒŒŒ$\9¶»¼ñòóô%&Êä8ˆ‰Š‹ŒŽ‘’“”•–—˜™¾¿ÀÁÃÇÈÉÌÍÏO²´ßàáâ ë!‰#$#%#&#'#n#on¶¶»¼ØÙãäñôý  ""$$%&'(00[qsz››ŸŸ¡¡££¥¥§§©©««­­¯¯±±³³µµ··¹¹»»½½¿ÃÅÅÇÇÉÉÊÊËËÍÍ×Þààââååççééëëííïïññóóõõ÷÷ùùûûýýÿÿ      !!++--//RShhjjllnn}}……‡‡³³µµÉÉÍÍää88ˆ™›ž¡´º½¾ÁÂÂÃÃÄÆÇÉÊËÌÍÎÎÏÏOO²²´´ßâ ë ë!‰!‰#$#'#n#o&&$$4Fƒ€ƒ$$4Fƒ$$4Fƒ  $$4Fƒ!!$$4Fƒ‚ƒƒ""(0(µ(¸#.6€€€(¹(¹(»(½#.6(¾(¿(Á(Â#.6‚‚‚(Ã(Å(Ç(Ç#(0ƒƒƒ(È(Ë# ‚§åæp)½)¿)Á)Ã)Å)É)Ë)Ï)Ñ)Õ)Ù)Ý)á)å)ç)é)ë)í)ñ)õ)ù)ý*** * *****!*%*)*+*-+l+r)_)W)K+x+{)O)[)S+~+)o)k+„)s)w),",#,$)}){),%,&)…+®,',(+¦,),*)ƒ,+,,,/,2,5,8,;,>+o,A,D)c,G)g,J,M)‡,P,S,V6,Y)‹,\)“,_),b+¨,e,h,k,n)—)™,q,t)+‡)¡)¥+«+°.09TU#X¢%¨Q)Ç)Í)Ó)×)Û)ß)ã)ï)ó)÷)û)ÿ*** ******#*')£*/+n+t)a)Y)M+z+})Q)])U+€+ƒ)q)m+†)u)y,.,1,4,7,:,=,@+q,C,F)e,I)i,L,O)‰,R,U,X8,[),^)•,a)‘,d+ª,g,j,m,p+v)›,s,v)Ÿ+‰)§+­ "'.0689TUXfyž) ¡O¨Q)Æ)Ì)Ò)Ö)Ú)Þ)â)î)ò)ö)ú)þ*** ******"*&)¢*.+m+s)`)X)L+y+|)P)\)T++‚)p)l+…)t)x,-,0,3,6,9,<,?+p,B,E)d,H)h,K,N)ˆ,Q,T,W7,Z)Œ,])”,`),c+©,f,i,l,o+u)š,r,u)ž+ˆ)¦+¬ "'.0689TUXfyž) ¡O2  +½@+À@ +À?+½<<?@~&8Jl+»@+¼@ +ÁC+¾@ +ÂC+¿@ +¿>+¾=+¼;+»: +Â>+Á=:;=>@C *6)É*7)É**> $*4)Ã*2)¿*0)½*5)Ã*3)¿*1)½**6 "()"()"%)()%)""²Rlž¨$*06<)¹A)·@)µ?)³>)±=)°<)®;)¬:DCB &,)ºA)¸@)¶?)´>)²=)­:CCÜ/79B 8ÕÐ )»)¹)³)Ä)ijÂÌ)0/)0ˆ(:FPZfr "Îû"ÁÝ "ÍÝ"Ìû#aý#/#H #I#+ë#1ë1#0ë+Ýû 7æ 7æ/.0,-21ë"/.0,-21ë"+¹+¥ì+¯+Œ(å*"&+¹+¥ì+¯,!+Œ(5å ,+j+e+c+f+d+h+i+b+g+k+‹ »¼ˆ‰Š‹Ž‘”– ÌÒ+³ú++ŽÒÌÒ+¶+·+´+µ %&Êä8O²´ ë!‰#n#o5ƒ:ƒ?ƒDƒIƒ(Í(Í(Í(Í(̓ ÿ•¼3™3™×f çnÿÒõÿ $`) PfEd ÿÿþšmã`ÿ, Ö+2, ÖªÜÜ~éîó÷OSXZbw~ŠŒ¡%V_‡ŠÃÇêô  :UWZpt¿ÆÌÎÕùçõú?‚„ˆŠ—Ÿ£¥§«¹½ÄÆÍÙÝÅü5JR½ê>Pj…–¯ÞáGvœ#.[jx{}…¿ÉûEMWY[]}´ÄÓÛïôþ d q Ž œ µ º Ñ × Ü á! !I!K!N!…!‰###!#(#,#u#z#}#‡#”#®#Ï#ã#å#è$#$i&œ&¸&Ã&â'' '''K'M'R'V'^'”'¯'¾'Æ'à'ë(ÿ)) )A)„)Õ)ë)û***/*k* *º*ú++$+T,w,-%-e-o...%..Mÿ¤ÿ¦G¦M¦Q¦W¦n¦¦•§§§+§A§K§S§W§g§ƒ§Ž§‘§ª§ÿïô&ôAöÅûûû6û<û>ûAûDûOû£û­ûÖûÚûéûÿþþ#þtþüþÿÿýÿÿ  ìó÷QWZ\pz„ŒŽ£1Ya‰°ÆÐð  !@WZ`tyÆÌÎÕðÀëø?„‡Š”™¡¥§ª­»ÀÆÈÐÜ Ð 7LTÀì@RtŠ ÞáFn€&0]w{}…›Ä HPY[]_€¶ÆÖÝòö j t   ¸ Ð Ö Û á!! !K!N!P!‰!###$#+#s#z#}#‡#”#›#Î#ã#å#è$"$`%€& &À&â''' ')'M'O'V'X'a'˜'±'Å'à'æ'ð)) )@)ƒ)Î)ë)ú** */*j*}*®*ù+++S,`,y--0-o..."..MÀ¤Ð¦D¦L¦P¦T¦b¦Š¦”§§§"§0§F§N§V§d§€§‰§§ §úïôô(öÅûûûû8û>û@ûCûFûRûªûÓûÙûèûüþþ þpþvþÿÿùÿÿ¼˜ÿ¼{vfd_^]\QONM%ýøõôïîìãßÙÔÓͳíêè¤cb`_]WVUTSQPOMLHF „ z v u t s r q o n f e d [ W N  º ” ‹('%$# øô¾º¸¶´²±°¯®¬§¥ŸnkiTPMI%#"ÿ½´¨¢éàéßj1õèÈèªè‡è†èƒþ<è]þþþþýÝýœýSçyý/ý+ý"çLüÕüÄü·üyæ­æû&û%ú¥ú›ú’ùêùäùâùÚÄ—óïíëáÆÀNJH?=;/€´9´4Î4Í2J..-ÿ-þ-ý-ü-û-ú-ø-òb-Ç-º-¨A+ˆ+<+;âÚfúò¢ºÜì´Âèún l t j b š Æ Ì ÒFR¸æÜøB$;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abc‹defghijklmnopqrstuvwxyz{|}~€‚ƒˆ‰Š‹Œ¶Ž»¼‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«ØÙ¬­®¯°±²³´ãäµ¶·¸¹º»¼½¾¿ÀñòóôÁÂÃÄÅÆÇÈÉÊËÏÑÒÓÔÕØÙÚÛÜÝÞßàáâãäåæçèéêGHIJKLMNOPQRSTUVQ"a"b"c"d"e"f"g £ ¤"h ¦"i"j"k"l""‚"ƒ"„"…"†"‡"ˆ"‰"Š"‹"Œ""Ž"" Ï Ð Ñ"”"•"–"—"˜"™"š Ü"› Þ ß à á â ã ä"œ" ç è é ê ë ì í"ž"Ÿ" "¡"¢"£ ô"¤"¥"¦"§"¨"©"ª"«"¬"­"®"¯"°"±"²"³"´    "µ"¶"·"¸"¹"º"»"¼"½"¾"¿"À"Á"Â"Ã"Ä"Å"Æ"Ç"È"É"Ê"Ë"Ì"Í"Î"Ï"Ð"Ñ"Ò"Ó"Ô"Õ"Ö"×"Ø"Ù"Ú"Û"Ü"Ý"Þ"ß"à"á"â"ã = > ? @ A B C D E F G H"ä"å"æ"ç"è"é"ê"ë"ì"í"î"ï"ð"ñ"ò"ó"ô"õ"ö"÷"ø"ù"ú"û a b c"ü"ý#+#,#-#.#/#0#1 š ›#2#3#4#5#6#7#8#9#:#;#<#=#>#?#@#A#B#C#D#E#F#G#H#I#J#K#L#M#N#O#P#Q#R#S#T#U À#V#W#X#Y#Z#[#\#]#^#_ Ë#`#a#b#c#d#e#f#g#h#i#j#k#l#m#n#o#©#ª#«#¬#­#®#¯#°#±#²#³#´#µ#¶#·#¸#¹#º#»#¼#½#¾#¿#À#Á#Â#Ã#Ä#Å#Æ#Ç#È#É#Ê#Ë#Ì#Í#Î#Ï#Ð#Ñ#Ò#Ó#Ô#Õ#Ö#×#Ø#Ù#Ú#Û#Ü#Ý#Þ#ß#à#á#â#ã#ä#å#æ#ç#è#é#ê#ë#ì#í#î#ï#ð#ñ#ò#ó#ô#õ#ö#÷#ø#ù#ú#û#ü#ý#þ#ÿ$$$$$$$$$$ $ $ $ $ $$$$$$$$$$$$$$$$$$$ $!$"$#$$$%$&$'$($)$*$+$,$-$.$/$0 $1$2$3$4$5$6$7$8$9$:$;$<$=$>$?$@$A$B$C$D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$[$\$]$^$_$`$a$b$c$d$e$f$g$h$i$j$k$l$m$n$o$p$q$r$s$t$u$v$w$x$y$z${$|$}$~$$€$$‚$ƒ$„$…$†$‡$ˆ$‰$Š$‹$Œ$$Ž$$$‘$’$“$”$•$–$—$˜$™$š$›$œ$$ž$Ÿ$ $¡$¢$£$¤$¥$¦$§$¨$©$ª$«$¬$­$®$¯$°$±$²$³$´$µ$¶$·$¸$¹$º$»$¼$½$¾$¿$À$Á$Â$Ã$Ä$Å$Æ$Ç$È$É$Ê$Ë$Ì$Í$Î$Ï$Ð$Ñ$Ò$Ó$Ô$Õ$Ö$×$Ø$Ù$Ú$Û I$Ü$Ý$Þ$ß$à$á$â$ã$ä$å$æ$ç$è$é$ê$ë$ì$í$î$ï$ð$ñ$ò$ó$ô$õ$ö$÷$ø$ù$ú$û$ü$ý$þ$ÿ%%%%%%%%%% % % % % %%%%%%%%%%%%%%%%%%% %!%"%#%$%%%&%'%(%1%2%3%4 £%5 ¥%Q ÂRSTUVWXYZ[\]^_`abc%_efghijklmnopqrst%`vwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›%ažŸ %b%c%d%e%f¦§¨©%g«¬­®¯°±%h%i´µ¶·%j¹º»¼½¾¿ÀÁÂÃÄÅ%k%l%m%nÊËÌÍÎÏÐÑÒÓÔ%o%pרÙÚÛÜÝÞß%q%râãäåæ%sèé%t%uìí%vï%wñ%xóô%y%z%{øùúûüý%|ÿ %}   %~%%€%%‚%ƒ%„%… %†%‡%ˆ%‰%&'()%Š+,-./%‹123456789%Œ;<=>%@A%ŽCD%%%‘%’%“%”%•%–MNO%—QRSTUVWXYZ[\]^_`a%˜%™def%š%›%œ%k%ž%Ÿ% opqrst%¡%¢%£%¤%¥%¦%§%¨%©%ª€‚%«„…†‡%¬%­%®%¯%°“”%±–%²%³%´%µ%¶œ%·žŸ %¸¢£¤¥¦§¨%¹ª«¬%º®%»%¼%½%¾%¿%Àµ¶%Á¸¹%»¼%þ¿ÀÁÂ%Ä%Å%ÆÆ%Ç%È%É%ÊËÌÍÎÏÐÑÒÓÚÛÜ%Ë%Ì%Í%Î%Ï%Ð%Ñ%Ò%Óæ%Ôèéê%Õìíîïðñòóô%Ö%×%Ø%Ù%Ú%Û%Ü%Ý%Þ%ß%à%á%â%ã%ä%å%æ%ç%è%é %ê%ë%ì%í%î%ï%ð%ñ%ò%ó%ô%õ !%ö%÷$%&'()*+,-%ø/012%ù%ú%û%ü%ý%þ%ÿ&'t'u'v'w'x'y'z'{'|'}'~''€''‚'ƒ'„'…ÃÄÅÆÇÈÉÊË( ( ( ( ( ((((((((((((((((((( ¯(!("(#($(%(&('((()(*(+(,(-½(.(/(0(1(2(3(4(5(6(t(u(v(w(x(y(z({(|(}(~((€((‚(ƒ(„âãäå*8 \± ~Ü È;ÉÉ‹Êédìî„óó¯÷÷‡ˆ¶   » &‘'(Ø)1¬23ã4?µ@CñDNÁOOQSÌWWÏXXZZÐ\]^bÑpwÖz~Þ„ŠãŒŒêŽ¡ë£%ÿ1V‚Y_¨a‡¯‰ŠÖ°¹Øºº»ÃâÆÇëÐêíðô     !:@U/WWEZZF`lGmmnpTttWy¿XÆÆŸÌÌ ÎΡÕÕ¢ðù£Àç­ëõÕøúà??ã‚䄄懈犊éꔗ뙟ö¥¥ù§§úª«û­¹ý»½ ÀÄ ÆÆÈËÌÌQÍÍÐÙÜÝ" Å$ÐüJw ~5‘7JªLR¾T½ÅÀê/ìZ>v@P¥Rj¶t…ÏŠ–á ¯îÞÞþááÿFG nv €œ  (# =&. K0[ T]j €wx Ž{{ }} ‘…… ’›¿ “ÄÉ ¸û ¾!º!Ð E!ÖHM!üPW"YY" [[" ]]" _}" €´",¶¼"a½¾ £¿¿"hÀÀ ¦ÁÄ"iÆÓ"mÖÛ"{Ýì"íï Ïòô"‘öü"”ýý Üþþ"›  Þ  "œ  ç  "ž   ô  '"¤ ( /  0 ^"µ _ d = j o C p q"ä t ‰"æ Š Œ a Ž"ü œ"þ   µ# ¸ º#! Ð Ñ#$ Ö ×#& Û Ü#( á á#*!!#+!! š! ! #2! !-#3!.!. À!/!8#V!9!9 Ë!:!I#`!K!K#p!N!N#q!P!…#r!‰!‰#¨!"#©"" ""Ã$1"Ä"Ä I"Å#$Ü##%)##!%+#$#'%1#(#( £#+#+%5#,#, ¥#s#u%6#z#z%9#}#}%:#‡#‡%;#”#”%<#›#®%=#Î#Î%Q#Ï#Ï Â#ã#ã Ã#å#å Ä#è#è%R$"$#%S$`$i%U%€%‘R%’%’%_%“%¢e%£%£%`%¤%Év%Ê%Ê%a%Ë%Î%Ï%Ó%b%Ô%צ%Ø%Ø%g%Ù%ß«%à%á%h%â%å´%æ%æ%j%ç%ó¹%ô%÷%k%ø&Ê&&%o&& ×&&%q&&â&&%s&&è&&%t&&ì&&%v&&ï&&%w&&ñ& & %x&!&"ó&#&%%y&&&+ø&,&,%|&-&7ÿ&8&8%}&9&? &@&B%~&C&G&H&H%&I&I&J&M%‚&N&N &O&R%†&S&W%&X&X%Š&Y&]+&^&^%‹&_&g1&h&h%Œ&i&l;&m&m%&n&o@&p&p%Ž&q&rC&s&z%&{&}M&~&~%—&&Q&&‘%˜&’&”d&•&˜%š&™&™k&š&œ%ž& &¥o&¦&¯%¡&°&³&´&´%«&µ&¸„&À&È&â&âŒ''%¬''''%¯'' “' ' %±' ' –''%²''œ''%·''ž''%¸''¢' ' %¹'!'#ª'$'$%º'%'%®'&''%»')',%½'-'.µ'/'/%Á'0'1¸'2'2%Â'3'4»'5'5%Ã'6':¾';'=%Ä'>'>Æ'?'B%Ç'C'KË'M'MÔ'O'RÕ'V'VÙ'X'ZÚ'['^%Ë'a'e%Ï'f'fæ'g'g%Ô'h'jè'k'k%Õ'l'tì'u'ˆ%Ö'‰'‰ 'Š'“%ê'”'”'˜'›'œ'œ%ô'' '¡'¡%õ'¢'¤'¥'¦%ö'§'¯$'±'±-'²'²%ø'³'¶/'·'¾%ù'Å'Æ&'à'à='æ'ë&'ð(ÿ& ))') ) ')@)A')ƒ)„')Î)Õ'!)ë)ëd)ú)û')**'+* *'.*/*/{*j*k'?*}* 'A*®*º'e*ù*ú'r++'t++Ã++$Ì+S+TÒ,`,w'†,y,'ž--%'¥-0-e'Ë-o-o(..(..(.".%(....(MÀMÿW¤Ð¤ç( ¤è¤è¯¤é¤õ(!¤ö¤ö½¤÷¤ÿ(.¦D¦G(7¦L¦M(;¦P¦Q(=¦T¦W(?¦b¦n(C¦Š¦(P¦”¦•(T§§(V§§(e§"§+(j§0§>(t§?§?§@§A(ƒ§F§K(…§N§S(‹§V§W(‘§d§g(“§€§ƒ(—§‰§Ž(›§§‘(¡§ §ª(£§ú§ÿ(®ïï(´ôô&(Îô(ôA(õöÅöÅ)ûû)ûû)ûû6)û8û<)6û>û>);û@ûA)<ûCûD)>ûFûO)@ûRû£)Jûªû­)œûÓûÖ5ûÙûÚ) ûèûé)¢ûüûÿ)¤þþAþ þ#)¨þpþt)¬þvþü)±þÿþÿáÿùÿüâÿýÿý*8*9 #*XÓÓ ÓÓV*\Õ8Õ9*²Õ;Õ>*´Õ@ÕD*¸ÕFÕF*½ÕJÕP*¾ÕRÕk*ÅÕÔÖ*ß×V×+ר×á+M×ì×õ+Wð0ð“Öð ð®:ð±ð¾IðÁðÏWðÑðßfô-ô.uô1ô1wô5ô5xöö#yö%ö+ö-ö@¤ ÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ      !"#$%&'()*+,-./0123456789:_`bdlqw|{}~€‚„ƒ…†ˆ‡‰ŠŒŽ‘•”–—"­K=>B"¯QzID#JOC$xas$6L$|$}@P$$*$($CEU“Z<G$2-$`$FV"³;[^píî"¡"¢"©"ª"¥"¦’%aš"É#"¾"¿))"®R"§"«"µ]e\fchijgnomuvtÌavJrstSwubf3f¼é=¢úff¬Tì¼bf…Tfm¤fÍ3bq%¤¼ºåfHZfmöÃð99Xm=²²fuf°f9Ñœ{Ï{X3fLfL¬šJ#ššDDÍÁf?š;ËËÕÕP¬¬w Çò/X²#öö/55îç3˜ÑX š˜¼ÍååòsfÕ+ÕÃá×åj-ÕÕð¨jìáÕ!føìƒ¦ø#^Í`lj켺3B3\Õššáfy```{ìø;ÝÕj\{šÝ®º…®`bššXîššÑÍšPËË‹‹1öðL`¨Á%Á!J–Jƒ¨7{ÉÁÁÁÁ–'žì}3˜ÑXyÍ9bœœœ“¸“¸s&·, °%Id°@QX ÈY!-,°%Id°@QX ÈY!-,  °P° y ¸ÿÿPXY°°%°%#á °P° y ¸ÿÿPXY°°%á-,KPX ¸(EDY!-,°%E`D-,KSX°%°%EDY!!-,ED-,°%°%I°%°%I`° ch ŠŠ#:Še:-W _<õŸÎ?×?Î?×?÷rü®Í f>˜2 ãù S ~«ß - (‡4; ;Ü;ò 0 Ë ï  þ  1 d ‹ "» :ñ %:K h;% ;Ä ;èCopyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. DejaVu changes are in public domain DejaVu SansDejaVu SansBoldBoldDejaVu Sans BoldDejaVu Sans BoldDejaVu Sans BoldDejaVu Sans BoldVersion 2.34Version 2.34DejaVuSans-BoldDejaVuSans-BoldDejaVu fonts teamDejaVu fonts teamhttp://dejavu.sourceforge.nethttp://dejavu.sourceforge.netFonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below) Bitstream Vera Fonts Copyright ------------------------------ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org. Arev Fonts Copyright ------------------------------ Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the modifications to the Bitstream Vera Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Tavmjong Bah" or the word "Arev". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Tavmjong Bah Arev" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the name of Tavmjong Bah shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from Tavmjong Bah. For further information, contact: tavmjong @ free . fr.Fonts are (c) Bitstream (see below). DejaVu changes are in public domain. Glyphs imported from Arev fonts are (c) Tavmjung Bah (see below) Bitstream Vera Fonts Copyright ------------------------------ Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org. Arev Fonts Copyright ------------------------------ Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the modifications to the Bitstream Vera Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Tavmjong Bah" or the word "Arev". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Tavmjong Bah Arev" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the name of Tavmjong Bah shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from Tavmjong Bah. For further information, contact: tavmjong @ free . fr.http://dejavu.sourceforge.net/wiki/index.php/Licensehttp://dejavu.sourceforge.net/wiki/index.php/LicenseDejaVu SansDejaVu SansBoldBoldA„€&þ%$!:$ú#"!:"þ!: ú»dþþþþþþþþþ}þ}  Œ þ À  Y Œ €  & Y @ & þþ €²—.Aúúþúú@ÿ}ÿ>þþüû,üþû,úþùøGù}øG÷úöþõþôþó»òþñþðþïîþíì íþì ì@ëê ë2ê éúè‘èþçúæúå‘åþäþãþâþáþàþßþÞúÝÜÝdÜÛ ÛdÚÙ%ÚúÙ%ØÑ%Øú×Ö×ÖÕÖÕÔÓ Ô Ó ÒÑ%ÒúÑ‘Ñ%Д Ð#ÏÎÏ&ÎÍÎÍÌ‘ÌËÊÉ»ÊþÉÈ]ɻɀÈ@ÿÇ%È]È@Ç%ÆþÅdÄÄþÃÂþÁþÀ¿:Àú¿­¿:¾½¾2½¼½¼»¼»º »º ¹‘¹þ¸þ·¶µþ´þ³þ²±°¯­¯ú®­®ú­‘­¬‘¬}«þª&©þ¨þ§þ¦þ¥ ¤þ£¢£þ¢¢@¡ ¡ú ‘ Ÿ‘Ÿúž” žþœ›»œþ›š]›»›€š%š]š@™þ˜—.˜þ—.–‘–@ÿ•” • ” “‘“K’‘’þ‘‘%ŽþþŒþ‹þŠþ‰þˆ‡%ˆþ‡%†þ…þ„2ƒ–‚þþ€ ~þ}þ|þ{úzúyþwv¦wþv¦utuútsúr}qþpo,o,númúlúkþjþiþhc h2gþf2ed eþd d@cb c b a`a–``_ ^þ]þ\\þ[Z[þZZYþXúWþV@ÿVþUþTSRQRúQQPOPúONONMLKLKJKJIJIHúGFGFEúDCDCBA%BúAA%@?@þ?>?>=< =< ;d:þ98þ7656%5455À4 44€32 33@2 10¦1þ00¦/ .-,:-ú,%,:+d*d)þ(''& %$#@+$#" "ú!!@  %¸@‘ K}Kþ%ú%dþþdÀ€  ú 2   €  @ þþþ þ @údþ  ¸d…++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++Ífª‹55®Å´žªšq=3ۤ=´Ù‹žãd‹Û²‡á–œdž¨‹²ð²ž´Ù´Ù´Ù?“‡y}É–s)ÉÉšÉ3sÉ\É\ÿ–?ÉuÉçÉüÉLsÓÉLsɇãÿúÛ²yéD{=ãÿü{\°²Ç´Ùÿìªç{ºfqqìqÑ/qº9Á9ÿÛ¢º9Á˺ºåqºqJº+o#7®¼=‹V¼;¼=3X²´Ù‹55¬^R²\×Åsåž´ÙãdÕôÙ5^5bs®ž‹Û#5‰Å`åÁÁ‰Á‰Áb?yyyyyyË–sÉÉÉÉ\;\¢\ÿþ\3 üÉLsLsLsLsLs´LfÛ²Û²Û²Û²ãÿü×É ºç{ç{ç{ç{ç{ç{Û{fqìqìqìqìq9ÿÇ99ÿÞ9ÿôåqºåqåqåqåqåq´ÙåH®®®®¼=º¼=yç{yç{yç{–sfq–sfq–sfq–sfq)Éq3 qÉìqÉìqÉìqÉìqÉìq3sq3sq3sq3sqÉÿåTÉx\ÿä9ÿÓ\9ÿò\ÿõ9ÿä\°9–\É9Á¸ÉrÁ\ÿ–9ÿÛ?É¢º¢ºuÉ9ÁuÉ9ˆuÉÁuɼÁÿòFüɺüɺüɺ‚ÍüɺLsåqLsåqLsåqs/qÉJºÉJ‚ÉJº‡+o‡+o‡+o‡+oãÿú#7ãÿú#7ãÿú#7Û²®Û²®Û²®Û²®Û²®Û²®éD‹Vãÿü¼=ãÿü{\3X{\3X{\3XÑ/ áÿ—}ɺ} s–sfq3 ÿ—}ÉqåqƒLuꤚÿ–Ñÿ3s~ߺÔÉ\ ÷É¢¹9 ¼=˲üÿ–ºLsNgåv—sq7ÿ—¹Ér+dɰþò#7ã#7ãÿúÝ­°NÄÉóÿüØ={\3XT T\Ÿh3q–T]ŸhXº\Éðɬ]É `É dÉ <q¯ÉKɧÁsÉdÉaºyç{\ÿþ9ÿàLsåqÛ²®Û²®Û²®Û²®Û²®ìqyç{yç{ËÛ{3sq3sq?É¢ÿéLsåqLsåqT ŸX9ÿÛ `É dÉ <q3sqçÉuÉüɺyç{ËÛ{LfåHyç{yç{ÉìqÉìq\ÿ§9ÿÃ\9ÿãLsåqLsåqÇJ‚ÉJºÛ²®Û²®‡+oãÿú#7œ,GÉÿðâÉ´q–qâq{\3Xyç{ÉìqLsåqLsåqLsåqLsåqãÿü¼=ÌŠ¾ºÑ79ÿÛüqüqyÿý– f u ãÿ²+o3XÓPÕP} Û yÉìq\ÿ–9ÿÛ@sq Jãÿö¼ Í®qººefqq’qìqìqŽ|S…A…4…Pq9ÿÛ‘qq qÄ`Ä`®ºº9µ¦ùt*KæL:Á¦Á˺˺˺+ÿÛ#º³åqÝqÓ”GpPPOJºIº>„>tÔºÔº+o°ÿÙ°ÿÙ±7°þò#7#7ñqÉÁ¼=‹V¼=ãf3X3XŸXŸmXXXXLs£ºPqªq;ºVþòVººÑqXXqvqq¤7á7:7É/¥Á<Á66JO<u1ufÿéu]H^H 6û&: ® ‹®‹²‹Äuuuuõuõu  ÁÁÁÁ3ÖÕsª3ÖÕªs²o²ouuuudŠdÇšîL¶ð†ÿÿïhuTzüuuõuòÖòÖòÖòÖòÖÁÕ%®î¶ü¨ýqüÁü´üÙûìü¿ý¢ü×ý7üìüôüÅý¼üðü]ü¿ü¿þýýÿyü¨ýqý$ýÄþUþðý€ý ý ý$ý ýzýwý¢üÕý(ýjý#ýLý¼üðücüÅü¿ü¿ü¿ü´üÙûìûìûŒýxúíûhúý¬üñý!ücý+þûìü¨ýqü´ýüçýÆüÕýýýü¶ü¶ü¶ücý3ýxü¿ý+ýxÿ.üüpüpüpüpý*üpüw<É‹ÁåÉ.É: : üÉ3º¶efqe²žs׊‹ÛøÿçøÿóDÿí€ÿò™ÿá›ÿÛµy}ÉuÉyÉ{\ÉLs\É?ÉyçÉüÉÉLsÉÓÉÉãÿúãÿüLs{=LsN\ãÿüFqS…ºµ¦¡•FqÀ¼ åqS…Zkºåqµ¦·¿¼=®xJvkåqÑJº²qqÑd¡•GpŸ;Gp³‡µ¡•åq¡•³‡?Éê¦ôq—W½ÿá—WGp³AOpLsåq0‹²qšÉ«ÿ@G³G¿ìrwxs³‡sFqUÉë-~OÛd$s6˜såqã,J7Opºfq9ÿÛLsìqìÄ×ɺ–sçÉ5U s–s sÉÉJÿúáÉ–s‡\É\\ÿ–ÀT\ÉJÿú®ÉüÉà#Éy}É}ÉáÉ@eÉž(!‡üÉüÉ®ÉTçÉÉLsÉÓÉ–sãÿúà#ãy{=6É|¯ŽÉÀÉ©<É}É–o£Óˆç{ïp·º4ºˆkìq5FA…3º3ºÕºL º;ºåq;ººfq©<¼=×p¼;rºº–Rº‰º§>Qº·ºdq¼ÁÐtìqìq/4ºdq+o9Á9ÿô9ÿÛ8L0º7/Õº3º¼=;ºxs³‡*`ŠÓþÁ D3 GÉÁLsåk7ɘÁsS[Ú2Lsåq@R2@R2ðs<q sq pv9˜xs³‡–sfq;ûÚýý³ý³ùÊX÷ÖXøX.ÉjÁ}!·&ÓɺáÉ4ºfG¹8þÉ=ºž(5F!‡A…®ÉÕº®ÉÕº®!Õ=Ú2§*ÉIÁÉÁ¦ÉSÁs‹q–sfqãÿú©<ãÿü¼=ãÿü¼={=¼;yÿút|¯º–|¯º–|¯º‡Ó‡Ó\Éž(5F?ÉÕ¿56].ÉIÁ6ÉrÁ|¯º–É2Á9Áyç{yç{ËÛ{ÉìqLuìqLuìqž(5F!‡A…T ŸXüÉ3ºüÉ3ºLsåqLsåqLsåq–odqà#¼=à#¼=à#¼=|¯º–áÉ4ºÉQºfG¹8{=¼;{=¼;}‘·q ‘-qÌÉô«nɵ«“6¨.çɽÁ3sGq/ÿú°ê¤S…TL ZTóL'ÉêºAˆãtLsqéD‹V®ÉÕº¥T>L¦ÉLºXÉvº!²Û²]ZÛ²-²¼Û²à²]‡¼D¼`¼èÛ²ºA ¨d#_U²Ò’Õ Û²´xgZ%¥U²Û²d¤–²ó M¼|x2LsRnuu‹²àäçÿÿ>ZË®ºCqNº®qººèºCqº,º׺ûq®ºÝgºŒ®,ÿÔÿÙýº< Ë®{n0º®®Ê®ºozºÊ®)àoqF~®²ðãdD«ÿÿDÇÇcc/NDãdc\ÑÅ\шfcYº XLX^X:º.ºÅX:º0¹ʈLX;XŒXOºoX.º4X1¹XºÿºQX¿X­º„X«XBĺbˆ¥ˆSº(º…Ð…•Ûü‹Û?“ã9ÿµ9lÝÿ«9lC‚9Áˆ‚1‹ˆ‚ˆ‚***}}Ýÿ«Ýÿ« Ä‚ Ä‚ ¬‚ ¬‚ffÆuÆuXÿìK5k˜ÐôŒà“1‹Ýÿ«C‚C‚ÜÜÜÜÜÜÈì˜OOÜóL¸LLRLLL¯L‡LUL<L<LdL…™‹²\Wˆ‚5kÉVzˆ‚ˆ‚ˆ‚ˆ‚ˆ‚ˆ‚ˆ‚ˆ‚*******}}}}}}}}}Ýÿ«Ýÿ«üÿ«=ÿ«âÿ«=ÿ«Ýÿ«Ýÿ«Ýÿ« Ä‚ Ä‚ Ä‚ ¬‚ ¬‚fÆuKKKKKK5k5k)‚n‚)‚˜˜˜)‚)‚)‚)‚)‚)‚ÐÐÐÐà“à“à“à“à“–*Ýÿ«C‚C‚1‹L¸LLRLLLRLjLÐL<L<Ld‡ááááááÖÖ9Á’qd=¼=;º;ºÀq;º¡qÁ=xºåÁÍ=¬ÁÈ=D=;º=ßÁ=ÁËpÈ==Àq=Á=Á.ÁÀqÀqÙB¤¿[B[šÕ‚È‚È{d{dãÿì°]‚x‹‰Ülx‹€r[º")ÿÿ>WE_HHöY"º~h~h@€rx‹2Os N~sx‹MÊnû_P{Püšû@û@û@û@üþü§û_ûNzBz®ÿÓa\î¼d“ýû~û>üNûüš‡ c c]cc Y]‚d–ji:~:~þxÞnnn­nìd$P<Px <õx¾<xÿ‚Öd@2 PKn÷‚ö‚ÖdídÊZ ‚÷nxõ‚‹xýxì‚üd‚Ì<Á<Ä‚‚nÄ<ÀnèPd$d¦Z‹ddd(hd$dZ„d.d.‚Jdd$d^d.‚<Z. šddJd$d$<.‚’Z.d$‚)d.‚¢d$xdd$dodŸdjZd’Pd•n—dyyyy'É'É'É'É'w'w®É­®É­®É­¼ÉɼÉÉ'ɼÉw¼Éw'w ÉX‰c^c^‰‰%‰‰ºH‰ ɉ‰‰¸E ÉïwyyyyÕwÕwÕwÕwÕwÕw®Éy®É­®É­¼Éw¼Éw¼Éw¼ÉwÕw‰‰‰Û²Û²Û²Û²×w×w×w×w×y×y^ɲ^ɲ^ɲlÉ4wlÉ4w”É4y”É4y”ðy‰²²íwyFÉÉÉFFFÉÉáÉ*F…ɇɅɇÉáÉ*FáÉ*F…ɇɅɇɅðA‰A8F3ÉF3ÉFÉÉÉFFFÉÉáÉ*F…ɇɅɇÉáÉ*FáÉ*F…ɇɅɇɅðz‰z‰áwuÉuÉuÉáwáwáwuÉuÉþÉ&wøÉÉøÉÉþÉ&wþÉ&wøÉÉøÉÉøð‰‰‰ÐwÐFÐFÐ ÐwÐwÐwÐFÐFŽÉGwyÉÐFyÉÐFÐF͉Ÿ‰͉ÐwÐFÐFÐFÐwÐwÐwÐFÐFŽÉGwyÉ=FyÉ=FŽÉGwŽÉGwªÉ=FªÉ=F͉ÕwÓFÓÉÓÉÓÉÓFÓFÓFÓÉÓÉ­ÉFVÉ+ÉVÉ+É­ÉF­ÉFVÉ+ÉVÉ+ÉVðY‰]‰Y‰²F²F²F"F"F"F"FGÉúFGÉúFGÉúF ÉÌF ÉÌF ÉÌF ÉÌF ‰wÉÉÉwwwÉÉÁÉ?w‡ÉŒÉ‡ÉŒÉÁÉ?wÁÉ?w‡ÉŒÉ‡ÉŒÉ‡ðY‰‰à‰SÉSwSwSÉSÉSÉÓÉÓÉÓÉÓFÓFÓF­ÉFY‰Õwy–y–y–y–ÏMÏMÏwÏwdÉw‰Û²Û²Û²Û²Û²Û²×S×S×y×y”É4y‰¥F¥w¥w¥F¥F¥w¥w‚‰Éà‰`‰`‰`‰`‰`‰`‰`‰š‰¥F¥w¥F¥w ‰ ‰ ‰‰‰ ‰ ‰™‰•‰ÐFÐFÐwÐwÐFÐF͉%w%!%!%w%w%!%!Y É)É#s¿‰¿‰u`‰ z‰ ‰ ‰ ‰ ‰ ‰ ‰Ñÿìñÿì²ÿìsÿì 4ÿì õÿìñÿì²ÿìsÿì 3ÿì õÿìüÿì¿ÿì‚ÿì Eÿì ÿìñÿì²ÿìpÿì 2ÿì õÿìüÿìÿìOÿì £ÿì 3ÿìwÿìqÿì¼=½ Û{°>fq׺×$íºS‚9Á(¢ºª º3ºåqfyqyqy3/qåqåq2—Ð2Ð2©<˜ºå®•®/¼=‹V3X5xª³¼=ƒ—2—¹ZLr èuá//SçHÊ||ÿ½NÎYÅÅ÷H„G €ÿü°pû+"M"M>G/Mmu>GVGVGâTàR>GnzhuüuEuOGöGOGOGmu\#=nÂnüuV&7yûGSGé%nzu=nV&7yûKySGé%ºÊùtV29‘>GöGöGOGâT_Ýÿé>G=nIÿzIIàÿVÿzá[qüuüuIÿéÖuEqOGOGâFKÿé\#^YGäu@zV&î7~7î7#7OGü[ü[ü[ü[üBüByç{}ɸ}ɺ}ɺ–sfq)Éq)Éq)Éq)Éq)ÉqÉìqÉìqÉìqÉìqÉìqšÉÑ/3sqɸɺÉÿíɺ\9ÿÓ\9ÿô?É¢º?É¢º?É¢ºuÉMÉuMÿýuÉ9ÿôuÉ9ÿÞçÉ˺çÉ˺çÉ˺üɺüɺüɺüɺLsåqLsåqLsåqLsåqÓɺÓɺÉJºÉJºÉJºÉJT‡+o‡+o‡+o‡+o‡+oãÿú#7ãÿú#7ãÿú#7ãÿú#7Û²®Û²®Û²®Û²®Û²®y¼=y¼=éD‹VéD‹VéD‹VéD‹VéD‹V{=¼;{=¼;ãÿü¼={\3X{\3X{\3Xº#‹V¼=ç{Ñ/ÑÑ/&²åqyç{yç{yç{yç{yç{yç{yç{yç{yç{yç{yç{yç{ÉìqÉìqÉìqÉìqÉìqÉìqÉìqÉìq\Z9D\É9¿LsåqLsåqLsåqLsåqLsåqLsåqLsåqNgåvNgåvNgåvNgåvNgåvÛ²®Û²®Ý­°Ý­°Ý­°Ý­°Ý­°ãÿü¼=ãÿü¼=ãÿü¼=ãÿü¼='ÉÑ FqFqFqFqFqFqFqFqyy'iªñS…S…S…S…S…S…°°ºÌ0lºººººººº²¯°¶7hx“µ›µ‘µÿ°µÿºµµÿÒµÿ˵ÿÆ þÌêñåqåqåqåqåqåqoÉÂ̂á•¡•¡•¡•¡•¡•¡•¡•Eû.³‡³‡³‡³‡³‡³‡³‡³‡k¿·Ã‘Ç_žFqFqS…c…º<ºµÿµ¦åqåq¡•¡•³‡³‡FqFqFqFqFqFqFqFqyy'iªñºººººººº²¯°¶7hx“³‡³‡³‡³‡³‡³‡³‡³‡k¿·Ã‘Ç_žFqFqFqFqFqFqFqyy»ÿüŠy†¶†¶¶ºº<ºººpÿüøÿçrÿüøÿóɉ´¶µÿëµÿãµÿصµÿäµÿæ\ÿõ\ÍÿüDÿí~•¶¡•¡•¡•¡•ºº¡•¡•ãÿüãÿüÃÿü™ÿá{ª×ª³‡³‡³‡³‡³‡‡ÿü€ÿòaÿü›ÿÛNs†£V‹™Ìãdãddddÿì‹®‹²‹®‹²%®%®%®%®99¸3¸3­ìWìì‹Ü™ ¼q âqÑ(ý()(Ñ(ý()(¶ 3ž3Á´Ãâ“?“ÿìnÿ§nÿ§ÿª=ÝVþ‰°°`JݓݓúdìØØ=²nÿ§=™‘dnÿ§´8°úN(´f´f‹Ûad´p‹Û‹ÛÇ5Wnz5?5f5\5l5Y5S9‰9‰9‰÷o÷g0u5W5‰5^5b5?5f5\5l5Y5S9‰9‰9‰÷o÷g"MVGOGuVG<uhuTzüu0umuüu\#Vs`…˺üu .É—Éé;F_q( .Ð.D]1u¤jn üü=ü=ü=üûPü=&C&C–süÃ#ÿÖ&<‰<ꤖoÃèI ÌÉHZÂ;”jÃDNÿä‹ hÆR6”nœÈLsbBƒSVÈ,©yÉ(˜ÿü'yõ\ŸXNNîµD?ÉyJ\ ‚Ö}¼WØ¢JTšÉŽ9²högdÿûº(V FhZ —ž$Ò<ÈÊÉ|3£uuãÿüWªZì[ÏOÏÿ=;6QÁ‰Á‰ ö‰Á‰Á^Á‰Á^ÁbÁ?Á‰ÁfÁ‰ÁbÁfÁl‹‰\ÉðÉ„ÉbÉyaõ ‰WÉ{=w= =uÉ–s)ÉçÉ9Á©ÁÁ~Á¼=}=í= ]=Á¼;”;;9Áfqq˺ öy)É öy se–sÁW´d´£´u´£´d´£´ ´ ´ ´ ´d´u´,´´d´¥´u´¥´d´u´d´¥´u´¥´¥´d´v´d´v´d´d´*´Z´¬´Z´¬´Ý´d´-´O´Þ´p´Ó´´d´d´´£´u´u´´£´d´w´d´d´x´v´x´d´d´d´d´u´d´¥´u´¥´d´¤´ ´¼´¼´ ´d´u´d´u´£´£´d´£´u´£´k´u´7´^´H´^´^´^´@´^´^´^´u´z´z´^´u´w´u´d´u´d´d´u´d´7´u´7y‡#_ÉÉø›ZÿúZÿúø¯ø¯¾Ùø¯ø¯¾Ù,œœd´Ù´Ù´Ù²Š´DX===·ÜªÜ´,¯,¯´í°ffÛÛÛÛ+uPuuu+uPuuu+u+u+uyy¡y´Ù´Ù´Ø´Ù´Ù´Ù´¢´ÙдٴٴٴٴٴٴٴٴٴٴٴٴشٴٴٴٶٶÙÏʹٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴٴڴڴڴÚ`”`”¶°´Ø´Ù´Ù´Ù´Ù´Ù´Ú´Ù´Ù´Ð´Ð´Ð´Ð´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ì´Ì´Ì´Ì´¾´Ù´¾´Ù´¾´¾ÛÛ۴ٴٴٴÙ>Ù>Ù´»´»´»´»´»´»´»´»´»´»´»´»´»ø¯ø¯ø¯ø¯*¯*¯ø¯ø¯ø¯ø¯ø¯ø¯ø¯ø¯´Ù´Ù´Ù´Ù´Ù´Ùyy´b´y*îÛÈÛÈÛÈ´´ÿúÿúŒŒô‹Ûù´ÙÙÙÙÙÙ´ÙÜcÜc´¾´Ù´Ò´Ò´|´Ù´Ù´Ù a” a”´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´á´Ù´Ù´Ù´Õ–ìììXø¯¾Ùø¯ø¯¾Ùø¯ø¯Xø¯¾Ùø¯¾ÙøÙÑJÑr’´£´£´£´£è;°Ç°Çxôxdxôxd´Ù÷´ÙÀ°À†À°À†+¯+* 8œ 8œ Pœ 8œ Œx Pü–µ¦º³‡Fq 8œü#°°°°°°°°°°£¨££¨£¨+¯´7ºü–'Yÿ‚’,˜,˜,˜,˜,˜,˜,˜,˜,˜,˜ÑÿìÑÿìÑÑÈÑÿìÑÿìÑÑÈÑÿëÑÿìÑÑÈÑÑÑÈÑÈÑÿìÑÿìÑÿìÑÿìÑÑÑÈÑÈÑÿìÑÿìÑÿìÑÿìÑÑÑÈÑÈÑÈÑÈÑÈÑÈÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÑÈÑÿìÑxÑÑxÑxÑÿìÑÿìÑÿìÑÑxÑxÑÿìÑÿìÑÿìÑÑxÑxÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÿìÑÑÿìÑÿìÑÑÿ“Ñÿ“Ñÿ“ÑÿìÑÑ|ÑÑÿìÑÈÑ|ÑÈÑÿìÑÈÑÿìÑÈ'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì'ÿì''ÿì'ÿì'ÿì'ÿì'q'ÿì''ÿì'ÿì'ÿì'ÿì'ÿì''ÿì'ÿ캺ººººººººlºlºººgºgº'''''''''''''''''ûpôûpûrûpûpûpûpûpûpûpûpûp7p7ºTºúúúûpûp''''¸3ººººº'''ôpººººûpûpûpûp'''¤º¤ºܺܺ',«h,d,ª,ƒ,…,…•ª+ª,ª}}_}} ÷Œ ‘,¸,·,·Bš,d,˜,¬,¬,Ÿ,«,¬,¬,²ß“,±ß“,},¬,ª,dZdøª2ªEª\ª,ª,²,ª¯ª,«,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,‡WªWªWª,ª,Ý,ªé¯ܯܯ,¢,S,À,ø,,ì,],·,À,ç,,m,«,E,©,À,°,A,É,â,U,¶,Q,0,É,â,U,¶,L,0,C,¹,X,ä,B,¶,X,ä,ØƬ¬,x,¼Ƶܬß­ü¬ „,¬,œ,œ,œ,œ,œ,œ,œ,œ,¬,ª,ª,ª,1ô–ô–ô–ô–ô–ô–,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,X,X,j,Æ, T},y,},),Â,,,,džª ¯·¢ f¯9¯´ ´Ï´€´ ´´´ú´d´T´ ÀÒ´±ܯÜYܰܰÌxÜŽÜD´V´V´V´Vܯ´´V´´I´V´V´x´„´³´+´¶´5´¶´X´Š´3´í´´¯´ñ´ü´p´p´p´p´R´ ´>´p´»´T´V´S´T´W´W´/´V´0´/´0´0´0´2´„´˜´p´@´T´»´T´T´T´p´§´§´¡´¡´n´n´T´V´¡´¶´œ´‚´¡´a´a´T´T,f,z,z,z,z,ª´´°´”®”xN®Nx´>´ž´N´n´X´~´ ´‘´‘´´´¹´Û´#´9´U´w´Ä´l´f´¡,˜,˜,˜,˜,˜,˜,˜,˜,˜,˜´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´u´ü´u´ü´u´u´u´u´u´u´u´ä´ä´ä´u´u´ì´u´u´u´+´+´´´´´<´‚´¥´u´§´§´u´§´s´–´¢´¢´umOôö°ö¯·¤s·s¤´[´Y´O´O Bu xd xu xd xd xu xd xd xu xd xu xuÜÜ,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü„Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,Ü,´d´u´´wOwOßß´ÙÙÙÙÙÙÙÙô´Ù´Ù::: šu+u+u+u+u+u+u+u+u+u+u+ÿ¾+u+u+u+u+k´´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ú´Ú´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´µ´ ´µ´ ´7´7´^´^´µ´ ´µ´ ´7´^°u°u°H°Hºººº''''ºô$ô$ü–ü–ü"ôpôNôNu 9 uÿ×Ó ÉçH#ÿèɺ?É¢º{\3X@sçÉy@sà= D±V¼h<É‹ÁGpPåqíbfÿér ‡{\ºQ„PÐF³iIPHÃŽÛP¡PõPÃPiPÂPsxsP­P½4cPŸOŸdÄPÂP¸P¼P¼2÷P]P·<±¦FPPÄdÂP½P"P5P,qssu@xC@~–yyɃv–ÿÛ{\í–{\ssg–)É?>8–{\(–ÉoŸo:oüÉ÷Ì\É:o\ÉŸcssÉÉþ–ss–s$d{=–súÉyÉÉNs‰ÉNs6?´Ù°Ç°Ç?“,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª}ÉÓÉÓF)Éãÿúãÿú3s?É?ÿÕ–s s{\šÉšÉçÉüÉuɇÉ;yyÉ3£ÉéD{=ãÿü}‘yyɃ\ÉLsÛ²Û²u#sf¯f’ůůf’f¯´¯´¯r+dÔɵ¦ pv9˜;<@>£s¼pÐÓ¾ÁeKkˆT5L mɺLsåqØs³q Ýs&q:Bÿúz<ãÿú©<|¯ºòÖòÖòÖòÖòÖòÖòÖòÖòÖòÖòÖòÖòÖòÖòÖôfôfÃÃÉىÆsÆsɺÿú­7ê¤S…íº+o ÿá{  ë{ #Ù{Å‹{Å‹{¬‹{ se? ªqÉ#Á§Sjxt ¢ Ýs&qÓ ÿûß222Lsq× ÿû× ÿûu 9Áâɺ²ð 553Å|¯æL.ÉUº3?¢üJ+hÿ—RºšwÓFçÉ\É ˜DµÂçn`#ZçµÂçn`nçµÂçn`nçµÂç#Z`nçµÂ3ÖЖЖЖЖ¤n¤nýnn®n¤n9nnqn¤n Yn¶n¸‚ôn¤n·nOn¸‚Ùnª2ún·n)n¶n¶n¹‚1n¶n·‚Ên¸‚!2£n¬x¤n¤n¥nn¤nsPwddddddddddd$d$d$dKdKdKdKdKd_<_<_<_<_<_<åqƒ/ / /¼/¼/}/ão « ® ‘® }® <®ʈV¥JNÙ®1X?º,X¿X׺uX`´Ù«X«N«X«XYºYºYº XLX^X:ºØY?Y0¹¤YLX;XŒXoX2X1¹ºÿº¿X­º„X«XB.º X;XÿºXˆ‚Û:ÿìjÿ숂Û:ÿìjÿ숂Û:ÿìjÿ숂Û:ÿìjÿ숂Û:ÿìjÿ숂Û:ÿìjÿìKHÓÿì ÿìKHÓÿì ÿì**òÿì*ÿì**òÿì*ÿì**òÿì*ÿì**òÿì*ÿì}3}}3}}3}}3}Ýÿ«jÿ«Ýÿ«jÿ«)‚)‚Ïÿìkÿì)‚)‚Ïÿìkÿì)‚)‚Ïÿìkÿì)‚)‚Ïÿìkÿìà““à““:ÿìjÿì–8ÿì°ÿ옾ÏÿìkÿìÝÿ«"ÿ«:ÿìjÿìC‚«‚:ÿìjÿìüpý*XXÿìXiXXXÿìXXÿìXXÿìXÿôXÿìXXÿìã9ÿµpÿµ9lplÝÿ«"ÿ«9lplC‚«‚:ÿìjÿì9ÁpÁˆ‚Û:ÿìjÿì1‹J‘ˆ‚Û:ÿìjÿ숂Û:ÿìjÿì**òÿì*ÿì**òÿì*ÿì**òÿì*ÿì}3}}3}Ýÿ«jÿ«Ýÿ«jÿ« Ä‚ 3‚´ÿì#ÿì Ä‚ 3‚´ÿì#ÿì ¬‚ Í‚Ëÿìðÿì ¬‚ Í‚Ëÿìðÿìf˜^ÿìÿìf˜^ÿìÿìÆuBuÆÿìÜÿìÆuBu/ÿìÜÿìKHÓÿì ÿì5k¬kÓÿì ÿ옾ÏÿìkÿìÐpÿì¦ÿìôŒSŒIÿì ÿìà““:ÿìjÿì1‹J‘8ÿì°ÿìÝÿ«"ÿ«C‚«‚C‚«‚:ÿìjÿìÿ.Æÿ.ÿåÆÿåÆTÆT4dÜÈ€dÎÈdÈdÈ„–È:–DÈÈ_È jÈ ÈdÈ:–}ÈòȰ–ÚȈ–’dÈ}–x–zd8–vÈvÈ„ddDÈd}–‹d,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ªíÙÉèÖÉcÉ3s$f"ÿ–É=É3ÄLrˆªÿú¤±ÈÝDrl¨ÿüK{ª”fqª”ìo¹/ªqåºÏæÏÿ×5ºÏæ "ºåºåqªqªqߺ+o¹7ê±Ü=HVhLÿ=¸Xy}É–s)ÉÉšÉ3sÉŒ—\ÿ–?ÉuÉçÉüÉLsÓÉLsɇãÿúÛ²yéD{=ãÿü{\ç{ºfqqìqÑ/qº9Á9ÿÛ¢º9Á˺ºåqºqJº+o#7®¼=‹V¼;¼=3Xˆk‚œZ”qA‹j‡á–œdž¨‹ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ éÈ…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È…È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È@Ù/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/È/ÈX™ xKW= @ªWªWª Y_WªWªWªWªWWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWªWª Y_WªWªWªW#WªWª ÕªWªWªWªW: Y`W:W=W=W=W=W=W=ÿ¹ü×ýsü¶ý üÏüÏüÇüÇýšüæüN––Û:ÿìjÿìHÓÿì ÿì¬kÓÿì ÿì:ÿìjÿì¶Û:ÿìjÿìÛ:ÿìjÿì*òÿì*ÿì*òÿì*ÿì*òÿì*ÿì*òÿì*ÿì_üÕ9îþòx’x’x’x“x“x’x’xvx‹xvx‹xvx‹x‹xvxvxƒxƒxƒx‹üš,âÿ«âÿ«pÿì¦ÿì«‚:ÿìjÿìjÿ«9ÁJ‘–qâq9–ÏOÏÿ9ÿÓ9¿²ðŒ—´­ÈÈÈÈÈÈÜÜ:Á:ÿì:ÿì’q’ÿì’ÿìd=dÿìdÿì¼=¼ÿì¼ÿì;º;ÿì;ÿì;º;ÿì;ÿìÀqÀÿìÀÿì;º;ÿì;ÿì¡q¡ÿì¡ÿìÁÿìÿì=ÿìÿìxºxÿìxÿìåÁåÿìåÿìÍ=ÍÿìÍÿì¬Á¬ÿì¬ÿìÈ=ÈÿìÈÿìD=DÿìDÿì;º;ÿì;ÿì=ÿìÿìßÁßÿìßÿì=Á=ÿì=ÿìËpËÿìËÿìÈ=ÈÿìÈÿì=ÿìÿìÀqÀÿìÀÿì=Á=ÿì=ÿì=Á=ÿì=ÿì.Á.ÿì.ÿìÀqÀÿìÀÿìÀqÀÿìÀÿìüì,ª,ª,ª,ª,ª,ª,ª,ª³—.ÉjÁ®3}3}3}3}3}jÿ«jÿ«jÿ«jÿ«jÿ« 3‚´ÿì#ÿì 3‚´ÿì#ÿì 3‚´ÿì#ÿì Í‚Ëÿìðÿì Í‚Ëÿìðÿì˜^ÿìÿìBuÆÿìÜÿìHÓÿì ÿìHÓÿì ÿìHÓÿì ÿì¬kÓÿì ÿì¬kÓÿì ÿìn‚òÿìòÿì)‚Ïÿìkÿì¾Ïÿìkÿì¾Ïÿìkÿì)‚Ïÿìkÿì)‚Ïÿìkÿì)‚Ïÿìkÿìpÿì¦ÿìpÿì¦ÿìpÿì¦ÿì“:ÿìjÿì“:ÿìjÿì“:ÿìjÿìɦ+ô‹‘ Bú{sè°¨¤/)´Ù mRo Ñì‘b‘ç‘¢‘‰‘\‘ž‘‘‰‘}‘j3å3´Ù´Ù´Ù¤‡1 ¼ßf¤¼w¼w¼‘f²¼ú¼úÿ3¼¼ö¼²¼ÍfݼÍf)¼Óu ¼1 Ó=+'ËÿìÍ\¨°ì¨‹´Ï^fXº¬¾Xº\mX{'º\²¬¾¬¾ÿ¼R¬¾¬Vª²¬Xº¬º\ò¬ÃjÓ² 7dH)7¨\²ì²´Ùɦ‘®‘}J‘ìŃž+ž´ÙRoŲ´ÙmZmã® Ñ{ƒu+ÁHdHdHh¤1 1 1 1 1 1 ®ßfw¼w¼w¼w¼úú¼úúA´!²¼ÍfÍfÍfÍfÍf´Í-¼¼¼¼Ëÿìç¼Á¬fXfXfXfXfXfXbX¾XmXmXmXmX¾ÿÕ¾¬¾ÿå¾#X²¬XXXXX´ÙN² ² ² ² 7º¬71 fX1 fX1 fXßf¾Xßf¾Xßf¾Xßf¾X¤¼º\´!º\w¼mXw¼mXw¼mXw¼mXw¼mX‘fº\‘fº\‘fº\‘fº\²¼²ÿíʼR¦ú ¾úA¾$ú,¾ú¼¾¬ú¼¾¬ô¼|¬úÿ¾ÿ¼3¼R¬R¬¼¾¬¼¾‘¼Ö¬¼t¬#ÿ¤øÿÛ²¼²¬²¼²¬²¼²¬Ýi²¬²¬ÍfXÍfXÍfX VfÁX)¼ò¬)¼ò‘)¼ò¬ÓÃjÓÃjÓÃjÓÃju Óu Óu Ó¼² ¼² ¼² ¼² ¼² ¼² Ó=dHËÿì7ËÿìÍ\¨\Í\¨\Í\¨\{'º}ÿt¼º¬Qº4ßfßf¾X´!ÿtº\€Xw¼Ëh‘‰wÿ{ÿ‹‘fX\¬|¼ 3¼R¬â ¼ÿêVª²ÿ²¬Ífýl_©fLXAÿtº¬)¼Ã5Ãw¼jÿÀÓ§Óu ¯»²šÍ7‚¼aÿì:Í\¨\.”.T L¨u‘¢.T L•Jº¬ú¼E¼Z úÊ q¼ L¼ b\¼×¼|¬ ¬¼ p¼p¬1 fXú¾ÍfX¼² ¼² ¼² ¼² ¼² mX1 fX1 fX®bX‘fº\‘fº\3¼RÿõÍfXÍfX.”¨Y¾ÿ¼ q¼ L¼ b\‘fº\ O¼L¼²¼²¬1 fX®bXÍ-N1 fX1 fXw¼mXw¼mXúÿ­¾ÿùú/¾ÍfXÍfX)¼òw)¼ò¬¼² ¼² ÓÃju Ó†‰Üe²¼²ÿ責ë\y}EXÍ\¨\1 fXw¼mXÍfXÍfXÍfXÍfXËÿì7ï¬ï¬¾ÿ¼´\´\1ÿäßÿ»¾ÿòÿýuÿ†Ãj¨\AQêV 01 w¼mXúÿ¾ÿ¼âcT\) òÿÖËÿì7ÿ÷f º\º¬º¬¾X¾X¼\V\mXmXytn\n…nÚn¾ÿ¼V\º\X&33² ²¬²¬]¬†ª]¬x¬Œ¬¾®»¬V¢V¢Vª²ÿ¼X¬§¬XEXsh_{N¬N¬3¬ò¬òªĬĬ#j#jÃjRÿ¼{ÿé׬jÿÀÓÓ]¬.¢\ª7dH7Ë„\x\ Y u•J•J•J•JÍf¬ÚnzX‡¬¾þ¤Û¬P¬V\•J•J ?\ ·\ =\Í&o6'æ¬=¬º.R.jÿJPÿJ¥n¥nÁÿÔ†n†n†nIº.Vj +  Ó  þîîîîœ/œ/  ²²‡‡sÛm^sÛÅ^m²]²]îîîî To o°wãV¤ÁÎäK Án DMœ/ÅÅÅÅÅ´ÅB¼¤ü\ýeü…üœüÃüºýKüÉý ü…ýŸüâü üºüºýÔýàýàÿJü\ýeüöý¤þ5þšý[üêüäý üäüžü¦ýKüÉýýbýŸüÃügü…ü…üºüºüœüÃûü;ùMúÂùfý¸üÃýXügü÷ýÞüüÅý¶üÆýü÷ýü¤ü¤ü¤üTý$ýpüºýýpüqüpüpýüpüh•¼…¬-¼°¼j j ²¼›¬ž¾XfXeX3ˆ[Åa5 ÑÄÿÏÿÛ‚ÿÕ ÿÚ×ÿÉ'ÿÃ/1 ¼¼1 w¼Í\²¼Ífú¼3¼1 ö¼²¼ÉÍf²¼ݼw¼u ËÿìÍf+'ÌsÍ7úFËÿìctn²¬žgŸcº¬sYtnºY²¬X ¯¬=ã®sºYXTVº¬¾X;X+gŸB„)4Z…ôX'gŸXgŸôX3¼5hIcø*ÚÿÏø*_{ô.ópÍfXßf¾Xw¼óÿž|G§Zr-¾f³x¨fº\l¼ó*ÞW4^Ol^dfº«u9¸7ópº¬¾X¾ÿ¼Íf(Š'¥ç¼º¬ßfö¼Û–ºD–Dßf–Dw¼w¼ ¼ßfÓú¼úAúÿ <^ ¼ м²¼+;²¼1 ¼¼¼ {w¼ ˯‡²¼²¼м¥^ö¼²¼Íf²¼ݼßfu +;ïf+'l¼w¥ â¼ ›¼„dJ¼¼߃ d¼)ƒfX–X¬.¬vsmXö¦d›¬›¬n¬ÜqЬ‡¬X‡¬º¬¾X£7ðq)î¬~„¬ج(<¬¬¾‰Ǭ#?mXmX¶(.¬¾XÃj¾¬¾#¾ÿ¼îZ¦¬à(n¬›¬7‡¬¾fôX¹dã(¼·¬ð¨3 Þ¼ø¬ÍfX 㼬‘otQ™}ÍfXÍ Í  0`YX˜fçX >t b`¾fôXßf¾X87û1ü²ýýù¢X÷rXø¨¼t¬0äݼº¬¼.¬S:X*w¼Z¬ Ëö¯‡¦d3¼n¬мn¬Š0n2œ(¦¼v¬Ò¼þ¬ 0¼#¬sÝqßf¾Xu £Ëÿì7Ëÿì7+')æ w¥~„w¥~„w¥²¬6z 6z ú¼ Ëö3¼ ¬›6q+²¼‡¬¨¼t¬w¥~„ë¼v¬¾¬1 fX1 fX®bXw¼mXËhmXËhmX Ëö¯‡¦d.” Y²¼›¬²¼›¬ÍfXÍfXÍfX߃¾‰+;7+;7+;7w¥~„¼.¬J¼<¬S:X*+')+')ÝZ F%ZôÉ\¡ É‹¡ ï6"+ O¼¬·fX l‘‰tn¥^Üq I^‹q†¼Ö¬§ƒ?Ífº\Ó=dHмn¬ #^xq 0¼#¬¨¼t¬‚©Õ©Ó6Ú-Õ©Þ‡7©é:©Ó6S©v©±©M~µ—5 ׇ¸$¢.=©ƒu¸ªuÙ©kQð$°u=©Ù¼¸$ŒlS©•uœ©ª-•eØZ£Ö¼tvý‚ÿò±¿Q‚’"›¢Q©›"’&Q…›"› ›¢Q$›z›à›Q$’$›Ó6$›"~$’xÿÃ$ÿ„ä$›î ‚’•ZS›$’$’y’$›%ZÕ›y’/ÿöZ‚?’áÎýd_._Éâe~ÿÎ~i_Ro~úÉúÉú ~Ó¬áX“X´Xº¿º4Xºo¹[ˆŸXˆX×X’ºÊX¿º Xp¹TXfºCºJ9CäºÑX(wPº‰ˆ'ˆ¬®¬VÿüVÿü… B… È÷3Ȥ}¾ÿؾšùÿ«¾œU¾¬ ¹a  ÄÄÄ}}›ÿ«›ÿ« ‚ ‚  ÂOOw³w³¼ÿì K‚'kUñÝŒÔ~¹aùÿ«UUÜÜÜÜÜÜ´ìy;=ÜËâ¿ââââ˜â‚âKâââ?â…ý  'kºVh        ÄÄÄÄÄÄÄ}}}}}}}}}›ÿ«›ÿ«›ÿ«›ÿ«sÿ«›ÿ«›ÿ«›ÿ«›ÿ« ‚ ‚ ‚  ÂOw³ K‚ K‚ K‚ K‚ K‚ K‚'k'k1 ,‚1UUU111111ññññÔ~Ô~Ô~Ô~Ô~€Äùÿ«UU¹aâ¿âââââ>â¯âââ?‘b‘‘£‘£‘£‘£‘£‘ȑȑ¾¬`XY7‡¬‡¬À^‡¬<Si¬i¬¬€¬.¬ œ‡¬7L¬¬¨X 7˜X¬¬¬˜X˜XÀ{…C€CwÅ  Ó‡¬‡¬Rÿì‘QWüWþS)ðVóQQ¦W¢WúÿÓ#ØKÑKÑK`{„í™í™±2P(a&S´>h@ZËiEbxX‚FúÄáJáü*úÃúÃúÃúÃü—ü7úÄúŠ\O «â«!ÿ´30ÿâü³úúú¨ûÔü*,‡,4‹@±2ÔcÔcÊ„QX“Gv èZ èZþ`ÞOnJ­Tì;$2Pd  õO¾$cÿYÖL@ (KY÷YöYÖLíLÊ: Y÷EOõY‹]ý^ìYü<YÌÁ$ÄY‚IÄÀDè1nd‚dúZ­dpdƒdh2 d‚drd˜dŒdŒ‚„dnd‚d–dŒ‚šd»<Ñdzd„d‚dl(Œ‚údŒdm‚‡dŒ‚R2ndxdmdodmd³dÓdÖd‚dúZod•d—21 1 1 1 =¼=¼=¼=¼=¬=¬%¼ %¼ %¼ 1¼ ¼ 1¼ ¼=¼ 1¼ #¬ 1¼ #¬=¬z¼<{f@f@({({({({ƒ@Ã{z¼({({({ µ ä º¼ a¬1 1 1 1 ––––––%¼ %¼ %¼ 1¼ – 1¼ – 1¼ #– 1¼ #––›{Ô{¼¼¼¼†–†–†–†–†s†ss¼b¼s¼b¼s¼b¼z¼o–z¼o–z¼jsz¼jsz¼Ý{ ¼ ¼0–"sòTò¼ò¼ò¼òTòTòTò¼ò¼;¼ÌT×¼̼×¼̼;¼ÌT;¼ÌT×¼̼×¼̼×¼{{€T€¼€T€¼òTò¼ò¼ò¼òTòTòTò¼ò¼;¼ÌT;¼̼;¼̼;¼ÌT;¼ÌT;¼̼;¼̼;¼{{8¼¼¼888¼¼ ¼Ö8è¼ý¼è¼ý¼ ¼ý8 ¼ý8è¼ý¼è¼ý¼è¼}{c{}{ç¬çTçTçTs8s8s8sTsT ç¼ ú¬ ™¼ ÓT ™¼ ÓTsTG{ù{G{ç¬çTçTçTs8s8s8sTsT Ù¼ ú¬ D¼ ÓT D¼ ÓT Ó¼ ·8 Ó¼ ·8 D¼ ÓT D¼ ÓTG{–×T×¼×¼×¼×T×T×T×¼×¼û¼«T¼¼ê¼¼¼ê¼û¼«Tû¼«T¼¼ê¼¼¼ê¼¼¼ñ{®{ñ{cTcTcT T T T T ¬¼ T ¬¼ T ¬¼ T s¼ \T s¼ \T s¼ \T s¼ \Tø{5¬5¼5¼5¼5¬5¬5¬5¼5¼¼¬¼÷¼¼÷¼¼¬¼¬¼÷¼¼÷¼¼õ{({{C¼C¬Ï8ϼϼϼݼݼݼÝTÝTÝT¼¬Tõ{–1h1h1h1hm–m–m¬m¬ a¼ #¬Ñ{¼¼¼¼¼¼†n†n†s†sz¼jsc{ÑTѬѬÑTÑTѬѬñ{²¼{ ç{ ç{ ç{ ç{ ç{ ç{ ç{ê{ÑTѬÑTѬ º{ º{ º{ \{ \{ º{ º{È{ /{çTçTs8s8sTsTG{5¬5 5 5¬5¬5 5 õò¼¤¼¤k÷{÷{M ç{ º{!{!{ Ã{ l{!{!{Yÿìÿìÿì ÿì €ÿìøÿìÿì|ÿì ÿì yÿìøÿìÿìÿì ÿì úÿìuÿìÿìÿì ìÿì qÿìøÿìÿìÿìOÿì ßÿì yÿììÿìqÿì7«bXÞ(¾Xi¬i(x¼tn¾¬ôZR¬PÿÛЬ›¬X¾XHXHXHÁXX[rh#+#+£¬å®•'7dH¨\*tP¬7‡¬rh?¬Üqæw×v/vqvqv#@7vàvàÿ¸çv6vv7v7vH@O±vávpv&©m©mÕm²mÕmÕmÕmÕmmmÕmÁmæmOm¥mçmOmçmçmÕmm¥m³mOmm›lnv8ñS@!Ám†n¥mm›ln›lñS@!º¬7v]¬ú ¬ÕmOmOmçmmmÈmÕm¥mÆm@mÆmÆmsk›m£mömPmOmm~m–mçmVm`m+mmªmôm2l›mmWm0mÂm¤mgmüCüCüCüCûåûå1 fX¼º¬¼º¬¼º¬ßf¾X¤¼º\¤¼º\¤¼º\¤¼º\¤¼º\w¼mXw¼mXw¼mXw¼mXw¼mXw¼{'‘fº\²¼²¬²¼²¬²¼²/²\²N²¼²¬ú ¾úR¾!3¼R¬3¼R¬3¼R¬¼¾ªB¾$¼¾)¼¾ÿåö¼Vªö¼Vªö¼Vª²¼²¬²¼²¬²¼²¬²¼²¬ÍfXÍfXÍfXÍfXݼº¬ݼº¬)¼ò¬)¼òª)¼òª)¼òDÓÃjÓÃjÓÃjÓÃjÓÃju Óu Óu Óu Ó¼² ¼² ¼² ¼² ¼² 1 71 7Ó=dHÓ=dHÓ=dHÓ=dHÓ=dH+')+')Ëÿì7Í\¨\Í\¨\Í\¨\²¬ÓdH7fX{'{ÿÛ{'+¼Y1 fX1 fX1 fX1 fX1 fX1 fX1 fX1 fX1 fX1 fX1 fX1 fXw¼mXw¼mXw¼mXw¼mXw¼mXw¼mXw¼mXw¼mXú‡¾kú¼¾ªÍfXÍfXÍfXÍfXÍfXÍfXÍfXýl_ýl_ýl_ýl_ýl_¼² ¼² ¯»²š¯»²š¯»²š¯»²š¯»²šËÿì7Ëÿì7Ëÿì7Ëÿì7Ÿ¼&cccccccc1 1 TY{´¯ßtntntntntntnU[ÌÅ/k²¬²¬²¬²¬²¬²¬²¬²¬œ   p ¦n€  ÿÈÿ‰@ÿôÿüÿöÞê7H²èÖÖXXXXXX"w Å Êl¨gŸgŸgŸgŸgŸgŸgŸgŸq y —dôXôXôXôXôXôXôXôXE« ø ›×9›cctntn²¬²¬ÿÊžXXgŸgŸôXôXcccccccc1 1 TY{´¯ß²¬²¬²¬²¬²¬²¬²¬²¬œ   p ¦n€ôXôXôXôXôXôXôXôXE« ø ›×9›ccccccc1 1 ÿþa51 w¤²¬²¬²¬²¬²¬oÿþÄÿϤÿþÿÛ²¼E¤)ÿ¶/ÿôú,úAøÿþ‚ÿÕQ]¤gŸgŸgŸgŸº¬º¬gŸgŸËÿìËÿì)ÿþ×ÿɵôXôXôXôXôX…ÿþ ÿÚ­ÿþ'ÿÃÍ7w‘ RoRo‘nnn Ó  “ BÓB¼B“B¼53''ª¢V¢¢ɰ …BB(“( ((“( (ÝÏLžLÁÇ”¤ ÿÀ ÿÀ¢ÿ•/)ÅVþh¨°¨‹>G¡¡d¾šš/)3Õ ÿÀ/ms=d ÿÀ´8xá(´›´ Ñùd´p Ñ Ñ<Ám8aNTMA9‰9‰9‰NoNg¥n<{mZ8aNTMANoNg©mÕmçmMÕm¥næmÁnOm¥nÕm DmoN‘f‘<‘™‘}Vª²X $¼ £¼Ó<O‘>‘ÿÙ‘<‘ "¼‘‘F‘f‘ àX‘“‘‘g' üü=ü=ü=ûýû>ü=õ) ])ßf °²+ƒ») ')±²•IN Ͳ?²ÇJ”jÚLÆÿä˲¼  E”n¼Íf‚@ƒSiÉ,L®¦( ?'  \Ÿ5Í7Í7ÿõµ3¼1 lTŒ‚ Ö”vKw¼ yM¸;ZgÚ'ó?y‚Z ÈQFåÿ¯<¼ç¼¸34uX¤*ºFmC¾¾þÛúTapHdHd ÝdHdHmHdHmHZH8HdHaHdHZHaHTìdú¼E¼¼ʼ1 Ë  a ÷¼+'ö' A'¼ßf¤¼ö¼¾¬ܬú¬߬7² Ð îÀ¬)À Þ¾¬¾Xº\Vª Ok¤¼ Okßf¾XßfH<´d´Œ´u´Œ´d´‹´´´´´d´u´´ ´d´ƒ´u´´d´\´d´Œ´u´Œ´Œ´d´u´d´u´d´d´ü´Z´‰´Z´‰´Ý´d´´.´ñ´d´±´’´d´d´ã´Œ´u´u´ã´Œ´d´`´d´d´_´u´_´d´d´d´d´u´d´‹´u´‹´d´‹´´µ´µ´´d´u´Z´u´Œ´Œ´d´Œ´u´Œ´d´u´7´6´H´6´6´6´6´6´6´6´H´z´z´6´u´`´u´d´u´d´d´u´d´7´u´71 ‘bZ;w¼w¼Ú`““,•,•Ù,•,•ÙÈL–L–¾)´Ù´Ù‘dì‘R´ó ÑVLVLVI²¼ª¼´Ù,,´í¨bæb5555án \€ÐO €0€€€‘z‘zZy‘z´Ù´Ù´Ù´Ù´Ù´Ù´†´Ù¯´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ø´Ù´Ù´Ù´Ù´×´Õ€É€Æ´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ú´ÚºÚºÚ`”`”¯´Ø´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ð´Ð´Ð´Ð´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ì´Ì´Ì´Ì´Ì´Ì´Ì´Ì´Ì´Ì555´Ù´Ù´Ù´Ù^Ù^Ù´»´»´»´»´»´»´»´»´»´´´´P¯P¯P¯P¯W¯W¯P¯P¯P¯P¯P¯P¯P¯P¯´Ù´é´Ù´Ù´Ù´Ùzz´z´YW€ÒÒҴٴپ¾¾c¾c Ñ«´ÙÙÙÙÙÙ´Ù~d~d´¾´Ù´ª´ª´|´Ù´Ù´Ù a” a”´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´ÙL¢¢¢ C”,•Ù,•,•Ù,•,• C”,•Ù,”Ù,ÙÑ@Ñrº„´Œ´Œ´Œ´Œè¨°¨‹¨°¨‹xÐxdxÐxd´ÙOl­´ÙÀ°À†À°À†ááá- 8œ 8œ Pœ 8œ P º¬ôXcç 8œü#€€€€]€€€€€]€s¨ss¨s¨áá´7‘Pºÿ[º„ÆxÆxÆxÆxÆxÆxÆxÆxÆxÆx'ÿìºôûpûpûpûpûp¹º'''ûpûpûpûp,ª,ƒ ÷Œ ‘,˜,Ÿ,«,²,±,},dZdøª¯ª,kܯܯ,¢,],À,ç,,m,E,©,À,°,Q,L,ØƵü¬,œ,œ,œ,œ,œ,œ,œ,œ,ª,X,XT},y,},),,,´ ´Ï´€´ ´€´€´ý´g´T´ ܰ´´V´´V´V´³´¶´5´¶´X´Š´í´ü´p´S´W´W´0´V´0´0´0´˜´T´§´§´´n´n´T´VÆ®Æx²®²x´>´ž´N´n´X´ ´´¡ÆxÆxÆxÆxÆxÆxÆxÆxÆxÆx´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´ ´u´u´u´u´<´§´u´§´s´–´¢´¢´u¨m¨jæ°æ°¨×¨¤Ä×Ĥ´U´W´´. Bu xd xu xd xd xu xd xd xu xd xu xu@@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@„@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,@,´d´u´´´±´±´Ù_Ù_ÙÙÙÙÙٴٴÙ::: J€€€€€€€€€€€ÿÄ€€€€€´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ú´Ú´Ù´Ù´Ù´Ù´Ù´Ù´Ú´Ú´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´Ù´ü´À´ü´À´7´7´6´6´ü´À´ü´À´7´6´u´u´M´M â ÿÝÝ )¼fBÓ¦¼²¬3¼R¬Í\¨\âcö¼1 âc: Ä=sH7N•¼…¬B„N¬Xx ÁÿÔæÓÍ\M2h JSJQAT¿(A6/PV<APb:kPJ>q<>ACw<e,G<D07PhZb<V<VZG2_/PZbZ‰ÿþFZcZGZ;-\/Ý=#2ˆqˆfˆfÍiÍiÍshc1 1 w¼w¼j–é–¼ü¼¼ˆfˆfû¼ì,²¼OÿÂ`¼å¼q–w¼Ñ–Pƒ9¨²¼w¼ú¼9¨û¼ÍWˆqˆfˆf²¼û¼°¼ˆfˆfßf¢+'ßfw¼1 ²¼w¼Íf”¼Ífº„¤´Ù¨°¨‹¨°¨‹¤¼ݼÝT¤¼u u ‘f3¼3ÿÂ=ßfßfÍ\w¼w¼ö¼²¼¼Ó)¼))1 1 ²¼=ºÓ=+'Ëÿì1 1 w¼w–ú¼Íf¼¼¤k”–”2d–d–”1”•´–´–Ã5Ã|¼†ª >t b` ßd8( dqÇ[¾¼«¬®{esÅ^Lq ¼ú¬ÍfXLfñX @fÙX°:µ Lu £w¥²¬ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ3v3vLµLµLµ‰‰RsRs²¼²¬@ Ü‘‰tnx¼Ãj Ë jX F ƒX º oX¢ `X¢ `XH `X–D? ‚ ̼V¬vS@xX!ƒ @fÙXÝ!º –FFÍfº\ç!º ç!º 8¾¬²¬²¬3媦sÃw¥Œ¬l¼%¬‘ÿêºÿê3ÿêRÿê²ÿê²ÿê)ÿêòÿêÃÿêÃÿêÿt¬w¬ÝTö¼ú¼ š@º»ðb"67#Bðbº»ðb"67#"6ðbº»ðb"67#"6ðbº»ðbB7#"6ðbº»BÅædæd9d7dúdúdI<(d·dúd Mdd‚$nædded‚ôZFddBddøZ‚kddø‚ d‚‘2ùd ‚ædädòd_d´d/2Án‚n‚n‚n‚n‚n‚npnpnpnpn–n–n–n˜n˜n˜n˜n˜nãnãnãnãnãnãnX{'î+î'ì'î'w'(j •       ´ [ˆu'ˆQNƒ®NX\ºIXÜXôº’X`´Ù((((Ó¬Ó¬Ó¬áX“X´Xº~YáYo¹{YŸXˆX×XÊX Xp¹fºCº9CäºÑX(w¿ºáXˆXCº¯X xÿìDÿì xÿìDÿì xÿìDÿì xÿìDÿì xÿìDÿì xÿìDÿì K‚ ‡=ÿìÂÿì K‚ ‡=ÿìÂÿìÄÄÄÿìÄÿìÄÄÄÿìÄÿìÄÄÄÿìÄÿìÄÄÄÿìÄÿì}Ÿ}}Ÿ}}Ÿ}}Ÿ}›ÿ«úÿ«›ÿ«úÿ«11§ÿì§ÿì11§ÿì§ÿì11§ÿì§ÿì11§ÿì§ÿìÔ~3~Ô~3~ÿìDÿì€ ŒÿìHÿìùÿ«ÿ«ÿìDÿìUÿìDÿìü¦ý¼:¼ÿì¼:Äi¼:¼:¼ÿì¼:¼ÿì¼:¼ÿì¼¼ÿì¼J¼ÿì}¾ÿØÿؾššùÿ«ÿ«¾œœUUÿìDÿ쾬¬ xÿìDÿì¹aÚ… xÿìDÿì xÿìDÿìÄÄÄÿìÄÿìÄÄÄÿìÄÿìÄÄÄÿìÄÿì}Ÿ}}Ÿ}›ÿ«úÿ«›ÿ«úÿ« ‚ O‚Þÿì$ÿì ‚ O‚Þÿì$ÿì  ê‚»ÿìâÿì  ê‚»ÿìâÿìO‘‰ÿìËÿìO‘‰ÿìËÿìw³wuwÿì„ÿìw³wuwÿì„ÿì K‚ ‡=ÿìÂÿì'k6d=ÿìÂÿìUs§ÿì§ÿìñ$ÿìDÿìÝŒFŒôÿì]ÿìÔ~3~ÿìDÿì¹aÚ…ŒÿìHÿìùÿ«ÿ«UUÿìDÿìõÿ‚ÿ‚õDDõTTõTTè2¸dTÈÖdFȪȪÈü–xÈ:–úÈ{ÈÞÈ ‚ÈèÈdÈ:–õÈlÈ(–RÈ2–¶d\È–L–ÐdÈîÈîÈüd¸dúȸd–Þd,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,ª,¼¤¼|š|š‘f®ÿV¼<¼WÄÍfÓ— ž¼( ¨=r2îÿì¢Xº[¾Xº[mX /Î\²n¾¾ÿެ¾èn²nXº[º\-¬Ãj7²d¦<H„(7Ï\1 ¼ßf¤¼w¼w¼‘f²¼„úÿ3¼¼ö¼²¼ÍfݼÍf)¼Óu ¼1 Ó=+'ËÿìÍ\fXº¬¾Xº\mX{'º\²¬¾¬¾ÿ¼R¬¾¬Vª²¬Xº¬º\ò¬ÃjÓ² 7dH)7¨\1 ¼¼1 w¼Í\²¼Ífú¼3¼1 ö¼²¼ÉÍf²¼ݼÍfw¼u ËÿìÍf+'ÌsÍ7“cº¬sYtnºY²¬X ¯¬=ã®sºYXTVº¬¾X;X+gŸB„)4Z…ôXZ;(ŠIcóp_{º¬ô.‘b‘Ÿ‘¢‘‰‘\‘ž‘‘‰‘}‘n‘b‘ç‘¢‘‰‘\‘ž‘‘‰‘}‘jýmüÅýmü¤ü²ü‡ü‡ü°ýwü üxÿìDÿì ‡=ÿìÂÿì6d=ÿìÂÿìÿìDÿì¶xÿìDÿìxÿìDÿìÄÄÿìÄÿìÄÄÿìÄÿìÄÄÿìÄÿìÄÄÿìÄÿì&ü°²Ï]¬¾þ xxxxx4xxxbxCxbxCxbxCxCxCxbxlxNxlxCüC=sÿ«sÿ«$ÿìDÿìÿìDÿìúÿ«¾¬Ú…y}EX¾¬¾¾þÛ¾¾ªz¼„´­´´´´´´Üܾ¬¾ÿì¾ÿì`X`ÿì`ÿìYYÿìYÿì77ÿì7ÿ쇬‡ÿì‡ÿ쇬‡ÿì‡ÿìÀlÀÿìÀÿ쇬‡ÿì‡ÿì<S<ÿì<ÿìi¬iÿìiÿìi¬iýåiÿì¬ÿìÿ쀬€ÿì€ÿìÿìÿì.¬.ÿì.ÿì  ÿì ÿ윜ÿìœÿ쇬‡ÿì‡ÿì77ÿì7ÿìL¬LÿìLÿì¬ÿìÿì¨X¨ÿì¨ÿì  ÿì ÿì77ÿì7ÿì˜X˜ÿì˜ÿì¬ÿìÿì¬ÿìÿì¬ÿìÿì˜X˜ÿì˜ÿì˜X˜ÿì˜ÿìüá¾J¨¼t¬² Ÿ}Ÿ}Ÿ}Ÿ}Ÿ}úÿ«úÿ«úÿ«úÿ«úÿ« O‚Þÿì$ÿì O‚Þÿì$ÿì O‚Þÿì$ÿì ê‚»ÿìâÿì ê‚»ÿìâÿ쑉ÿìËÿìwuwÿì„ÿì ‡=ÿìÂÿì ‡=ÿìÂÿì ‡=ÿìÂÿì6d=ÿìÂÿì6d=ÿìÂÿì +‚—ÿì–ÿì1§ÿìkÿìs§ÿì§ÿìs§ÿì§ÿì1§ÿì§ÿì1§ÿì§ÿì1§ÿì§ÿì$ÿìDÿì$ÿìDÿì$ÿìDÿì3~ÿìDÿì3~ÿìDÿì3~ÿìDÿìDDDD¨ìDlÔ(˜ðŒà  D l ¸ < ¬ ¬ ” PètH\¬$hà¸84ä|ü\°X´ül”ØÔ|ˆT h!`!Ð"T#4$ð%”&X''x'Ä((\(ˆ(Ø**œ+4+Ì, -8..x.È/D040p141¬2P2ð345`5Ü6`7„9¨;,<ø=Ä> >Ð?¼@@@@@ÐAœBTClDDØF FØGüHØI¤IÜJKTK LLˆM(MäN4NèODOpOÐP(P°Q€Q QÀQàRØRðSS4SdS”TÔU¬UÄUÜUôVV<VTVlVV´W€W°WÈWàX X@XpY8ZpZˆZ ZÐ[[ [¨\Ð\ô]]8]d]œ]Ü_˜_°_È_à``(`@`X`|` bPbhb€b˜b¸bäccldàdøee0e`exffHftfœfÈfèggg0gHglg„gœg´gØgðhh0h@hüii8i\i€i˜i°iÈiàjj0jTjxjj¨jÌjäjükkDkˆll¤lÈlìmm4mXm|m”m¬mÜn(nLnpn”n¸nÐnèoØoðp(p@pdp|p p¸pìqhqørr@rXrpr rÌräs|ttDtdtt°tÈtàu€v¨vÀvØvðww,wTwlw„w¬wÐwèxx(xPxhx€x¬xÐyTyðzz@zpz”zÀzäzü{ {8{P{h{€{¤{È{ì| |0|H|`|x| |¸|à}8~~Ì~Ü€€ÄT‚‚Ђàƒtƒð„˜…p…̆|‡4‡´ˆl‰8ŠL‹‹x‹èŒ¤¸ŽÀ ‘D‘\‘t’’È“`” ”Ü•°–ø——¤˜<˜Ì™h™ôš š$šÐ›\œèžðŸü Ü¡¬¢¼£(£œ¤0¤¼¥0¥Ä¦¦¦œ¦¬¦Ä¦Ü¦ô§ §$§<§T§l§„§¤§Ä§ì¨¨,¨L¨l¨¨¨¨À¨Ø¨ð©© ©8©P©`©x©©¨©À©Ø©ðªÄ«¸«ä«ü¬¬X¬p¬ˆ¬ ¬¸¬Ð¬è­­(­@­X­p­ˆ® ®¸®Ð®è¯¯¯0¯H¯`¯x¯¯¨¯À¯Ø¯ð°° °8°P°h°€°˜°°°È°à°ø±±(±@±X±p±ˆ± ±¸±Ð±è²²²¤³8³P³”´´¬µ¸¶œ·ˆ¸€¸˜¸°¸È¸à¸ø¹¹(¹@¹X¹p¹ˆ¹ ¹¸¹Ðº$º¨»»t¼T½8½¨¾@¾Ð¿<¿ÀHÀ Á$Á¬ÂˆÃHÃXÃÀÄlÅŤÆdÇ ÈHÈÔÉ$ɄʨË@ËØÌÍÍøÎ¸ÏhÐLÐðÒÒ Ò0ÓLÔÔ Õ„Ö<ÖØ×ÌØÀÙ<ÙÔÚ€ÚôÛÛXÜÜŒÜäÞ ÞÜß°à áHáÜâ„ããÄätä„äìåTåàæTæàç<ç˜è¬éPê\êÐë|ëÜìpìäídîîÀïPïàòò”òüóìõ ö ö°÷D÷Øøpù ù˜ù¨úxû8ûHûØüüLýýÀþ|ÿ ÿÔ4À$œhÌ<À\Ð`À xô ` ˜ Ü ì   $ \ Ä , ´ @ h  ô h Ä P`|œÌàˆØì$Ht„ðP|´è4\ô,<p¼üH|¨¸Ì˜ôL´ÈÜðH¼0DXÀìx”à0Tp„˜¼ÜüpÀä4P€°ÈÜHl€”¼à ( d   ´ è ü!!$!8!”!°!Ì!ì" "X"|"¤"ì# #€#œ#°#Ä#Ø#è#ü$$4$\$„$¤% %”%¬%ä& & &L&d&x&¸&Ì'0'D'X't'(((@(P(`((À(ð) )0)@)t)„)œ)´)Ä**D*\*l*ˆ*¤*À*Ø*ô+ +$+4+D+|+è+ø,,,È,Ø,è-L-\-l-Ì-Ü-ì-ü.x.ˆ.˜/X/h/ü0¬0Ð0ô1 1$1<1T1l2¼3X3Ø4¼5Œ606¬7t7Ä8D8È8Ø9h:$:4:°;D;ð<„<ä=p>0?<?Ð@d@|@”@¬@Ä@ÜAAìB”CLChC€DHDøE¤F\GG¬HHHXIIdIÔJLJ¨KÀL˜M,M¸NlOTOÌP<PðQ R4RÌS<S¨TDTüU UU,UœVVV(V8WW”XX$X<XTXlY Y˜Y°Z\ZlZ|ZŒZœ[4[Ä\4\L\d\|\Ô\ä]d]t]¬^8^H_<_ô` `àataÔaäaôbbLb\blb|cc´cÄddxdÔe@eÀeØfLføg¸hThdi,iÈjjˆj˜kˆlLl¼lümŒmìntnÌnÜo$o4oDoˆo˜p€ppèqdqÀr,r¨rÀs0sÔtxuu uÀvdv|w w0w@wPw`wüxy y8yPyhyÀz˜z¨{H{Ü|l|Ü} }`}¼~~üà€\€ÔÀ‚œƒƒdƒtƒ„ƒÐ„ „8„P„ô…x†p‡\‡|‡œ‡´‡Ìˆh‰‰L‰äŠŠ@ŠhЍ‹ìŒ¨ŒÀŒØtŽŽtŽü<€à@Ì‘\‘À’ ’8’P’”’Ø“$“l“¸””¤•D•´– –„–ä—|˜™™ä™üššpšÈšØ›t›¼œœHœpäžpžÀŸ ŸlŸ| X¡T¡ð¢ˆ¢˜¢°¢È£$£ˆ£Ô¤ ¤˜¥¥L¥ˆ¦¦¦Ü§(§8§d§„§´§ì§ü¨ ¨0¨T¨d¨t¨Œ¨¤¨¼¨Ô¨ì©©©$©<©T©l©„©´©à©ðªªª0ªHª`ªxªª¨ªÀªØªð«« «l«¸«Ð«è¬t­­`­À®®`®Ø¯T°$°ð±Ð²´³h´$´Èµhµx¶ ¶œ·$·¨¸0¸@¸P¸Ð¹P¹´ºº|ºô»`»ø¼¼¼(¼8¼Œ¼Ø½„¾4¾Ü¿ˆ¿¸¿èÀ`À¸Á(Á|ÁÔÂLÂxÂÈÃlÃØÄ$ÄHĨÅ\ŨÆÆÄÇÇ”ÇèÈ„ÈØÉ`ɬÊÊxË$Ë|ËŒËàÌŒÌØÍ͸Î8ÎÀÎÐÏpϨÏÌÏèÐ0ÐDмÐÜÑXѤÒ ÒhÒ¼ÓDÓpÓ´Ô\ÔÐÕÕ4Õ°Ö<Ö€Ö×TלØLؘØÄÙ٘٨Ú8Ú´ÛpÛÜÛìÜ8ܬÜôÝÝ$ÝœÞ Þ0ÞØß$ßHßpß°ßàà4à˜àÀàèáhá”áÐáøââhâ”âÀâÜãã@ãlã”ãÜä,ähåPåÌælæ¼ç8çtçìè\éé\éÐêXê¼ë0ì ìLì°í`íøî¤ïlððÈñTñÔòìó”ó¬óÄóÜô ôTôôõ¤õäö0öPö¬öÜ÷L÷¼÷Ô÷ìøøø4øPøhø€ø˜ø°øÈù0ùHùœù´ùøúúÐúèû¬ûÄü0üHüÈüàüøýý(ýäþDþÐþèÿPÿÐ|”À`ˆ¤0LÈ Th|0L|ÔPÔ<„Ô$œÐ4hÌ | ˜ ì   4 T l „ œ ´ Ì ä ü  , D \ t Œ ¤ Ä Ü ô  $ < T l „ œ ´ Ô ì   < T t Œ ¤ ¼ Ô¨Èàø(@Ôl„œ´Ìäü,D\tŒ¤¼Ü<TtŒLl„”¬¼ÌÜìü|ü`p€l¸LÐ |HÄDˆÐ€ÜlÀŒ h\Ü ( ”!0!ˆ""X"Ä#D#Œ#Ü$@$ø%€%¬%ô&&x&ä','”'¼'ü(@(€(Ä) )L)ì*°+€,(,Ð-„.`/,/¸0|1@22¨3D3à4°5`6$6è7\8(8è9È:p;8;ô<°=>>4>Ä?@?X?¼@,@¤A(ApAìBPBÈCdCøDD”E8E¬F`FˆGG¬GøH HXH¼I<I´J@JÄKhL(L˜MœNNðPPhP´QQxQÀRRxRÜSShSØTLT U(UpUÀVVhVÀWDWÈXXLXŒXðY0Y˜ZZ\ZÌ[[\[¬[è\X\˜\è]„]Ì^0^¬_8_ˆ_ô`l`Øaa|bb„bàcHc¤dd€dÌe8e fLf¤g g|gühXhÈiijjTjÌk@k´llxlðmpmènTn°o,oŒo¼pptpŒpœp´q q8qPqhqØqðrr r8rPrhr€r˜r°rÈràrøss(s@sXspsˆs´sÔsôt0tlt¨tìu uhu€uœuÈuìvvv4vLv\vtv„vœwww0wHw¬wÄwÜwôx x$x<xTxlx„xœx´xÌxäxüyy,yyÀyÐyèzTzlzÔzì{{{„{œ{´{Ì{ä{ü||,|D|\|t|Œ|¤|¼|Ô|ì}}`}x}}¨}À~<~T~Ð~èh€˜€€0€H€`€x€€¨€À€Ø€ð 8Ph€˜‚‚d‚|‚”‚¬‚ăƒ0ƒˆƒ ƒø„„(„€„˜„°„È„à„ø……(…@…X…p…ˆ… …¸…Ѕ膆X††È†à‡‡0‡h‡€‡˜‡¨‡À‡Ø‡ðˆˆ ˆ8ˆPˆhˆ€ˆ˜ˆ°ˆÈˆàˆø‰‰(‰d‰Ä‰äŠ`ŠxŠø‹‹ˆ‹ ‹¸Œ0ŒHŒ`ŒxŒŒ¨ŒÀŒØŒð@€ÔŽ(Ž@Ž”ެ0„œ´Ìäü,D\tŒ¤¼Ôì‘$‘`‘´‘Ì’$’<’’¨’À““0“H“`“x““¨“À“ؓ𔔠”8”P”h”€”˜”è•l• •ø–P–h–ä–ü—|—”—¬—Ä—Ü—ô˜ ˜$˜<˜T˜l˜„˜œ˜´˜Ì˜ä™X™°™Èš$š<š˜š°šÈ›$›<›T›l›„›œ›´›Ì›ä›üœœ,œDœ\œtœŒœ¤P¼ž(žŒž¤ŸŸ ŸˆŸ   p ˆ ì¡¡¡ˆ¡Ä¢x¢£D£\¤¤,¤à¤ø¥¥(¥”¦¦Œ§§„§œ§´¨0¨H¨È¨à¨ø©©ˆ©ìªTªlªÐªè«L«d«Ä«Ô«ä«ü¬¬,¬D¬\¬t¬Œ¬¤­$­¤®(®°®È®à®ø¯¯(¯@¯X¯Ì°x°ø±±Œ±¤²$²<²€²¼²ø³³L³d³ ³¸³ô´x´ˆ´øµ(µˆµÀµØµð¶¶ ¶8¶P¶h¶€¶œ¶Ä¶ô·0·t·Ä·ì¸¸X¸œ¸ì¹ ¹l¹ÐºLºà»»T»¬¼¼˜¼à½8½p¾¾à¿¿<¿p¿¨¿øÀÔÁ@ÁPÁ˜Áð °ÂÔÃà ÃXÃhÃxÈØÃðÄHÄØÅ”ÅÌÆÆHƸÇ(Ç8ÇtǸÈȈȘȨȸÉÉ(É8É`ÉpÉÌÉÜÊÊ\ÊØË(ËXˈËøÌ(ÌDÌt̨ÌÈÍÍ0Í`ÍÀÎ|ÎÈÏ4Ï\Ï ÏØÐXÐàÑHÒ Ò„ÒìÓ`ÔÔœÕ,ÕÀÕäÖÖ´×H×ÌØ4ØpبÙ ÙLÙ˜ÙäÚ`ÚˆÚèÛ Û¨Ü$Ü|ÜܤܸÜÌÜàÜôÝPÝdÝxÝøÞÞHÞÔßßxߨà\àìá|áÀââŒâØãã@ãlã¨ää4ätä”å,卿ælæœç çœèDè”èìéTéÌêêtêœêÌëëtëàìLìlìì´ìÔíí0íHí`íxíí¨íÀíØíðîî î8îPîhî€î˜î°îÈîàîøïï(ï@ïXïpïˆï ï¸ïÐïððð(ð@ðXðpðˆð ð¸ðÐðèñññ0ñHñ`ñxññ¨ñÀñØñðòò ò8òPòhò€ò ò¸òÐòèóóó0óHó`óxóó¨óÀóØóðôô ô8ôPôhô€ô˜ô°ôÐôèõõõ0õHõ`õxõõ¨õÀõØõðöö ö8öPöhö€ö˜ö°öÐöð÷÷ ÷8÷P÷h÷€÷˜÷°÷È÷à÷øøø(ø@øXøpøˆø ø¸øÐøèùùù0ùHù`ùxùù¨ùÀùØùðúú ú8úPúhú€ú˜ú°úÈúàúøûû(û@ûXûpûˆû û¸ûÐûèüüPü˜ý0ý@ýXýpýˆý ý¸ýÐýèþþþ0þHþ`þxþþ¨þÀþØþðÿÿ ÿ8ÿPÿhÿ€ÿ˜ÿ°ÿÈÿàÿø(@Xpˆ ¸Ðè 8Ph€˜°Èàø(@Xpˆ ÀØð 8Ph€˜°Èàø(@Xpˆ ¸Ðè0H`x¨Àì(@Xpˆ ¸Ðè4Lh„œ´Ìäü,D`|˜°Ìè   0 H ` x  ¨ Ä à ü  0 L h „ œ ´ Ì ä ü  , D ` | ˜ ° Ì è   8 P h € ˜ ° È à ü  0 L d | ” ¬ Ä Ü ô (@\x¨ÀØð 8Plˆ ¼Øô(8P`xˆ °ÈØð(@Xpˆ ¸Ðè0H`x¨ÀØð 8Ph€˜°Èàø(@Xpˆ ¸Ðè0H`x¨ÀØð 8Ph€˜¨ÀÐàP`x¨ÀØð 8H`|”¬ÄÜô4Ld€¬ÄÜô $4Ld|”¬Äàð $4D\tŒ¤¼Øè,<¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨Ôä<h¨Àü8p”ðL¨Ü 4 ¸ ø!!<!|!Ð!è!è!è!è!è!è!è!è!è#t$„$¤$¼$Ü$ø%%0%T%Ä&8&h&„'''t'Ô(($(@(ˆ(¸(è)))4) )Ø**8*L*|*”*°*Ô+4+H+œ+Ð+ø,8,„,¨,ä-H-x-´-´-´-´-´-´-´-´-´-´-´-´-´..L/X/¼0L0t1$1°1ä22(2`2œ33$383L3`3t3ˆ3œ3°3Ä3Ø3ì444(4<4P4d4x4Œ4 4´4È4Ü4ð555,5@5´6d6ô747œ8 8¤9ˆ:X;;h;€=4=|=Ô?`?ü@”A(A”B4BÄBøCxCàDD$DLDtD¬DðE(EèFÀG8GPHxII¬I¼IÐIèK(LLhLÄM$MÐNdODOÄP@P„S,SÔTˆTøU˜V°W¬X\YtZZ¼[[¨[ü\<\¨\¸\È]¼]ð^^__Ì`T`Ða˜bxb¤cèd<dàepeüftf¼g0g´hHh¼hìi0i„iôj,jdjkkÄldlœmmœmìn n,nTntn”n´nÔnôoo4oToto”o´oÔoìoüpp4pLp\ptp”p¼pÔpäpüqq,q<qLq\qlq„q¤q¼qÌqärr,rDrTrlrŒrœr¬r¼rÌsPtÌu¬u¼uÌv8vXww¸xhyz8{\{Œ{¼{ì||h|´}\~~P~œ~è4|È€€@@”‚‚ ƒd„(…<…œ…䆆T†Œ†Ä†ü‡4‡¸ˆ8ˆtˆà‰ˆŠ0Š ‹‹8‹`‹ÔŒDŒhŒŒŒ¨ŒÄŒà(p¸ŽŽŽ8Ž  ˆÈHˆä‘@‘€‘À’’@’€’À““x“Д(”p”¸••P•Œ•È– –P––З4—ˆ—è˜H˜´™4™ˆ™Ìššl›H›d›ÄœœPœ¬`Оž8žˆžÄŸ˜ 0 d Ì¡Œ¡ð¢ ¢„£(£|£à¤„¤Ø¥¥D¥ˆ¦ ¦L¦ˆ§§,§@§Œ§ §°¨¨(¨@¨Ø©©°©Ôª€«,«H«´«Ü¬ ¬Ì¬ô­4­t­Ä­Ü­ü®È°±¨²H³³Ø³ü´ ´<´h´€´´´äµµdµÄ¶@¶ˆ¶è·H·´¸¸œ¹¹¤º4»(»È¼x½`½Ô¾,¾è¿\¿t¿”¿´¿Ô¿øÀÀtÀàÁ(ÁlÁ¬ÁøÂ<ÃàÄ,ĸÅÅpÅÜÆlÆøÇ@Ç€ÇèÈLÈ”ÈØÉ`ÉÌÊ ÊtÊàËLËÌÌDÌøͬÍðÎ8ÎÄÏLψÏÀÐÐdÐôÑ€ÑðÒ`Ò¤ÒèÓTÓÀÔÔdÔàÕ`ÕÌÖ8Ö˜Ö°××P×”×È×üØ$ØHÙÙÈÚ˜ÛTÜÜðÝÔÞ”ßHߘßÔà8àpà¬àÐàøáá@ápá áÐââLââìã@ã¬ä0ä¸äèååLå„åðæ\æ¬æðççHç€ç´èè8èdèèôéTédééÄê0êtê´êôë ëPë´ëìì$ì¨í,í¤îîxîÜïïHï°ððhð¼ðôñ,ñ€ñÔòhòüódóÌôôdôÜõTõÜödö¼÷÷ˆ÷øøø<ø`ø„øøù`ù¸ùÐúDú¤ûû„ûøü`ü¼ý0ý”ýÈþ@þlþ¤þÔÿÿÿ8ÿÿ°ÿÐÿð8`ˆ°Ð$ Dhˆ¨È xÄühÈ € ì ` p €    Ð  ` ˜ ´ ì $ @ x ˜ ´ Ø ü  8 l Ä üP¨ÜøLx 0œ8¨¬<ÌØ<´!°$&„& &¼&Ø&ô'('`'˜'Ô( (L(”(à))()L)p)”)¸)Ü** *D*h*Œ*¬*Ì*ì++8+`+Œ+¸+à,,<,d,Œ,´,à- -4-d--¸-à. .8.`.ˆ.´.à//,/X/„/¬/Ô00,0T0„0¸0ì1 1T1ˆ1¼1ô2,2d2œ2Ð3383l3 3Ä3ð44H4p4˜4Ä4ð5$5P5|5°5Ü66<6h6”6È6ø7,7p7 7Ô88H8x8¸8ì99\9¤9è:D:x:°:à;;4;P;;¬;È;ä<<<8>4>P>l>ˆ>¤>À>Ô?ˆBœCDCXClCˆC¤CÀCäD D0DTDpD˜D¼DØEEXEpEÈF(GdGìHtJ4JPJ|J˜JÄJàK K,K`K|K¤KÀKèLL0LLLxL”LÀLÜMM$MPMlM˜M´MàMüN(NHN|NÀOPO¤P QQ¸RtRØS0SˆSäT@T¨TøU UHU„UüVPV¤VÐVüW(WXWœWàWüXX0XHXX¼XèYY8YtY¸YäZ ZxZ¸Zø[8[x[ø\x\ø]x] ]È]ð^^8^d^€^¨_˜``¼i l„l¼m mpmÔnho4ppdqsŒvlv¤wwwèyHzô{<{p|d}8}Ð~h,ô€¸|……€†¤ˆD‹¬Œ,Œ´(ŒŽŽ è‘‘´’H’ü““<“\“|“œ“¼“Ü“ü•p–L—(—Ԙ𙄚šÌ›D›¼œ0œˆœäxž$žŒŸŸ˜Ÿü ¼¡œ¢l¢à£„£à¤|¥h¥è§©<©Øªô¬<­P®ä¯Ü°\±$² ² ³³¸´´ µhµ¼µì··ü¸<¸˜¸ü¹\¹°¹üº»P¼8¾D¿8À\Á˜˜üÄðÅàÆ´ÇÀÈøÊPËTËðÌ`ÍÎÏ@мÒ|ÓÓØÔ@ÔÌÔèÕÕ(Õ@ÕXÕpÕðÖ@ÖÄ×¼ØhÙŒÚHÚÐÛtÜ|Þdá(âèãlã¸ä˜å€æhæøçØèìéÈê¤ëë`ëØìÜî(ïlï¨ð,ð„ðàñ8ñ¨òòxòàóˆôhõ|öì÷„ùúxüÿÄPÈT¼\ t ` t \ ä H ° ô4øx¬è,\¼< ¸tôxØ8èPÜl,¸8´ $ x à!D!œ"`"¤"ü#L#¼$x&$()D+t,Ô/L4 5Ø8(8ì9´:ˆ< =Œ>ì@LA˜CCpCÜDDD¬EE,EHEdE¤EðFF FüG”HPHÀI4JTK<K¨LLTLL¸LäM M8M`MŒM¸MäNHN¬O(OÔQQœR´THT¼WX”ZZÜ[à\ø]Ô^Ô_ì`¸aäbüd,d¬e\f$f°g`h(h ixj@kk4k`kŒk¸kèltlœlÄmmlm”mÄmônndn´nàooXo oôpDppàq8qqür røs@s˜t$t¤u0vvw¸xäypyÐz0zlz zÔzü{${<{T{¬||Ä}„~€0à@€Ü‚‚T‚ ‚ìƒpƒpƒ„ƒ˜ƒ´ƒÈƒä„„$„8„T„p„”„°„Ô„ø…$…8…T…p…”…°…Ô…ø†$†@†d†ˆ†´†Ø‡‡0‡d‡x‡”‡°‡Ô‡ðˆˆ8ˆdˆ€ˆ¤ˆÈˆô‰‰D‰p‰¤‰À‰äŠŠ4ŠXŠ„аŠä‹‹4‹`‹”‹À‹ôŒ(ŒdŒxŒ”Œ°ŒÔŒð8d€¤ÈôŽŽDŽpޤŽÀŽä4X„°ä4`”Àô‘(‘d‘€‘¤‘È‘ô’’D’p’¤’È’ô“ “T“€“´“è”$”H”t” ”Ô••4•h•¤•Ж–8–t–¨–ä— —d—x—”—°—Ô—ð˜˜8˜d˜€˜¤˜È˜ô™™D™p™¤™À™äšš4šXš„š°šä››4›`›”›À›ôœ(œdœ€œ¤œÈœôDp¤Èôž žTž€ž´žèŸ$ŸHŸtŸ ŸÔ  4 h ¤ Ð¡¡8¡t¡¨¡ä¢ ¢d¢€¢¤¢È¢ô££D£p£¤£È£ô¤ ¤T¤€¤´¤è¥$¥H¥t¥ ¥Ô¦¦4¦h¦¤¦Ð§§8§t§¨§ä¨ ¨d¨ˆ¨´¨à©©@©t©¨©äªªDªxª´ªè«$«`«¤«Ð¬¬8¬t¬¨¬ä­ ­d­˜­Ô®®T®®Ô¯¯d¯°¯ü°D°ˆ±T²³³à´,´h´¤´Øµ µ4µhµœµ¼¶¶\··ð¸Ô¸ü¹d¹àºLºø»˜¼ ¼œ½0½Ô¾X¾ð¿l¿ôÀxÀØÁ8ÁHÁ`Á€Á¼Áô Â$Â<ÂTÂl„ÃTÄ ÄpÄÀÅ„Æ@ƤÇÇ„ÈÈ”É$É€ÉäÊLʰÊìË(Ë@ËXËœËäÌ,Ì|ÌôÍpÎΜÏ ÏhϬÐÐpÐÄÑÑÒÒäÓÄÔ”ÕdÕ°ÕøÖ@ÖˆÖÐ××tל×Ä×ìØØDØpØœØÔÙ Ù@ÙxÙ°ÙäÚÚ<ÚhÚÚÀÚðÛ ÛPÛüÜ Ü\Ü ÜÈÜôÝ0ÝTÝÝØÞÞˆÞäà àÐá,á<áŒáÌâ â@âtã ã\ã”ãôä@ä°ååpå˜åÀæ@æŒçç<çPç|è(è€èèé\éÐêlê´ëë˜ììPì´í0í¼îî|î¼ï,ï˜ïàðLð¸ñ\ñ¼ñüò@ò”òäóDó¤ô ô€ôÄõ8õ˜õôöPö öì÷x÷ìø´ù˜ú@úèû ûøüüü(ü8ý$ý¨þ8þ˜ÿ(ÿødÌ,ô`Ì(8ŒT `pðLì¸ ` D ¤ ü „ P 48ŒœØXh¬Ü0\Øð0Pp€˜°Èàø(@Xpˆ ¸Ðè0H`x¨ÀØð 8Ph€˜°Èàø(@Xpˆ ¸Ðè0H`x¨ÀØð 8Ph€ èø,<L„”¤´ÄÔäô$4˜¨¸ÈØ$4D´ÄÔä$4D°À0Lpˆ Ô  , T d t „ ”!p" "8"P"È#0#€$$h$Ä%%D%ˆ%È%à%ø&l&à'' (¨))l)¤)ä*\*l*”*¼*ä+ +4+\+„+¬+Ô+ø,,<,`,„,¤,Ð,ü-(-T-h-¬-ð. .P.”.ì/p000 0Ì0Ü1@22¤3T3°4D4Œ55d5ô6X6ð777X7 7Ì7ô8$8P8Ø9\::¸;;€;ø<==„=à>H> ? ?,?L?”?Ø?è@@l@À@ÐA0AlA¸BHBüC\C¸D$D”E(E€FF¬FôGG0GxG´GÐHHHHhHŒH°HÔHôIII0IDIhI|II¤I¸IÜIðJJJ,JPJdJxJŒJ¨JÐM|P,RØUˆUÜVDV¸W`W¼X,X°Y0Y„YèZ˜[[d[Ø\<\”] ]p]ð^X__h_ü`d`Øa@aÀbbˆccTcÌd<d´e,eff„gg¤hthÈi(i˜iðjTj¸kk|kìl\l´m mpmènhnøopoøpppôq„qür„ss|t,tÐuPv0vðwpxhy4yÜzx{({ð||<|T| } }4}„}Ø~~L~ˆ~è(@`€˜°Èàø€€(€D€\€t€€¨€À€Ø€ð 8Ph€˜°Èàø‚‚(‚¬‚Ă܂ôƒ ƒ$ƒ<ƒTƒlƒ„ƒœƒ´ƒÌƒäƒü„„,„D„\„t„Œ„¤„¼„Ô„ì………4…L…d…|…”…¬…Ä…Ü…ô† †$†<†T†l†„†œ†´†Ì†ä†ü‡‡,‡D‡\‡t‡Œ‡¤‡¼‡Ô‡ìˆˆˆ4ˆLˆ\‰‰‰(‰@‰X‰p‰ˆ‰ ‰¸‰Ð‰èŠŠŠ0ŠHŠXŠÐŠè‹‹‹0‹@‹ä‹ôŒŒŒ4ŒLŒdŒ|Œ”ŒÄ$<TTTTTTTTTTTTTTTTT|¤ìŽ4ŽHŽ`Žtލ޼ŽÐŽèŽü(@Tl€˜¨ÀØð 8Ph€˜°ÈØ‘ ‘$‘<‘T‘l‘„‘œ‘´‘Ì‘ä‘ü’’,’D’\’t’Œ’¤’¼’Ì“`“È”L”d”|”””¬”¼• •8•P•`•´•Ì•ä•ô–È—X—ø˜˜(˜@˜X˜h™D™ÐštšŒš¤š¼šÔšä›h›ÔœXœpœˆœ œ¸œÈP¨ž8žPžhž€ž˜ž°žÈžàžøŸŸ(Ÿ@ŸXŸh 4  ¡(¡8¡¬¡à¢$¢4¢Ô£D£Ô£ì¤¤¤4¤D¤¼¥x¦¦¦¬¦¼§`§x§§¨§À§Ø§ð¨¨ ¨8¨P¨¤© © © © © © ©˜©ÔªLªxªÈ««8«d« ¬<¬X¬¬¸¬ø­(­„®®\®”®ü¯T¯Œ¯¸¯à°$° °Ø±X±œ±ä²²P²`²Œ²œ²Ð³³$³@³\³x³”³¼³ä´´8´`´Œ´´´Üµµ,µTµ€µ¨µÐµü¶$¶L¶t¶œ¶Ä¶ð··@·l·”·¼·ä¸ ¸4¸`¸ˆ¸°¸Ü¹¹,¹T¹|¹¤¹Ð¹øº ºLºtºœºÄºì»»@»h»»¼»ä¼ ¼4¼\¼„¼°¼Ø½½,½T½|½¤½Ì½ô¾ ¾H¾p¾œ¾Ä¾ì¿¿<¿d¿¿¸¿àÀ À4À\À„ÀÐÁ`ÁÌ ÂHÂÔÃÃ\àÃÐÄ,ÄÈÅdÅœÆÆLÆ´ÇÇPÇôÈÉɤÊÊ„ËLËÀËøÌT̘ÌäÍ ÎΠÏ<ÏØÐ$ÐðÑLÑÀÑüÒ\Ò°ÓÓDÓTÓdÓtÓ„Ó”Ó¤Ó´ÓÄÓÔÓäÓôÔÔÔ$Ô4ÔDÔTÔdÔtÔ„Ô”Ô¤Ô´ÔÄÔÔÔäÔôÕÕÕ$Õ4ÕDÕTÕdÕtÕ„Õ”Õ¤Õ´ÕÄÕÔÕäÕôÖÖÖ$Ö4ÖDÖTÖdÖtÖ„Öð×0×ÀØTØ ÙÙœÙØÚ´Û@ÛPÛ`ÛpÛ€ÛÛ Û°ÛÀÛÐÛàÜ ÜDÜÀÝ|Þxß´á0âäã`äåæXçÔéë„ì@í<îxïôñ¤ó õÔöÐø ùŒûHýDÿ€ô(œ\X ” Ä<øø4°l`! #(%p'ø*¼-Ä0ô1 1X1Ô23Œ4È6D7ø8t90:0;l<è>¤@˜ATBPCŒEFÄHÀJôKðM,N¬PhRdT WXHY¼[x]t_°bdÐfHhiôl0n¬qht\v x(zp|ô¸‚¨…؆4†ð‡ÌˆÈ‰ˆŠt‹ŒŒ8lŽ€p$ü‘Ü’˜“P”(• •ܖėؘ€™°šÀ›¬œ\0ž žÄŸT  Ô¡d¢$£ £Œ¤”¥|¦@¦È§t¨(¨´©0ª«¬¬ð­ø¯(¯ð±@²p³|´Lµ@¶<··´¹¼¼¤¾ÌÀìÁìÂìÄ„ÅdÆDÇHÈÉXÊdË<ÌÍ(ÎÏ0ÐЬÑdÑøÒ¸Ó¬ÔdÕÖÖè×üØÔÙ¬Ú„ÛTÜ Ý ÞPßPà„á”âhãLä,å,ç(èé(éüëHì ìðíðï¼ðüò|óœôpõõøø@úÄý4ÿ<t´Ä „ ¨ t  à ˆ $ Ф@l„¨Ø,dàðÀ\üÄÔäüd„¤ÄÜô $<Tl„œ´Ìä$DdôT¤ÀÜø0Lh„ ¼Øô,Hd€œ¸Ôì@X¬ÄÜô ,LdÈØèø<”¬Äè@\tŒ¤¼ÔìT”Ì\ü Œ ô!d!Ì!ü","X"¨##L#˜#ä$,$Ô%„&(&„&Ü'4'Ì(p) )h)Ì*(*„*è+D+Ä,H,Ì-X-ð.|.à/L/°0T11¤22t2Ø3d3ø4„4Ø545ˆ66€6ø7 8P8ø9\9È:,:Ä;h<X>Ü?d?è@8@@àA8A˜AðB\BÐC<DDÌEFF¤G,G@GdGˆG¬GÐGôHH<H`HÌIIDI°IÈIàJJJ0JHJ`J€J˜J°JÐJðKK(K@KXKxK˜K¸KÐKèLLL0LHL`LxLL¨LÀLØLðMM M@M`M€M˜M°MÈMàMøNN(N@NXOOtOøPP(P@PXPpPˆP P¸PÐPèQQQ0QHQ`QxQQ¨QÀQØQðRR R8RPRhR€R RÀRàSS S@SXSpSˆSˆSÜT$TèUüVüXÐYY\Y´ZHZœZØ[[4[d[è\D](]ð^p__Ä`0a aÀbb`b¬bðc8cðeHf„gDgÜhdhÈi iÔjHjkkÀkømm´nHnÄop|q¤rrxs(tÜvvØwlw°wäx(xlx”yzz´{H{ä|}$}ð~x~ÌD€€D$¬‚8‚Ôƒtƒì…D…ø†ˆ‡ˆ‰H‹Œx0ôŽ Žähh¼”‘0’P“d“¬”Ô•T–|—˜˜˜H˜x™Èš(š¨››Èœ”œèìžž”žøŸ   , L l¡(¡@¡X¡x¡¤¡à£Ô¤È¤à¤ø¥¥(¥L¥p¥”¥¼¥ð¦ô§ §$§<§T§€§À¨4©°©È©àªª<ªd«@¬<¬T¬l¬„¬¨¬À¬ì®x®®¨®À®Ø®ü¯ ¯D¯l¯ ±$±<±T±l±Œ±°±Ô²<³ˆ³¬³Ä³ì´´(´È´àµµ@µ|µ µ¸µÐµè¶¶¶0¶H¶`¶x¶¶¨¶Ð¶à· ·Ø¸ ¸$¸H¸`¸x¸¸¨¸Ð¸è¹¹¹0¹H¹`¹x¹¹¨¹Ðººœ»<»`»„»°»Ô»ø¼¼4¼L¼p¼¬¼Ð¼ô½½D½\½t¾8¾d¾¤¾È¾à¾ø¿,¿D¿\¿øÀ¬ÀÄÀÜÀôÁ Á$Á<ÁTÁà„ÂÄÂøÃ,ÃXÃpÈÄLÅhÅ€ŘŰÅÈÅàÅøÆÆ(Æ@ÆXÆpƈÆ ƸÆÐÆèÇÇ,ǘÈ0È`ÈxȰÈäÉÉ,ÉDÉtÉŒɰÉÈÉàÊÊ Ê@ÊXÊ|Ê”ʬÊÄÊÜÊôË ËhÌ$Í ÍÍÄÎÎÏÏàДФÑTÑÐÒxÓDÓ¤Ô`ÕÕ¤Öd×HØ<ØÐÙ8Ù¨ÚÚTÚ´ÚüÛˆÜ`ÜpÝ,ÝDÝ\ÞÞ¨ßPà àtááá ââxâüãÌäLädä|å8åœåðæhæ´æôçhçÜèLèèé`éÐê<ê¬ëëë4ë|ëŒë¤ë¼ëÔëìììì4ìLìdì„ìœìÄììí í,íLítíŒí¤í¼íÔíìîîî4îDî\îtîŒî¤î¼îÔï\ððð0ðHð`ðxðð¨ðÀðØððññ0ñHñ`ñxññøòLòdò|ò”ò¬òÄòÜòôó ó$ó<óTóló„óœó´óÌóäóüôô,ôDô\ôtôŒô¤ô¼ôÔôìõõõ4õLõdõ|õ”õ¬ö@öÈöàöø÷hø$øèùŒùØú$ú<úTúlú„úœú´úÌúäúüûû,ûDû\ûtûÜüˆý ýlþ4þøÿ`ÿì | Ü , Ð   à Ø Œ œ  ¨ D ä ` è è | Ì 4 œ 8 ø | H  ¼ 4 à ˆ ˜ , ä t ¸ ¬ 0   „ Ô h Ü l ä 8 d ¼  D Ä L Ô h  € ð ¤  Œ œ è 4 ˜ ä !„ !Ä " "x "ì # $ $l $´ %$ %p &( &Ô 'ˆ 'ì (ì ), )t )¤ )ô *` *Ô +l +Ì ,, ,Œ - -ˆ -˜ ., .´ .Ä /( /d /ˆ 0 0| 0ì 1€ 2P 3 3Ì 4T 5$ 5Ì 6L 6Œ 6ð 7, 7  8( 8„ 8ô 90 9| 9Ä :( :” :Ì ; ; ;8 ;H ;X ;| ;´ ;ð > >< >\ >x >Œ >¬ >È >ð ? ? ?4 ?X ?| ?¨ ?Ä @` @¨ A8 A˜ BÀ C CL C€ CÌ Cè D| D´ E ED E EÐ F FP Fd F| FŒ Fü G G$ G8 GL G` Gt G° GÄ H4 HH Hd H€ H¬ HÈ Hø I$ IL It I I¤ I¸ IÜ Iü J J` J” J¸ JÜ K K$ KT K„ K  K´ Kü L( LD Lh LÀ Lü M8 ML M| M M¤ M¸ MÔ Mð N N0 N` N„ N¬ O O< O¤ OÀ OÜ P P( PP Px P˜ Q Q˜ Q° Qè R RH Rd R˜ RÐ S8 ST Sp Sä Sø T T0 T@ Tt T¨ TÄ Tà Tð U U( U8 UP Uh Ux UÌ Uä Uü V V( VD V` Vx V” V¬ VÄ VÔ Vä Vô WÄ WÔ Wä Wô X´ XÄ XÔ Y¤ Y´ YÄ Z8 ZH ZX Zh [ [ [$ [ü \ \¨ ]| ]” ]¬ ]Ä ]Ü ]ô ^ ^$ _ _ø a aä bÀ c` cè d  e e¨ ft f„ g gü h h  i@ iÜ jt jä k| lH m„ n$ nä nü o o, oD o\ o  p( p¬ q q0 qH qÐ r< rà sL s¼ t, t˜ t¨ u u€ u° v( v„ wD wÌ x0 xŒ y yè z` zÔ {t | |¬ }H }„ }À ~L ~¸ ~È ~Ø ~è X È Ø è ø €8 €t €ä @ X p ˆ   ‚ ‚, ‚È ‚Ø ‚è ‚ø ƒ ƒt ƒØ „4 „L „d „| „° „À …@ …P …ˆ † † ‡ ‡Ì ˆ< ˆT ˆè ‰@ ‰P ‰` ‰p ‰´ ‰Ä ‰Ô ‰ä Šh ‹ ‹0 ‹ˆ ‹ä Œ@ Œ¬ Œü  ” ì Žœ , <    Ø ‘X ‘h ’l “ “| “” ”@ ”œ • •x •ˆ •Ì •Ü •ì –, –< —$ —4 —Œ —ä ˜@ ˜¬ ˜ô ™ ™€ ™Ø šˆ ›( ›@ ›X ›¼ ›Ô œ„ œ” œ¤ œ´ œÄ , ˆ à ø ž ž( ž\ žü Ÿ Ÿl ŸÈ  L  Ô ¡ ¡\ ¡¼ ¢ ¢€ ¢è £d £Ü ¤¸ ¥  ¦ ¦h ¦x ¦ˆ ¦Ì § §( §@ ¨ ¨° ©x ª` ª€ ª  ª¸ ªÐ «, « «Ü ¬t ¬¨ ¬Ð ¬ø ­8 ®h ¯, ¯D ¯\ ¯À °$ °ˆ ± ±T ±” ±Ì ² ²t ²Ì ³4 ³œ ³´ ³Ì ´ ´\ ´¬ ´ø µD µ” µÜ ¶ ¶` ¶  ¶Ü · ·Œ ·è ¸Ô ¹¬ ¹Ä ¹Ü º ºD ºT ºˆ ºÌ » »` »¨ »è ¼( ¼„ ¼à ½@ ½  ½ð ¾ ¾” ¿ ¿° À8 ÀH À` Àx Àì ÁH Á  Áð Â@ ˆ ÂÌ Ã Ãl ÃÄ Ä Ä\ Äl Ä  ÄÀ Äü Å Å$ Å4 ÅL Åp Å€ ŠŨ ÅÀ ÅØ Åð Æ Æ Æ0 Æ@ ÆX Æp ƈ Æ  Æà Ç Ç Ç$ Ç< ÇT Çl Ç„ Çœ Ç´ ÇÌ Çä Çü È È, ÈD Èt È  ȸ ÈÐ É( É€ ÉÐ Ê0 ʈ ÊØ Ë, Ë€ Ì ̬ ÍH Íä Î\ ÎÔ ÏH Ï´ ÏÄ Ð( Ј Ðà Ñ< Ñ Ñ  Ѱ Ò ÒP Ò° Ó Ót Óä ÔT Ôì Ôü Õ Õ Õ, Õ„ ÕØ Ö\ ÖÌ ×L ×´ ×è Ø Ø´ Ù Ù€ ÙØ Ú4 Ú¬ ÚÜ Û, ÛÔ ÜH Üœ ÜÀ Ý$ ÝÈ Þ Þx ß@ ß à àh á á` áð â8 â´ ã ãÄ ä ä, ä€ å$ åp æ( æP æÜ çd çt è è\ è€ è  èè é ét é˜ ê êh êÜ ë@ ëœ ì ì8 ì í8 í¤ î î$ î¸ ï< ï” ïð ð¨ ñ ñ¬ ò ò@ ò  ó, ó„ ô ô| õ< õ¤ õü ö\ öÜ ÷4 ÷D ÷h ÷ì øh øx ù4 ù ù¼ ùì ú ú, ú\ ú” ú¬ úÈ úø û ûH ûh ûˆ û¨ ûÄ ûà ü ü ü< üX ü„ üÄ üè ý„ þ þˆ þØ ÿX ÿ˜ |  H ¨  Œ ô ” Ô 0 Ì T Ø x ü |  \ 8 Ô ì   < l  ° ü X | Ô  t Ü ô  $ < T p ˆ   ¸ Ð è T l ´ Ì  ( è  ¼ Ô @ X ä ü  0 H  d ô  x  ´ Ì ø ” ¼ Ø h „  L ” ¨ ¼ L t  À  ˜  „ Ð  p ô 0 p € à  ¬   4 L l „ œ ´ Ì ä ü ! !, !D !\ !t !Œ !¤ !¼ !Ü !ô " "$ "< "T "l "„ "œ "´ "Ì "ì # # #4 #T #l #Œ #¤ #¼ #Ô #ì $  $¸ $Ø $ð % % %8 %P %è &„ &œ &´ &Ì &ä &ü ' ', 'D '\ 't 'Œ '¤ '¼ 'Ô 'ô (X (p ( (¨ )P )p )ˆ )˜ )° )À )Ð )à )ð * *„ + +l +| +Œ +œ +ü ,0 ,` ,Œ ,¼ ,ä - -8 -p -Ì -è .0 .d . .¸ .à /T /ˆ /ð 0 0P 0˜ 0Ü 1 1| 1° 1ü 2( 2X 2¸ 2ì 3@ 3h 3˜ 4 4D 4p 4¨ 5( 5´ 5Ð 6 6< 6` 6„ 6Ô 6ø 7 78 7\ 7€ 7¬ 7ä 8 8¨ 8ü 9€ 9ä :@ :œ ;, ; ;ä 0 >¼ ?$ ?” @ @X @¼ AD A¸ B8 BÈ CX CÐ Dp Dä E EP E˜ E° Eü FL F° G Gp GÜ H, H˜ I@ IŒ I¤ J Jl JÄ KX Kx KÀ Lp Lœ Lä MP MÈ N0 NÜ OP Oà Pœ Pð QÈ R4 Rø S¸ T Tl TÀ U0 U| UÔ V8 Vœ VÄ W0 Wœ X Xh Xð Y< YŒ Yì Z< Z [ [” [Ô \ \\ \Ì ] ]x ]ä ^@ ^´ _ _H _œ _Ø `P ` `à ax aÀ b, b° c@ c” d d€ dô e< e˜ fH f° g gt gÔ h, h° hü it iÜ j„ jà k` kÀ l< lœ m mX mÜ n\ n¬ o o p pl pÐ qL qÄ r8 r¨ s sŒ sè t th t˜ t° tà tø u$ u< uT ul uœ u´ uÌ uä uü v v, vD v\ vt vŒ v¤ v¼ vÔ vì w w w4 wP w| wœ w¼ wø x4 xp x´ xä y y( yD yl y y¨ yÀ yØ yð z z4 z` zx z¤ z¼ zÔ zì { {0 {H {` {x { {¨ {À {Ø {ð | | |8 |P |h |€ |˜ |À |Ü }$ }< }€ }˜ }ì ~ ~ ~4 ~ˆ ~  ~¸ ~Ð ~è   0 H ` x  ¨ À Ø ð € €\ €t €Œ €¤ €¼  0 Œ ¤ ‚ ‚ ‚0 ‚Œ ‚¤ ‚¼ ‚Ô ‚ì ƒ ƒ ƒ4 ƒL ƒd ƒ| ƒ” ƒ¬ ƒÄ ƒÜ ƒô „ „` „¸ „Ð „è … … …X …p …° …È † † †8 †x † †¨ †À †Ø †ð ‡ ‡ ‡8 ‡P ‡h ‡€ ‡˜ ‡° ‡È ‡à ‡ø ˆ0 ˆh ˆˆ ˆ  ˆÀ ˆØ ˆü ‰ ‰, ‰P ‰h ‰€ ‰˜ ‰° ‰È ‰à ‰ø Š Š( Š@ ŠX Šp Šˆ Š  Џ ŠÐ Šô ‹L ‹l ‹¼ ‹Ô Œ$ Œ< ŒŒ Œ¤ Œ¼ $ < T l „ œ ´ Ì Ž0 Žp ŽÔ  ( d | ¸ Ð è $ < T l „ œ ´ Ì ä ü ‘ ‘, ‘D ‘\ ‘t ‘Œ ‘Ä ’ ’D ’\ ’˜ ’° ’ì “ “ “X “p “ˆ “  “¸ “Ð “è ” ” ”0 ”H ”` ”x ” ”¨ ”À ”Ø • •„ •¸ – –t –Œ — —4 —Ä —Ü —ô ˜ ˜$ ˜< ˜T ˜l ˜„ ˜œ ˜´ ˜Ì ˜ä ˜ü ™ ™, ™° ™à ™ø š( š@ šp šˆ š  šÌ šä šü › ›, ›D ›\ ›t ›Œ ›¤ ›¼ ›Ô ›ì œ œ œ4 œL œx œˆ œÄ  L Œ ¤ ä ü ž@ žX žœ žà žø Ÿ@ ŸX Ÿp Ÿ° Ÿð  L  d  À  Ø ¡0 ¡H ¡  ¡¸ ¡Ð ¡è ¢< ¢¬ £ £Œ £ü ¤ ¤, ¤¬ ¤Ä ¥D ¥\ ¥t ¥Œ ¦ ¦x ¦à ¦ø §` §x §à §ø ¨X ¨h ¨x ¨ ¨¨ ¨À ¨Ø ¨ð © © ©8 ©„ ©Ð ª ªh ª€ ª˜ ª° ªÈ ªà ªø « «˜ ¬\ ¬¨ ¬À ­ ­ ­h ­€ ­È ® ®H ®` ®¤ ®¼ ®ü ¯ ¯P ¯¬ ° °` ° °ì ±$ ±< ±T ±l ±„ ±œ ±´ ±Ì ±ä ² ²( ²\ ²œ ²ä ³8 ³` ³” ³Ô ´ ´p ´¨ ´ü µh µð ¶ ¶Ä · ·p ·è ¸t ¸Ä ¹ ¹T ¹ì ºÌ ºø », »` »˜ »ä ¼  ½ ½ ½p ½Ð ¾ ¾” ¾À ¾ü ¿ ¿H ¿X ¿h ¿x ¿ˆ ¿Ð À( À¼ Á€ Á¼ Áø Â@ ´ Ã( Ã8 Ãx ÃÌ Ä< Ä´ ÄÄ ÄÔ Ää ÅD Åd Åt Åœ Ŭ Æ Æ ÆT Æœ Ç Çt Ǥ ÇÔ ÈD Èt È ÈÄ Èü É ÉT É„ É´ Ê ÊÄ Ë Ëx Ë  Ëè Ì$ ̤ Í0 ͈ Îh ÎÌ Ï$ Ϙ Ð Ð Ñ Ñ° ÑÔ Ò ÒŒ Òø ÓP Ó¸ Óô Ô, Ô ÔÔ Õ0 ÕŒ Ö Ö, ÖÐ × ל Ø Øp Ø„ ؘ ج ØÀ ØÔ Øè ÙL Ù` Ùt Ùø Ú ÚD ÚØ Û Û| Ûä Üt Ý ݘ ÝÜ Þ Þ  Þø ß, ßd ß” ßÐ à@ àt ଠàÌ á\ áØ âL ⸠âè ãT ãä ä” äÜ å< å¼ æ0 æp æØ ç ç0 ç€ çè èP è¼ èà é é$ éD ét é  é¸ éÐ éè ê ê ê0 êH ê` êx ê ê¨ êÀ êØ êð ë ë ë8 ëP ëh ë€ ë˜ ë¸ ëÐ ëè ì ì ì0 ìH ìh ìˆ ì  ì¸ ìÐ ìè í í í0 íH í` íx í í¨ íÀ íØ íð î î î8 îP îh î€ î˜ î° îÈ îà îø ï ï0 ïH ï` ïx ï ï¨ ïÀ ïØ ïð ð ð ð8 ðP ðh ð€ ð˜ ð° ðÈ ðà ðø ñ ñ( ñ@ ñX ñp ñˆ ñ  ñ¸ ñÐ ñè ò ò ò0 òH ò` òx ò ò¨ òÀ òØ òð ó ó ó@ ó` óx ó ó¨ óÀ óØ óð ô ô ô8 ôP ôh ô€ ô˜ ô° ôÈ ôà ôø õ õ0 õP õh õˆ õ  õ¸ õÐ õè ö ö ö0 öH ö` öx ö ö¨ öÀ öØ öð ÷ ÷ ÷8 ÷P ÷h ÷€ ÷˜ ÷° ÷È ÷à ÷ø ø ø( ø@ øX øp øˆ øØ ù ùØ ùè ú ú ú0 úH ú` úx ú ú¨ úÀ úØ úð û û û8 ûP ûh û€ û˜ û° ûÈ ûà ûø ü ü( ü@ üX üp üˆ ü  ü¸ üØ üð ý ý ý8 ýP ýh ý€ ý˜ ý° ýÈ ýà ýø þ þ( þ@ þX þp þˆ þ  þ¸ þÐ þè ÿ ÿ ÿ0 ÿH ÿ` ÿx ÿ ÿ¨ ÿÀ ÿØ ÿð  8 P h € ˜ ° È à ø  ( @ X p ˆ   ¸ Ð è   0 H `  Ô ì   4 L d | ” ¬ Ä Ü ô  $ < X p ˆ   ¸ Ð è   8 P h € ˜ ° È à ø  ( @ \ x  ¨ À Ø ô  ( @ X p ˆ   ¸ Ð ì   8 P h „   ¸ Ð è  0 H d | ” ¬ Ä Ü ô $ < T l „   ¸ Ð ì   4 L d | ” ¬ Ä à ø  ( @ \ x   ¸ È à ð   0 @ X h € ¨ À Ø ð   8 P h € ˜ ° È à ø  ( @ X p ˆ   ¸ Ð è   0 H ` x  ¨ À Ø ð   8 P h € ˜ ° È à ø  ( @ X p ˆ   ¸ Ð è   ( P h € ˜ ° È à ø   0 H d | ” ¬ Ä Ü ì   4 L d t  ¨ À Ø ð   0 H ` x  ¨ À Ð ì   4 L d | Œ ¤ ´ Ì ô ô ô $ 4 d ” Ä ô  L Œ Ì ð X À $ \ ¸ @ ¤ À Ü  h x Ð Ü ü  4 T l Œ ° ø !@ !t ! !ð " "< "t "  "Ä "à #( #\ # #¨ #À #Ü $ $H $ˆ $È $Ü % %( %´ %Ø &8 &L &  &Ü ' 'P '¬ 'Ø ($ (” (Ì ) )p )” )Ì *< *È *ð +œ , ,P ,l ,” ,Ð - -d -x -Œ -  -´ -È -Ü -ð . . ., .@ .T .h .| . .¤ .¸ .Ì .à .ô / / /0 /D /X /Ô 0Œ 1 1` 1Ð 2d 2Ø 3Ì 4¤ 5X 5À 5Ø 6è 74 7Œ 9 9¨ :D :Ü ;H ;è $ >X >” >Ì ?” @p @è A B B¸ Cd C| D¼ EÔ F$ F€ Fè GŒ H$ I Iˆ J J\ Jì K¤ LX LÌ Mh Nt Ot P$ Q` Qð RŒ Rì S¬ T TD T¼ TÌ TÜ UÄ V V V W8 X Xt YH Z@ Zl [´ \ \° ], ]° ^ ^| _ _¬ ` `L ` `ä aL al a aÀ b\ c c° cð dT dô e$ eD ed eŒ e¬ eÌ eì f f, fL fl fŒ f¬ fÌ fì g g$ g4 gL gl g„ g” g¬ gÌ h h h, hD hd ht h„ h” h¤ h´ hÌ hì i i i, iL it iŒ iœ i´ iÔ iä iô j j j¼ l< ml m| mŒ mì n n¼ ol p pÌ qì s s@ sp s  sÐ t t` tø u uØ v vh v° vø w@ w| w¸ wô x0 x€ y y zL { | |` |¤ |Ø } }H }€ }¸ }ð ~p ~ð 0 œ €@ €ä  0 X € ¨ Ð ô ‚ ‚4 ‚P ‚l ‚´ ‚ü ƒD ƒŒ ƒ¨ ƒÄ „( „  … …D …„ …Ä † †` †¼ †ü ‡< ‡| ‡¼ ˆ ˆ@ ˆŒ ˆØ ‰0 ‰Œ ‰Ô Š Š` Ѝ Šä ‹ ‹` ‹  ‹à Œ Œ| ŒÐ ( ˆ ì Ž` Ž´ Žø < h „ à ‘$ ‘h ‘Ä ’ ’t ’à “ “H “˜ “Ô ”´ •L •€ •è –œ –ì — —„ ˜| ˜Ô ™< š< š” š¸ › ›H ›Ô œ œ< œÐ œà X ˆ ž, žD ž\ žè Ÿ” Ÿ´ ŸØ  x  ð ¡ ¡| ¡¤ ¢h ¢” ¢À £ £` £À £Ø £ø ¥ ¦| ¨l ©@ ªl «œ «À «ä ¬ ¬, ¬D ¬€ ¬° ¬Ð ­0 ­ ® ®T ®´ ¯ ¯| ¯è °d °Ü ±t ² ³ ³¨ ´` µT µÌ ¶$ ¶à ·T ·l ·Œ ·¬ ·Ì ·ð ¸ ¸l ¸ä ¹, ¹p ¹° º ºD »0 »¼ ¼@ ¼È ¼ü ½X ½œ ½ü ¾X ¾œ ¾Ü ¿D ¿¨ ¿ð À4 ÀÈ Á8 ÁŒ Áà ÂH ¬ Ã( ä ÄT Å ÅH ÅŒ Æ Ƙ ÆÔ Ç Çd Ǹ ÈH ÈØ ÉH ɸ Ê ÊH Ê´ Ë Ët ËÈ ÌH ÌÈ Í0 ͘ Î Î ÎŒ δ ÎÜ Ï ÏH Ïp Ï” Ð` Ñ Ñä Ò´ Ól Ô` ÕD Ö4 Öè ×Ô Øp Ù Ù\ Ù€ ÙÜ Ú ÚX Ú| Ú¬ Û, Û` Û  Ûà Ü$ Ü€ ÜØ ÝH ÝÔ Þ` Þ Þ¼ Þø ß0 ßÐ àl àÔ á á@ áx á° áè â@ âp â  âÐ ã8 ã  ã° ãä äT äœ äà å$ åT å„ åì æ$ æ\ ç$ çì è¨ éd éÀ ê$ ê` ê˜ ë ë` ë´ ì ì8 ìp ìÄ í í¬ î0 î˜ ï ïL ï˜ ð ð„ ñ ñ” ñì òD ò° ó ó@ ó` ó„ ó¨ ô ô| ôØ ôð õd õÈ ö< ö¤ ÷ ÷x ÷Ô øH ø¬ øà ù` ùŒ ùÄ ùð ú ú8 ú\ ú¼ úÜ û û ûD ûl û” û¼ ûä ü üX ýD ýh ýŒ ý° ýÐ ýð þD þ˜ þä ÿ ÿˆ ÿì X h x ˆ ˜ Ì  ` œ ¸ ð ( H € ¤ À ä  ( L „ Ü  0 h À ø  ` Ø L t ä ” $ ´ ¼   ¤  t d | $ ` ¸  l È  d ¨ , ¬ !, !¬ ", + -Ð 0 2Ä 4` 54 5ü 6À 7„ :ü $ >° ? ?° @D @ˆ @Ì A AP A` Ap A€ A Bx BÄ C C@ C€ D Dœ Dè E EL Eœ Eè F FX Fh Fœ G$ GŒ Gœ GÄ GÔ H HL H¨ Ix Iô J” JÈ K K` Kì LŒ M( M\ Ml N, Np N€ N¨ NØ Oh O” P8 P` PÀ PØ Pø Q Q< Q` Qp Q€ Q QØ Qè Qø R R0 R@ Rx Rˆ R˜ R¨ R¸ RÈ RØ Rè Rø S S S( SŒ Sœ S¬ S¼ Sø T T T( T˜ T¨ T¸ TÈ Tü U U U, Up UÌ UÜ Uì V V V, V< Vh V V  V° VÀ VÐ Wp X X$ X< X° Y Yp Yü ZT Z¨ Zè [( [l [¬ [Ä [Ü \d \Ø \ø ] ^  _ _p _° _è `< `L `t `œ `Ä `ì a a8 a` aˆ a° aÔ aô b b< b` b€ b¬ bØ c c0 cD cŒ cÌ cü d, dx dà eh f f f´ fà fð gT h( h¤ iP i° jL j” k kp l lh m m md m° mè n nH nx o oŒ p( p´ q q| qø r” s s„ sä tP t° u u< uX u¤ uì uü v$ vl vœ v¬ w wT w° xH y yX y¬ z z” {$ {€ | |À } }$ }T }œ }Ø }ô ~H ~d ~ˆ ~¨ ~È ~è   4 H \ € ” ¨ ¼ Ð ô € € €0 €D €h €| € €¤ €¸ €Ð $ Œ ‚ ‚¤ ‚ü ƒh ƒì „h „¼ … …Ð †8 †˜ ‡ ‡p ‡È ˆP ˆœ ‰ ‰ˆ Š0 Š ‹$ ‹ˆ ‹ü Œd Œä 4 ¨ Ž Žp Žà P Ä , ü ‘t ’ ’ “\ “´ ” ” ”ì •P •¸ – –„ –ø —l —Ä ˜ ˜€ ˜ø ™€ š šŒ › ›Œ œ œ° , ´ ž8 ž° Ÿl  $  ° ¡” ¢` ¢è £Ü ¤Ð ¥œ ¦X §, ¨$ ¨< ¨p ¨ˆ ¨Ø ©@ ©h ©¼ ª ª< ª€ ª¸ « «@ «X «p « «° «È «à «ø ¬ ¬( ¬@ ¬X ¬t ¬ ¬¨ ¬Ä ¬Ü ¬ô ­ ­$ ­< ­T ­l ­„ ­œ ­´ ­Ì ­ä ­ü ® ®, ®D ®\ ®¸ ®Ð ®è ¯ ¯ ¯0 ¯H ¯` ¯x ¯ ¯¨ ¯À ¯Ø ¯ð ° ° °8 °P °h °€ °˜ °° °È °à °ø ± ±( ±@ ±X ±p ±ˆ ±  ±¸ ±Ð ±è ² ² ²0 ²H ²` ²x ² ²¨ ²À ²Ø ²ð ³ ³ ³8 ³P ³h ³€ ³˜ ³° ³È ³à ³ø ´ ´( ´@ ´X ´h µ µ µ, µD µ\ µt µŒ µ¤ µ¼ µÔ µì ¶ ¶ ¶4 ¶L ¶\ ¶Ø ¶ð · · ·8 ·H ·à ·ð ¸ ¸ ¸0 ¸d ¸¨ ¸¸ ¸È ¸à ¸ø ¹$ ¹L ¹” ¹Ü ¹ð º º ºP ºd ºx º º¤ º¼ ºÐ ºè ºü » »( »@ »P »h »€ »˜ »° »È »à »ø ¼ ¼( ¼@ ¼X ¼p ¼€ ¼¸ ¼Ð ¼è ½ ½ ½0 ½H ½` ½x ½ ½¨ ½À ½Ø ½ð ¾ ¾ ¾8 ¾P ¾h ¾x ¿ ¿| À À À0 ÀH À` Àp ÀÐ Àè Á Á Ál Á„ Áœ Á¬ Â| à ä ü ÃÔ Ãì Ä Ä Äè Åp Æ Æ( Æ@ ÆX Æp Æ€ Ç Çl Çì È È È4 ÈL È\ Èð ÉT ÉÈ Éà Éø Ê Ê( Ê@ ÊX Êp ʈ Ê  ʸ ÊÐ Êè Êø ËÈ Ì4 ̰ ÌÀ Í, Íd ͨ ͸ Î\ Îè ψ Ï  ϸ ÏÐ Ïè Ïø Ðt Ñ, ÑÀ ÑÐ Òl Ò| Ó Ó0 ÓH Ó` Óx Ó Ó¨ ÓÀ ÓØ Óð Ô Ô` ÔÈ ÕH Õˆ Õü Ö( Ö„ ÖÄ Öø ×( ×d ×ø Ø ØL Øt ظ Øì ÙD ÙÐ Ú ÚL Ú° Û Û8 Ûd Û ÛÔ ÜT Ü Ý ÝL ݘ ÝÀ Þ Þ ÞH ÞX ÞŒ Þ¨ ÞÄ Þà Þü ß ß@ ßh ß” ß¼ ßä à à8 à` àˆ à° àØ á á, áT ဠᨠáÐ áø â âH ât ✠âÄ âð ã ã@ ãh ã 㸠ãä ä ä4 ä` äˆ ä° äØ å å( åT å| å¤ åÐ åø æ æH æp æ˜ æÄ æì ç ç@ çh ç ç¸ çà è è4 è\ è„ è° èØ é é( éP éx é¤ éÌ éô ê êH êp ê˜ êÀ êè ë ë< ëd ë ë¸ ëà ì ìX í í€ íÀ íü îˆ îÀ ï ï\ ïˆ ïä ðx ñ< ñp ñð ò0 ò˜ òì ó4 óÜ ô` ôÔ õX õÔ ö8 öü ÷„ ÷À ø ø` ø¨ ù˜ ú ú¨ û, û´ ü üÐ ý4 ýÀ ýü þX þ¬ ÿ ÿH ÿX ÿh ÿx ÿˆ ÿ˜ ÿ¨ ÿ¸ ÿÈ ÿØ ÿè ÿø(8HXhxˆ˜¨¸ÈØèø(8HXhxˆ˜¨¸ÈØèø(8HXhxˆ˜¨¸ÈØèø(8HXhxˆ˜¨¸ÈØèø(8HXhxˆ˜¨¸ÈØèø(8HXhxˆ˜¨¸ÈØèø(À„hè € ¼ ´ L \ l | Œ œ ¬ ¼ Ì Ü ì  ` ¸ ä<¨ è8hÜìü´HÐŒœ¬ÄÜ,LlŒ¤¼Ôì4Ld|”¬Ìì ,\䀜¸Ôð (D`|˜´Ðì$@\x”°Èä 8”¬ÄÜô4L°ÀÐàø(x¨Ð4Ld|”¬ÄÜü @”ðD|¸ì  T „ ° à! !8!d!Œ!ü"p"à##H#|#è$X$Ä$ø%0%`%”%Ô&&T& &ì'8'„'È'ô(((T(Ì)H)À)ø*8*p*Ä+ +t+¨+à,,H,„,¸--ˆ-ì.$.`.˜.ð/P/¬/Ø0 080l0¨0Ü1d1ð2x2¤2Ô3303h3˜3Ô44P4Ô5`5è6x7 7˜7¬7Ü8 8`8Ø8ð99(9@9X9p9ˆ9¨9À9Ø9ø::8:P:h:€: :À:à:ø;;(;@;X;p;ˆ; ;¸;Ð;è<<<0,>œ??0?H?`?x??¨?À?Ø?ð@@ @8@P@h@€@˜@°@È@à@øAA(A@AXApAˆA AÀAàBB B@B`BxBB¨fþ–f¤@ ûû/ÄÔì1ÔìÔì0!%!!füsüåþ–øòr)5Õ 5@ƒ üK° TX¹ÿÀ8Y<ì2991/äüÌ0¶ P ]%3#3#5ËËË¢þþÕýqþ›eŪéÕB@„üK°TK°T[X¹ÿÀ8YüÜì1ô<ì20@0 @ P ` p   ¿ ]#!#oª$ªÕýÕ+ýÕ+ž¾`@1 ‡  ‡   üÌ91/<Ô<<ü<<Ô<<Ä2ì220@   ]!! !3!!!!#!#!5!!5!þÝT%Dh$i g8þ¡R>þ›h gþÛg¡hþÅ`Tþ¾if…þ²‡þaŸþašþ²™þbžþbž™NšŸªþÓm!(/½@U" '&( /)/))/B" ) *!††#Љ*Љ- ) " & 0üK° TX¹ÿÀ8YK° TK°T[K°T[X¹@8Y<ìô<ü<ôäì1/äìÄÔäì2Äîî99990KSXíí9í9íY"#.'5.546753.'>54&´diÒjfÑoÝÉÚÌd]®SS¯\ãÖãÖdtzqá{þÓ---´@AÈ$¬–£¼ëè¯*.þU#´œ©Ãš jXV`ÕþOnZXhqÿã)ð #'3‰@6$%&%&'$'B’ ’.’$’ &Œ($‘4'!%   ! + 1 4üK° TK° T[K° T[K°T[K°T[K° T[X¹1ÿÀ8YÄìôìîöî991ä2ô<äìîöîî0KSXííY""32654&'2#"&546"32654&%3#2#"&546ÑWccWUccUžº» º»ü—VcbWWcd1 üZ ž¼»ŸŸ¹º‘”„‚••‚ƒ•Ü»»ÛÛ»¼Ûa•‚„””„–ùó Û»½ÚÛ¼ºÜÿãþð 0Í@–  † †  † †††  !         B  (('•+•'”$‘Œ .  .'.'!!1üìÄÔÔìÆî99999991/ÆäöæîîÆ9990KSXíí9í9í9í9í9íí9í9ííí9Y"²2]@² " ) **&:4D ^YZ UZZY0g{›š™—• “••"™-  ' (   2'') #**(/2; 49?2J LKFO2VZ Y UY\_2j i`2uy z““—•œœŸš › š 2 2°29]]3267 >73#'#"5467.54632.#"ò[UÔ _¦Iþ{ü;Bº h]ühäƒñþΆ†02Þ¸S¥UWžDiƒ;#Q¡X’Â?@ýøYËr„þþ~þã“YW×€ác?}<¢Å$$¶/1oX3gŪoÕ7@ „üK°TK°T[X¹ÿÀ8Yì1ôì0@ @P`p ]#oªÕýÕ+°þò{ 7@˜—  ÜK°TX¹ ÿÀ8YK°TX¹ @8Yä2ì991üì0#&547{†‚ƒ… –•”—æþ>ççþ;åëÆàßÄì¤þòo @˜— Ü<ôì991üì03#654¤ –••– …ƒƒìþ<ßàþ:ëåÅççÂ=JÃðN@,  ™ ™ ‘    Ô<ä2Ü<ä2991ôÔ<ì2Äì2990 %#'-73%Ãþ™g:þ°rþ°:gþ™:PrPßÂÃbËþ‡yËbÃÂcËyþ‡ËÙÛ #@ œ  Üü<ü<ì1/Ô<ü<Ä0!!#!5!®-ýÓ¨ýÓ-ýÓªýÓ-ª-žÿÃþ@ žƒüìÔÌ1üì073#ðÓ¤Rþ¬þÀ@d߃¶œÜÌ1Ôì0!!dý僤ۮþ·ƒüì1/ì073#ÛÓÓþþÿB²Õ-@BŸ/Ä991ôì0KSXííY"3#ªýøªÕùm‡ÿãð #@   ‘Œ üìôì1äôìî0"32'2#"‹œœû þ÷ûûþ÷ PþÍþÌþÍþÍ3343 þsþ†þ‡þsyzáZÕ @@B     ÔK°TX¹@8YìÄüì1/ì2ôìÔì0KSXY"´]7!5%3!!þJþ™eÊJü¤ªsH¸HúÕª–Jðž@'B¡”  ‘   üK°TK°T[K°T[X¹ÿÀ8YÄÔìÀÀ91/ì2ôìôì0KSXíí°9Y"@2UVVzzv‡tvust‚†‚‚‚¨¨]]%!!567>54&#"5>32‰ÁüLs3aM§†_ÓxzÔXèE[þôªªªw‘:m—Iw–BCÌ12èÂ\¥pþëœÿãsð(p@. † †     “  “#‘Œ£)&  )üK°TK°T[X¹ ÿÀ8YÄÄÔìôì991ìäôäìæîîîî90@ daa d!]!"&'532654&+532654&#"5>32?‘£þÐþè^ÇjTÈm¾Ç¹¥®¶•ž£˜S¾rsÉYæ Ž%ÄÝò%%Ã12–„•¦wps{$&´ Ѳ|«d¤Õ @   B     ÜK° TK° T[X¹ ÿÀ8YÔ<Äì291/äÔ<ì290KSXÉÉY"@* *HYiwŠ+&+6NO O Vfuz… ]] !33##!5þþ5þÕÕÉý^%üãÍü3¨þ `ÞÿãdÕ^@#†  ‰   Œ¤  üK°TK°T[X¹ÿÀ8YK°TX¹@8YÄÔìÄî1ääôìæîþÄî90!!>32!"&'532654&#"Ýý ,X,ú$þÔþï^ÃhZÀk­ÊÊ­Q¡TÕªþ’þîêñþõ Ë10¶œœ¶$&ÿã–ð $X@$ †   ¥  ‰"‘Œ% " !%üììôìä1äôäüäîîî90@ËËÍÍÍËˤ²]]"32654&.#">32# !2¤ˆŸŸˆˆŸŸ L›LÈÓ;²káþðâþýþîPL›;º¢¡»»¡¢ºy¸$&þòþïW]þïëæþêyb¥¨hÕc@B üÌÄ991/ôì0KSXííY"K°TX½@ÿÀ878Y@X9Hg°°]]!#!¨ÀýâÓþý3ÕVú+‹ÿã‹ð #/C@%  ' - ‘Œ'£0 $*$ !0üÄìôÄìîî991ìäôìîî990"32654&%.54$32#"$54632654&#"‹¥¥¦¥þ¥‚‘ÿÞßþ‘’£þ÷÷÷þ÷¤H‘ƒ‚““‚ƒ‘Åš‡‡š›†‡šV ²€³Ðг€² "ÆÙèèÙÆat‚‚tt‚‚ÿã‡ð$X@#†  ¥ ‰ ‘Œ%!"" %üìäôìì1äôìæþõîî90@ÄÂÀÀÀÂμé]]7532#"543 !"&2654&#"áLœKÈÓ:²làþûâþ±þåLœ>ˆŸŸˆˆŸŸ¸$& V\ëæþsþ†þŸþ[—º¢¡»»¡¢ºðÃ#@ƒ¦ƒü<ì21/ìôì073#3#ðÓÓÓÓþþ#þžÿÃ# %@ƒžƒ¦  ü<ì2ÔÌ1äüìî03#3#ðÓÓÓ¤R#þýÙ¬þÀ@Ù^Û¦M@*œœœœB¨§$#üì291ôì90KSXííííY" 5Ûûøúþðþ‘þ“¶ѦÑÙ`Û¢@ œœ#ü<Ä21ÔìÔì0!!!!Ùúþúþ¢¨ðªÙ^Û¦O@+œœœœB¨§$#ü<ì91ôì90KSXííííY"55Ùúþð¶þ/¦þ/¶m“°ð$e@+$  †ˆ•‘ƒ   &%ÜK° TX¹ÿÀ8YÄüìÔìî99991/îöþôîÍ9990¶y z z ]%3##546?>54&#"5>32‡ËËÅ¿8ZZ93ƒlO³a^Ág¸ßHZX/'þþ‘še‚VY5^1YnFC¼98ŸL‰VV/5<4‡þœq¢ L•@2  ©©L43¬0©7¬$©7CM34( (+(I+*(I,=MÜìüìþýþ<Æî991ÔÄüìþíÔÆÅî2Äî990K° TK° T[K°T[K°T[K°T[X½MÿÀMM@878Y@ NN/N?N]32654&#"#"&5463253>54&'&$#"3267#"$'&5476$32úŽ|{zy!<›g¬×Ø«gœ;’¥?@hþÕ°{â`±smiùhZ}þÙ˜¹þ¸€€†ˆ~R½Ôk{KOþÂþè£¤ŽŒ¥¤þHMIùÈÈúKLƒý ß±k¼Pƒ‹A@fþµÁŸþêjhmWQoagƒ}}I½¶J}‡® bæ{þùþÐhÕ Â@A       B•    ÔÄ91/<äÔì90KSXííííííííY"² ]@BXvpŒ  VXP ghxv|rwx‡ˆ€ ˜™–]] !3#!#¼þî%þ{å9Òˆý_ˆÕý®ú+þÉìÕ C@#• •• ­ . !üì2üìÔì9991/ììôìî90²"]!2654&#!2654&#%!2#!“D££þ¼+”‘‘”þ çú€|•¥þðûýèÉý݇‹Œ…fþ>orqp¦À±‰¢ ˘ÈÚsÿã'ð6@ ¡® •¡®•‘Œ 0üì2ì1äôìôìîöî0´].# !267# !2'fç‚ÿþð‚çfjí„þ­þz†S†íbÕ_^þÇþØþÙþÇ^_ÓHHŸghŸGɰÕ.@• •  2 üìôì99991/ìôì0²`]3 !%! )“ô5þáþËþBŸ²–þhþPþa/ûw.,¦þ—þ€þ~þ–É‹Õ .@•••­   üì2ÔÄÄ1/ììôìî0² ]!!!!!!ɰýÇý9øü>ÕªþFªýãªÉ#Õ )@••­ üì2ÔÄ1/ìôìî0² ]!!!!#ÉZýpPý°ÊÕªþHªý7sÿã‹ð9@ ••¡®•‘Œ43 üìüäüÄ1äôìôìþÔî990%!5!# !2.# !26Ãþ¶uþæ þ¢þu‹^’opü‹þîþík¨Õ‘¦ýSU™mn™HF×_`þÎþÑþÒþÎ%É;Õ ,@•­ 8  üì2üì21/<ä2üì0²P ]3!3#!#ÉÊÞÊÊý"ÊÕýœdú+Çý9É“Õ.·¯üK°TX¹@8Yì1/ì0@ 0@P`Ÿ]3#ÉÊÊÕú+ÿ–þf“Õ B@ •° 9 üK°TX¹@8Yìä991äüì990@ 0 @ P ` Ÿ ]3+53265ÉÊÍãM?†nÕú“þòôª–ÂÉjÕ ï@(B¯  üì2ÔÄ91/<ì290KSXííííY"²]@’ ((764GFCUgvwƒˆ”›ç    (+*66650 A@E@@@ b`hgwp ‹‹Ž š¶µÅÅ×Öèéèê÷øù,]q]q3! !#ÉÊžýþöý3ÊÕý‰wýHüãÏý1ÉjÕ%@ •:üìì1/äì0@ 0P€€]3!!ÉÊ×ü_ÕúÕªÉÕ ¿@4  B ¯   >  üìüì91/<Äì290KSXííííY"²p]@V   && & 45 i|{y €‚‚  #,'( 4<VY ej vy •›]]! !###É-}-ÅþËþÄÕüøú+üúáÉ3Õ y@B¯6 üìüì991/<ì2990KSXííY"² ]@068HGif€ FIWXeiy…Š•šŸ ]]!3!#É–ÄþðýjÄÕûáú+áûsÿãÙð #@•• ‘Œ 3üìüì1äôìî0"32' ! 'ÜþýÜÜþÿÜ:xþˆþÆþÅþ‡yLþ¸þåþæþ¸HH¤þ[þžþŸþ[¤bb¥ÉÕ:@••   ? üì2üì91/ôìÔì0@ ?_¯]32654&#%!2+#“þššþ8ÈûþÿûþÊ/ýÏ’‡†’¦ãÛÝâý¨sþøÙð R@*  B ••‘Œ    3üìüì9991Ääôìî990KSXíí9Y""32#'# ! 'ÜþýÜÜþÿ? ôÝ!#þÅþ‡y;:xÑLþ¸þåþæþ¸HHúÏþÝï¥ab¥þ[þžþüþŽÉTÕ±@5  B• •   ?  üì2üÄì99991/<ôìÔì9990KSXíí9Y"²@]@Bz%%%&'&&& 66FFhuuwˆˆ˜˜]]#.+#! 32654&#A{>ÍÙ¿J‹xÜÊÈüƒý‰þ’••’¼~þh–bý‰ÕÖØºOýƒ…‡ÿã¢ð'~@<    B ¡”••”%‘Œ( "-"(ÜÄìüìä99991äôäìîöîÆ90KSXí9í9Y"²)]¶)/)O)].#"!"&'532654&/.54$32HsÌ_¥³w¦zâ×þÝþçjï€{ìr­¼‡š{âÊõiÚ¤Å76€vce+Ù¶Ùà0/ÐEFˆ~n|-À«Æä&ÿúéÕJ@•@@Ôäüä1/ôì20K° TX½@ÿÀ878Y@  @ p Ÿ ]!!#!ïýîËýîÕªúÕ+²ÿã)Õ@@ •Œ  8AüK°TX¹ÿÀ8Yìüì1ä2ôì99990¶Ÿ]332653! ²Ë®Ã®ËþßþæþåþßÕüuðÓÓð‹ü\þÜþÖ*$hÕ·@'B¯ÔÄ91/ì290KSXííííY"²P]@b*GGZ}ƒ *&&))% 833<<7HEEIIGYVfiizvvyyu€˜—)]]!3 3JýÆÓÙÚÒýÇÕûéú+D¦Õ {@I      B ¯    ÔÌ91/<ì2290KSXííííííííY"²]@ò  ($ >>4 0 LMB @ Yjkg ` {|€ –•     !   # $ %  <:5306 9 ? 0FFJ@E@BBB@@ D M @@XVY Pfgab```d d d wv{xwtyywpx  †‡ˆ‰… Š —Ÿ¯[]]3 3 3# #DÌ:9ã:9Íþ‰þþÅþÂþÕûîûîú+úð=;Õ f@  ÔÄÜÄÄ1´€ ]@¯ /<ì20K°BPX@   ìììì@    Y3 3 # #ÙsuÙþ Ùþ\þYÚÕýÕ+ý3üø{ý…ÿüçÕ”@(B¯@@ Ôäüä91/ì290KSXííííY"² ]@<5000F@@@QQQe„“ &)78@ ghxp Ÿ ]]3 3#Ùž›ÙýðËÕýšfüòý9Ç\Õ @B••B ÜK° TK° T[X¹ÿÀ8YÄÔä991/ìôì0KSXííY"@@ )&8HGH    / 59? GJO UYfio wx Ÿ ]]!!!5!s•üPÇû=°ügÕšûoªš‘°þòX;@©²©±CÜK° TX¹@8YK°TK°T[X¹ÿÀ8YüÌ21üìôì0!#3!°¨ððþXùüÿB²Õ-@BŸ/Ä991ôì0KSXííY"#ªªýøÕùm“Çþòo0@©²©±CüK°TK°T[X¹@8Y<Üì1üìôì0!53#5oþXïïøÞÙ¨ÛÕ@ ÜÌ91ôÌ290 # #¼ÉþHþHÉÕýÓ‹þu-ÿìþþ¬µ©ÄÄ1Ôì0!5ûØþ¬ªð‰f1@ ´³DÜì1ôì0K° TK°T[X½ÿÀ@878Y #o™þºfþŠv{ÿã-{ %¼@'  ©¹ †º¹#¸Œ   E&üìÌÔì22991/ÄäôüôìÆîî9990@n0000 0!0"?'@@@@ @!@"PPPP P!P"P'p'…‡‡‡ ‡!…"' 'ð'000 0!@@@ @!PPP P!``` `!ppp p!€€€ €!]]"326=7#5#"&5463!54&#"5>32¾ß¬o™¹¸¸?¼ˆ¬Ëýû§—`¶Te¾Zóð3f{bsÙ´)LýªfaÁ¢½À‹..ª''üºÿ㤠8@¹  ¹Œ¸—G Füì22ôì1/ìäôÄìÆî0¶`€ ]4&#"326>32#"&'#3å§’’§§’’§ýŽ:±{ÌÿÿÌ{±:¹¹/ËççËËççRdaþ¼þøþøþ¼ad¨qÿãç{?@†ˆ† ˆ ¹¹¸Œ HEüä2ì1äôìþôîõî0@ € ].#"3267#"!2çNP³ÆÆ³PNM¥]ýþÖ-U¢5¬++ãÍÍã++ª$$>:#qÿãZ8@¹¹Œ¸—G Eüìôì221/ìäôÄìÄî0¶`€ ]3#5#"3232654&#"¢¸¸:±|ËÿÿË|±ýǧ’’¨¨’’§¶^ùì¨daDDaþËççËËççqÿã{p@$ †ˆ©¹ »¹¸ ŒKEüìôìÄ91äôìäîîôî90@)?p Ðð?????,// , ooooo ]q]!3267# 32.#"ü² Í·jÇbcÐkþôþÇ)ü⸥ˆš¹^Z¾Ç44®*,8 CþÝÄ—´®ž/øY@ ©‡—¼    LüK° TX¹ @8YK°TX¹ ÿÀ8Y<Äü<ÄÄ991/ä2üìî2990¶@P ]#"!!##535463ø°cM/þѹ°°®½™Phcü/ÑN»«qþVZ{ (J@#  †¹¹&#¸'¼ ¹½& G E)üÄìôì221/ÄäìäôÄìþÕî990¶`*€* *]4&#"326!"&'5326=#"3253¢¥•”¥¥”•¥¸þþúa¬QQžRµ´9²|ÎüüÎ|²9¸=ÈÜÜÈÇÜÜëþâþé³,*½¿[cb::bcªºd4@ ‡¸ — N  Füì2ôì1/<ìôÄì90²`]#4&#"#3>32d¸||•¬¹¹B³uÁƤý\žŸž¾¤ý‡ýžedïÁy+@¾±¼Fü<ì21/äüì0@  @ P ` p ]3#3#Á¸¸¸¸`û éÿÛþVy D@ ¾ ‡½¼ ±O  Fü<ì2ä991ìäôìî990@ @P`p]3+532653#Á¸£µF1iL¸¸`ûŒÖÀœa™(麜 ¼@)B¼— F üì2ÔÄ91/<ìä90KSXííííY"² ]@_ ')+Vfgsw‚‰Ž“–—£    ('(++@ h` ‰…‰š—ª§¶ÅÖ÷ð÷ð]q]33 ##º¹%ëý®kðýǹüiãýôý¬#ýÝÁy"·—Füì1/ì0@ @P`pð]3#Á¸¸ùìº{"Z@&  ‡ ¸¼PPF#üì2üüüì91/<<äô<Äì290@0$P$p$$ $ $¿$ß$ÿ$ ]>32#4&#"#4&#"#3>32)EÀ‚¯¾¹ru¦¹rw¦¹¹?°yz«‰|võâý\ž¡œ¾¤ý‡ž¢›¿£ý‡`®gb|ºd{6@ ‡¸ ¼ N  Füì2ôì1/<äôÄì90´`Ï]#4&#"#3>32d¸||•¬¹¹B³uÁƤý\žŸž¾¤ý‡`®edïqÿãu{ J@¹¹ ¸Œ QEüìôì1äôìî0@#?{{   {  { ð]"32654&'2#"s”¬«•“¬¬“ðþîðñþïßçÉÉçèÈÇéœþÈþìþíþÇ98ºþV¤{>@¹¹¸Œ½¼ GFüì22ôì1äääôÄìÄî0@ `€ à]%#3>32#"&4&#"326s¹¹:±{ÌÿÿÌ{±8§’’§§’’§¨ý® ªdaþ¼þøþøþ¼aëËççËËççqþVZ{ >@¹  ¹¸Œ½¼ GEüìôì221äääôÄìÆî0@ `€ à]32654&#"#"3253#/§’’¨¨’’§s:±|ËÿÿË|±:¸¸/ËççËËççý®daDDadªùöºJ{0@  ‡¸ ¼ FüÄì21/äôìÄÔÌ90´PŸ].#"#3>32JI,œ§¹¹:º….´˾ý²`®fcoÿãÇ{'ç@<  S  SB †‰†‰¹¹%¸Œ( R"E(üÄìÔìä99991äôìþõîõî90KSXí9í9Y"²']@m   . , , , ; ; ; ; $( ( *//*(() )!$'† † † †      '/)?)_))€)) )ð)]]q.#"#"&'532654&/.54632‹N¨Z‰‰b”?Ä¥÷ØZÃlfÆa‚Œe«@«˜àÎf´?®((TT@I!*™‰œ¶##¾55YQKP%$•‚ž¬7òž8@©¼‡  Fü<Äü<Ä2991/ìô<Äì2990²¯]!!;#"&5#53w{þ…Ks½½Õ¢‡‡žþÂý ‰NšŸÒ`>®ÿãX{;@ ‡Œ ¼¸  NFüìô9ì21/ää2ôÄì90´oÀ]332653#5#"&®¸||•­¸¸C±uÁÈϺ¦ýaŸŸ¾¤{û ¬fcð¨=`û@'B¿ÔK° TX¹@8YK°TK°T[X¹ÿÀ8YÄ91/ì290KSXííííY"@ŽHj{†€‘¤  &&)) 55::0FFIIFH@VVYYPffiigh`ut{{uz……‰‰‰†––—š˜˜—¨§°Àßÿ>]]3 3#=Ã^^Ãþ\ú`üT¬û V5` ë@IU U U U   B ¿    ÔK° TK°T[K°T[K°T[K° T[X¹@8YK° TK° T[K°T[X¹ÿÀ8YÌ91/<ì2290KSXííííííííY"@ÿ" 5 IIF @ [[U P nnf yy‡™˜” ¼¼ÎÇÏ         %%#'!%""%' $ ! # 9669 0FHF@B@@@D D D @@VVVPQRRPS T U cdejejjjn a g ouuy}x}zzxy  { v } ‡ˆ——”“œ›˜˜™@/– Ÿ¦¦¤¤««©©«¤ ¯µ±½»¸ ¿ÄÃÌÊy]]333# #V¸æåÙæå¸þÛÙñòÙ`ü–jü–jû –üj;y` C@F      B ¿  ÔK° TK°T[K°T[K°T[X¹@8YK°TX¹ÿÀ8YÄÔÄ91/<ì290KSXííííííííY"@˜   & =1 UWX f vzvt ‚ ™Ÿ—’ ¦©¯¥£       )&% * :9746 9 0 IFE J @ YVYYWVYVV Y P o x ›”«¤° Ï ß ÿ /]] # # 3 dþkªÙþºþºÙ³þrÙ))`ýßýÁ¸þHJþq=þV`‹@C        B  ‡½ ¼  ÔK° TK°T[X¹ @8YK°TX¹ ÿÀ8YÄÄ91ä2ôì9990KSXíííííí2Y"@ð     # 5 I O N Z Z j ‡ € “        '$$  )( % $ $ ' ** 755008 6 6 8 990A@@@@@@@@B E G II@TQQUPPVUVW W U U YYPffh ii`{xx‰Š … … ‰ ‰‰™ • • šš¤ ¤ ««°Ïßÿe]]+5326?3 3“N”|“lLT3!þ;Ã^^ÃhÈzšH†TNü”lXÛ` @B©¼© ÜK° TK° T[X¹ÿÀ8YK°TX¹@8YÄ2Ä991/ìôì0KSXííY"@B&GI  + 690 @@E@@CWY_ ``f``b € ¯ ]]!!!5!qjýL´ü}´ýe`¨üÛ“¨%þ²$w@4 %   ! © ©À ©±% $  C %ÔK° TX¹@8Y<Äü<Ä299999991üìÄôìî99999990²&]#"&=4&+5326=46;#"3>ù©lŽ==k©ù>DV[noZV¾”Ýï—ts•ðÝ“XøŽŽœøXþ®·±Ôì1üÌ0#®ªøþ²$‡@6%   ©©#À©±%#C %ÔK° TX¹ÿÀ8YK°TX¹@8Y<Ä2ü<Ä99999991üìÄôìî99999990²&]326=467.=4&+532;#"+FŒUZooZUŒF?ù§lŽ>>Žl§ù?¾VøœŽŽøŽW“Ýð•st—ïÝ”ÙÓÛ1#@ œœ ÔÄ1ÔüÔìÀ990#"'&'&'&#"5>32326Ûi³an’ ›^X¬bi³an“ ›^V©1²OD;>MS²OE<>L5Õ b@ƒ ü<ì2991/ôüÌ0K° TX½ @ ÿÀ878YK°TK°T[K°T[X½ ÿÀ @878Y¶ P ]#53#3ËËË¢×þú+eþ›¬þÇ#˜!Q@+  †ˆ †ˆ ¹ ¹¸Œ"  "ÜìÔ<Ô<<ì221äô<ÄìÄþôîõî9990%.'>7#&73¦“¤¤JˆDF‰HA‰Mfñþ÷ ñfI‰ƒX⸹⡬)*ü *'ª#þä 32þá!bð`@!† ©  ”‘   Ü<ÌÌü<ÄÔÄ1/ì2ôäìÔ<î2î990K° TX½ÿÀ@878Y´66].#"!!!!53#535632NLˆ=”t‡þy-üìÇÇÖè=—´¶))›Ô×þ/ªªÑîó^R¼²#/ƒ@I -'! - -¹ëì'¹ë!0 *$0* $ $(st*(s0Üäìôäì9999999991ÔäìôäìÀ9999999907'#"&''7.5467'7>324&#"326{ÏrÎ%$&(ÑrÏ;t=:x=ÏqÏ%%&&ÏsÏ7t@?s9ÏqÏ(&%%ÏsÎ>v:@t8ÎsÏ'%$þ|pššprœRÃÕÆ@F  B Ó Ó   fe f eÔ<ì2ìüì2ì99991/ä2Ô<ì2Ô<ì290KSXííííY"K° TX½ÿÀ@878Y@(†¦ µ' ' ')((79‡ ˆ¦ ¥ª©]]!#!5!5'!5!3 3!!!þcÉþ` Tþ´þþ{y¿þÂþµTŸÇþ9Ç{3›{JýD¼ý¶{›3þ¢®˜@ õõÜ<ì21ÔìÔì0##®ªªª˜ý öý ö\ÿ=¢ð >‘@54&.#"#"&'532654/.5467.54632{?>‹ú?>ÌS8alÎÓƒ\]>9Ì­IšXW”:fqÝÖ€][;;ȦI™¨.Z.L…‡-[.Kˆ“¤''PGZswšeZŒ54m@ލ¤''TLf{x™f[1,pE‚Ÿ×F)’@ÎÍddÜüÔì1ü<ì20K° TK° T[X½@ÿÀ878YK° TK° T[K°T[K°T[X½ÿÀ@878YK°TK°T[X½@ÿÀ878Y@````pppp]3#%3#^ËËþyËËÊÊÊåÍ/IC@&=Ë>:ÌAÊ$1Ë04ÌGÊÉÈ$É 7aD=0^* D^ JÜÌüìþí2î1/îöþýîÖîýîÖî02#"$'&5476$"3267>54&'..#"3267#"&54632˜mmllmmþù˜˜þùmmllmm˜ƒâ^^``^^⃄ã^]]^\^ã§B‚B•§«›@zBC‰FØûûØIˆÍnmmþúš˜þûmmnnmm˜šmmng^^^å‚ã^^__^]⃅ã]^^õ! ¯Ÿ®"ôÐÑòsÕ;ð)_@3(%ãÝá%Ý ßÞÝ à‘* "(kl"k *ÜìÌüì22ÀÀ9991ôäüôìÄîíÖîî99990!!#5#"&546;54&#"5>32"326=‹°ýP®•,]€˜¿¼¶uu>ˆDI‘E·³þì¡~bRh‚P{¸þ@p?D‡q‡Š[[""°ðCO@Mrž%# †@Ièèèè è è è  è B  ç¦ o o nüü<Ôì2991ô<ì2990KSXííííííííY" 5 5%þÓ-þ+#þÓ-þ+#¿þôþô¿¢R¢¿þôþô¿¢RÙÛ^@ œÜÔì1ÔÄì0!#!Ù¨û¦^ýÁ•d߃¶œÜÌ1Ôì0!!dý僤åÍ/8L`@6EBC?2ÉH0É9JCÊ 9ÊÉÈ É$HE301B54&'.'2#"$'&5476$#32654&'2#'.+#ƒâ^^``^^⃄ã^]]^\^ㄘmmllmmþù˜˜þùmmllmm}{{nWXf°®i`C.‰¬;I6B›f^^^å‚ã^^__^]⃅ã]^^gnmmþúš˜þûmmnnmm˜šmmnþbþì>KL?gwyVpMIßÑ`3þœDÕb+ö/·ïîÔÌ1üì0K° TK°T[X½ÿÀ@878Y!!ÕVýªö”Ãu=ð  @ÃÄà ‘ Z[ZÜìüì1ôìüì0"32654&'2#"&546PnnPPnoO@v+..¹†‡´¸ooPOmmOOp1.-rB„·´‡†ºÙÛ .@МР œ   Ô<ì2ü<ì21/ìÔ<ìü<ì0!!#!5!!!®-ýÓ¨ýÓ-ýÓúþþ}ªþ}ƒªƒû¦ª^œ´ðJ@$}}BÝÝ÷ Ý‘~ÜÄÔÄì91ôÄìüìî90KSXí2íY"!!56754&#"5>32 ¨ýª"?XhU4zHM…9‘®þµ8rn81^BQ##{„l‹þä0bÍð(H@' Ý Ý Ý Ý ø÷Ý ø#‘)~&~ )ÜÄÄÔìÔì9991ôäìüäìÔìîî90#"&'532654&+532654&#"5>32 \e¾±9}F4wCmxolV^^ad_(fQI€7©Z`mR|†yOFJLl?<:=svcE`sîRf1@ ´³DÔì1ôì0K° TK°T[X½ÿÀ@878Y3#‹Çþº™fþˆ®þVå` M@% ‡Œ ¼½!   NF!üì2ôìÄ91ää2ô<ìÜÄ990¶"`"Ï"]3326533267#"&'#"&'®¸Š‡”•¸#% )I#ER2‘bf*þV ýH‘”¨¨ü¢<9 ”NPOONNýמÿ;9Õ %@Á]] ÔÔüÜì91Ä2ôì90!###.54$yÀ¾Ž×ëÕùfùáNݸ¾èÛH®F·ƒÔì1Ôì03#ÛÓÓFþ#þuÁ@  ó' ÜÔìÔÌ1/ÔüÄ90!#"&'532654&'T76xv.W+"J/;<+->i0Y[ ƒ0.W=‰œÅß ,@Ý ÝÝ ÷‘ |]|| Üôäüä1ôììÔìî2035733!œÌßæ‰Íý× c)t'ý+n`Õdð.@ãáÝ àÝ‘ klk Üìüì991ôìôìüì0!!2#"&546"32654&‹°ýPX³Îγ³Ðгi~hi}|P{Ý¿¿Ûܾ¿Ýs¡ˆ…  …‰ ÁH# †@I è è è è èèèèB  ç¦ o opü<üÔ<ì991ô<ì2990KSXííííííííY"5 %5 ÁÕþ+-þÓ²Õþ+-þÓ#þ^Rþ^¿  ¿þ^Rþ^¿  ÿÿ‰ÿãð&{' K‹ýd "5ÿÿ‰ÿã?ð&{'t‹ýd "5ÿÿbÿãð&u' K‹ýd "5ÿã¬Õ $†@/ †ˆ !ƒ# •Œ#%" " "!& %ÜìÔüìÔì99991äôìþÍôî9990K°TK°T[K°T[X½%ÿÀ%%@878Y@ ttttv]33267#"&546?>7>5#53ô¾7ZZ:3ƒmN´`^Àg¸àIYX0&ÄÊÊDœe‚WX5^1YnFC¼98ŸL‰VV/5<6þÿÿhk&$¼¼uÿÿhk&$º¼uÿÿhm&$½¼u´  +@ ]1ÿÿh^&$»¼u´ #+@ @O# /#]1ÿÿhN&$¹¼u´  +@ 0?  ]1hm !Ë@T   !!  ! !!!B  Á • Ž  !  VV!"ÔÄÔì2Ôî299999991/<æÖîÔî9990KSXííííííííY"² #]@  s › P#f iu {yyv v!€# ]]4&#"326!.54632#!#TY?@WX??Y˜þð!þX=>Ÿsr¡?<Òˆý_ˆÕZ?YWA?XXþóýN)sIs ¡rFv)ú‹þHÕ‡@9  B• ••••­    ÔÔ<ì2ÔÄÄ91/<ììÄôììîî0KSXííííY"²€]@gww† …– ¿ ]!!!!!!#!5ýÇý9øü=ýð Íq‹þ¶ËÕªþFªýãªþÕžüðÿÿsþu'ð&&z-ÿÿÉ‹k&(¼žuÿÿÉ‹k&(ºžuÿÿÉ‹m&(½žu@@ ]1ÿÿÉ‹N&(¹žu @@ @]1ÿÿ;ºk&,¼/uÿÿ¢k&,º/uÿÿÿþ`m&,½/u´ +1ÿÿXN&,¹/u´ +1 ºÕ g@  © ••  2  yô<ì2ÄôìÄ91/Æ2îöîî20@( °Ÿ Ÿ Ÿ Ÿ ŸŸŸŸ¿ ¿ ¿ ¿ ¿¿¿¿]]! )#53!!3 !Ó ±–þiþPþ`ÉÉËPþ°ó5þáþËÕþ—þ€þ~þ–¼ãþýê.,ÿÿÉ3^&1»þu´"+@ 0?""]1ÿÿsÿãÙk&2¼'uÿÿsÿãÙk&2º'uÿÿsÿãÙm&2½'u´+@]1ÿÿsÿãÙ^&2»'u´!0 +@ 0!?0 !/0!0]1ÿÿsÿãÙN&2¹'u´ +@ @O]1?œÅ …@M œ  œœœœœ œ œ B   Ô<Ì291Ô<Ì290KSXííííííííY"  ' 7 œþ7Éwþ5þ5vÈþ8vËËLþ5þ7yËþ5yÉËyþ5Ëfÿºå +ž@< +,  )&  *&•& •‘&Œ,+,* # )#3,üìüìÀ999999991äôìîÀÀ99999990@*WZWU!je!{vu! FYVjddj(|svz( ]] 324&'.#"&5!27!"&''¶ý3>¡_Ü'y=¡_Üþý''†NOy;‚ÝW¢fªNPþˆþÆ€Ý[¢gXü²@CHp¸¸@Cþ¸þåp¼Džf b¥MK¿YÆgþöžþŸþ[KK¿Xÿÿ²ÿã)k&8¼îuÿÿ²ÿã)k&8ºîuÿÿ²ÿã)m&8½îu´ +@ / ]1ÿÿ²ÿã)N&8¹îu´ +@P_@O /]1ÿÿÿüçk&<ºsuÉÕ =@• •ö  ? üì22üì91/ôüìÔì0@ ?_]332+#32654&#ÉÊþûþÿûþÊÊþš™ŽÕþøáÜÜâþ®'ýÑ’††‘ºÿã¬/š@0-'!  *†¹*¹—Œ.  !' $'$-F0üÄüÌÆîÔîî99991/äþîþÕî990@@'(Š Š     ! "&  : :!MM I!I"jj ¥¥¦ ]]4632#"&'532654&/.5467.#"#ºïÚÐÛ—¨:A9¦`áÓ@ˆIPŒAtx;e\`W§—ƒq‚ˆ»qÈÛèàs`/Q*%jŽd¬·¤_[?T>7;‡[¬gp‹ƒû“ÿÿ{ÿã-f&DCR @?&/&&]1ÿÿ{ÿã-f&DvR @?&/&&]1ÿÿ{ÿã-f&DˆR´ (,+1ÿÿ{ÿã-7&DžR´.< +@ ./<.<]1ÿÿ{ÿã-&DjR ´-( +@(o(P-_(@-O(0-?(-( ]1ÿÿ{ÿã-&DœR%@&,,& 2882 +Ä+Ä1@ ?5?/5/]0{ÿão{3>@C'-%= 4©%†ˆ©:¹.†-º*¹»1 ¸Œ%?47&%7& =&-7"E?üìÌÔü<ÔìÄ999991Ää2ô<Ääü<ôìÄî2îôîî9990@0+0,0-0.0/00@+@,@-@.@/@0P+P,P-P.P/P0…+…0€@@ @°@À@Ð@à@à@ð@??? ??0,0-0.0/@,@-@.@/P,P-P.P/ooo oo`,`-`.`/p,p-p.p/€,€-€.€/]q].#">32!3267#"&'#"&5463!54&#"5>32"326=¶¥‰™¹DJÔ„âü² Ì·hÈddÐj§øMIؽÒýû§—`¶Te¾ZŽÕï߬o™¹”—´®ž0Z^þÝúZ¿È55®*,ywxx»¨½À‹..ª''`þf{bsÙ´)ÿÿqþuç{&Fzÿÿqÿãf&HC‹ÿÿqÿãf&Hv‹ÿÿqÿãf&Hˆ‹´"+1ÿÿqÿã&Hj‹@@ ]1ÿÿÿǦf'Cÿóÿÿof'vÿóÿÿÿÞ\f&óˆÿ´ +1ÿÿÿôF&ójÿ´ +1qÿãu('@^%{&%#${##{#({'(#&'('%$%(('"#" ! B('&%"! ##¹ ¹Œ#±)&' ! (%#" QE)üìôì99999991ìÄôìî9990KSXÉÉÉÉííííY"²?*]@v%+("/#/$)%-&-'*(6%F%X X!` `!f"u u!u"%#%$&&&''(6$6%F$E%Z Z!b b!z{     {zzv v!x" *ð*']].#"32654&#"432''%'3%F2X)§¹®’‘®6 ~rþäæçþåÝ4*ŸþÁ!µäM!þÙ“ØÃ¼ÞÞ¼z¼&þà­ÿþÉ7ÿú7´kc\Ì‘oabÿÿºd7&Qž˜ÿÿqÿãuf&RCsÿÿqÿãuf&Rvsÿÿqÿãuf&Rˆs´+1ÿÿqÿãu7&Ržs´ .+@ /. .]1ÿÿqÿãu&Rjs´ +@ @O0?]1Ù–Ûo )@êêœ r ÜÔ<ü<Ä1ÔÄüÄîî03#3#!!ßööööýúúþoöþõAªHÿ¢œ¼ +ä@<+,&  )&  *&¹& ¹¸&Œ,+,* # #Q)E,üì2ôì2À9999991äôìîÀÀ99999990@p(?-YVUV jf!{    { z{ {!"#$%{&›•%¨ -ð-&YVUZ(ifej(ztvz(‰•š$¢­$]] 32654&'.#".5327#"&''‰þ)gA“¬\*g>—©}66ñ]ŸC‹_’56þîð`¡?‹`!ý°*(èÈOuš))ëÓHn.—MÅw834¨O³MÆxþíþÇ43¨Nÿÿ®ÿãXf&XC{ÿÿ®ÿãXf&Xv{ÿÿ®ÿãXf&Xˆ{´ +1ÿÿ®ÿãX&Xj{´ +@ @O0?]1ÿÿ=þVf&\v^ºþV¤>@¹¹Œ¸½— GFüì22ôì1ìääôÄìÆî0@ `€ à]%#3>32#"&4&#"326s¹¹:±{ÌÿÿÌ{±8§’’§§’’§¨ý®¾ý¢daþ¼þøþøþ¼aëËççËËççÿÿ=þV&\j^´+@ 0? /]1ÿÿh1'q¼;$´ +@@O]1ÿÿ{ÿã-ö&qJD´+@o]1ÿÿh’'šÎJ$´+1@oo]0ÿÿ{ÿã-&šO×D´"+1ÿÿþu¥Õ&$äÿÿ{þu€{&D¿ÿÿsÿã'k&&º-uÿÿqÿãçf&Fv‰ÿÿsÿã'm'½Lu& ²<=/1ÿÿqÿãçf&Fˆ¤ÿÿsÿã'P'ÁLu&ÿÿqÿãç'¸¤Fÿÿsÿã'm&&¾-u@]1ÿÿqÿãçf&F‰‰ÿÿɰm'¾ìu'ÿÿqÿãÛ&G¸ @_?]1ÿÿ ºÕ’qÿãô$J@$Ó ù"¹¹ Œ¸—   GE%üìô<Äü<Ä1/ìäôÄìÄîý<î20¶`&€& &]!5!533##5#"3232654&#"¢þºF¸šš¸:±|ËÿÿË|±ýǧ’’¨¨’’§¶N}““}úü¨daDDaþËççËËççÿÿÉ‹3&(q¡=ÿÿqÿãö'q–H@p]1ÿÿÉ‹m'À¡u(@@]1ÿÿqÿãH'š–H@p]1ÿÿÉ‹P'Ážu(ÿÿqÿã'¸–HÿÿÉþuÕ&(Ìÿÿqþu{&HxÿÿÉ‹g&(¾¦o@@ ]1ÿÿqÿãa&H‰”ÿû´!+@!]1ÿÿsÿã‹m'½\u* ²<=/1ÿÿqþVZf&ˆhJ ² <=/1ÿÿsÿã‹m&*ÀuÿÿqþVZH&Jš‹ÿÿsÿã‹P'Á\u*@?]0ÿÿqþVZ'¸jJÿÿsþ‹ð'×^ÿí*ÿÿqþVZ4'Ãà JÿÿÉ;m'½u+´ +@ / ]1ÿÿÿådm'½uK*´+1K°QX»ÿÀÿÀ88Y@ €€@@]É‹Õ:@•  •­  8 Üì22Ìüì22Ì1/<ä2üìÜ22ì2203!533##!##53!5qÊÞʨ¨Êý"ʨ¨ÊÞÕààà¤û¯Çý9Q¤¤ààxŸ>@! ‡ ‡¸— N  Ü2ì22ÌÌôì1/<ìôÄìÜ2ì290#4&#"##5353!!>32Ÿ¸||•¬¹}}¹`þ B³uÁƤý\žŸž¾¤ý‡ö¤zz¤þ¼edïÿÿÿäx^'».u,´ +1ÿÿÿÓg7'žÿó´+1ÿÿY1'qÿ.;,´+1ÿÿÿòHõ'qÿÿÿó´+1ÿÿÿõgm'À.u,´+1ÿÿÿäVH'šÿó´+1ÿÿ°þu%Õ'ÿd,ÿÿ–þu 'ÿJLÿÿÉ•P&,Á/u³<<1´??]0Áy{,@ ¸¿Füì91/ìä0@4D@P`p]3#Á¸¸\`û {ÿÿÉþfïÕ'-\,@ì1ÿÿÁþV±'M8L@Fì1ÿÿÿ–þf_m'½.u-´+1ÿÿÿÛþV\f'ˆÿù´+1ÿÿÉþjÕ'× .ÿÿºþœ'׬ Nºœ` »@(B¼ F üì2ÔÄ91/<ì290KSXííííY"² ]@_ ')+Vfgsw‚‰Ž“–—£    ('(++@ h` ‰…‰š—ª§¶ÅÖ÷ð÷ð]q]33 ##º¹%ëý®kðýǹ`þåýòý®!ýßÿÿÉjl'ºnv/ÿÿÁJl'ºZvO±<1K°QX¹@8Y@ŸO]0ÿÿÉþjÕ'×› /ÿÿˆþ­'× O@@]1ÿÿÉjÕ'¸ŸÿÃ/ÿÿÁ'¸9O @]1ÿÿÉjÕ'y1w/ÿÿÁ„'yÖsOK° QK°SK°QZ[X¹@8Y1ÿòuÕ ?@ •  : yô<ìÄü<Ä991/äì90´0P]3%!!'7ÓË9Pþw×ü^”MáÕý˜Ûoþîýãª;jnžH ^@ — z z Ô<äü<ä991/ì90K°TX½ @ ÿÀ878Y@ @ P ` sz p à ð ]37#'7Ǹ}Lɸ{JÅý¦ZjüãšXjÿÿÉ3l'ºÅv1@O]1ÿÿºdm&vBQ @?O]1ÿÿÉþ3Õ'× 1ÿÿºþd{'× QÿÿÉ3_&1¾õg´ +@ /  ]1ÿÿºdf&Q‰´ +@]1ÿÿ͹Õ'QU~ÉþVð;@  AüK°TX¹ÿÀ8Yì2ÔüÌ1@ •°•‘/äôìôì0!"#367632+53265Pþͳ×ÊÊNij™ãéQRµW1fO¬ÿÞü²Õñ†CCþÁþÌüoÕa`œZ ºþVd{;@ ‡‡¸¼ NF üì2ôìÄ1/äôÄìÔì90´`!Ï!]+5327654&#"#367632dRQµþéi&&||•¬¹¹BYZuÁcc¤ýHÖ``œ01™²Ÿž¾¤ý‡`®e22wxÿÿsÿãÙ1'q';2´ +@]1ÿÿqÿãuõ&qsÿR´+1ÿÿsÿãÙm'À'u2´+@]1ÿÿqÿãuH&šsR´#+1ÿÿsÿãÙk'Â'u2ÿÿqÿãuf'Ÿ Rs Õ;@•••­   üìÔÄÄÔì299991/ìì2ôì2î0!!!!! !# !3úýÇý9øû×þOþA¿±gþ¿þÀ@AÕªþFªýãª|pm|ªþáþàþßþßqÿãÃ{'3„@1†ˆ ©. ¹(¹»"%¸Œ4"1 K1 Q+E4üìôüôìÄ9991ä2ô<Ääì2Äî2îôî90@%?5_5p5Ÿ5Ï5Ð5ð5????? ooooo ]q].#"!3267#"&'#"32>32%"32654& ¤‰™¹Hü² Ì·jÈbdÐj òQGÑŒñþïñŒÓBNèâú°”¬«•“¬¬”˜³®ž5Z¾Ç44®*,nmnm98olkpþ݇çÉÉçèÈÇéÿÿÉTl'º•v5ÿÿº”m&vBUÿÿÉþTÕ'× 5ÿÿ‚þJ{'× UÿÿÉT_&5¾}g@_]0ÿÿºZf&U‰´ +@]1ÿÿ‡ÿã¢l'º•v6ÿÿoÿãÇm&vBVÿÿ‡ÿã¢m'½“u6 ´ ))Ic:1ÿÿoÿãÇf&ˆ%V ´ ))Ic:1ÿÿ‡þu¢ð&6z‹ÿÿoþuÇ{&Vzÿÿ‡ÿã¢m&6¾‹u ´+ ""Ic:1ÿÿoÿãÇf&V½' ´+ ""Ic:1ÿÿÿúþuéÕ&zP7ÿÿ7þuòž&záWÿÿÿúé_&7¾sg´ +1@_]0ÿÿ7þ‚&W¸7p@]1ÿúéÕF@ • • @ @ Ô<äÌü<äÌ1/ôì2Ô<ì20@@pŸ ]!!!!#!5!!ïýî þ÷Ëþ÷ ýîÕªýÀªý¿Aª@7òžC@©©¼ ‡ Fü<<Ä2ü<<ÄÄ2991/ìô<Äü<Ü<ì20²¯]!!!!;#"'&=#535#53w{þ…{þ…%&s½½ÕQQ‡‡‡‡žþÂéŽé‰''šPOÒéŽé>ÿÿ²ÿã)^'»îu8´ '+@ ]1ÿÿ®ÿãX7'žƒX´&+1ÿÿ²ÿã)1'qî;8´ +@ / ]1ÿÿ®ÿãXõ'qƒÿÿX´+1ÿÿ²ÿã)m'Àîu8´+@]1ÿÿ®ÿãXH'šƒX´+1ÿÿ²ÿã)o&8œðiÿÿ®ÿãXÊ&Xœ|Ä @@@!]1ÿÿ²ÿã)k'Âîu8ÿÿ®ÿã^f'Ÿ°Xÿÿ²þu)Õ&8úÿÿ®þuè{&X'ÿÿD¦t'½õ|:´+1ÿÿV5m'ˆEZ´+1ÿÿÿüçt'½r|<´ +1ÿÿ=þVm&ˆ^\´+1ÿÿÿüçN&<¹su´ +1ÿÿ\l'º•v=ÿÿXÛm&vB]ÿÿ\P'Á¾u=ÿÿXÛ'¸]@ O _ ¯ ß ]1ÿÿ\m&=¾¾uÿÿXÛf&]‰´ +@ ]1/ø#@ ‡ —©¼ Lü<ÌüÌ1/ôìôì0!##53546;#"˜¹°°®½®°c'&ÑN»«™()g ÿã¤,D@%¹ ¹ Œ¸")%©,$'—".EG* ,(%#'F-ü<Ìì222Ìôìì1/ôÜ<ì2äôÄìÆî04'&#"327667632#"'&'##5353!!åST’’TSST’’TSýŽ:YX{Ì€€Ì{XY:¹šš¹Eþ»/ËtsstËËtsstRd01¢¢þøþø¢¢10d¨}““}ÿ—PÕ)C@#• •• ­ . *üì2üìÔì9991/ììôìî90²"]!2654&#!2654&#%!2#!"#546÷D££þ¼+”‘‘”þ çú€|•¥þðûýè„vœÀÉý݇‹Œ…fþ>orqp¦À±‰¢ ˘ÈÚ0_i1Fµ£ÿÿÉìÕ¥ºÿã¤&8@¹#¹ Œ¸©—(EGF'üì22ôìÄì1/ôìäôÄìÆî067632#"'&'#!%4'&#"3276s:YX{Ì€€Ì{XY:¹NýkrST’’TSST’’TS¶d01¢¢þøþø¢¢10d¨¦üÀËtsstËËtsstìÕ 3@  . /Üì2üìÄÌ1@ • ­ •/ìäôì³ 9/04'&#!!276!2#!#ON£þ¼D£NOý|NûþðûýèÉ8·‹DCýÝDC¨ýšÚÞÝÚD‘ÿã¤>@  G /Üì22ôìÄÌ1@¹¸ ¹ Œ—/äôìÄôìij9/0>32#"&'##34&#"326s:±{ÌÿÿÌ{±:¹º"Qr§’’§§’’§¶daþ¼þøþøþ¼ad¨DÑüËççËËççsÿã'ð0@†ˆ•‘ † ˆ• Œ0 Ü<ôìì1ôìôìôìôì0>3 !"&'53 !"shí†S†þzþ­„íjfç‚þðÿ‚çfbGGþaþ˜þ™þaHHÓ_^9'(9^_sÿãZd$D@"!• % ¡® •¡®•‘Œ%  0%üü2ììÄ1äôìôìîöîÜì0´&&].# !267# !2676;#"'fç‚ÿþð‚çfjí„þ­þz†S`œ SfãM?†nbÕ_^þÇþØþÙþÇ^_ÓHHŸghŸ$Ãbzª–qÿãÌ"N@$†ˆ† ˆ ¹¹¸Œ#‡—# HE#üô2Ììì1ôìäôìþôîõî0@ $$€$$ $].#"3267#"!2546;#"çNP³ÆÆ³PNM¥]ýþÖ-GF¡µE0iL~õ++ãÍÍã++ª$$>: ÖÀœaÿÿ ºÕ’ÿ—Õ.@• •  2 üìôì99991/ìôì0²`]3 !%! )"#546÷ô5þáþËþBŸ²–þhþPþa„vœÀ/ûw.,¦þ—þ€þ~þ–0_i1Fµ£ÉìÕ.@  .üìôì2ÄÄ1@ • •­• /ìôìôì0)!"!!"$54$3!!ž@Dþ¼£NýèûþðûNý|·þï#‡“ú+ÚÞÝÚÀqÿãZ?@¹¹Œ¸‡—G EüìÄôì221/üìäôÄìÄî0¶` €   ]5!#5#"3232654&#" M¸:±|ËÿÿË|±:ý§’’¨¨’’§n¦ùì¨daDDad¹üÀËççËËççqþVuc'T@ )E Q E(üìÄô²]ìÔìì99@   ¹¹¶(ôìÔüÔÌ99@%S ì910%!"'53254%&'&326&#">kþGÝxfööþøÐuŽïð›'«””¬¼~@3cnBOþðF™Fu\0%p‡9þÇþíœþü ËåèÃÂÇ *܃EÕ +@    ÜÄÄÔì2Ä1@ • •­•/ìôìôì0!5!!5!!5Eü>øý9ÇýÕú+ªªºªuÿãÙðD@&¡®•••­• ‘Œ3üÄìôì91äôìôäîîôî90!!"56$3 ! 7327uþíþî‹üpo’^‹þˆþÆþ·þ—Ü ÿÊÊÿ   2`_×FHþgþ’þŸþ[·ÌÃþääÿã{ð(@@$ † ˆ •‘)•­)† ˆ•#Œ)* &)üìÔìÔÄÄÌ1ôìôìôì9ôìôì0.54$32.#";#"3267# $546؃Ž æYÉsr¾S˜£ž•¶®¥¹Ç¾mÈTjÇ^þèþУ%!«|²Ñ ´&${spw¦•„–21Ã%%òÝÄÿ–þf#ÕA@ • °••­ üì2ÔÄÄ991ìôìîôì990² ]!!!!+53265ÉZýpPý°ÍãM?†nÕªþHªýŸþòôª–ÂÿþVøe@# ‡ ½©‡—¼ LüK° TX¹@8YK°TX¹ÿÀ8Y<Äü<ÄÄ991ä2üìî299ôì990¶@P ]#"!!+53265#535463ø°cM/þÑ®½®°cM°°®½™Phcû뻫™Ph*N»«sÿã—d&I@43! F'üìüôìüÄÄ1@•'$•$•¡®•‘Œ'äôìôìþÔî99Üì0%!5!# !246;#".# !26Ãþ¶uþæ þ¢þu‹^[£DÉãM?†npü‹þîþík¨Õ‘¦ýSU™mn™¼êª–Â×_`þÎþÑþÒþÎ%þRvÕ%•@ 'P $&ÔÔìÔìÔ]ĵ 91@ •½%$&ä222ôì³990@ #%$$ì<ì<¶$ì¶#$ì´%#@$"! #9927654'&'3#"'&547673¿6,3,,3,6ÙÞýºhC.Kd››dK.ChýºÞþý B9Iy\\yI9B z^ûÏÈ®wB‹AWWA‹Bw®È1ºG*O@, *&NF+üì2ôìÄÄÌÔì91@‡ '&‡& ‡ #¸—/<ìô<Äì9ì99ì0%27654'&'5+"&54&#"#3>323L•TWJ>yàmoþàÝF»||•¬¹¹B³uÁÆLiœbe›Þp_!”‘þìõþæÈΟž¾¤ý‡ýžedïèþò“gÉÆÕ .@ • üK°TX¹@8YìÄ991/äì9903;#"&ÉÊn†?MãÍÕü-–ªô RÕ E@ •¯  ü<ÄK°TX»@@88Yì2Ä1/ìÜ<ô20@ 0 @ P ` Ÿ ]33###53ÉÊ¿¿Ê¿¿Õýªý¿AªÉ÷ðf@ üì2ÔÄ9Ôì1@%    B  •‘¯ /<ìôì9990KSXííííY"#54&#" !#3632÷ªI&F%ýÝþöý3ÊÊlUqˆUUHy6P#ýùüãÏý1Õý‰CO\[n¹œË@   Füì2ÔÄ9Ä1@B  •— ¼/<äüä90KSX@     ííííY²]@5 ( ' ( ++@h `‰ … ‰ š —ª § ¶ÅÖ÷ ð ÷ ð ]´ q@%  ' ) +V f gs w ‚ ‰ Ž“ – —£ ]46;#"3 ##¹£µ¿¨iL%ëý®kðýǹ~ÖÀœa™ýÿãýôý¬#ýÝ * 2@F ü<ì21@ ©—/ìÔ<ì20@  @ P ` p ð ]33###53Á¸±±¸··ý8ýD¼= @     ÔIJ€]ÔÄÄÌ9´ @ ]1@  — /<ôÄÄ90@2 ©© ©        ìììììììììì<<ììü<3''%'3%# =ëGþÔ!)KÈ4:!þÉíÃþÆþ~2¼eccÅŠhahú×<üIJÿã'Õ'J@ )PP (üìüüüÌü<91@ !•!$Œ( /ô<<ô<Äì2909%#"'&5332653327653#5#"'&¦EÀ‚¯__Ë'9u¦Ë99w{SSËË?°yzVUÕ|v{zâûïº5N¾¤ìûï¢NM_`£ìú)®gb>>ÿ–þf3ÕŒ@)B • °¯6  9üìä99üì991/ì299üì990KSXííY"² ]@068HGif€ FIWXeiy…Š•šŸ]]!3!+53265É–ÄþðýjÍãG?†nÕûáú+áû‡þòôª–ÂÿÿºþVd{KsÿãÙð 1@ 3üì2ôì21@• •­ •‘ Œäôìôìì0! ! "!&32sy:;xþˆþÅþÆþ‡µÊÿ ¬þýVûÜÜøéb¥þ[þŸþžþ[¤ÅþäÃÃýzþÿþÂ=ÿÿgÿã&2ôÌ¢4ÿÿvÿãÓë'ÌX RsÿãÏð3@•¯• ‘•Œ!  üìÔ<ìÜìÄ1/ôìôìôì0!4&#! !2!2"327&nz¼þÅþÆþ‡y;pa'ãÍüXÜþýܯ€ŠÓ–û‹Ó¤bb¥ôþòü-Lþ¸þæþåþ¸gFqþVY{!:@ ‡¼"¹¸"¹Œ½"# E"üìÔìÜìÄ91äôìôìôì04'&##"3232"327&¡&&i‰ðñþïñdRصRQý”¬«•@TþVt™10ü¼98``ÖûŒ‰çÉÉç:ð6ÿ—ñÕ:@••   ? üì2üì91/ôìÔì0@ ?_¯]32654&#%!2+#"#546÷þššþ8ÈûþÿûþÊ„vœÀ/ýÏ’‡†’¦ãÛÝâý¨0_i1Fµ£¹þV¤$O@$#¹¹¸Œ½% ©—%G  F%üì22Ì99ôì1ôì99ääôÄìÄî0@ `&€& &à&]%#46;#">32#"&4&#"326sº£µþçiL:±{ÌÿÿÌ{±8§’’§§’’§¨ý®(ÖÀœa™Èdaþ¼þøþøþ¼aëËççËËççÉþøTÕV@  ?  üì22üÄì99991@• • /ìÜôìÔì9990@ @u|]#.+#33 326&#A{>ÍÙ¿J‹xÜÊÊþüƒý‰þš™Ž´~þh–bþ‘ÕþøÖغOýÑ’ ‘rÿãð!d@ -" "ÜìäüìÄ99991@B!¡” • •”‘Œ"äôäìîöîÎ90KSX@ ííY6 327# '&546?6764'& ÌäÆÊâ{š‡¼­áøþýÖþç’‘×âz¦<;YZþ¡ä¤LäþÀ-|숋Ð_ppÙ¶Ù+23Ù@@mdÿã¼{'Ï@  !! RE(üäìÔìÄ99991@ †'‰$†‰¹$¹¸Œ(äôìþõîõî90@S !S BKSXí9í9Y"²]@/)?)_))€)) )ð)]@% '$&((*//*( ( ))$††††]@.,,,;;;; q>323267#"&546?>54&#" L´fÎà˜«@«eŒ‚aÆflÃZØ÷¥Ä?”b‰‰Z¨N?¬ž‚•$%PKQY55¾##¶œ‰™*!I@TT((ÿÿÉ‹Õ7þòþV×6@   O ü2ü2ÌÌÔÌ1@‡ ‡— ‡½ üìôìÔ<ì20;#"&5# 54!23%&'&#"3wMc°®½®¾þò/µR5¿þ†!n|wjû=hP™«»®ÒØ`@o›š,0A37þVòž?@ Fü<Äü<Ü29üÌ1@©¼‡‡½/üììô<Ìì2990!!;+53276="&5#53w{þ…Ks½¤´F0j&&Õ§‡‡žþÂý ‰N®ÖÀœ01™ŸÒ`>éÕX@ •@  ÔÔìüä991/ôì2Ä990K° TX½@ÿÀ878Y@@pŸ ]!!##"#546®;ýîË^„vœÀÕªúÕ+Zi1Fµ£7òI@  Fü<Äü<Ä2291@‡— ©¼‡ /ìô<ì299ôì990²¯]!!;#"&5#53546;#"w{þ…Ks½½Õ¢‡‡®½®°cMÃcý ‰NšŸÒ`N»«™QÿúþféÕT@• ½•@@ ÔäüäÄ1ôì2ôì0K° TX½@ÿÀ878Y@@pŸ ]!!;#"&!ïýîn†?NãÍýîÕªû=–ªôÃÿÿ­ÿ÷_&8ûÌä4ÿÿ°ÿãië'Ìî XNÿãÏÊ:@!3   üÄüÄôÄìüÄ1@ • •Œ ôìü<ì2220!! 47!5!3254'5!ÏþÀ¡ŽþþÑþÏþ‘žþÁX²Ç ØØƱXþØÂþËþwŠ>¸*‹²²aþ´ÊïþÝ"ðÊLa²ÉÿávÕ-@   üìÔì/<91@ •ŒôììÄ0%254'&'5!'&'&33ÆØcAn³¡ŽÀ¿þÏMèagÊn†"ðʦmWDþØÂþËÅÄtzðü–ÿüððd@  @ @Ôäüä9Ä9/ì1@ •‘ ¯/ì9ôìÌ990@        BKSXííííY""#3 632#54&×9%þ„ËýðÙžNZ£ˆUUªIGý¿ý9Çýšùˆ\[nƒy6P=þVØ{j@  ÔK° TK°T[X¹ @8YK°TX¹ ÿÀ8YÄÄ9Ôì991@:        B ‡½ ¹¸ ¼ Ääôìôì9990KSXíííííí2Y"@      '$$  )( % $ $ ' 755008 6 6 8 A@@@@@@@@B E G TQQUPPVUVW W U U ffh {‰Š … … ‰ ™ • • ¤ ¤ F]@%     # 5 I O N Z Z j ‡ € “ ]+5326?3 67632#54&#"“N”|“lLT3!þ;Ã^0X‡ƒ¹²Q99) hÈzšH†TNü”À43`¿†rr:T*\ÕÀ@5    B ••• B ÜK° TK° T[X¹ ÿÀ8YÄÔä99ÄÄ91/ìôìÔ<ì20KSXíí<<<323#‰ÁüL:sþ§â_%'ST†_ijxzÔXè"Jhì0ªªª@umHLIwKK!!CÌ12èÂ\RI`1]ÿÁùÕ5@ FüÔììÔÔìÌ1@ •• • ôìÔìÌÔì0 4&#!!!%$ $5& ¹¥ý÷¡ý)s¢Q;-˜ýÄþÐþÛ%†“,ªþ%ÐhþàV)$yòÝhþL?`3@  FüÄìÔÔìÌ1@‡½‡ ‡ ¼ôìÔìüÌ2ì03 4&#!!!32!"'hªÎ–¹¥þŸýŸÝiä¦;-˜þè»Ô§c%†“,ªþ&cÔþàV)$yJXÿ㥞$!"'&'5327674'&+#5333!ªpln‰þíUQQLITNP³c9:VÀ>ååÊçæ}wsªº}#¬(rA…bLr¤þ줺þV¤{@@  Füì22ÔìÌ1@ B‡ Œ¼½ìÄôôÌì0KSX¶‡íÌY#36763254'&#"s¹¹4‡QÒ¸MNüÏr98xÜ­zþÐ ªBR1pq™þWþäù…BAïÉþV“Õ&@ —½Füì1ìì0@ @P`pð]3#ÉÊÊÕøÿÿÉþV'Õ'‚”‚þVœÕ:@ ©© — ½  Ô<<Ì2ü<<Ì21ìì9/<ì2Ü<ì203!!!!#!5!5!5!sÊ_þ¡_þ¡Êþ¡_þ¡_Õý—¨ðªý,Ôªð¨ÿÿɔՔÿÿÉ Ðm'?±'ÿÿÉ °f'@Õ'ÿÿqÿã‘f'@¶GÿÿÉþf$Õ'-‘/ÿÿÉþVÞ'Me/ÿÿÁþVï'MvOÿÿÉþfòÕ'-_1ÿÿÉþV·'M>1ÿÿºþVÞ'MeQÿÿhm&$¾¾u±<1ÿÿ{ÿã-f&D‰Z´ +'+1ÿÿÿþ`m&,¾/u ´ Ic:1ÿÿÿà^f&ó‰ÿ ´ Ic:1ÿÿsÿãÙm&2¾'uÿÿqÿãuf&R‰v± <1ÿÿ²ÿã)m&8¾öu±<1ÿÿ®ÿãXf&X‰v ´ Ic:1ÿÿ²ÿã)3&ì08ÿÿ®ÿãX1'q{;¾ÿÿ²ÿã)Z&8ï6ÿÿ®ÿãX"&Xïÿ¾þÈÿÿ²ÿã)Z&8ô0ÿÿ®ÿãX"&XôÿÄþÈÿÿ²ÿã)`&8ð0ÿÿ®ÿãX"&Xðÿ¾þÈÿÿqÿã{ÿÿh3&$ìÿÿ{ÿã-1&¦qR;ÿÿh3&$îÿÿ{ÿã-ô&Dîÿ“þÁÿÿH4'q×>ˆÿÿ{ÿãoò'qèÿü¨sÿãð%T@!$"43 &üìü<ÌäüÄÄ1@"#•%•¡®•‘Œ&äôìôìþÔî99ܰ KTX±"@8Y<Ì203## !2.# !2675#535!5‹yyuþæ þ¢þu‹^’opü‹þîþík¨Cýýþ¶ þÖXÿSU™mn™HF×_`þÎþÑþÒþÎ%'µX„¦qþVú{ 4X@"2% G,E5üÄìôì22ÄÄ1@ #% ) †¹¹2/¸3¼ ¹½&)/ÄäìäôÄìþÕî99Ô<Ì20¶`6€6 6]4&#"3263#!"&'532767!5!6=#"3253¢¥•”¥¥”•¥¸³Æ:þúa¬QQžRµZý„š9²|ÎüüÎ|²9¸=ÈÜÜÈÇÜÜënXF]@Œ³,*_EG^[cb::bcªÿÿsÿã‹m&*¾Ju±!<@”!T!$!]1ÿÿqþVZc&‰JýJÿÿÉjm'¾¢u.ÿÿÿéœm&N¾u*´ +1K°QX»ÿÀÿÀ88Y@ €€@@]ÿÿsþuÙð'42ÿÿqþuu{'€RÿÿsþuÙ1'q';¬ÿÿqþuuõ&qsÿ­ÿÿ ÿÁøm'¾¾uyÿÿXþL/f&‰TÿÿÿÛþVdf'‰ÿ%ù ´ Ic:1ÿÿÉ ÐÕ'=±'ÿÿÉ °Õ']Õ'ÿÿqÿã‘']¶Gÿÿsÿã‹l'ºv*ÿÿqþVZc&JvýÉÿã-Õ5@8üì2üì2Ôì1@•­ •Œ/äìä2üìÄ03!327653! '&5!#ÉÊÞÊ>=™”B>Êd`þæþígdý"ÊÕýœdûìŸPNOK¤ŸýZ߀xxvé ý9ÉþVð@@  üì22ÔìÌ1@ B• Œ½ìÄôôÌì0KSX¶‡íÌY%#3676324'&#"“ÊÊ8‘WâÆSTü‘¡=<íºœýº¹HW5xz¤þ7þή GFþÿÿÿÉ3k'¼u1ÿÿºdd&QCÿþÿÿhs&‡º\}ÿÿ{ÿãÜs&§ºì}ÿÿHl'º\vˆÿÿ{ÿãoc&¨veÿýÿÿfÿºål'ºþvšÿÿHÿ¢œc&ºvýÿÿhp&$Ãåzÿÿ{ÿã-d'À˜ÿþDÿÿh6&$¿¼>ÿÿ{ÿã-H'ÂeDÿÿÉ‹p&(Ã¥zÿÿqÿãc'ÀºÿýHÿÿÉ‹6&(¿¦>ÿÿqÿãH'©Hÿÿÿ§sp&,ÃYzÿÿÿÃc'Àfÿýóÿÿw6&,¿>>ÿÿÿãUH'Â$óÿÿsÿãÙp&2ÃAzÿÿqÿãud'ÀŸÿþRÿÿsÿãÙ6&2¿>ÿÿqÿãuH'˜RÿÿÇTp&5Ãyzÿÿ‚Jc'À%ÿýUÿÿÉT6&5¿€>ÿÿº^H'Â-Uÿÿ²ÿã)p&8Ãzÿÿ®ÿãXd'ÀÔÿþXÿÿ²ÿã)6&8¿ì>ÿÿ®ÿãXH'«Xÿÿ‡þ¢ð'×v6ÿÿoþÇ{'×,VÿÿÿúþéÕ'×S7ÿÿ7þòž'×WœþRsð. 56$>54&#"57>54.#"5632?4o¹ÿþê™È1¹\}p_s£ø54&#"57>54.#"5$32§Fp>!Bl˜³•J¢õžc(v];?Øß"AW?-1CA#E¨“ †p¸tgÍDZX%KŠlaF='‚.`[b[3XpV‹U 2#Pš™³×ÊÊQÌãéÉ×ÕÿÞü²Õñ‡†þÁþÌúÙqÿpD(4%3254'"632!"'#67&5#"'&76323 76'& ¶% 44ÊnˆôþªI5"ÄC0:XY|Ë€€Ë|YX:¸üÕST$TTTTþÜT‚¯- ¸Îþ¿H:E“<$d01¢¢¢¢10d^üæþjtsst–tssqÿã%ð ;W@$3=E (B!8;7B/E<üìôì̲ ;]ôìÌôìì91@$3•­< ;‘<,Œ<ôìôÌÔÌôì990" 7654&327654'&'52 '&54767&'&5476!˸jkkjpkkÔô‚ª_;̨_`Lm‚ä–‹ª˜¬_`œ›ýº›œ`a««CU‚tÅMMþòMMMN†‡š'|OEH-AAˆž+Mdhaº€² "ccÙttttÙcc"FYX‚SJqÿãq 4C@6E B42()+&BE5üìôìÌ2ÔìÌ2ôìì1@4)"¹.­5¹Œ5ôìôì99Ì20" 7654'& '&5467&'&5473327654'qSRRS SSSRþ:4H‚’RQ…„þ„…¤’;4?¡+IHƒ‚IJ,ÅMMþòMMMN†‡MMJ@b™@Y "ccÙttttÙÆ"#VKŽYIAèAAAAtw>\þVÕŸ@ B  ÜK° TK° T[X¹ ÿÀ8YÄÄÔìä991@ B• •• /ìôìÜì0KSX@ ííY@@ )&8HGH  /59?GJOUYfiowxŸ]]+53276=!5!5!!žHrþéi&&ûõ°üg•üPÇþßP%œ01™š‘ªšûoXþVÛ`¬@   ÜK° TK° T[X¹ ÿÀ8YK°TX¹ @8YÄÄ´@`]Ä99Ô´@`]ì1@ B© ©¼© /ìôìÜì0KSX@ ííY@2&GI + 690EIWY_fh€¯]]+53276=!5!5!!ÛžHrþéi&&ý5´ýejýL´þßP%œ01™¨%“¨üÛÿÿhP'Á¼u$ÿÿ{ÿã-'¸JDÿÿÉþu‹Õ&(z¢ÿÿqþu{&Hz{ÿÿsÿãÙ3&2ìbÿÿqÿãu1&¸qs;ÿÿsÿãÙ3&2óiÿÿqÿãué&Róÿµþ¶ÿÿsÿãÙP'Á'u2ÿÿqÿãu'¸sRÿÿsÿãÙ3&2îjÿÿqÿãu1&ñqs;ÿÿÿüç1'qr;<ÿÿ=þVõ&q^ÿ\Šÿp\%3254'"632!"'#67&73Î% 44ÊnˆôþªI5"ÄC1¸‚¯- ¸Îþ¿H:E“þÂÿÛþVy` 8@ ‡½¼  OF üìä991äôì990@  @ P ` p ]3+53265Á¸£µF1iL`ûŒÖÀœa™qÿ㌠#/A@1E%G +G!E0üìô<<ü<<ôìì1@(¹ .¹Œ ¸ —/ìä2ô2ì2ì20 6& 23632#"'#5#"'&76'&  7/ST$¨¨þÜT¹õr¹rôÌÿÿÌôr¹rõË€€]STþÜTSST$Túþjtsç–çs Å^ý¢Åþ¼ýðþ¼Å¨¨Å¢¢¢¢üé–tsstþjtssqþVŒ{ %/D@1E$G+G'E0üìô<<ü<<ôìì1@ *¹.¹!¸ Œ½¼0äää2ô<ì2ì20'&  7"'##"'&763253632 6& ÍSTþÜTSST$T¹ôr¹rõË€€Ëõr¹rôÌÿÿú¢ST$¨¨þÜTd–tsstþjtssþóÅý®RÅ¢¢¢¢ÅªªÅþ¼ýðþ¼þjtsç–çsÿýÿº|3 #!#'#7'7 3!Jå†afþp|ÒˆýÖÍ2F;R/þîo½]jÕþ¡¡Yþ'üñŽFF8Äý±þO ÿºŠ",'&76!27&'!2767# '#&# rfÜuÃÃS†v=:efc.1üô ˆ‚tsfjwv„þ´Â9Øt‚ÿˆˆFX»hÏÐ$xYv»+!üf //_ÓH$$Ç\/œþØ­ ÿ¢]¼"+'7&576!27&'32767#"'&#"i`½U—–UQ.-Y_výÓc³PNONMRS]ð“7îGG³cc^NæÌ lOU ý^q+ª$VqrÍg jÕ ;@  • •: ü<Ììü<Ì1/äìÔ<ì20@ 0P€€]33#!!#53ÉÊ¿¿×ü_¿¿Õýwýÿ²ÿº1##'!5!7 !é4þ"Ëþ gZýî™8fý¦,þÔi>ýÌý ý³XÇRªBYþ boþ{=4'&/&'&54632.#"3#"'&/&'&'&'53276 23«@«LLàÎf´LN¨Z‰DE11”?ÆPS{W„Ÿ“*L'TrGYí$alfcca‚FF'K((%$JK‚ž¬®((**T@%$!,KL‰œ[@Ÿ~$š=&[ó#¾5-,Xþ3`!;#"'&/&+=!qjýN\1“*Ll“TrGYí=Z^´ýe`¨üÝ1þø~$š=&[ó?œ %PÕ6@ ÔÔìÔì9991@ •• •/ôìÔìÔì0##32654&+"56;2‘'ÊñššþE¯O˜«þôþ÷Zý¦‘‡ˆ*,¶FÜá×çP{7@   ÔÔìÔì991@ ¹ † ˆ¹¸/ôìôîÔì032654'&#"5632##/dšLU†IVVN˜«û}„ÔÂʦ‘‡AH+¶FntÛÕåþü ìÕ (\@ #  . &%)ü<Ìì22ÌüìÔì9991@(•%• ••­#/ììôìî99/<ì20²*]!!!2654&#!2654&#%!2#!#53“[þ¥D££þ¼+”‘‘”þ çú€|•¥þðûýè¿¿ÉÉʇ‹Œ…fþ>orqp¦À±‰¢ ˘ÈÚp ÿãÎÕ_@ 8AüK°TX¹ÿÀ8Y<Ìì2ü<Ìì21@ • • Œä2ôì9/<<ì2299990¶Ÿ]3!33#! 5#53!3265²ËáË¥¥þßþæþåþߦ¦¬ý®Ã®Õý–jý–¤–þÜþÖ*$–¤¤}ðÓÓðÿÿhÕ0ÉÿB‹“33#!!!!#7#!#!¸ªAX’— þ¼¹.ý˜AªA°®þ<¹Ù—þV“¾ªþFªý㪾¾ÕúÕýãǺþFqÿB&-1&'&'!3267#"'#&'&3273&#"#ÇSošþ+”JajÇbcÐk{cPªm!)ü81Gª\9/ƒý¼‡š¹ZoÏ ”—Z þò6Zþ—44®*,! œ C ¬à"2’ÅJ®žþc¬ÿ–þfRÕY@   ••° 9 üK°TX¹@8Y<ì2ä99ÄÄ1äüìÔ<ì2990@ 0@P`Ÿ]#+53265#5333R¿ÍãM?†n¿¿Ê¿wýñþòôª–¦¸ýHÿÛþVS@$¾± ‡ ½©¼  OFü<<ì22ä991äÜ<ä2ôì99ôì0@ @P`p]33#+53265#533#Á¸£££µF1iLµµ¸¸`þ¤þ(ÖÀœa™ؤ¬ésþf°ñ$C@$ • °%"•• Œ‘¯%  %üìÔì22Ì991ìäôÄìÄîäì99053;#"&5# !232#"³Än†EMãÍMì¥þòþ¬T¥ìüßêÌÍëëÍÌêíèú“–ªô„€«\\«€ýxþãþ»EEþ»qþV@{$H@"‡½%"¹¹Œ¸¼%G E%üìôì22Ì991ìäôÄìÄîôì0¶`&€& &]#"&=#"3253;32654&#"@Fµ£:±|ËÿÿË|±:¸Li1ûï§’’¨¨’’§þVÀÖ¼daDDadªûŒ™a=ËççËËçç TÕ »@  ?  !ü<Ìì2üÄì99991@!  B• • /<ôìÔ2ì29990KSXíí9Y"²@"]@Bz%%%&'&&& "66FFhuuwˆˆ˜˜]]#.+##53! 32654&#A{>ÍÙ¿J‹xÜÊ¿¿Èüƒý‰þ’••’¼~þh–bý‰w¦¸ÖغOýƒ…J{=@ Fü<ÄÄü<<1@ ‡¸© ¼/äÔ<ì2ôìÄÔÌ0´PŸ]###533>32.#"«¹¬¬¹:º….I,œ§h¤þ<Ĥø®fc½ΡÿöìÕ3!733!#!53!Ù— –Ù—œþõþöËþöþôwþјÕààà¤þvý9ÇФ¤â þVµ`+5326?!533!33!+“N”|“lLT3!ÍþÖð¾Ã¸L¸Ã¹ïþ×ÁÚmhÈzšH†TòÍþ3Íþ3þð®ÿã`{ %²@ '  F&üì22ÔìÌÄ991@© ¹¸& †º¹#Œ ¼&äôìüìôìÄÔä¶  9990@1??? ?!OOO O!___ _!ooo o! ! !]@%???? ?!?"OOOO O!O"____ _!_"]2654&#"3>32#!3267#"&߬o™¹¸¸?¼ˆ¬Ëýûþþ§—`¶Te¾Zóð+f{bsÙ´)LªfaÁ¢½À‹..ª''üqÿãZ{8@¹¹Œ¸¼G Eüìôì221/ìäôÄìÄî0¶`€ ]53#5#"3232654&#"¢¸¸:±|ËÿÿË|±ýǧ’’¨¨’’§¶ªû ¨daDDaþËççËËççºÿã£{ 8@¹  ¹Œ¸¼G Füì22ôì1/ìäôÄìÆî0¶`€ ]4&#"326>32#"&'#3å§’’¨¨’’§ý:±|ËÿÿË|±:¸¸/ËççËËççRdaþ¼þøþøþ¼adª`ºÿ㤠$C@¹  ¹Œ¸!©—G! F%üì22Ä99ôì1/üìäôÄìÆî0¶`&€& &]4&#"326>32#"&'#46;#"å§’’§§’’§ýŽ:±{ÌÿÿÌ{±:¹³¥þéZ[/ËççËËççRdaþ¼þøþøþ¼ad¨~ÃÓœ}}ÿãõ{0@†ˆ¹¸ † ˆ¹ ŒEH Ü<ôìì1ôìôìôìôì0>32!"&'532654&#"M¥]ý*þÓþúU¢LNP³ÆÆ³PN3$$þÂþòþîþÆ##¬++ãÍÍã++qÿsç{'/O@( ,,H"E0üä2ìì991@†ˆ¹.*¹¹%¸Œ0äÌôìüÜìõî0@ 11€11 1].#"67632#"'#47&'&!23254#"çNP³Æc'>Ij£J?_S›PI™ 9/•-U¢þŠ:M’„e5¬++ãÍÍrQ,3H=Y}/)9DhQ#3¡ :#ü:9KqþV@$K@$©½%"¹¹Œ¸—%OG E%üìôì22ä1ìäôÄìÄîüì990¶`€ ]#"&=#"323;32654&#"@Fµ£:±|ËÿÿË|±:¸Li1ûï§’’¨¨’’§þVÀÖ¼daDDad^ùØ™a=ËççËËççqÿã¹$=@"¹¹ Œ¸%©—%  GE%üìôì221üääôÄìÄî0¶`€ ]546;#"#5#"3232654&#"¢£µ¿ªiL¸:±|ËÿÿË|±ýǧ’’¨¨’’§¶ÈÖÀœa™û‚¨daDDaþËççËËççqÿã{"r@ KE#üÄìôì91@†ˆ©¹ »¹¸ Œ#äôìäììôì90@)?$p$ $Ð$ð$?????,//,ooooo ]q]47632!"&'532767!7&'&#"qƒ„âü”•œþôkÐcbdcj·fg ü²¸]\šˆRS^ú’‘¡¢þíþöœœ,*®4cd¾žWWZZqÿã{A@$ †ˆ©¹»¹ ¸ŒKEüÄìôì91äôìäîîôî905!.#"5>3 #"73267qN Í·jÇbcÐk 9þ×üâþù¸¥ˆš¹Z¾Ç44®*,þÈþöþíþ½#Ä—´®ž|ÿã„{ 4w@6.('4 KE5üÄìüìÜ<üÜĶ&  91@/©.'"¹"¸5 ¹Œ5ôìôìÔÜì´†ˆôì@  &"90@ 4 &'<<ü<<<%6'6'32#"'&'&'&5>3 73;#"'&5Nf ý— Rˆ¨`•”üä‚\þLÑladbcÐk œ$˸&&i+@¯WRÖŠÏ>8þœE#Z`vþí¢¡‘gœ»'#d4®*,œ#)u”™10œ`ZÈÿÿ…ÿãÈ|Iÿÿ…ÿãÈ|Ë…ÿã*|>i@@603273;#"'&5Â|ŠþþîPUTZGUU]—UTNH‰”›tCDFEwGQPabªLÄq_ì¸&&i+@¯WRþà@\’l­¶«%88ZX83˜,-F@.. §NBj†”™10œ`ZȦFqÿãÅ|/;@ 1 &,E0üìÔìÄÄÔì1@¹¸0©0¹)Œ0ôìÔìôì²#90"327654'&+5327654'&'2# 76ñû`cchÒ—UTNH‰”›tCDFEhÄqr<žÿÛþV`K@ ‡ ½©¼  OFü<<ì22ä991äÜ<ä2ôì990@ @P`p]33#+53265#53Á¸£££µF1iLµµ`þ¤þ(ÖÀœa™ؤqþV¸ 0U@)  †¹¹&#¸-©*— ¹½*-+& G E1üÄìôì22Ä991/ÄäìôìôÄìþÕî990¶`2€2 2]4&#"326!"&'5326=#"32546;#"¢¥•”¥¥”•¥¸þþúa¬QQžRµ´9²|ÎüüÎ|²9£µ¾©iL=ÈÜÜÈÇÜÜëþâþé³,*½¿[cb::bcÈÖÀœa™qþVZ` #C@ †¹¹#¼¹½ GE$üÄìôì21/ÄäìôìþÕî990¶`%€% %]!"326!"&'5326=#"43!¢þª‡–¥”•¥¸þþúa¬QQžRµ´9²|ÎüüÎ=ˆÍ»ÇÜÜëþâþé³,*½¿[cb:ù*qÿãO{8@©¹†ˆ¹¸Œ4 EüìÜäüÄ1äôìôìþÔî990%#5!#"!2.#"326©›Ae×{ýþÖ-hÅ]_Àc³ÆÆ³O|žŒýð$$>:77ª>>ãÍÍã`þRd`#y@ %  $ÔÔìÔìÔĵ 91@ ¹ ½¼$ä222ôì³  990´ì³<´ìµ<<³<³< 3#"&54767327654'&'bBÀþ_j&;––––;&jþ_ÀBC(::(èxüܱS€c‚‚c€S±$úŽ-EIdccdIE-`ÿãd`#y@ %  $ÔÔìÔìÔĵ 91@ ¹ Œ¼$ä222ôì³  990´ì³<´ìµ<<³<³< 3#"&54767327654'&'b)ÙþrG,E––––E,GþrÙ)C'88'ÑýêbLx>‚‚>xLbü-!@2FF2@!-®þVX`9@ ‡Œ ¼ ½  NFüìôì21ää2ôÄì90´`Ï]332653##"&®¸||•­¸¸C±uÁȺ¦ýaŸŸ¾¤{ùöVfcðºdC@! ‡¸ ©— N  Füì2Ä99ôì1/<üì99ôÄì90²`]#4&#"#46;#">32d¸||•¬¹£µþçiMB³uÁƤý\žŸž¾¤ý‡~ÖÀœa™ÌedïºþVd!J@%  ‡¸"©—‡ NF"üì2Ä99ôìÄ1/Üìüì99ôÄì90²`#]+53265#"#46;#"632d£µþéiLø•¬¹£µþçiMƒçÁƤýHÖÀœa™²=¾¤ý‡~ÖÀœa™ÌÉï >@¾ ± ©¼  Fü<<<ì2221/äÜ<ì2üì0@ @P`p]33###533#¸¤¤¸´´¸¸`þ¤þ<Ĥ¬éÿÿ¦n`Mt„` '@   Üì2üì21@  ©¼ ©/ì2üì205!#3!53t¨¨ý𰼤¤ü褤Kß#<@ % V V$ÜüÜ<ü<ÜüÔ1@#!à !×/ä/ì2Ô<ì903327673#"'#&'&#"#67632=¸ &}33[¸ &}33[üí %$R‡IJý… %$R‡IJLT5@  ÜÜÔ<2ü<ÜÄ1@¹ ©—/ä9/<ì2ÔìÄ033##4'# 7632&#"3¢¸úú¸=þèõ5*7M\üþ ýŽT½öú„K9ÁþV_ (@  F üüÔÄ1@  — ‡½ ôìä990;#"&5y=x1F¿™ùÎ|tœÌÊ(ÁþL6$²@#&#" F%üü<ÔÄÔÄì̲#91@B©"©"† “¹ ½"¼ —/ääüìôìì9/ìì³ 990@$#ìì@  **8;ILT[q ]@$$%$$5$7E$FT$\ ]@    ]2!"'&'5327654'&+5!#3!CicUQþÐþè^cdjTÈm¾cd\[§®®ýj¸¸eÜ8+lhŠÝò%Ã12KK„KJ¦óü3þL¨ºÿæb&^@PP F'üìüüüü<91@  ‡#Œ'¼'ô<<ô<Äì290@0(P(p(( ( (¿(ß(ÿ( ]%#"&5332765332653#5#"'&®Cb`‚¯¾¹ruSS¹rw¦¹¹=ZXyzVUØy=<öâ¤ýb¢œ`^¤zýb¢œÀ¢zûž°e32>>ºþVb&a@PP F'üìüüüü<91@  ‡#Œ'¼½'ìô<<ô<Äì290@0(P(p(( ( (¿(ß(ÿ( ]%#"&5332765332653##"'&®Cb`‚¯¾¹ruSS¹rw¦¹¹=ZXyzVUØy=<öâ¤ýb¢œ`^¤zýb¢œÀ¢zùôZe32>>ºþV{0c@PP)%'F1üì2üüüì9Ì1@‡ %*!‡*-¸(¼&/<äô<Äì29Ôì0@02P2p22 2 2¿2ß2ÿ2 ]>32+5327654&#"#4'&#"#3>32)EÀ‚¯__RQµþéi&&ru¦¹99wSS¹¹?°yzUV‰|v{zâýHÖ``œ01™²¡œ¾¤ý‡ž¢NM_`£ý‡`®gb>>ÿÛþVk{Q@N O Füì2ä99ôì1@ ‡¸¼/äôÄì9@  ‡ ½ôì990´`Ï]#4&#"+532653>32k¸||•­£µF1iL¹B³uÁƤý\žŸž¾¤ýsÖÀœa™t®edïºþVJ{;@ N  Füì2ôìÜÄ1@ ‡¸ ¼ ©½ /üìäôÄìµ  90&54&#"#3>32;#"þR||•¬¹¹B³uÁÆ&&i1Fµþ¶`Ö²Ÿž¾¤ý‡`®edïèýH™10œ³d` y@B¼NF üìüì991/<ì2990KSXííY"² ]@068HGif€ FIWXeiy…Š•šŸ ]]!3!#³ÝÄþðþ#Ä`üy‡û lü”qÿãu{ ,@© ¹¹¸Œ Q Eüì2ôì21äôìîÜì0"!.265!2#"q“•t•’•¨ý†¨–ðþîðñþïßÁÁü è””èüþÈþìþíþÇ98q$`I@  EüìÔì2ÔÄÄij 991@ ©¼ © /ü<ôü<@© 9Ð/ì0!!!!! '&76!#";ýÔýë:üáþ»§¨¨§E*%ðxxxxð%`šþÝ›þ”œŽŽ‚lkØÙlm”ÿÜ>|$2@ &E E%üìÔüÔìì1@ ‡‡#Œ¸%äô<ì2ìÄ02765 26= "&'"&H`k&IÐþnÊI&k`þB"F:.a×¢ Öהģµ0[1þÐþð[0µ£ÄÈT\þ¤þ€l²6p£uyŸíÿÿpþVÑiÿå`/@   /Üì2991@ ‡Œ ¼ /ìôìÄÔÌ90%!"/32653#×rþù%832JI,œ§¹¹:º….´˾ü ®fcºþVJ{:@ ‡ ½‡¸¼ FüÄì2Ä1äôìÄÔÌôì90´PŸ].#";#"&53>32JI,§Liéþµ£¹:º….´˾ýž™aœÀÖt®fc„~{%@ ÜÌì2Ì1@  ‡ ¼‡/ì2üì9903!5346;#"à¤þ¤£µþéiLåý¿¤¤AÖÀœat~{%@ ÜÌÌüÌ1@  ‡ ¼‡/ì2üì9903!534&+532Ê´ýð¤Liéþµ£åý¿¤¤A™aœÀº—`°@4  B© © ¼     Füì2ÜÄì99991/<ôìÔì9990KSXíí9Y"²@]@Bz%%%&'&&& 66FFhuuwˆˆ˜˜]]#.+#!232654&#0s2®Ã¢J{Q©¹„ÚÖpýõÆwu t]þ΀:þ'`ž¥iŒþ¯VNM`º—`E@  Füì2ÜÄì99991@  ©©¼/ä2ìÔì9990332673#!32654&#º¹©Q{J¢Ã®2s0jpÖÚþ|¹Æuw`þ':€þÎ]t Œi¥žìþ¯`MNVoþVÇ{0€@C  S('  S'('B©½1 '(†‰‰!¹¹.¸Œ1' ($R$+E1üÄìÔìä9999ìÌ1äôìþõõî9üì0KSXí9í9Y"²0].#"#"/;#"&=32654&/.54632‹N¨Z‰‰b”?Ä¥÷ØdXLiéþµ£ÌÁ‚Œe«@«˜àÎf´?®((TT@I!*™‰œ¶ ™aœÀÖûjYQKP%$•‚ž¬ÿÙþV×4@ O Fü<ì22ä991@ ‡½ ‡—üì99ôì046;#"+5326¾®½®°cM£µF1iK»«™Phû)ÖÀœaÿÙþV× O@ !O F!ü<<ì22ä99Ì2Ä1@©¼! ©‡½! ‡—!üì99ôìÔ<ì2ôì0546;#"3#+53265#53#5¾®½®°cM¢££µF1iK´´¯`N»«™Phý¨¤þ(ÖÀœa™ؤi7þV5e"¶O ÔÜüì1@ ‡½‡¼ôìôì04&+532;#"&—Mc°®½®Ki1Fµ£(hP™«»üí™aœÀþòþV×2@   O ü2ü2ÌÌÔÌ1@ ‡‡— /<ôìì2ÔÌ0!3## 54!346;#"#"3276w·¿5RµþѾ®½®°cMów|n!›o@`ØÒ®»«™Phú£3A07þÀò^3@   /<Ô<ì2991@ © ¼©/<ì2ôìÄ990²¯]!5!4&+5323#²þ…{Ks½½Õ¢‡‡þÀ>`‰NšŸÒý þÂ7þVöž=@©¼‡ ½  Fü<Äü<Ä2991üìô<Äì2990²¯]!!;#"&5#53w{þ…LiÊൣ‡‡žþÂü™aœÀÖå>ÿã`C@ ‡©  Œ¼  NFüì2ôì221/ä2ôÄÜ22ì22ü0´` Ï ]3!33##5#"&=#5!326®¸:¸ºº¸C±uÁÈ®ŸýÇ||²høþøþ¤þ<¬fcðç ¤¥ŸŸºqÿâ„`S@ !  üÄüÄÔÄÌüÄ1@ ©¼ ¹Œ ôìü<ì2220@ààïïÐÐßß@@OO ]##"5467#5!32654&'7!„ìaþäááþäaíºfˆ°°ˆf´¼Hë˜ëþÜ$ë˜ëH¤ÜB׋ŸÂŸ‹×BÜÁ\b,@   FüüÄÄÄÔì91@ ¹¹¸ ¼/ìôìì0+"'&53732654'&'5\Ž‘ÞFµRQ¸&(g3°JInhX§3"î’``ÖÊý6™12Äžèec–0[«s=`h@'B¿ÔK° TX¹@8YK°TK°T[X¹ÿÀ8YÄ91/ì290KSXííííY"33# =¤ú¤Ãþ¢þ¢`û ¬üTV5` ï@   ÔK° TK°T[K°T[K°T[K° T[X¹@8YK° TK° T[K°T[X¹ÿÀ8YÌ91@  ¿/<<ì290@0U U U U   BKSXííííííííY"@ÿ - : FFI O TTZ _ aai vpvpˆ–—› ³³ÁÈÀ       %%#'!%""% ' $ ! #966 90FHF@B@@@ D D D @@VVVPQRRP S T U cdejejjjn a gouuy}x}zzx y  { v }‡ˆ——”“œ›˜˜™ @/–Ÿ¦¦¤¤««©©« ¤¯µ±½»¸ ¿ÄÃÌÊy]]!# # #335¸æåÙæå¸%ÙñòÙjü–jü–`üj–=F´ÔÔÄÄ1µ©—/<ôì0· ü<<<¶  9@   ìì3676;#"# =ìPHJ|“lL*./!ÅÃþ¡þ£ÒÇ>=š$#‡^û²lü”fk`8@   ÔÜüÔÄ91³¼/ä20@ ììì3 3#fÙ%.Ùþ]Ë`þ8ÈýþðXþV¿`ª@"B © ½©¼© OÜK° TK° T[X¹ÿÀ8YK°TX¹@8YÄ2Ä99ì1/ìôìüì0KSXííY"@B&GI + 690@@E@@CWY_``f``b€¯]]!!;#"&=!5!qjýL´Li/Fµ£ý7´ýe`¨üÛ§™aœÀÖ¨%Xÿ‘Û`!±@  "ÜKTK° T[X¹ÿÀ8YK°TX¹@8YÄ2Ä99ìÜ<ì21@ ©¼¹ ©/ü<ÜìÌôì0@ BKSXííY"@:&GI #+ #690#@@ECWY_#``fb#€#¯#]]!367632+#47!5!3254qjýL¯"TA`„:&>R~i™þ–´ýeÿ8ŠFX`¨üÛ¢G7W9W`/=3<;4¨%üÆ6]XþL/` ©@ "!ÜÔÄÔÄì̲91@B©!©† “¹ ½¼!äüìôìì9/ìì³ 990@ ìì@  **8;ILT[q ]@  %$ 5 7E FT \ ]@    ]2!"'&'5327654'&+5!5!`ÆqÿãÅ|/=@1 %,%E0üìÔìÄÔìÄ1@¹¸0 © 0¹"Œ0ôìÔìôì²( 90";#"327654'&% !"$5467&'&5476EwEFDCt›”‰HNTU—Òhcc`þöa——þÖþÆîþþŠ|p<:!ÖÀœa™þå>>ãÍÍãÿÿº`ÑþòþV.9@ Fü<ü<ÜÄÜì991@  ½¼± /<Ì2ääüÄ03#33## 54!3#"3276Á¸¸¸µ½7K¼þÑÁ¸u_+éËû ‹xG`ÝÍ‹BA0 ºþLœ` ## 33œ¹ýÛëRý•ð9¹þL—þ TýÝ#ºñ`@ ¿©FüüÌÄ1/ìì03!!º¸üÉ`ü3“qþVø $C@¹  ¹¸Œ#½%‡—% "GE%üìôì221üìääôÄìÆî0@ `&€& &à&]32654&#"#"32546;#"#/§’’¨¨’’§s:±|ËÿÿË|±:£µþçiM¹/ËççËËççý®daDDadÆÖÀœa™ùÚX¥$L@ & %ÜÜ<ü<Üìij#ÌÌ1@ † $©! ¹—©/ÔäôìÜ<ì2KPXÜÔYì032765&'&#"56763 3###53T?ÀV:9c³PONNLQQUŠmlpªççÊåärLb…Ar+¬#}ºªswÔ¤þì¤X¥$M@ &"#E%üìÜ<ü<Üij "#ÌÌ1@† ©$!#¹ —#©#/ÔäôìÜ<ì2KPXÜÔYì0535&'&5476!2&'&#";3##÷çªpln‰UQQLNONP³c9:VÀ>ååʤÔwsªº}#¬+rA…bLrþš¤þìqÿãà &) 76'& %3!!!+5#"'&7632/ST$TTTTþÜT ¸iýL´ü—ž:XY|Ë€€Ë|YXòšúþjtsst–tssH^þL¨üÛ“¨d01¢¢¢¢10MüùqþL4@#5#"'&76323!2!"'&'5327654'&+5 76'& Z¸:XY|Ë€€Ë|YX:¸jþej€bVQþÐþè^cdjTÈm¾cd\]¥®®ú:ST$TTTTþÜTÍü3¨d01¢¢¢¢10d^þL¨þ$8*mhŠÝò%Ã12KK„KJ¦óÓþjtsst–tssqÿ‘ 3: 76'& %%!332!##47!#5#"'&763233254#/ST$TTTTþÜTØ™ýghýL¯<Ûãþ²)™þ–:XY|Ë€€Ë|YX:¸ý®FXúþjtsst–tss_üú“¨üÛ ö½3<;4¨d01¢¢¢¢10d^ú6[7@ž7!!3!27654&/.54632.#")"'&5#53w{þ…%&s@‚FF^²@«˜àÎf´LN¨Z‰‰b”?Æ£|LþùýÄÕQQ‡‡žþÂý ‰''-,4IM*$•‚ž¬®((TT@I!,—‰’e>POÒ`>7þV&/!05476;#"+53276=#"'&5#53!3wxWQî°c&'QRµF1i&&½ÕQQ‡‡3þˆ%&sžþÂNµ[V™((hû)Ö``œ01™POÒ`>úü¢•ý ‰''7ÿpÉž-9D!6!2&'&#"63 #"'47!"'&5#533276'&#"&57!3w{•ÿUQQLNONP³cccOÎ+eKTI™þëÕQQ‡‡;BS_ƒr(þÖ€‹þ™%&sžþÂz•#¬+qrþfr «öv)2LOAPOÒ`>úù 'KV ø›ý ‰''/þVo5+5327654&#"#!##535476;#"!;67632oRQµþéi&&||•¬¹þÓ¹°°WW½®°c'&-·BYZuÁcc¤ýHÖ``œ01™²Ÿž¾¤ý‡Ñü/ÑN»UV™((hc®e22wxÁA'3!27654&/.54632.#")Á¸ý‚FF^²@«˜àÎf´LN¨Z‰‰b”?Æ£|LþùýOú†-,4IM*$•‚ž¬®((TT@I!,—‰’e>Áâ Ž@   Füü<ÔÄ2991@ B ©¼©—/ììôì0KSX@  ííY@B &GI   + 09 @@@@@C EWY `````b f¯¿ß]]3!!!+Á¸iýL´ü—ž¸šþL¨üÛ“Íüù6ÿâé 333# #333# #6t‘‰‘t¹ˆ˜™ˆ¹t‘‰‘t¹ˆ˜™ˆUþéþéýýþ=þéþéýýþ6­é3@    Ü<ì2Ô<ì2Ä1@  ©©ÔüÌ2ÔüÌ20!#!#!#!#6³ýk³ýkUþXþûrþXþûþJ3@ NF Ôüìôì2Ì1@‡Œ ‡ —¼½ììôìôÌì0%#"&54&+53232653#׃çÁÆLi1Fµ£ø•¬¹¹¬ÉïèÄ™aœÀÖýBþþ¤yùìþVv!:@ #NF "Ôüìôì2ÌÌ1@‡Œ" ‡ —"‡½¼"ìüìôìôÌì0%#"&54&+53232653;#"&'׃çÁÆLi1Fµ£ø•¬¹Ph2F¶ž¬ÉïèÄ™aœÀÖýBþþ¤yûŽ”fœ¹ÝuœÄ0@ ÔÜ32ÄtNN^luu)qJy}þ…wYYk\þžgþ«88†uœÄ:K°SX@ ÔÜ<Ì/ÌÌK° QX±@8Y1²]@ Ô<ÔÌÔÌ0Y#4&#"#46;#">32ÄtNN^lugr ’B0)qJy}þ…wYYk\þž„xkW6Vr88†ÿé­î #@Ü<ÌÜ<Ì1@ÔÔÌÜÌ03+5327653#zt43r,Bttý‚x66XVr‚uœ@ ÜÌÌ1@ /ÄÔÌÔÌ0.#"#3>32.biuu$uT ¯ qkþ¶sa97Hä´ ÜÜ<Ì1µ /ÌÔÌÔÌ032653#5#"&'H.bitt$uT ü qkJýa97H­u'¶ ÜÜ<ÜÜ1@  /<ÌÔÌÔÌÜÌ032653;#"&=#"&'H.bit0B,rg$uT ü qkJý V6Xlx a97 œ!+33276?3327654'&+›CFCD‰ôtk=%%(f{n!!"þ×}K'))'K}éN;[--sþ÷?¡«5ÿ/.6œé 333# #6t‘‰‘t¹ˆ˜™ˆþéþéýýþ&­Õ+53276?33Ÿ1/.N]D0 þâ{ÝÜ{bp"#WK/iþêÿÿ tŸfÿÿ tf&tÿÿ®éÓÕ öÿÿ²þ×Õ ÷ÄîéÚ@ žÜüÔÌ1Ôì0#5—R¤Ú¬þÀ@¬uï‡1´ Ü´? O ]Ìܶ ]<1¶—ôÌܲ]9Ì0526544u@XX@sPOOPï{X@?X{POæPPuï‡1´ ÔÌÜ@    ]<1¶ —ôÌÔ²]9Ì0"'&4763"3‡sPOOPs@XX@ïPPæOP{X?@Xuœ‰+@ ÔÄÜÜÌ91@   ÔÔÌÔÌÜÌ032765&'&#"567632#'y7$#?q22110335®WDDFk€[@*7K$@ ` XFh_@Cþ“uœ‰-@ ÜÌÜÌÄ91@   ÔÔÌÔÌÜÌ0#&'&547632&'&#"3êkGDEW­53301212q>$%6y[þAmC@_hFX ` @$K7*@ 2õ°% % êþ™gþ»õ‹´´‹õ 2õ°5-5õþgþ™ê'õ‹´´‹õÁ|?f=´uÜì91µ³ôÌ2´]90K° TK°T[X½ÿÀ@878Y3# #¶”õ‹´´‹fþgþ™Á|?fL´uÜì91µ³ô<Ô²]90K° TK°T[X½ÿÀ@878Y@ 5:5:3]]33¶õ‹´´‹õ|êþ™gþÁî?f7@ ´³uÜì91ôì290K° TK°T[X½ÿÀ@878Y3#'#¶”õ‹´´‹fþˆõõÁî?f7@ ´³uÜì91ô<ì90K° TK°T[X½ÿÀ@878Y373¶õ‹´´‹õîxõõþˆÖç^@ÜÜÌ1@/Ä0#^ˆýÕ+ÿÿÕb+öqsîRf3#‹Çþº™fþˆªð‰f #o™þºfþŠvÖþÑ^ü@ÜÜÌ1@/Ä0%#^ˆüýÕ+ÿÿÕþÀ+ÿTqù^ªþ‰ÿ’#o™þºnþŠvsþRÿ”3#‹Çþº™lþˆoÔ#E@ Ô<ÄK°PX³@@88Y2991/ÄÔÄ0@ `o]@ P```dd]!!!²e³³þ›ÙJý'þ¶oÙÔ#4¶ÔÄK°PX³@@88Y91ÔÄ0@`]@ P``d]!!²eÙJÿÿuþ‡#€þÿÿuþ‡#þÔá–!533áþ>––j––,þÔÔá–5!##––––þÔ,dÿºU 533##5#5D–àà–àuàà–àà–dß&u!5!&þ>Âß–Ç)9H W@ ð³VVÜìÔì1ô<Ôì0K° TX½ÿÀ@878YK°TK°T[K°T[X½@ÿÀ878Y332673#"&Çv aWV` v ž‘‘žHKKJLšDfN@ ÎÍdÔì1üì0K° TK° T[X½@ÿÀ878Y° KT°KT[X½@ÿÀ878Y3#šÌÌÌîá  @Áò ÁñV xVÔìôì1ôìôì04&#"3267#"&54632˜X@AWWA@XzŸssŸŸssŸô?XW@AWX@s  ssŸŸLþuÁ @  óô 'ÔìÄÔÌ1/üüÄ90!33267#"&546¸w-+76 >&Dzs5=X..… W]0i¶J7c@$  Ãà íVwVvôìüì99991ü<üÔ<ì99990K° TK° T[X½ÿÀ@878Y'.#"#>3232673#"&ü9! &$}f[&@%9! &$}f[&@Z7IR‡“!7IR‡“ðî®fB@´³ÔÜÔÌ991ô<ì20K° TK°T[X½ÿÀ@878Y3#3#ü²ø‡ªß‰fþˆxþˆÿÿÞ­%3;#"'&5¸&&i+@¯WRþëd¤”™10œ`ZÈ¢ïîf '#7'373\\]´µµ´]\´¶¶îaa»½``½»u«ý # 5473733254²òþõµú‰¿·‰þ¼‰ˆÜù´„„¿ò/ààþŠ®˜MM‰zœî ±/Ì1±/Ä03#zttü™uœ/2&'&#"#"'&'532654'&/&'&547632j1549W++](}24NMˆ9>=D@?>=RX o(l00GF‚@99 a /$*+MW33 k2-*)*IX01 uœ! #'#37ÿ ‰Í͉û‰»»þÏþ¾ööH+ßßÿÿuœ‰ƒÖX@ ©ÄÔì1/Ôì0!!5!•þAGЈú¨ÖX'@??//©ÄÔì21/ÔÜì]0!!5!3•þA¿ˆœˆ4ú¨ÖX@ ©ÄÔì21/ÔÜì0!!5!3•þA¿ˆhˆhú¨ÖX'@pp00©ÄÔì21/ÔÜì]0!!5!3•þA¿ˆ4ˆœú¨ÖX@ ©ÄÔì1/ìÄ0%3!5•ˆý¹ˆÐú¨ˆÿÿÁýì?ÿÖ‡ùpÿÿÕâ+v'q€q€ÿÿ®émÕ ûÿÿîþ9œù3¶þvJÿ!_@ Vw V v"ôìüì99991@  à Ã"Ô<üÔ<ì99990K° TX½ÿÀ@878Y'&'&#"#67632327673#"&ü9 &}33[&@%9 &}33[&@þ³7 %$R‡IJ!7 %$R‡IJü¨{þ‡f6@ ´³¸DÜì91äôì0K° TK°T[X½ÿÀ@878Y # ým™þºXfþŠvþýq{ÿPf6@ ´³¸DÔì91äôì0K° TK°T[X½ÿÀ@878Y3#þ‰Çþº™fþˆsüÁ{ÿ?f<@´³¸uÜì991äôì290K° TK°T[X½ÿÀ@878Y3#'#ý¶”õ‹´´‹?fþˆõõsÿÿü´ÿH7žûþÿÿüÙbÿ/öqüÿÿûì|  üÿÿü¿)ÿ1Hšûøý¢{þZ%@ ¾±¸Ôì91äüì0@4D]3#ý¢¸¸^é°ü×{ÿ)I@Î͸ dd ÜüÔ9ì1äü<ì20@#4D`````````ppppp]3#%3#þ^ËËþyËË)ÊÊÊËý7òþ÷{"@ V@€ V /ÌìÜì1@Á@À /Üì0632#546?654&#"ý7pihX,#w3-.>GZdH3UC=A   (6%""($4ÿÿüìáÿœûþÿÿüôîÿ²fŸüüÅ{ÿCf<@´³¸uÜì991äô<ì90K° TK°T[X½ÿÀ@878Y373ýºõ‹´´‹õNîxõõþˆsý¼ìþD¨²/ì1±/Ì0#þDˆ¨þD¼ÿÿüðìÿ¨'¾ÿ4¾Ìü]îÿfB@´³ÔÜÔÌ991ô<ì20K° TK°T[X½ÿÀ@878Y#!#ý͇ø¾‰ßfþˆxþˆxÿÿü¿)ÿ1V'¸Bšûøü¿)ÿ1H µVV/ìÔì1´ ð/<Üì0#.#"#> Ïv aWV` v ž"ž)KKJLþéÿD( @ÔÌ0#3þòÓ¤é?ýÂþ‚Á#55#53þ‚òppòÃþÿ{‰þýÂþ‚Á53#7"ýñopòÃþþ‰{ÿyš‡3#@Çu™þˆÿÿü¨ýßþ‡ÿUCûþøïÿÿýqýÝÿPÿUvûþøïý$þþ<ÿÎ#5353#ýÄ  xxþµx¡þFýÄþþÜÿÎ33##ýÄx  x2¡x¡þU†?p!5!#Iþžêˆèˆþþðk{à1@V/K° TK° T[K°T[X¹@8YÜ2Üì1@ Á/ÄüÌ0532654&'3#"&þð=X..… W]0i×w-+76 >&Dzs5ý€þþVÿ¾ @  VÔüÌ21@Á Á/üÜì0"&5463"3þVZ||Z(55(þ}ZY|x5'(5ý þþõÿM3!5353þD±þ±ˆþœˆˆ±ý þþõÿM#5!##ý¼±걈þňˆ±ý$þþÜÿÎ #53533##ýÄ  x  xþµx¡¡x¡ý þˆþõÿ5!ý êþˆˆˆýzþVÿЀ '+53276=0RQµþéi&&€”Ö``œ01™”ýwþVÿÍ€ %3;#"'&5ýw¸&&iéþµQR€”™10œ``Öý¢þ‰þZÿs3#ý¢¸¸êÿÿüÕþ‰ÿ'ÿSjûþùCý(þþÔÿ¾ @V xVÔìôì1@Á Á/üÜì04&#"3267#"&54632þ[6'(55('6y|ZZ||ZZ|þê&65'(56&Z}}ZY||ýjþþÿT @ÔÌ03#ý¼Ó¤¬þÀÿÿý#þuþÁzüÿÿýLþuþÁüý¼þþDÿ ²/ì1±/Ì0#þDˆ`þtŒüðþPÿÿš#5!#é‰þë‰fþ¶ÂÂJücþ9ÿ˜ÿX#"4533273273"ýþ Ïv aWV` v ž"žþ6KKJLÿÿü´þ9ÿHÿSžûþùÿÿüÙþÀÿ/ÿTüÿÿûìþþ¬Büÿÿûìþÿî õüûŒìÿ­ #"'&'.#"5>32326SKOZq Mg3OIN’S5dJ t]F‰ ®;73 !;?®<6 7=ýxÄÿˆh!5xýðh¤¤úíÄÿÿh5!úíĤ¤ûhÿ¢ÿ¼¼'ûÈ`õ_^NÌOúÿºÿ‘'úygfFXYý¬þþ‚ÿ¾ @  VÔüÌ21@Á Á/üÜì02#52654&#ý¬Z||Z(55(B}ZY|x5'(5üñþ[ÿÿ¥3!53üñ‰‰þ[JÂÂþ¶ý!þþãÿÖ!5#þãþ>JÒ*þ>Âþ¶ÒÒücþ9ÿ˜ÿX632#&#"#&'"#72ýþ;tÚv gfv ifvÜtúRþæ––•–ý+óþå­ '7'77þ}`}}`}}`}}`p}`}}`}}`}}`þÂÿ Ò.54675>54'&'þC!“‡RI 7!“‡RI Ç0PQn +0PQn ÿÿûì: ' ü üþ¾ÿÿü¨ðþ‡fCûþÿÿýqîÿPfvûþÿÿü´ÿH7žûþÿÿýÂþ‚ÁÄÿÿüçFÿbÒüÿÿýÆþVþ¢ÿ¤üüÕÿ+I#5!#!Õ–þÖ–V––,ýþ2þáÿ¸!5!5!5!þáþ>Âþ>Âþ2x–xýþþëÿ 3#3#ý––@––`þtŒþtýþþáÿÖ!#!ý–þÔ*þ>,ü¶îÿJf'73327673#"'&'#7&'&#"#67632ýÿBmk  &}33[& !Bnk  &}33[& ÿg©  $%R‡JI g¨ $%R‡JI ü¶‰ÿJÌ!%'.#"#4632326=3#"&3#3#ýü9 $(}gV$=09" (}gT";è––Ò––h! 2-ev 3)dw.–C–ÿÿü¶ÅÿJ"»·»§ücþ(ÿÿ 7!#'73!'3þp„þ„¯¯„ç„~¯¯þ(››ÍÍ››ÍÍý3þþÍÿ¤#557'þ2d›ÍÍ›þç„~¯¯~„ýxáþˆ&'&4767þˆ@*,,*@rNPPNr‹*,@A++{OPæPNÿÿü¿`ÿ1Ø'¸åÿÿý+þþåÿÎîù!ýxáþˆ050567654'&ýxrNPPNr@*,,*‹{NPæPO{++A@,*ÿÿÿ.Dÿú›ý”üþÿoÿ¿2>&"762"'"&46264&"ý 5O57O5÷>µ||¶=>¶||¶þ66O55þÃ55M75m?|³}A@}³|þÎ6M65O5ÿÿüpþÿ… üÉÿÿüpkÕ üÉPüp×k!!üp øàk”üpþÀÿT!!üp øà¬”ý* Ö'#'&'&#"#67632327673#"'&O,$e5F¢qpÈ[?9ZO,$a9G¢qpÈ[?9J7  $0G‡JI "7  $,K‡JI ÿÿüpn üÉüwþ(“ÿÂ5!'3#7üws„~¯¯~„þÃd›ÍÍ›ÿÿÉqÕéÿÿÁÐ`êÉÕ !#!#!#ÉSÊþ†Ëþ†ÊÕüôbúÕ+ýžÉeÕ !#####Éœ¸¹¹¹¹ÕüôbúÕ+ýž tŸf@ÔÌ1ÔÌ03 A¾ntòþ þVŸH@ÔÌ1ÔÌ0%#ŸA¾nHþòÿÿÉ3Õ¬ÿÿºy`̶þV’ÿ¤ #"'&=3;’”• #þV!.åå ÿÿÿãõ{ÿÿqÿãç{'yOÿ„Fÿÿÿãõ{'yŽÿ„ÿÿžÿÃ#sîRf1@ ´³DÔì1ôì0K° TK°T[X½ÿÀ@878Y3#‹Çþº™fþˆÿÿ×FRÒ&jl@¯Ÿ_]@_q0ÿÿhf'þÚ&ÿÿÛH®Fyÿÿÿçuf'þt*êÿÿÿóf'þ€,äÿÿÿí}f'þz.êÿÿÿòÿãf'þ4(ÿÿÿá‘f'þn9ªÿÿÿÛf'þh=6ÿÿ€Ò'ÿ.MÿÿhÕ$ÿÿÉìÕ%ÉjÕ@ •üüÌÄ1/ôì03!!É¡ý)ÕªúÕhÕ=@ B••ÔÄÄ1/ìôì0KSX@ììììY !3¼þf5û¹:å9ûš¨Õú+ÿÿÉ‹Õ(ÿÿ\Õ=ÿÿÉ;Õ+sÿãÙð!2@•‘"•­" •Œ"#3"üìÄôìÄì1ôìôìôì0!!"3276'&' ! '&76ÅÂý>bÜ‚ÜÜ€€Ü:x¼¼þÆþż½½¼pª†¤¤þåþæþ¸¤¤¤¤¤þ[þžþŸÒÓÒÒbbÓÒÿÿÉ“Õ,ÿÿÉjÕ.hÕ<@ B•ÔÄÄ1/<ôì0KSX@ììììY3#3#åÕ:å9Òþ&Õú+ÿÿÉÕ0ÿÿÉ3Õ1ÉbÕ *@• •­•   ü<ÄÔ<Äì1/ìôìôì0!!!!!!2Çý9i™üg™ügqªªûªÿÿsÿãÙð2ÿÿÉ;Õ³ÿÿÉÕ3É‹Õ F@B ••  ü<Ô<Ì1/ì2ôì20KSX@   ììììY%!!5 5!!±Úü>ßþ!°ý8ߪªªpªªýóÿÿÿúéÕ7ÿÿÿüçÕ<sÙÕ'<@) !%(üìÔ<<ü<<ÔìÄ1@•' •%'/Ô<ü<ôÔ<ü<0367654'&'&'&76753#–b‚‚b–Ê–b€€b–Êôž½½õÊô¼¼ôÊŽWsÆÅsWWsÅÆsWü† ¡‡ŸŸ†¡þñþò¡†ÿÿ=;Õ;sÛÕ.@ •ÜìÔ<ü<ÔìÌ1/ä22Ü<ì20!6'"'&336763#ÂÖ¼¸Õ‚nŠÊŠn‚Õ¸¼Ö†°ÒÌh™þgþ椌ñüŒ¤™þgþ˜ÌÒHîNÏç&3@ •‘&•("3'üÄüÄôÄìüÄ1/<ì222ôì0%!567654'&#"!5!&'&576! Ïý¨±cc„„ØØþ÷cd²ý¨?žIHÀ¿1/ÁÀGG¡²²²a¦¦Êð‘‘þÝïʦ¦a²²‹••¸>ÅÅÅÄþË””ÿÿXN'¹/u.´ +1ÿÿÿüçN'¹qu9´ +1ÿÿqÿçäf&Enÿÿ…ÿãÈf&PIÿÿºþVdf'ÆKÿÿ¦˜f&MÿFÿÿ•ÿâ*Ò&Yqÿçäy *È@ ,%E+üìÔÄÄ99@ ?/]q@ ¹)¸ ¹!Œ¼‡/ìäôìôì99@<ììì<ìì10@ „†ˆ‰ €]@IIIJN LNIK ]@:9:88? <>]@ + +*))]@  ]@++]'&#"3273;#"'&'#"'&763 N,-²†=MKLy†H¤c¤Í( #) Xn^T).^,ëruÆ7 çínжÜikÕç%ý¡Û1)0œT*XoW)˜&ŠšÀþVˆ!7@E Füì2ÄÔìäÔì1@¹ ¹¹ Œ½ìôìÔü9Ôì0%#! !"3 5 4# y¹ª²¬þÔYoÅ þ0kêþûEþÈþþîdZþõþ&J­:ª@ÛþÈ þV`@@ ÔÔüÔÄ1@ ¿½/<ìä20@ ìì99ìì3#&+532iõ^Ãþ;¸þÚ,_1FŰýLdû þVªD~žqÿãuð-T@(/E( Q!E.üìÔìô² ]ìÄì99@%¹%¹Œ.ôìÔüÔÌ99@Sì910&#"#"'&4767&5!232654'&'&ìfïýÐuމ‰ð‰5Kœ¹ÝxþD7VUV•“¬[a~@Fu\0%p‡þëþ÷œœÌ¥@$OFþ(IqÌËrsè¾Ç`g …ÿãÈ|2=@" † ˆ¹¸3©3'†(ˆ#¹,Œ34 '0E3üìÔìÔÄÄÄ1ôìôìÔìôìôì0&'&547632&'&#";#"32767#"'&546‹p<@ ÔìÔÔÔÄüÌK°QX¹@8Y1@¹ ¹Œ‡—ôì2ôìÜì0%#457654'&# !5!Ê„OTJP£E* :ý¢;ýìfý,KOxsPWKL,#%5,*3ìY¹¹þ”þ'þiºþVd{1@‡¸ ¼½ FN  Füì2ôìì1/ìäôÄì0@ €]#4&#"#367632d¸||•¬¹¹BYZuÁcc¤û²HŸž¾¤ý‡`®e22wxqÿéu$!O@ ¹—"•"¹Œ"#E QE"üì2ô²]ì2ì1ôìÔ@?]ìôì0@ w #€#]!3276'&#"2#"'&76±ýƒEV•–SI 6V“™Q@=ð‰‰‰‰ðñˆ‰‰ˆÆþÕœŠÉdžœ~þü´ÔÓþŠþ‹ÔÕÕÔuvÓÔ¦n` @ FüüÔÄ1@ ¼‡/ìä0;#"'&5c"$lYo´RR`ý+‘.0œ`bÔÊ¿…` I@   F üì2ÄÔÄ1@¼ /<ä20@   ìì <<ìì33 ##¿¾ãàþGþáþb‰¾`þ/ÑþZýFBþ?= F@ ÔÄÔÄ1@ ‡ —/<ôì0@ì ììììì # #'&+5zÃþÆþ~ÃëJ/k`uâeú›<üÄ2Æ~žÿÿ®þVå`wJ`B@ÔÄÔìÄ1@ ¼/ä20@ì ì9ì9!367676'&'31 þªÆ!xdLjºE.*ˆ±{`üT|¬p5dwƒY|rNįätkþR&@@ (" %'ÔìÔìÔÔÄÔÄüÌ1@¹ ¹Œ'#‡"‡—'ôü<Ôì9ôìÜì0%#457654'&# %$47#5! $Ú„OTJP£E* :ý‘MþèÜÐý‹ýÆKOxsPWKL,#%5,*µ,X$ÅR¹¹þÝ¿ ªþ¼þñÿÿqÿãu{RJÿÙ˜`/@  ÜÄìÔìÄÄÌ1@ ‡Œ‡¼/ôì22ôì0!#3267#"&5!##J117,#J%x\þc¼`¸ýPH?… ƒ°œüX¨ºþV¤{1@¹¸¹ Œ½EQ Füììô²]ìì1ìôìôì067632#"&'#44&#"326=—;¶ÌÿÿÌ{±:¹+§’’§§’’§˜fZ#þ¼þøþøþ¼adý®ÏçÝËççËËççqþRç{$6@ !& HE%üìôÌÔüÄ1@¹¹Œ% † ˆ ¹¸%ôüôìôìÜì0 !2.#"32#457654'&¨þóþÖ-U¢LNP³ÆÆ¯ƒPTJP£E* >:##¬++ãÍÍãLOxsPWKL,#%5,*qÿãÖ` 1@  QEüìô²]ìÔÄ1@ ¹Œ‡¹¼ôììôì0"32654'&'!##"'&76s˜RV«•“¬VOšcÎm‰‰ðñˆ‰‰qÎns¾ÉçèÈ·zn’¸œÝþ휜›dm`#@  ÔÄüÄÄÄ1@ ‡ ¼¹/ìôì20%;#"'&5!5!!æ$lYo´RRþ\ þWÌ0œ`bÔ¸¸ýã‘•ÿâ*`+@ E FüìÔìä@?? ?]1@ ¼¹/ìô<0327676'&'31'"'&5R27k–i;jºF-*€œþ³eb`ý+‡@EÐv»f€wƒZ{sšý»äxvÅÊpþVÑh )=@+E(#E*üìÔ<Ìü<Ôìì1@¹ ¸*'‡Œ½*ìô<ì2ô<ì20"27654'&'2##"'&7673=A__UVF6Œ‰‰Ë·Ç†ˆˆf¦B:VVMpË‘ýRh]ßÐp[„þÙþñ¡˜þn‘™œ’m£Ns¾Êsg¯.;þUda®@    Ô<Ô<9±Ä1@ © ¼©½ü<ìü<ì90°%KSX@ ìììì´ ´´ ´´9´9´  9´ 9Y#&+53;'$Ü•þÍÙ²¶1š1FA”3ÙþN¶1š1FþþúýÐ×~ž§þ0üèþ)~žpþVÑ`6@   ÜìÔ<ü<ÔìÌ1@ ¼ ‡Œ½ìô<ì2ô<<0&'&53367653#EçkƒºUJ|·ƒCUºƒvÜ·%awó‰ý~·LBÕü,BT¯ýxünc#þn‡ÿã'`8@E  EüÜììÔüÔììÜì1@ ¼ ‡/<ì2ô<Ä0 433233243! &þa›ÆÞ˪ËÞÆ›þaþð!)Rë@þÀðþOýæ±ð@þÀëý®+þÕÿÿ}&Mjÿ.ÿÿ•ÿâ*&jYÿÿqÿãuf&}Sÿÿ•ÿâ*f&"Yÿÿ‡ÿã'f&]YÉþVjÕ 3! # #ÉÊžýþ’†ý ÊÕý‰wýHüãþV„õý1¦ÿéM% 'G@)E& F(üì2ÔììÔ²?]ì1@ ¹("¹Œ(¹—(ôìôìÔ¶?]ì990267656#" '&76#327>&iPËDyÌz]6îö;~þ‹ox†Ò¤Ú]ûYß:P®W­p=l“Þºlþǧé‚_ÕÕ¨,¾Õâþå¶–þꀰœ-Ñžqÿéu$ 7@ !EE üìÌÜììü<1@‡— ‡ ‡Œ ÌôìÜìôì04'&#" '&4632  ®1B•SxyJþ̃ÓЯÚõþäþ#þõ¼°/¥pö~ª‰ZªZ7ªAi6 Þþdüüþe¶Ò þóþ½BWQß I@ "!ÜÌü9ÜÄ´?@]Ì1@•• •‘/ô<ÌììÌÔì99@ oÏ]0#4''&"562%62#"F R*Ë*R Mw(oUCHk&_*SK…Hþó¥ývŠ¥ H# ª 0þr{C @[)/Bÿÿÿá¡f'þnfPÿÿWQN'¹ÅufpþVÑ'A@)   $E(üìÔ<<ü<<ÔìÄ1@ ‡¸(‡ Œ— ½(ìäô<ü<ô<ü<02##"'&76327676'&#"üÇ…‰‰…Ƿdžˆˆ†Ç·qMTVMq·qLWULþc™œþíþ휙þo‘™œœ™úwgsÊÈugü¸HguÈÊsgAÿâm`E@ EEüÄìÔüÔìÄì91@‡¼‡ Œô<ì2ôì22Ì05!#%$! 47)323764A,“Mþaþñ")þøþaM:ü’GÞϪÏÞ¨¸¸Ï¤ý­*þÕR¤ÏѧþOýã®§pþ[Íg9&'&47#"54654'&#"563277632327"'532ùö! ½`È7"7$>Ž9[@[½`È7"7þÜ>Ž9[&ÍF¢]_I¤ ðI5lþ÷|"Oš Šz:6hlà0'þÃ[Ml |"Ošþ÷Šz:6hlýàf$1 1sþXÙðD@!  üìܶ0]ü9ܶ0]ìì1@ • ‘ •½ ìÔ<ìôì0#&'&76!   76'„¸ü ½½¼;:¼¼¼Ÿ{þH‚‚¸€€þp³ÒÄÓÒÒÓþžþŸÒ³I¤¤þåþ椤¤¤¤qþVu{ <@!E E üìܲ0]ü999Üìì1@ ¹¸ ¹Œ½ ìô<ìôì0"32654'&#&'&7632s”VVUV•“¬VV9ª¾k‰‰ˆñð‰jßstþntsèÈÇtuü þn’}œœœþÈþìþíœ{‹þR«Õ$.@ & #%ÜìÌÔÌüÄ1@ ••Œ%•"%ôìôìÜì0 32#457654'&# '&76)Fþó`{[mÈzYTJP£E* :þÀŽ•¹Šxe+w˜þÍþµ˜TOxsPWKL,#%5,*ËÖeNí±ªqþRQ` 4@ " E!üìÌÔÌüIJ]1@ ¹¹Œ! ¹¸!ôìôìÜì0")!"32#457654'&gÌþÖ-­þ[³ÆÅoƒPTJP£E* >œÇÎÍãLOxsPWKL,#%5,*ÿÿÉ#Õ)ÿ@þVF'6·  (ÜÌü<ÌÌ1@‡ ‡ ‡—( ‡$‡½(üìÔìôìÌÔìì0347632&'&#"!!#"'&'53276îˆ`©1213$)),x:KAþ¿‹b­933.1220W@R‚ Žd ¤>QoþÉý?’¥s ¤K_³ÿüÔÕ7"'&76'&526n ê'BƒæQ_šý¬'BƒæQ_‡þ[~ý,`*l#½FR¶Úþ‘`*l#½FR¿ˆB@ ÜÌ91¶B©—/äÔì0KSX@ììììY #!3ˆþç¸âý&¸âpüÆMý]rþV`ð!#56! #'#64?!"QªÍhЂÙíÖöáRR_@Ͷ»Ðþ¤0:ýŒIKiÆÏþÎþìýÂþXþ’LÊÑ}/M4ÐýÆ!÷wþ–x#&'#&' #'nï¹d2þF¹b.¼Ó-òà¬t¨`4þÌÀ#Mýа!„¤ØÈþPþßþ‰^ösþKÕ=W@< 9:?5 +,">üÜììÔü9Ô9ììÜìÜKSX° +9> &1•Œ>ôì29ô<ÌÌ90'6767&'&'#"'&46733276=332764''3=DÛ´þìvŒaŠyͤgDd''de’Óy{d;]ùT‡CHI}rHGÇFFt†AGC‡Tú_8dàþïËæ¦ˆd*…0Q€A^­­^^±´˜ÉŸFþ¿Ÿ·þÍkmihÆññÆhimw'·ŸAF‚œþë‡þU(`%S@!'E  E&üÜììÔü9Ô9ììÜìÜKSX°"Pe^Ò8*ˆ7D˜ ! ! 12ÀÔ°œˆ.#A“L.#^YŒq4+& "H4B;;=/?"+ŸVhP’OþV ö!! 7654'&#"#676! 3 7úÿþíþ¯þ¹º³llc¤´^#ð,V£¡¢¢þ÷þœÕ)èì¾£ñÛ„œe]’6?¡f‘ñضþòþ…µ³dþVj{ # 7654'&#"#67632327\ÚêþîþÞB§\\T‹™PÌ%I‹îèНþ/‘©ýÅþï™yYÂk}oSKu,2Rœè¤œÅþàºs¶ï5%! &'&#"567632 67632'&#" ;!53276ÚnþÍþ€þÜ"?E! rK,/ 4'Kr !D<&þÒtEGúÃGH ªÊþh=»" » C(FþK#C » "&þEýà !ªª!6Ë{5%! &'&#"56763267632'&#";!53276šÌäþ[9ï6:ƒ@%(ÅÅ(%@ƒ:6ö-:IûkI:ž8þî¤=35þú53þ¸þgžžsÿã%+$67632! '&76!2767&#"327*þÖW8QU{‚õ2þÎþùþΤ£‹|°s• K^—lŽÈº¼hiie¿¼b-sJ V"1þ¼ýðþ¼œ›PÞÒ» '±$üA‚æstÀ½xssqÿã[/&67632#"'&76!27674'&#"3276›ãI,)e[xÌ€€Ûÿ‰ˆtgO_\SG]EZ¨ST’•VXXT—”RS7xJ©F61¢¢ý𢢜›PÞÒ» '§'üøÍrsstËÇxsst,þV·Õ4@  Ü<Üìü<Üì1@  • ¼ ½ììô<ì2Ì20#5!#!#!3·ËþëËþëËàË`þòdú `duþ‹7þUÏ3@  Ü<Üìü<Üì1@  ‡ ¼ ½ìÌô<ì2Ì20#5####!3­å¹å­’¹_ÿpú†zppþpÿòÍg3#"54654'&#"563277632327#"'$47(`È7"7$>Ž9[@[½`È7"7þÜ>Ž9[@[þã™þ÷|"Oš Šz:6hlà0%þÁ[Ml |"Ošþ÷Šz:6hlà0%?[MºþV¤{$:@&E QF%üììô² ]ììÄ1@¹¹¸%"¹ Œ½%ìôìôìì04767632#"'&')! $'&  7ºZ6ž;¶Ì€€Ìx[Y: ôþþ+STþÜTSST$T%Уb^#¢¢ýð¢¢10dþXªÚ4–tsstþjtssÿÿqÿãç{FÿÿÿÛþVyMÿÿsÿãÙðaqÿãØ{!&'&#"!!32?# '&76!2Ø%%cj·f_¥ý[_f·€MJOhkþôœœ en('® c\©©\c§œœ(œœ Äÿã+{!56763 !"/532767!5!&'&#"Ä'(ne œœþôkhOJM€·f_ý[¥_f·jc%®£ œœýØœœ§c\©©\c ÿÿÉÕ ÿÿºþV¤Àÿÿsÿã'ð&ÉÕ ”@  >  üìüì91@ B ¯ /<Äì290KSX@  ííííY²p]@ 6II YY @  &)5:EJ ]]! !###É-}-ÅþËþÄÕþ!ßú+þçúáþV³` O@ F  ÜìÜìì1@ B  ¼ ½/ìÄì290KSX@   ííííY!!###þ¹þì™þë¹`þ{…û ²þ` ú¤UþV¤{'4767632#"'&'!!#5#5'&  7ºZ=—;¶Ì€€Ì{XY:åþ¹eSTþÜTSST$TµçŒfZ#¢¢ýð¢¢10dþȪppªô–tsstþjtssÿÿsÿã'ðHÿÿsÿã'ð&y3ÿÿsÿã'ð'yä‘ÿÿÉ‹k&©¼îuÿÿÉ‹N&©¹u…±’—B°“°˜B±€B±B|°°#I°°#Ia°€bh°Fa°F`°’C°`#B°’C°`C°UX°°’C°`C8°°5Y±€B±B°°°°#Ih;°°5°°#I°@PX°°@8°°5°5Yÿúþf¬Õ4@  ÔÌü<ÌÜüÌ1@•°••/ôì2Ôìôì0%+532654&#!#!5!!!2¬ÌäL>†o||þˆËþR‹ýÞhþòôª–Â"Ÿžý9+ªªþFéîÿÿÉjk&§º®usÿã'ðN@  Üì2Ô<ÌÌ1@•­ ¡ ®• ‘¡®•Œôìôìôìôìôì±I±IPX³@8Y0! ! &! !!! 'Ôþõþ±þz†OÐÓÿþøîüâîFÓŸhgŸŽÕ½þãïªïþäÿÿ‡ÿã¢ð6ÿÿÉ“Õ,ÿÿXN‘ÿÿÿ–þf“Õ-T/Õ3@   ÔÔìÔ<ìÜì1@• ­• •/<ì2ôìüì0!565!32#!% 4&+pþÈþ‘Ù•xêûþðûþLª@£à+¸ýÊýû8ª/¦XþýšÚÝÞÚ¦‹‡ýÝÉÌÕ5@ üì2Ü<ì2Üì1@ • ­ •/<ìä2ü<ì20!!#3!332#4&+326 ý†ÊÊzÊêûþðû6£à࡟Çý9ÕýœdýšÚÞÝÚ·‹‡ý݇ÿú¬Õ,@   ÔÌü<ÌÜì1@ •  • /<ôì2Ôì02#4&#!#!5!!ºÞÉ||þˆËþR‹ýîqéîþfŠŸžý9+ªªþFÿÿɆk&®ºîuÿÿÉ3k&¬¼åuÿÿ#½m'Àru·Éþ¿;Õ )@  •  üìÔüÔìì1· • /<ä2ìÌ0)3!3!#­þÊÞÊþªÕúÕ+ú+þ¿ÿÿhÕ$ÉìÕ.@  . üì2ôìÄÌ1@ •• ­•/ìôìôì04&#!!26!!2)£þ¼D£lýNûþùþüýè·‹‡ý݇¨¦þ@ÚÞÝÚÕÿÿÉìÕ%ÉjÕ@ •üüÌÄ1/ôì03!!É¡ý)ÕªúÕeþ¿ÛÕ4@• •ÜìÔìÔÌü<ì1@ • •/ì22Ì2ôì0%!!67!3#!#Ó”þpþ±†&axªªûÞªªÔþ þµD+?x4&úÕþAþ¿ëÿÿÉ‹Õ((vÕ˜@   Ü<ì2ÔÄ991@B  ¯ /<<ì2290KSX@    <<ííííY@ I:I:I:I:I:I:@  <<<<33 # # # 3êʪõýßDÓþþþÊþþþÓDýßõªÕýâý³üxþéþêüÿˆMý‡ÿãšð(?@ * %)ü2ÔìÌÔüÌ1@• ¡®• %¡&®"•‘ Œ)äôìôììôìÔì02#"$'532654&+532654&#"5>Iö8Žƒ‘£þîzþä,™©|¼Ð¹ÃÌÔ³ž£Æ†\ÍqìðѲ|«!ÄæéBÐY+•„•¦wps{MÅ("É3Õ y@ B ¯ 6 üìüì991/<ì2990KSXííY"² ]@068HGif€  FI WX ei y …Š •š Ÿ ]]#!33ÄýjþðÄ–Õú+áûÕûáÿÿÉ3m&¬Àõu#´ +° KT° KT[°KT[X»@ ÿÀ88Y1É†Õ Y@   üì2ÔÄ991@ B ¯ /<ì290KSX@    <<ííííY3! # #ÉÊÒý¿_ÜýúþïÊÕýâý²üyþéþT:Õ%@   ÔÔìÔìì1@ •• /<ìôì035675!#!TÙ>WxÊþfbª/¤Xþú++¸ýÊþøýÿÿÉÕ0ÿÿÉ;Õ+ÿÿsÿãÙð2É;Õ@• üìÔìì1/<ôì0#!#;Êý"ÊÕú++úÕÕÿÿÉÕ3ÿÿsÿã'ð&ÿÿÿúéÕ7#½Õ>´ ÔÄÔÄ1¶B •/ìì20KSX@   ììììY%+53276?3 3 OûM?w.-þ!ÙsuÙµ2&]ª*jkü”lyjÕ =@!   üìÔ<<ü<<Ôìì1@ ••/Ü<ì2ôÜ<ì203>54&'$%53# ÙææÙËÙääÙËþÃþ©W=Ë=Uþ«þÃË¢ÌÅÅËËÅÅÌü+  -‹‹þÕþõþ÷þÕ²ÿÿ=;Õ;Éþ¿åÕ )@ • üìÔì<üÌ1@ •/ì2Ìô<0)3!33#;ûŽÊÞʪªÕúÕ+úÕþ¯³Õ$@  ÜìÔì2ì1·• ­ /ä2ôì0!!"&533!3èþ_ºÞÉ||xËdéîšþvŸžÇú+ÉÅÕ *@    üìÔüÔìì1@ •/ì2ô<<0%!3!3!3¬OÊùÊOʪ+ú+ÕúÕ+Éþ¿oÕ2@ •  üìÔüÔì<üÌ1@   •/ì22Ìô<<0)3!3!33#ÅùÊOÊOʪªÕúÕ+úÕ+úÕþ<Õ *@••­•  ÌÜì2ÔìÌ1/ìôìôì0!!5!!2#4'&#!!276õþGƒNûþðû6ON£þ¼D¡PO+ªýšÚÞÝÚ·‹DCýÝDCÿÿÉFÕ&À,³ÉìÕ $@• ­ •  üì2ÔìÌ1/ìäôì04'&#!!2763!2#!ON£þ¼D£NOü²ÊNûþðûýè·‹DCýÝDC¨ýšÚÞÝÚoÿã#ðN@ Ü<ÌÔì2Ì1@•­ ¡® •‘¡®•Œôìôìôìôìôì± I±IPX³@8Y0! 7!5!&! 56! ! 'oÓîüâîþøÿÓÐO†þzþ±þõÔF½ïªï½ÕŽþaþ™þ˜þaÓÿã0ð&8@•‘'•Œ'!•&­$#(  !%$'üì2Ô<ìÔìÌ1/äôìôìôì0"3276'&76! ! '&!#3~Ü‚‚ÜÜ€€üs´´;:¼¼¼¼þÆþÅ´´þÐÊÊL¤¤þåþ椤¤¤¤¤ýóÍÌÒÓþžþŸÒÓÍÍýkÕýjˆÆÕ@@  ÔÄìÔì2ì1@ B• •­ /<ôìôì0KSX·  ììY3!!" &$54$)#!›•’:þÆ’•þí˜dÿÊþòþv'ƒ‡…ûV©×Îàú+wý‰ÿÿ{ÿã-{Dpÿã7):@+E'Q! E*üì2ôììÔÄ1@©—*$¹¹ ¸Œ*äô99ìîôì02#"'&5476$%676"32654&}ðþîðñþö:[;z631-ú~LǂӔ¬«•“¬¬{þÈþìþíþÇ0åw) v¹ ’ ,u™8wœçÉÉçèÈÇéº>` /@ " F!üì2ÔìÌÔì1@ © ©¼© /ìôìÔì0!2654&#32654&#%!2#!r~„„~þúòh„„hþV¶ÅÔljŒçÖþ9þ_ZZ^ÉþÊSJJO“…gy˜r–¤ºÐ`¶FüüÜÌ1´©¼/ôì03!!ºý£`“ü3kþå`4@ © ©ÜìÔìÔÄü<ì1@ © ¼©/ì22Ì2ôì0%!!6765!3#!#»þ}vþØ[(bõ““üt““:ŒþdÜ6(UÓ©Ôü3þRþå®ÿÿqÿã{HFï`˜@   Ü<ì2ÔÄ991@B  ¼ /<<ì2290KSX@    <<ííííY@ I:I:I:I:I:I:@  <<<<33 ##'# 3?·éÖþnÌÅþ‡»·»þ‡ÅÌþnÖé`ýòþQýO6Éþ“mÉýʱ¯ýò…ÿãÈ|(N@ &* )ÜÄÄÔìÌÔì1@ †ˆ¹#¸)©) † ˆ ¹Œ)ôü° KQXüôYìÔìôü° KQXüôYì0#"&'532654&+532654&#"5>32Â|ŠþþîP©ZGª]—©–‰”›t‡‹wG¡abªLÄãx\’l­¶«%%pZXk˜YF@\§]ºy` ?@B ¼ F F üìÔì99ì1/<ä2990KSX@  ììY##3y·ýäì·`û ƒü}`üÿÿºy&ÌššÿÌ#´ +°KT°KT[°KT[X»@ ÿÀ88Y1º‘` Y@  F üì2ÔÄ991@ B ¼ /<ì290KSX@    <<ííííY33 ##º·âþTãÎþsÅ·`ýòþOýQ5Èþ“Ls`$@ F  ÔÔìÔìì1· ©¼© /<ìôì0356765!#!L¶8Dõ¸þ{X^™~±Å·û ÍoþPÂϺO` M@B ¼  F F üìÜìì1/<Äì290KSX@   ííííY! !###º >? ¹þ˸þʹ`ýîû °ý'ÙüPº` '@ ©¼ F F üì2Üì2ì1/<ä2Üì03!3#!#º¹U¹¹ý«¹`þ7Éû ýüÿÿqÿãu{Rº`@©¼ FFüìÔìì1/<ôì0#!#¹ý«¹`û Íü3`ÿÿºþV¤{Sÿÿqÿãç{F<m`¶ ÜÔüÜÌ1µ©¼/ôì20!!#!<1þBµþB`“ü3Íÿÿ=þV`\pþVgÕ (3B@5E)! '.E4üìÔ<<ü<<Ôìì1@,¹¸—41¹$Œ ½4ìô<ì2äô<ì20327&#"#"323>32#"&'4&#"326/‘{brrb{‘à9ƒS§éé§Sƒ9¹9ƒS§éé§Sƒ9à‘{brrb{‘/ëǨ¨Çû<9^N5=L^ýü^LþÃþíþíþËN^ýÇÙëǨýì¨Çÿÿ;y`[ºþå` (@ ©F üìÔ<ìüÌ1·¼ ©/ì2Ìô<0)3!33#ü9¹U¹““`ü3Íü3þR–`;@© ¼FÜìÔì2ì1/ä2Ôì°°#I° °#IRX± ¸ÿÀ°8Y0!!"'&533!3Hþ©™f\¸45h)¸×_V¸þõu;;öû º˜` )@ F  F üìÔüÔìì1· ¼©/ì2ô<<0%!3!3!3Ú¹ú"¹Ù¹“Íû `ü3ͺþå+`2@ ©  FüìÔüÔ<ìüÌ1@  ¼ ©/ì22Ìô<<0)3!3!33#˜ú"¹Ù¹Ú¹““`ü3Íü3Íü3þR>.` ,@ E  ÄÜì2Ôìì1@ © ¼© ©/ìÔìôì02#!!5!!!2654&qÖççÖþ8þ•$þù~ƒƒ—£¨¨¤Í“þ7“þ_ZZ^ÿÿº›{'ó"àº>`%@ E  Füì2Ôìì1·© ¼©/ìäÔì04&#!!263!2#!zƒ~þú~ƒý@¹ÖççÖþ9LZ^þ_nþ7£¨¨¤qÿãç{M@ HÜ<Ìôì21@† ˆ †ˆ¹©» ¹¸Œäôìôîþôîõî± I±IPX³@8Y073267!5!.#"563 !"'qž“ÒýÈ2 ŸÇš¡¦-þÛþÿ½“ÕV«Ú“ißV¬FþÃþñþòþÂHÁÿãL{ :@ E  Füì2Ô<ìÔìì1@¹¸¹Œ©¼/äÔìôìôì0"32654&632#"'##3J”¬«•“¬¬ýqùððþîðñþù и¸ßçÉÉçèÈÇéþ¾þÈþìþíþÇ.øý÷`þAt"`<@  ÔÄìÔì21@ B©¼ © /<Ôìôì0KSX·  ììY;#" .5463!##z€wøøw€þúVtš×Ù¶¹åþ¶S^a\ü뉢¡û Ùþ'ÿÿqÿãk&ÉCZÿÿqÿã&Éj–…±’—B°“°˜B±€B±B|°°#I°#°#Ia°€bh°#Fa°F`°’C°`#B°’C°`C°UX°°’C°`C8°°5Y±€B±B°°#°°#Ih;°#°5°°##I°@PX°#°@8°#°5°5Y/þV?@N F ü<Ìì22ÌôüÌ1@©©‡ —/ìÔÄìÜ<ì2Ôì0#533!!>325654&#"#ß°°¹ýãB²v¶Øþ©×zõ||š§¹Ñ´þLþmedéþêâþY)Œ.ÒПĞþûÿÿºØm&Çv†qÿãç{N@ HEüä2ü2Ì1@†ˆ†ˆ¹ © »¹¸Œäôìôîþôîõî± I± IPX³ @8Y02&#"!!327# ¤¦¡šÇŸ 2ýÈÒ“ž“½þÿþÛ-{F¬Vßi“Ú«VªH>=ÿÿoÿãÇ{VÿÿÁyLÿÿÿôF±ÿÿÿÛþVyML¿`6@!E  ÔÔìÔ<ìÔìì1@© ©©¼©/<ìôììÔì0356765!32#!!%2654&+L¶8DØ«ÖèçÖþ›þšX^x~„„~£™~±Å·þ7£¨¨¤ÍoþPÂÏv_ZZ^þº·`8@E   Füì2Ü<ì2Ôì1@ ©  ©¼ /<ä2Ü<ì2ì032#!!#3!2654&+N«ÖèçÖþ›ýÞ¹¹"\~„„~£`þ7£¨¨¤ýü`þ7Éü3_ZZ^þ/‰:@N Fü<Ìì22ôìÌ1@©‡ —/<ìÔÄìÜ<ì20#533!!>32#4&#"#ß°°¹ýãB³u½Ê¸||˜©¹Ñ´þLþmedêíþÐ*ŸžÁ¡þûÿÿº‘m&Îvoÿÿºyk&ÌC]ÿÿ=þV&ך^̺þå` )@ F © F üìÔüÔìì1· ©¼ /<ä2ìÌ0)3!3!#Tþf¹U¹þf“`ü3Íû þåsÿãÕ48@$%6 )  5üÜììÔüÔììÜì1@ $•-/<ì2ô<Ì0"'&46733276=332764''3#"'&':Óy{d;]ùT‡CHI}rHGÇFFt†AGC‡Tú_8d{{Ñ’ed''de±´˜ÉŸFþ¿Ÿ·þÍkmihÆññÆhimw'·ŸAF‚œþç¾þf²±^^­­^^ÿÿ‡ÿã'`]±Õ:@  Ü<Ìü<<ÌÔìÌ1@ •  •­• /ìôìôÔ<ì20!2#!!5!53!4'&#!!276XNûþðûýèþpÊqON£þ¼D£NOQâÚÞÝÚQ¤àà¤ýf‹DCýÝDCç:@E  Ü<Ìü<<ÌÔìì1@ ©  © —©/ìäÔìÔ<ì20$4&#!!2!5!3!!!2##ƒ~þú~ýÃþ»E¹©þWÖççÖò´^þ“Í“´þL“þÊ£þ°¤Óÿãð+#3376!2&'&# !!!2767# '&ÊÊÒÃS†vwhfst‚ÿˆg²ýF‰ÿ‚tsfjwv„þ­Ãº Çý9Õýœ§Ð$#GÕ_//œwƪþó”//_ÓH$$ÏÆOÁÿã{#2&#"!!327# '&'##33676>¦¡šæ\" Ìþ, žUxž“¼þó”{ “¸¸˜z—{F¬V´AWô^3VªH­äýü`þ3Ê€žøÕ !#!#!#3 øáþêþéÊþçþêáå±þÜþÜýåýåÕüó7ýÉ3` !#####3 Ãìã¸åìÎÑóó•þk•þk`ý¹¡þ_É Õ!#!#!#!#3!3  áþêþéÊþçþêáoýøÊÊ_<å±þÜþÜýåýåÇý9Õýœdüó7ýÉÁÐ`!#####!#3!3 ÐÃìã¸åìÃþk¸¸éÑóó•þk•þkçþ`þéý¹¡þ_sÙÕ‚@   Üì9ÌÜ´O]9ìÌܶ@@]9ì991@B • /<<ô9ìÔ<ì20KSX@  ííííY²@]##767!#'&'!‹Ê“d‚Õ½xªþQþP¤t¼Õ€`ø>ýƒYý§Y~¤þåbÒ†1êý2‚Òþž¡zÊ(k{`~@   Üì9Ìܲ€]9ìÌܲ0]9ì991@B •¼ /<<ô9ìÔ<ì20KSX@ííííY´p]! #4'&'##767Eþ]Ñþ»kK‰ÃV:V¸S8V‰Jlþ»¶þ–ýÌ&VœþìÇtOþ\¢KtÉœU'4ÉÄÕ! !#'&'##767!#3!ïþŸþP¤t¼Õ€`™Ê“d‚Õ½UnýµÊÊ„>ýƒqdý2‚Òþž¡z ý§Y~¤þåbÒ_4ý9Õýœn(Á.`! !#4'&'##767!#3!7þçþ»kK‰ÃV:V¸S8V‰þ’¸¸þ]ÑwéýÌ&VœþìÇtOþ\¢KtÉœþ`þ?þ–sþVszS#"&#"3276&#"#"'&54763!27654'4327654!"567376767632'&#"ss˜ÆDº#`ÜA€t bTDt;ü<}J£5?u_hFA»XùV£RuþÅ¥Þ Ÿs j#B#' "2Z¦brþïRU¾Ïgˆ‚r %§',a’zQ^XRj½7¦&6îJ´- ƒþƒÞ@' WoÊWd§þýE\`[þtÈO#"&#"32632&#"#"'&53!2654'&'"#5223 54'&#"5673767632&#"Èvm¢D¨Pb!',²-cX;b1Ò2i?‰Ä,ZnN .ër‚‚rë. >þ.þ¡˜½½˜_- > ^˜¼¼˜þ¢ >‘¤òó¤‘ ‘¤óò¤‘ ¡ªÒtÓª ªÓþÆþÇÒ« qÿã¡{&P%327654'&+"&'&'#";67>2# '&5476!36767623 !#"'&'&r-¡HVV?ª- ,4, -£GVUH£- ,4 É.þÿx‰‰t. 4 .w‰‰tþû. 4 ¤`t·§ƒa  _t¸¼p_   “‰œî颈   ˆœï袉   ÿÿvÿãút&Ë'—0'ÿÿ˜ÿã¡&Ì'üþœ•ÿÃÿÿsÿã3'ƒcSôÿÿ‡ÿã'à&ƒõsþV'ð9@  0üìüÔ´/?]ì1@ ¡ ®• ‘•/ìÌôìôì0´]!# '&76!2&'&# 3!#ú®þ¥»ÃÃÃS†vwhfst‚ÿˆˆˆ˜ðkÉÆÐShÏÐ$#GÕ_//œþØþÓ‚”ý°qþVç{9@  HEüìôÔì1@ † ˆ¹¸©/ìÌôüõî0@ € ]! '&576!2&'&#";#˜þû•—–UQQLNONP³cccc³õÉ–Ÿú#¬+qr͹rqýê;ÿ¥Ê§'''7'77'77ÊdØiØdØ}®}ØdØiØdØi®i®}µ}®}ØdØ}®}µ}®}µdµûÚÞÿBz/!"'&'&'&547676763!47676762þ¹þ3 8 Í 8 g    ý) M #&#"56763 v¢][“ˆ‹Jw}$)›/K†'*Cý³Âþ¥a"53#7þ¥òñ…†Â ”žý³Âþ¥a#55#53þ¥ò†…ñÍþõgžùÊÙ M !2%$'$'&ùʇ¯rE2 þ_ïþÙfݘL{t†\q Ï÷ÖþF` &3@MZg#.#"#> #.#"#> #.#"#> #.#"#> #.#"#> #.#"#> #.#"#> #.#"#> þÇv aWV` v ž"ž8v aWV` v ž"žù®v aWV` v ž"žfv aWV` v ž"žù®v aWV` v ž"ž·v aWV` v ž"ž÷ v aWV` v ž"ž‰v aWV` v ž"žAKKJLþQKKJLKKJLúKKJLKKJL)KKJLKKJLû˜KKJLøXýÃÂ- #)/'7'7'7%'%53-#%5#53 3#k–yo\©ûw–yo\©–zV\þãúL•yþ©[`¬@þÀøÂ¬þÀ@_Ó¤RÓÓ¤RZ–yþ©\µ–yW\þãþñ•zn[©ûw–yo\¨Ô¤‚RÔÔ¤‚R߬@þÀøÂ¬þÀ@ÿÿÉþVüm&„ÀõuÿÿÁþV8&…š ÿÌ!ìÕ:@  Ü<Ìü<<ÌÔìÌ1@ •  •­• /ìôìôÔ<ì20!2#!#535334'&#!!276“Nûþðûý訨ʨÜON£þ¼D£NOQâÚÞÝÚQ¤àà¤ýf‹DCýÝDC&Ež 9@ E Ü<Ìü<<ÌÔìì1@ ©© ©/ìÄÔìÔ<ì204'&#!!276!2#!#5333>C€þùB>ýøÐyttsÖþ9››¸L^*.þ—.+ßþÊURþ°RRÑ>þÂÉáÕ'+#!2'674&+327'7UŒj’~ÖþÊÈû€â šþþrG×j#u~{Sý¨ÕqrÛ’-,9†’ýÏ/´~ºþV¤{)%'7654'& 32'#"'&'#367632*ŒnŠOSTþÜTSST’F“o•Wl{XY:¹¹:YX{Ì€€ ˜§]¥sÅËtstsþjts®]³.01dý® ªd01¢¢ýð¢Éj@ •üüÜÌ1/ôìÌ03!3!É÷ªý)Õ2þ$úպК· FüüÜÌÌ1µ©¼/ôìÌ03!3!ºƒ“ý¢`:þ3ü3GïÕ )@ • • Ü<Ìü<ÌÌÄ1/ôüÜ<ì20!!5!!!!!Nþù¡ý)#ýÝ”ª—ªþªýl8U` +@  Ü<Ìü<ÌÜÌ1@  © ©¼/ôüÜ<ì20!!5!!!!!?þùý¢ þ`ôªÂþÛªþ ÉþfÌÕ3@  üü<ÜÌÄüÌ1@•°••/ôìÔìôì0#!!!2+5327654&#“Ê¡ý)¡ºqmÌäL>†87||Çý9ÕªþFwrîþÎþòôªKKÂ"ŸžºþV `3@  Füü<ÜÌÄüÌ1@©½©©¼/ôìÔìüì0#!!3 +5327654'&#r¸ý¢úFRRQµÁ¬n!&&1†çþ`ªþÁGQåþòÖ``œ07“ª )(þ¿‘Õ33 3## # # 3êʪõýß׈Å)þþþÊþþþÓDýßõªÕýâý³ý"þAþéþêüÿˆMýFþå`33 3###'# 3?·éÖþnfz¸!þ‡»·»þ‡ÅÌþnÖé`ýòþQýèþL6Éþ“mÉýʱ¯ýòÿÿ‡þušð&z9«ÿÿ…þuÈ|&zÎËÉþ¿´Õ3! 3## #ÉÊÒý¿í ÅEýúþïÊÕýâý²ý#þAþéþºþå³`33 3###º·âþTwޏ8þsÅ·`ýòþOýêþL5Èþ“ɆÕ373! ###ÉÊ­dÁý¿_Üýúd­ÊÕý±TîËý²üyþ%u±þº‘`37533 ##5#º·`eBâþTãÎþse`·`ýòaÝvFþOýQ5þÅÔaþ“!†Õ33#! # ##53Éʨ¨Òý¿_Üýúþïʨ¨ÕàþŽâý²üyþéþe=‘3!!3 ###53º·dþœâþTãÎþsÅ·}}z}ý5þOýQ5Èþ“}2²Õ _@   ÔÜì2ÔÄ991@B   ¯ /<ì29ì0KSX@    <<ííííY!! # #!2Òý¿_ÜýúþïÊþ=Õýâý²üyþéþ+*‚` _@   ÔÜì2ÔÄ991@B   ¼ /<ì29ì0KSX@    <<ííííY!3 ##!*8âþTãÎþsÅ·þ`ýòþOýQ5Èþ“ÆÉþ¿Õ6@ •­•  • 8 üì2üì2<ì1/<Ììä2üì0²P]3!33##!#ÉÊÞÊÉÉÊý"ÊÕýœdúÕþAÇý9Áþå@`1@ ©¼© F ©  Füì2Ü<ìì2ì1/<Ììä2Üì03!33##!#Á¸W¸¸¸¸ý©¸`þ3Íü9þLýüÉÕ -@• •­  8 üì2üì2Ä1/<ä2üìì03!!!#!#ÉÊÞ¡ý)Êý"ÊÕýœdªúÕÇý9Áæ` +@© ©¼   Füì2Üì2Ä1/<ä2Üìì03!!!#!#Á¸Wý¢¸ý©¸`þ3ͪüJýüÉþftÕ8@üìÔ<ìÜÌüÌ1@• ­••/<Üìôìôì0#!#!!2+5327654&#;Êý"Êr¡ºqmÌäL>†87||Çý9+úÕÕýœwrîþÎþòôªKKÂ"ŸžÁþV!`3@!F üìÔ<ìÜÌüÌ1@  ©¼/<ÜÌôìÜÌ0#!#!3 +5327654'&ˆ¸ý©¸ÇúFRRQµÁ¬n!&&1†çþÆü:`þGQåþòÖ``œ07“¤&.sÿã÷ñAY%.54>323267#".'#"$&54>73267>54.#"+9lR2*DaSN}aF-?jQ&h;>e3.x=&QUW+BÃyªþô¼c[¬÷s«p8<{¾R€±?S0 $0>&1H3!(BT®1‰ªÄkBŠƒtW22Tp{:S´²ªJ¨#&4tϨ Ë}§fšÍ|}Þ§bm:†Ž‘E/fcYC(+G[`_&b«Žnqÿãxz?P4>73267.54>3232>7#"&'#".>54.#"qKц]Š[-2`ŠX'V$?/(PtMBpP-\_#D-)*%-8%7‚CFIG‡Ô‘LV"- !(,!(ƒØœX›Fr˜Xb r> %gx‚@]ŸsA9h’Y›ñ^    , T™Ö¸&^dc+KiB&HiC÷ÿÿsþu'ð'z-µÿÿqþuç{'zÕÿúþ¿éÕ ,@ @ @ ÄÜìü<ìüÄ1@ • •/Ììôì20%3##!5!!×ÉÉËýîïýîªþA+ªª<þåm` (@   ÜÜü<ìÜÌ1@ ©¼©/Ììôì20%3##!5!!¯¸¸µþB1þB™þL¶ªªÿÿÿüçÕ<=þV`o@¼  ÔK° TK°T[X¹ @8YK°TX¹ ÿÀ8YÔüI:91Ìä20@BKSXííííY"%#3 3ÅÃþ;Ã^^ÃþD¼Nü”lÿüçÕ!#!5!53 3!ßþøËþùýðÙž›Ùýðsþsªªýšfüòª=þV` !!#5!5!53 þFþúÃþïþ;Ã^^`û²XªººªXNü”l=þ¿;Õ%3## # 3 3ËpÅþ\þYÚþ/ÙsuÙþ ªþA{ý…¸ýÕ+ý3;þåy`%3## # 3 3q¸!þºþºÙ³þrÙ))Ùþk™þL¸þHJþqýßÿúþ¿GÕ5@• @ @ ÔäüäÔì<üÌ1@  • • /ì2Ìô<ì20%!33#!!5!!ÖÞÊÉÉûŽýîïýîª+úÕþA+ªªþåB`3@©  ÜÄüÄÔ<ìüÌ1@  © ¼© /ì2Ìô<ì20%!33#!!5!!xZ¸¸¸ü9þB1þB™Çü9þL¶ªª¯þ¿|Õ.@   ÜìÔ<ì2ì21@ •­ •/Ììä2ôì0%3##!"'&533!3³ÉÉËþ_ºqmÉ||x˪þAÇwrî7þÙŸžd–þå¸`F@ F  ÜìÔ<ì2ì21@ © ¼©/Ììä2Ôì°°#I°°#IRX±¸ÿÀ°8Y0%3##!"'&=33!3¸¸¸þ©™f\¸45h)¸™þL _V¸êÓu;;¾¯³Õ#"'&53;333###‚;ºqmÉ||ÖËËÖÇwrî7þÙŸž9þÇdú+ÇþÏ–`5333###5#"'&=3ù ¯¸¸¯ ™f\¸4+¤Âľû  ÄÄ_V¸êÓu;0¯³Õ$@  üì2ÔìÌ1·• ­/<ôôì0!2#4&#!#z¡ºÞÉ||þˆËÕýœéîþfŠŸžý9ÕÿÿºdKÿãð"*I@#$ $3 +Ü2ÜììôìÄ91@¡® •$­ •(•‘Œ+äôììô<ì2Ìôì076! !!267# '&'&=3%!&'& ²"–¼:Cµ»ûp‹üpoƒ„’þ¢Å¼ ªvzªKB@­b‚þH€am §ÒÒÛþ„þôþÎ`_×F$$ÍÂUgkßL> A9¿|¤¤|ÿãf{%.i@.&&K /Ü2ìÜ@ p0°0Ï0]ìôìÄ91@&†ˆ &©¹"»*¹¸"Œ/äôìä²o]2ìü<Ìô²/]ì90"'&=33676!2!32767# '&&'&#"XY`œ09Jt’ÿ⃄ü² fg·jdcbhcneþóœ”NRSˆš]\RZ¬F1—!&Å‚¡‘’úZ¾dc4®,œ”—ZZWWžþ‡ð-!&'& 76! !!267#$'&'&=3‹­b‚þH€añ"–¼:Cµ»ûp‹üpoƒmw²þý ¼ ªvzªKBm¿|¤¤|¿ §ÒÒÛþ„þôþÎ`_×F$þ£c ¦ÃTgkßL> A9þ·f{1&'&#""'&=33676!2!32767#&'&®RSˆš]\ÆY`œ09Jt’ÿ⃄ü² fg·jdcbhcOJ¦Â{””—ZZWWžRZ¬F1—!&Å‚¡‘’úZ¾dc4®,þÒ3{”ÿÿÉ“Õ,ÿÿ(vm'À[uªÿÿFïH'š¨ÊÉþf5Õ32+5327654&#!#3!©‹ºqmÌäL>†87||þˆÊÊžqwrîþÎþòôªKKÂ"Ÿžý9Õý‰w¿þVˆ`3 +5327654'&#!#33^HRRQµÁ¬n!&&,‹þü¹¹%ëwGQåþòÖ``œ07“¦$)þ`þã6þVÕ!#!567!3#:Êþ„bþ‘ÔCuxÉþ’†+Ôþþªý8§.¨%5úÕªþV.þV+`%3##!56765!s¸þÞ{å¸þ{v^þ̳;bõ™™þVªdžþ’þüϙϧÔÉþf;Õ1@ 8üì2üìü<Ì1@ •­ /ä2üìÜÌ0%!#3!3+53276qý"ÊÊÞÊÎãL>†87h_ý9Õýœdú“þòôªKKÁþVˆ`/@ F Füì2Üìü<Ì1@ © ¼/ô<ÜìÜÌ0!#3!3+53276Ðý©¸¸W¸RQµÁ¬n!&ýü`þ3ÍûŒÖ``œ07ÉþVÕ!#!#3!33#;Êý"ÊÊÞÊÉþ’†Çý9ÕýœdúÕªþVÁþV@`!#!#3!33#ˆ¸ý©¸¸W¸¸þÞ{ýü`þ3Íü9™þV¯þ¿³Õ/@ ÜìÔìü22ì1@ • ­•/Ììä2ôì0%!"'&533!3##èþ_ºqmÉ||xËËɪwrî7þÙŸždú+þ¿ë–þå`G@ FÜìÔìü22ì1@ © ¼©/Ììä2Ôì°°#I° °#IRX± ¸ÿÀ°8Y0%!"'&=33!3##Hþ©™f\¸45h)¸¸¸™p_V¸êÓu;;¾û þå´ÉþVèÕ%3####! !Éþ’†+ÅþËþÄ-}-ªªþVªüúáÕüøÁþV`%3####! !H¸þÞ{å²þ˸þʲ>?™™þVª°ý'ÙüP`ýîÿÿÁyOÿÿh’'šÎJ¤´+1@oo]0ÿÿ{ÿã-&šO×Ä´"+1ÿÿhN&¤¹¼u´  +@ 0?  ]1ÿÿ{ÿã-&ÄjR ´-( +@(o(P-_(@-O(0-?(-( ]1ÿÿHÕˆÿÿ{ÿão{¨ÿÿÉ‹m'À¡u©@@]1ÿÿqÿãH'š–É@p]1ÿÿuÿãÙðQÿÿqÿã{ÿÿuÿãÙN'¹ ulÿÿqÿã&jTmÿÿ(vN'¹QuªÿÿFï'jžÊÿÿ‡ÿãšN'¹‡u«ÿÿ…ÿãÈ&j:Ëÿÿ ÿÁøÕyÿÿXþL/`TÿÿÉ31'qõ;¬ÿÿºyõ'q’ÿÿÌÿÿÉ3N'¹õu¬ÿÿºy'j’ÌÿÿsÿãÙN&²¹'u´ +@ @O]1ÿÿqÿãu&Òjs´ +@ @O0?]1ÿÿsÿãÙðaÿÿqÿãu{7ÿÿsÿãÙN&|¹'uÿÿqÿãu&}jsÿÿoÿã#N'¹guÁÿÿqÿãç&jâáÿÿ#½1'qr;·ÿÿ=þVõ&q^ÿ×ÿÿ#½N'¹ru·ÿÿ=þV&j^×ÿÿ#½k'Âru·ÿÿ=þVf&Ÿ^×ÿÿ¯³N'¹Ìu»ÿÿ–&j^ÛÉþ¿jÕ #@ •  üü<ìÌÄ1¶•/ÌÌôì03!!3#É¡ý)ÉÉÕªûþAºþåÐ` #@ © F üü<ìÜÌ1¶©¼/ÌÌôì03!!3#ºý¢¸¸`ªüãþLÿÿÉFN&¿¹·uÿÿº›&ßjGþVïÕ9@  Ü<<Ìü<ÌÌÄÜÌ1@ • •/ôüÜ<ì2ÌÜÌ0!!5!!!!!!+53265Nþù¡ý)#ýÝiGR¿þéiL”ª—ªþªýì”È`nœa­8þVU`;@  Ü<ÄÌü<ÌÜÌÜÌ1@ © ©¼/ôìÜ<ü<ÌÜÌ0!!5!!!!!!+53265?þùý¢ þ`nFRÀþéjKôªÂþÛªþŒ”È`nœa­=þf+Õ%+532767 # 3 3*SfäL>‡7( þ^þYÚþ/ÙsuÙþ ¾bzªK5sxý…¸ýÕ+ý3;þVd` +527>5 # 3 dþkkCQÄÁÄO5þ½þºÙ³þrÙ))`ýßþ&9Íasœ m˜´þHJþq=;Õ3 3!!# #!5!ÙsuÙþNtþÎÙþ\þYÚÔþŒ–ÕýÕ+ýwýD{ý…¼;y` 3 3!!# #!5·þ©Ù))Ùþª þà~ÙþºþºÙþß”Ìþqþ4ýü¸þH‘´Õ &@  ÜìÔì2ì1@ •­ • /ìäôì03!!"!"$54$3!fON£Dþ¼£NONýèûþðûN·ŠCD#CD“ú+ÚÝÞÚfqõ` %@ F EüìÔì2ì1·© ¼© /ìäÔì03!!"!"'&763!5>Bþù€C>Àþ9ÖsttyÐLZ+.i.*¶û RRPRUÅ‘ÿãCÕ 09@2&)  1ÜìÔì29Ôìì1@"••­-Œ(¼1ììä2ôìì20!"32765#"'&54$3!3327653#"'&êþ¼£NOO_´KV! 3j^nîˆûNÉ?4pi;?Ênh×Ùf1ÉCDþêP_m}ŸþÝ`61‰ÊÞÚfûì[JJO›ŸýZàxx9qÿãs` 08@2F&) E1üìÔì29Ôìì1@" ©1©-Œ(¼1ìÌä2Ôìì20!"32765#"'&54763!3327653#"'&=þù€C>A@j”\-1C]^ˆ¬fetyи>¸dhÎÓd.*^\:9m4œþöl01a`¦ªRUÅýaŸPOORAþ¸ìsxx%Éÿãð7@@9., ,#8üÔìÌÔüÌìÌ1@•'•2¡®•‘-2Œ8äÌôìôììÔì904'&+5327654'&#"567632327653#"'&'&ª\]¥®¶•OOQR˜S¾rsdeY憆GGƒ‘RQ?4pi;?Ênh×Ùf0!²„JK¦;$&´ hi²|UV!bb€[JJO›ŸýZàxx8Pa«ÿãF|5G@7., ,#6ÜÄÔìÌÔììÌ1@†ˆ¹¸6©6'¹2Œ,6ÌôìÔìôü° KQXüôYì04'&+5327654'&#"5>32327653#"'&NH‰”›tCDFEwGQPabªLÄqr<=ih<>¸dhÎÇpb8f83˜,-F@.. §NO]@AHOHXDEORAþ¸ìsxueÉþV<ð):@  '+%*üÔìÌìÔüÌ1@!•¡®•‘'•(½/ììôìôìÔì90!#4'&+5327654'&#"5676323#sÉ\]¥®¶•OOQR˜S¾rsdeY憆GGƒ‘RQÉɱ…JK¦;$&´ hi²|UV!ba’þùý¬«þVƒ|)?@ !+) *ÜÄÔìÌìÔì1@†ˆ¹¸ © ©½/ììÔìôü° KQXüôYì0%3##4'&+5327654'&#"5>32È»¸¸NH‰”›tCDFEwGQPabªLÄqr<¸dhÎÇpbþ{v^þ̳;b`ýWŠORAþ¸ìsxue{†þ’þüϙϧÔÿÿÉÿã-Õ¸Áÿã`6@F  Füì2Üì2Ôüì1@ ©¼©Œ /Ìôìä2Üì0327653#"'&=!#3!ˆzgh<>¸dhÎÇpbý©¸¸W`ýWŠORAþ¸ìsxue{Ìýü`þ3Ísÿã‰ð0@  üìÜìÄì1@••• ‘ŒäôìÔüÌì0# '&76! &! !2653‰d-‰|—þ›ÄÀ¿Åe'ááþêýÛ%×{ʺà9!ÒÌÐÍҎ׿ýŸý ”¤ðqÿãF{0@ E EüìÔìÄì1@¹¹ ¹¸ŒäôìÔüÌì076!2&#"3253# '&q’– к¾Ä½bZZb½â¸Éåþü•Ž/¡nª||rþ|r|>¾Åì禞ÿúÿãfÕ/@  @@ÔäüäÌÜì1@ ••Œ Ìäôì2ì0327653#"'&5!5!×?4oi;?Ênh×Öinýîï+ü–[JJO›ŸýZàxx}âqªªÿãö`2@  ÔÜüÌÌÜì1@ ©Œ©¼ Ìôì2ôì² ]0327653#"'&5!5!x>=ih<>¸dhÎÇpbþB1¶ý®VFEORAþ¸ìsxue{~ªªÿÿ¤ÿã{ðRÿÿ…ÿãÈ|ITþf:Õ/@ ÔÔìÔììÌ1@ • ½••2ìôìôì0356765!+532765!TÝ:WxÍãM?†77þfbª0£ödþú“þòôªKLÁøýÊþøýLþVs`/@ FÔÔìÔììÌ1@ © ½©¼©2ìôìôì0356765!+532765!L»3Dõ£µF1a.&þ{X^™}¦зûŒÖÀœ0)¡áoþPÂÏT Õ35675! 3 # # !TÙ>WysuÙþ Ùþ\þYÚþ ý¸fbª/¤XþýÕ+ý3üø{ý…¸ýÊþøýL²` # # !56765! þkªÙþºþºÙ³þßþ0X^þ̶8Dõ')`ýßýÁ¸þHJƒoþPÂÏ™~±Å·þtÉèÕ32654&#!##!23 #“þšš•þêþÊÈûhÙþ Ù/ýÏ’‡†’ý³Šý¨ÕãÛ0*ý3üøºþV¨{ ##"&'#3>32&  “þkªÙþË\Ì{±:¹¹:±{ÌT%þ+§þܧ§$`ýßýÁ¡¨t¢adý® ªda¢k—‰ý–ççþj爼Õ3&$54$)!!!!!!3!!"ˆ˜dÿèýÅý;öü>þôþv7•’8þÈ’©×ÎàªþFªýãªwý‰ªþú‡tÿãw{&/!3267# '&'##.5463!632.#"%;#"wü² Í·jÇbcÐkþô˜åþ¶ÆVtš×ÙeVg⸥ˆš¹ýK€wøøw€^Z¾Ç44®*,œ˜Âþ'뉢¡þÝÄ—´®žŠS^a\ÿÿsþøÙð4ÿÿqþVZ{TÿÿD¦Õ:ÿÿV5`ZɆÕ37!#'# #3'j‡—Ýþ£ÈŽ€ž_ÜýúþïÊʯۊ—âþ›È€¡üyþéþÕý¸Üº‘`373#'##35ŒAvâæ“ŽLãÎþsÅ··K)@wé“LýQ5Èþ“`ýòPTþfsÕ%9@' !&ÔÔìÔ<ìÜÄÌì1@••!•½/<Ììôììì035675!!2+5327654&#!#!TÙ>Wx¡ºqmÌäL>†87||þˆÊþfbª/¤XþýœwrîþÎþòôªKKÂ"Ÿžý9+¸ýÊþøýLþV `'9@)"#(ÔÔìÔ<ìÜÄÌì1@©©#©¼½!/<Ììôììì0356765!3 +5327654'&#!#!L¶8DõúFRRQµÁ¬n!&&,‹þü¸þ{X^™~±Å·þGQåþòÕa`œ07“¦$)þÍoþPÂÏÉþftÕ!?@ #8"üì2ü<ì2ÔÌìÌ1@•½•­ /<ä2ü<ì2üì03!3!2+5327654&#!#!#ÉÊÞÊ¡ºqmÌäL>†87||þˆÊý"ÊÕýœdýœwrîþÎþòôªKKÂ"Ÿžý9Çý9ºþV`#@@ % !F$üì2Ü<ì2ÜÄÌì1@©©!©¼½#/Ìì<ä2Üììì03!33 +5327654'&#!#!#º¹U¹úFRRQµÁ¬n!&&,‹þü¹ý«¹`þ7ÉþGQåþòÕa`œ07“¦$)þýüÉþ¿Õ !!#!3#qý"ÊrÉÉ+úÕÕúÕþAºþå9` 3##!#¸¸¹ý«¹`ü9þLÍü3`²ÿÄpÕ#653&'# 33267.'ˆ'U.,ËaOYFqlE¯kþëþÙË*YŒb?f)6^&ã4Z)e¹‹ü\å3'ž4H./)%¤üux«m3-`4²3ò3! #54.#"!!²"$Ë+Z‹`b‹Z*¶üJ¤%)þÙþÙ9 y«m22m«yþç¯þ=]Õò#3##!".4>3 4.#"3ÛúúËþ‘‹Ø”MM”ØŒ"Ë*ZŠ`iV%,[‹_r¯þ=ÃPŽÄèÅQþÖþÜþÎy«m2:dˆž„_5ZËò!4.#"#5! 3#*ZŒa`‹Z+Ë$"úú‹y«m22m«y 9''þ×þÛþίþ=²ÿã3Õ!!32>=3! }¶üJ*Z‹b`‹Z+ËþÜþçþèþÞÕþ‹¯þ™y«m22m«y 9þÙþÙ)%¤²Šó)!!332>54."#54> Š3Tmqn,äûdËV=™—uG0fžÜœc.ËL™å2ëŸRg´™|]= ªL¢+S{¢Çug«yC@p—VGKyÒšXZ¥ç¼íÕ %!!3!!‡ÛüZËfüš¯¯Õþ‹¯²3ò3! #54.#"!²"$Ë+Z‹`b‹Z*¶¤%)þÙþÙ9 y«m22m«yý$¯²ÿã®ò)8"#4> 3##".4>;54.2>5#"Ãð¯q6Ë[«ö6ö«[ÎÎBt¡^_ŸtADuŸ[ê5oþÈ%AXhV>"ê9Z>N2m«yüu¤“Ý”JJ”Ý“4¯þ×k£n9:s¯ê¨l3z­müá¨pBAkP#?]ÿãÕÕ##".4>3!33#!"3265ÛIÕ‹ŒØ”MM”Ø‹oËúúýÅ_‹[,%ViÀ®W’é¢W]ÑèО\uþ‹¯Bnž”sE÷òA¼3Õ3>32#54."#¼Ë?¼vŠÔ’KË+Z‹À‹[+ËÕþ MIH“Ý–K2y«m22l¬yýó¼DÕ!!‡½üxÕúÚ¯Õ¼ÿãËÕ2>53".5!#3Ê6Tf`bQ3ËH€°Ò³„KþˆËË`ý1Kf>>fKÏýIw«o55o«wüOÕþ‹ÿæð+>33>32.#"#".5467#32>54.$+ ËNB™£¨R=3)ËE¶vŠÔ’KË+Z‹À‹[+Ëã?CH“Ý–&ýóy«m22l«z˜AÿÊÕ%.>76$73ü>g? ;‹w›8¤ÏîqËÁ»`g_ 8/˜Î@9L`uŠPh¦G/þ‰+Xam@E\>&¨ÿЀó5C4>32>54."#54> .'#".%"3267.·;e„Hxív(A//dŸàb,ËNšå,ë T"?W68m8ˆ6o8nù~G„f=l!?1XXV°Q^¯ IrN(`P2s|†Fg®}F@p—VGKyÒšXX£çV¥œŽ?-_3Ž4e0Yd$KqÜ$3 AOH@BPdÕò%3!4.#"#5! Ûúþ;+ZŒab‹Y)Ë !¯¯‹y«m24m«w 9''þÖþÜ_¹â$"!".>7>73>33!&-p|…CtûÄBnK#QMC¡Yþäó¼PŸ–ˆ8ü‘PDYMôýêG)#@[9ür¤ El™È~mÉX—þîBkJ(ü~…©`#ûJ¦²ÿã#Õ! 332>5!)þßþæþäþàË*YŒbaŒY*Å&ý þÝþÕ''¤üux«m33m«x‹¯’ÿãYñ7 .5332>54&#!5!2>54& #4>2YM™æþÎå˜LË+`›qp›^*ÊÉý°PQwM%ŸþÊ ËJˆ¿êÀ‰L%@T.DuW2¼g­~GJ‚¯eArW22Vp>€¯'C\5vqr{_•g65f“];hS<?[vÿãqÕ32>=3! #5Å)ZŒcb‹Y)ËþßþåþæþßúÕüux«m33nªx 9þÜþÖ-!ô° ÿâyÕ..+532%.#"32>=3#".54>7d8ŠUÛj¢Gkþ–@*oº‡KÐÓi›e2ËRœä‘’é£XNнoªþþÔ” H†Àyðø54&#"#54> MÃüûíJ*r»„IÒÐh›f2ËRœã$é£WK‰½éUÎEÔg V”Æqßï32#4.gËV‹b4Ëf¶ø“ÿµcË8fŽGü”l Ip•X*9‚ÙœWWœÙ‚ü\•O•vO¥}ó";".5&>32!!332676&%4.#"32>VxP.Oœå“ ìœML…·lÙûdËNQÃ_(¢Õ0ežokže.+K;y±m'+H5›#9GG@k”X^§åˆyݼ”1ªL¢?=²Ãædª{E9d‡M&7%@rœ[-jx‡²#ò!4.#"#! 3#^*ZŒa`‹Z+Ë$"úú‹y«m22m«yüu¤''þ×þÛþίþ=ÿÿ²ÿã)Õ8dÕÕ)#".=32>533Õþ;AºvŠÔ’KË+Z‹À‹[+ËúóHJH“Ý–±˜y«m22l«z úÚ–ÿãî=332>54.'.'&>2#.#" .–Ë5`‡RPˆd86a‰TCq_F(I‡¿êÃNË'NzVOxO$&KqPˆÕ”NR–ÕþüÒ•PÃDtT0 DiI:U=( -?XsKZšr@=l‘T,TB)'F_72I5% Bi™nf¤s=K‚¯²)ò3! #54.#"²"(Ë,\Œ`bŠX)¤%)þÝþÕ9 y«m22m«yüu ÿãgñ1@ .5332>54&#!53.54>22>54& gM™æþÎå˜LË+`›qp›^*ÊÉý°à 7(Jˆ¿êÀ‰L%@T.DuW2ý›QwM%ŸþÊ D|¼g­~GJ‚¯eArW22Vp>€¯2?J)_•g65f“];hS<?[vg'C\5vst{&UJ0¼MÕ!!#‡Æý:ËÕþ‹¯üOÕxÕ'3>4.'.>753#×ÁÑÑÁË]•h88h•]ˇà XX à‡Ë‡à¡ZZ¡à‡ËŽÙþvØ;k˜Ä™l;üT–Õ Ö˜TŸŸT˜ÖþôÕ˜T2nò+".'!!#5#53!22>4."*>n^K˜üh˾¾"‹Ù”MM”Øþ$VÒŽU%&WŽÐŒV×%4þ毚š¯e$ N‹ÂèÁŠMZœ\22[ž…a67aÿÿsÿãÙð2nÿæøÕ)3 $.=3".546;2%"4.#>ødºþùþºþú·bË7>53o:Z=z3^†SB[9z.ZˆÃ$9H(@{b?%9H(G{^;ÿÿÿÿðÞfCÿUè5í)#&>32#".'332>54.'&umG~®f?z`< =[<'OC1†& 0B&J…e;ðy¾‚D"FnL0R>#+G3 %'<*.c“Zñ²3!ZŒÌñ#©z®ÿä`*%#".5332>5332>53#5#"&¢E¿ƒWˆ]1¹:V;GrQ+¹qxFrP+¹¹?°y|¨Ö~t?x°q¤ýNQqH 1\ƒRzýb£›2]‚Qzû ®iazºþVd{5#"!!#3>32¬ø•¬ñý¹¹B²vÂÅÂÜ=¾¤þ' þV ®fcîéâqþV/{(2>54."##".>32533#/+Qt’uQ+,Qt’tQ¸:°}f¨yCCy¨f}°:¸ÕՔʡp<323e¹ø•¬¹¹B²vÂÆÕþVH=¾¤ý‡`®fcîéýü ®ÿãb3!!3276=3#5#"'&®¸üý>=}˜TV¸¸C°vÁddºZþL þŸPO_b¡ëý0¬gbxwqþV/{-3!#".>325332>54.#"ZÕþs:°}f¨yCCy¨f}°:¸üÕ!IxW<]F0 !KwW<]E0 þö RdaU›ÙÙ›UadªýÏNœ{M%AUaf0N›|M&@V`fºì )3!!!—ý#¸zý†%þL üàºþVd{!#"!!3>32¬ø•¬ñüV¹B²vÂÅž=¾¤ü}  ®fcîéý\ºþVè{,<!4.#"#3>323##".4>!"32>f1Hv—ORŒg;¹¹*cmv=Dˆ~mQ.’–`”FH`87ZsfþÖ2(+@)QQD/d¡p=)ZŽeûë ª5".54>3!33¢þÆItQ++QtIQvM&¸Bºò»B@»{<¸ÕÀ5f•ae¡p<32d¸ø•¬¹¹B²vÂŤý\ž=¾¤ûݾýžfcîºþVl`3!3rúþN¸þö  ºþV*32>53#5#".5#"#3>32HqxFrP+¹¹?°y=kD÷KnH$¹¹AWh;ÃĤ⣛2]‚Qzû ®ia)e©=2\ƒQûݾýž'I7"ìqÿãt-3!#".54>732>54.'#"ÂÔ¤B7}C=DƒÀöÀ‚D>oš[á(QwPOxP(+G4‡NxQ)  âÒ NׄzΗUU—ÎzxÆ”^ýÀS•oAAo•SMwcV,Euš®þVX3327653##"&®¸ø•VW¸¸C°vÂǺZû­þÂ_^¥{ùöVgbïÿÿºdKgÿâ0-B#5#".7>7.54?37>32>=4.'<4©³¸H\pCbœj7>mš^D];"$Ç*.GW(9þ !CeDMxR+EpQ=lR0,± dþå¹ýÿ¬-J6Bxªi`·­£K 4GS)D59?;-?""ü EsS-7]{DV5wuh&2u‡šºþV9{!#"#3>329þsø•¬¹¹B²vÂÅþö H=¾¤ý‡`®fcîéüRŒÿãZ$(>53>32&#"32#5#".'&732>=4.+ŒÄ7§Ák-42Grb*wÑœZ¸F\tEf—f568V-Ia8FsS.*bŸuG* ¶ª`¥zE½*Kh=LŠÂwý¯®,J6Ar›Zƒ‹ýýXuF3[|Ih@†mEA‡„~®ÿã-332>5!##5#"&®¸øKwS-Õ¸C°vÃÆº¦ýaþÂ2\ƒQ/ úŒ¬gbîÿÔþVr` 3+53265º¸£µF1iL`ûŒÖÀœa™ÿÙÿãX!32>53#5#"&5#'øKwS-¸¸C°vÃÆÕû­þÂ2\ƒQ{û ¬gbîéºþV{{13!!".54>54.#"5>32Á Pýt*D07.54>737>7üúýÖ$F7!#0D(·YËȸE  ®þV`*%#".5332>5332>53##"&¢E¿ƒWˆ]1¹:V;GrQ+¹qxFrP+¹¹?°y|¨Ö~t?x°q¤ýNQqH 1\ƒRzýb£›2]‚QzùöXiaznþVô|,D3!!".5467>'.54>32%">54.ô32!!5>54.ÁO|V-¹¹?½yc¢t?!=V5)ýý?`B"#GlÛ4ZzFýs`¬afF}®gS‹{q9 „4myŠPIa8ÿÿ®ÿãX{X®þV-332>533!#"&®¸øKwS-¸ÕþsC°vÃÆº¦ýaþÂ2\ƒQ/øâ Vgbî®ÿã{'3>32##"#5#"&5332>¸!OW[,Ãĸø32d¸øKwS,¹¹B²vÃĤý\ž=2\ƒQûÝ ®gbìÿÿoþVX{Jþº˜`%!!3r&ý"¸  `®þV'3>32##"##"&5332>¸!OW[,Ãĸø9jQ1¸C±dÃÆ¸ø?oS0å/ýž3K2ìëý\ž=/Z„UûÝVgbîé¦ýaþÂ/[„)þV¤{,%!!#5#533>32#"&4."2>sü빑‘¹:°|f¨zCCz¨f|°8+Qt’tQ++Qt’uP+¨þ¨›__›ªdaV›ØþúØ›Vaëd¡p=;2%"4.#2>!g´ó‹¸W¤‘xV0´Pƒ©Zbœo;;oœb¸Žó²ý}t{ E}°jj°}ÇþøÖ—RþVª'Ig€•S]VW˜rB+OnCHpM'þLF‰Ï&OHBMý€À_/üæ9k®ÿã~%!!5#"&5332>73X&ý"C°vÃÆ¸øIuT.¸  ¬gbîéZû­þÂ/X}MŒðÃR73#3#ðÓÓÓÓþþRþd²ƒ%$'d ˆþõˆƒZZ¤-,DþCÚÿÓ´ Ü<Ì21¶ÜÜÜI:03#3#D––––-–d–ÿÿ«þC‚ÿÓ'¨þä°KRX»@8<1YÿþC¢ÿÓ %¶  Ü<Ü<ÜÌ1@  Ü<Ü<ÜI:05!73#3#ÿ}––––Ö–––d–ÿþC¢ÿÓ.@ Ü<Ü<ÜÜÜÌ1@   Ü<Ü<<ÌÜI:03#3#'#5#5! ––––ú–}-–d–úÈÈ––Dþ»ÚÿQµÜÌ1ÜÌ03#D––¯–ÿÿÇþ»WÿQ&}ƒ²ISX¹@8Y1ÇþCWÿÓ O@   ÔÌÜÌÜI:1²ISXA @ÿÀ88Y@    Ü<Ü<ÜI:03#3#73#D––}––ú––þÙ––––cþ»»ÿQµÜÌ1ÜÌ0!!cXý¨¯–cþu»ÿ¡´ ÜÜÜÌ1´ÜÜ<Ì0#5#5!Ú–áXõ––––––µÔÌ1ÜÌ03#––––ÿÿ––ÿÿ/þ¹ÿÝ'ßÿ`&åöþëŒ=² ISX¹ ÿÀ8Y³ I:1² ISX¹ ÿÀ8Y² ISX¹ÿÀ8Y³ I:0Nåä{µÔÌ1ÜÌ03#N––{–DþCÚÿÓµÜÌ1ÜÌ03#D––-þpdÆj!!dýåj¤c»–µÔÌ1ÜÌ0!!cXý¨––Ñÿ8‹(´ÔìÌ1²ÌÌ0´@P]3#Ѻº(ú¯–µÔÌ1ÜÌ03#––––Å[–µÔÌ1ÜÌ03#Å––––Ñ‹`#¶ Ô2ì2Ì1´¼/ÌôÌ0´@ P ]3#3#Ѻººº`Êý4ÊfÜ` ¶  ÔìÔÌÌ1¶©¼ © /ìôì06;#"!!fÍã’”†n¼ýŠ^ô–ÂþcþC»ÿÓ´ ÜÜÜÌ1´ÜÜ<Ì0#5#5!Ú–áXÃúú––ºŸ`'o·)F·  F(üìÔüÜ·o_²?]ìÔK°SX¹ÿÀ8Yüü·J:)z²D]K° QX¹)ÿÀ8Y1´¼ //üÄ·::U[ ¶ejy ]0 ##54>73>53€Ùþ`#8!¸2-A,þäÙ #8"¸2.@,›þeX5AnEþô¹QŠ`Q2, ›ý¨ 6AnE ¹R‰aQ1,XH`6·ÜÔÜüÜÜ´t o]1K° QX¹ÿÀ8Y·© ¼©©°/ììüì0%4.#!5!23!5è &EyWþ¶J{±tE¦üÏKcf:%.U‹¦rþUXÿö`?·!± ÜÔÔìÜìÌ´t\]K°QK° SZX}°/Y1·©¼ © °//ìüì0#&'#"'532>54.+532EMÇ:!FPP7.3"$,EV8(3e\Z`ÝË^þÀއpQg6© 4[ªu—¡;ôX`(¶ ÜÜüÜÜ1K° QX¹ ÿÀ8Yµ©¼/üüÄ0##!5!ƺýÁ¿Ñü/Ѻ€`<·F ²FüìÔÔüü´p j ]K° QX¹ÿÀ8Y1· © ¼°//ÔÄüü0##4&#!5! ˆ¹±¹ºþ.Ðá¬ýT`&ýÆ`Ø™úºt`!¶FFüüüK° QX¹ÿÀ8Y1²¼/ä0#tº`û `Xm` E¶ ÜÜüÜÜ1K°SK°QZX|°/³jZ´j Z ]1YK° QX¹ÿÀ8Yµ © ¼/üüÄ0#"#467#5mPWAºM8ø`›½ý‡y²'º€` 7·F ±FüüÜüü²p ]K° QX¹ÿÀ8Y1µ© ¼//üì²t]0#4&#!#! €º‚¸þç¹Ðâ^ý¢yÆ’ü/`ð¹ÿã¿k[·! ±F üüÜÜ·tp / ²  ]üÜ1K° QX¹!ÿÀ8Y·©¼ ©°/ìüÄìµl nnµ\ ^^·D D4 4° ]02>54.#"5632 r-Yt tY-0ZCB]rWfT%üýòü`ý´t¢[(([¢tq}=QŸÒþÔþó ,Dˆ¢B`#´ÜüÜ1K° QX¹ÿÀ8Y´¼ä/Ä0Bº`ýŽL¾XþV’`8¶F ÜÜüü´a _ ]K° QX¹ÿÀ8Y1¶ © ¼½ìüì¶_O?]0#4.#!5!2’º2X]þû¨Ö†5îüh˜r›uB=—èXÊ`5¶ÜÔÜüÜ·OO??°]1K° QX¹ÿÀ8Y¶©¼© /ìüì0!2#!5!2>4.#!XXu»xP""Px»uþ¨XdN""Ndþ¨`@k’¬’k@Ž>u‘¼‘u>XðÕ6· ² ÜüÜüÔ²]üÜ1K° QX¹ ÿÀ8Y¶©¼/üÌüÄ0!!3”ýC»ÝþWÑþ‹nüº•`4·F ±FüüÜüü1K° QX¹ÿÀ8Y¶ ©¼ ©/ìôì´o ~ ]0)!2!4&#•ü%ãÀw4üßg‚¹`:½Šsü¾êÆ’Xµp%d·'F ´&ÜìÔ²p]üÜÜüü·J#:#*##·h#Z#Jh´s #]K° QX¹'ÿÀ8Y1·© ¼©°//ìüÔü·Xl\v²]03>3 !5!4&#"#>54XÙBMLbL3’ýÎxza´V0*bºP]` NFd6ýîý¢ŽÐû [Îþ¢I3'@ºþVt`$¶FFüüüK° QX¹ÿÀ8Y1´½¼ää0#tº`ùö Xx` 1·F  ÜÔÜüüK° QX¹ÿÀ8Y1¶©¼ © /ìüì´ ]0%4&+532!5¾dj~~Í»ýàX{o±Ýý.¹ÿã¿` ]·  F°üüܲ]üܶJ < `]1·YTid°]K° QX¹ÿÀ8Y· ©¼©/ìüü·44 && ·BB Rd°]0!  ! 4.¹çÿýúÿçþÒ”-_`úþÔþÐþÙ'0þkþI¿uœX$XÿBH`K·F ±ÜÄüÜüü¶>   ]1K° QX¹ÿÀ8Y·© © ¼±¼ääÔìä´]0´g G ]35%3>ˆÀ1XˆÂ‚þ€$þÔ„FDþäv²¯ˆj/‹©h ü29–ºþVd`^·F ²FüüÔÜüü1K° QX¹ÿÀ8Y·© ©¼±½ìüüÜ·J  / °]K°PK°SZX¹ @8Yü·j\J°]0#4&+327#"&5! dº‘©ýGJ)CRC†›¶ä^ûø СðIE ˜”°dõºŽ`j· ²FüÄüÔÜ´_ ? ]üÜ·== KK °]1K° QX¹ÿÀ8Y·©©¼ ±©/ìüü}ܲ_q¶pPJ]K°PK°SZX¹@8Yü0! )5!2654&+327#"&5ºª(þ×þÿþV^ìÑØä¥HJ)CRC†›`þÜýèþÜŽÀîÛºÞIE ˜”°XþVùcG·³ÜüÔüÄܲ]üÜ·6DT°]1K° QX¹ÿÀ8Yµ¼½ìüIJ7]0>=3#4.'%Ÿf:uh¸=h€Hº9=1Ócä’™.ׄ„oº~Sü†&P«jI9X`l·F  ²ÜÄüܰ KQ°KSZX¹ @8± /YüÄü·<;?H·lY_J¶i|= ]1K° QX¹ÿÀ8Yµ ¼©/ìüÄ·T8Tt°]0%367>53!5ôýdÚƒ,¸.&=$üSŽÒýÉ47Z7 ¹J}XM./þŽGŽºþV_ R°·  ´F üÔüÜüÔ·O_o°]üÌ1K° QX¹ ÿÀ8Y·©¼½°/ìüüÜIJ¯]´@ P q0 !5!ŒºÓ”üWþWþVVLûöªÑŽnüXÊ`@¶F ÜÜüì1°KT°KT[X° /1YK° QX¹ÿÀ8Y´ © ¼/üì0K°PX±//0Y#4.#!5!2ʺ3P~Rþ°O~¿zM:ýÆ:IviF)5]¡XS`(¢·* ¶)ÜÔüüÜ´]üÜ·H;+·P`p°]üÜK° PX»ÿÀÿÀ881±/}/Y· 0WW°]1·fgwv²‡]K° QX¹*ÿÀ8Y·©¼±©/ìüÄÄÜ·¯/Ÿ°]ì¶CC"H%]0!#3>732>73®¼š¹I0K8( ¥)l_§+b—’kcE8" ¹*=Ki«Ë`ýñ!#@5]Ey+þüg«E=þÍ(Ci’Åú¦ü䣉W=ÿøˆ`I· F ³ÜÔüüÜüü1´ÐÐ]K° QX¹ ÿÀ8Y·© ©©²¼/üìüÔü¶j[]0#4.+#"'53265#5!2ˆº $@pPö{˜5NA&G.­]Ál,^ý¢`Jce:%ýÍÖÐr£3CŠ´ÿÿº `'+–+ÿÿˆ¨`'+4/ÿÿˆ¢`'/=/ºä™`@ ´¼DÔì1ôì03#ÒÇþº™`þ„ºän`@´¼DDÔìÜì1ô<ì203#3#§Çþº™½Çþº™`þ„|þ„ÿ×Ü"%0#4'&'37676537653#"'% '##5± rb{ .q & q-aT !ýö}þÁBý®s12jÿî{¢Í@E#$]} q«!<"iúÅbP-üF`ÿ×Ü)*5"2767#"'&54767&'&5&76 '##5¨M@V:118UF%/>7P6.N@?^G?D)7-#ŽFý–}þÁBý®s)^ &# \*$@.") n F>]KH*!#TH#úÅbP-üF`…z %3#%3#3#%3#Æ´´þ>´´ý´´” ý^ úúúúúúúì…< %3#%3#%3#3#%3#ˆ´´þ>´´þ>´´ý´´” ý^ úúúúúúúúúìÛì!#53®Ó¤R¬@þÀüýñ 327654'&+533676Í7N5G4¯pQf$h?FA@6b ! ¨eþ¿I(R[2*Û #53 3#®Ó¤RÓÓÓ%¬@þÀý-þ“°ð$%#5754&'./.54632.#"¼Ë'/XZH߸gÁ^a³Olƒ39ZZ8þþþ“{4<5/VV‰LŸÂ89¼CFnY1^5YV‚eš£UÞ"756767&'&54767632&767£/SD4Ž35gcbnZdF31`È9:H:ZÍçU°!LOTAKv?=¹0ps2#¹pÿÿlþ Ã'}ÿTÿÿ‚þóÀµ'|ÿôþ>qÁy3#Á¸¸ùìÿÿ‚þ¢ë&ŽÄ9þ¢ÿÿ‹ÿÆ &oÅú„ÿÿ‚ÿìë &ŽÅ¼Šÿÿ‚ÿìë&ŽÆ¼Šÿÿþ (f&ZÄþ (f$3  !27# '&5767"Ã$ÄþÚ×àJKÁÔ–úþ^©ƒÔ`‰eŸ~h'?6š§®þû‡`¤v¸c–àße4-ÿÿþ (°&ZÄ?}ÿÚR%67654'&'3#"'532‡¬#þ¢›—¸€Šÿÿÿ«þ b¶&^Äq ‚þ î?%#&'$473327676'&/3327653323#"'&'üT…ÁPx€mþíi¸l“_Qb_y^@@¸$;sR,%¸@nޏ\Kf% I0Š1_2F„,³kª>GHö´Îܳ&%0žlŽ}=êœJ"5Œþ^ó.327654'&'&#"&#4763&547632#bzL,5;(.;Dn2KÈxAZ¢M\MO¶bxX²'*9:X DD(ÁNOþì­f7*(”„?$S§-8’APÿÿ“þµH¶&ÓÄ? ‹ÿÆ Þ"327654'&'2#"'&5476»B!799[]KB{˜Æ¶“¥„`Q§%T*WE{R,,9.UMAx³ |”ÈKU#JïµN¹ÿ«þ @† &"34'&!5 767"'&'&547632î?,3/ÀV%.¬_]Àþ“g†¨>v-–(tYh‰YH‚Ä9!$3/,¸;þôþÌ X*V¸L_” !"b‰Wg3Zf‚þóÀJ6%#"'$47376767654'&'&'&'4762#&'&'&Vfþ©±xHþÛ?¸B¤a=~±T;~BrC:@¾_Ð`¸ B(EN><}ø9M ªI&huqƒc“- !P85J.39s–J%*=­=!'&"7*S@UYDÿÿ‚þ ÀJ&qÅôþ ܺ$š5%5%ÜHý¸Hªn‚nþŽn‚nܺ$ý&567&'&54763233"/#"'&5332767654&#" %!lE?I(7 /4KU^r8Z #08Ÿ " -d$* 9^W4'6O'&n=NVš)qaKî" %Üþ$ÿö5%%5%ÜHý¸Hþn‚nnn‚nܺ$ª5%ÜHºn‚nܹ$ý-&'&5476323"'&'#5276767654&#") lE?I(7$# +EÈ“˜‹V " -º 8_W4'6O -n=*{nmp" %Üþè$ÿØ5%ÜHþèn‚nÈË8ô(#"'&54737676533254'3'&!9EO)"a 2=`YG g -SG„L(E?4mmb}8T"ªRY$6îs9It…6Y !ìá 4&#"32>"&462–X@AWWA@XzŸæŸŸæô?XW@AWX³æ  æŸ˜¹hÁ732767#"'&'˜ gC*6:)kXZZC5"LMD¥6{S )L}@F€ÿÿO¿¦w‘ÕÿÿÿOþ ¦ÿđոÚÜë$/-#"'&547.#526763"327654'&× lE?I(7$# +EÈ“˜‹V " -. 8_W4'6O -n=*{nmp" %óî 4373¶Ã‹‚‚‹ÃîFÃÃþº¸Â”¼3#¸Üܼú¼ !#'3¼´%1œÄyI ©Ü!nþÝþ”›Rð#'337673#"¦ ´%1œÇBR´{6´)cóoajr›þ©Ü!n›˜•UPymþúL%#'37676537653#"'« ´%1œÄ/(/H´/; ´'G›… 44.5WY¾þ9©Ü!nr|> @2¦Þ%,*ÊþÏ;l>3 ¯ÿì§ *"2767#"'&54767&'&'&76#zfˆ\MOY‡p0;JcX~VI|ee•pdkAXH,7âp ¨4C@#90¤L@rRiUZ‡hÔÀ®ÇsBBsÇ®Àþ¡ë³þËuu5³ëaUò#'#"'532N%bÄU`޲§´¥ÒþÜþŸþëþ†DK*‘2´2<!&'3673ÌbŸ~ÄšZ00ZšÄ¥xUö:þæþÊþŨ ¨;6þÓþIþÊú<3#&'#6Ì´Ux¥ÄšZ00ZšÄ~ŸbúþÊþIþÓ6;¨ ¨þÅþÊæþ:dò#"'&'&547632#54'&#"¿Î=­:i_{•š\ %ZÄ[,,G\O98<SGU37e{a}Uw¦‡–þÍþ¤œnWl42@B^!xþ©–$%-`+-!d! M fMÿÿ‚ÿìë™&ŽK„ý¨ÿÿ‚ÿìë&ŽÈ9„ÿÿ‚þ ë&ŽÈ9ÿÿÿ‚þë &Ž'żŠÕ©þÿÿ‚ÿìë¶&ŽÇ¼ ÿÿ‚þ ë&ŽÇ¼ÿÿÿ‚ÿìë&ŽÉ¼„ÿÿ‚þ ë&ŽÉ¼ÿÿÿþ (¯&Z|Šÿ8ÿÿþ (ª&ZÈ?ÿÿþ (f&ZÅŠÿÿþ (f&Zȯÿÿþ (ª&ZÆÂÿÿþ (f&ZÇ––ÿÿþ (f&ZÉ–¯ÿÿ}ÿÚ÷&\KÿÂÿÿÿ}þR&\Õþÿÿ}þ¢R&\Ä©þ¢ÿÿ}þ¢÷'Ä©þ¢&\KÿÂÿÿÿ}ÿÚ°&\Åúÿÿ}þÔR&\Å+þÔÿÿ}ÿÚª&\Æúÿÿ}ÿÚx&\Çúâÿÿ}ÿÚª&\Éúÿÿÿ«þ Á/'K¼þ>^ÿÿÿ«þ Ér'¼þ>^ÿÿÿ«þ &&^ÕXþ ÿÿÿ«þ Ê&&^Ä4þHÿÿÿ«þ &'ù^ÿÿÿ«þ Ê&'Ä4þH&^Ä´(ÿÿÿ«þ „¶&^Åô ÿÿÿ«þ „°&^Æô ÿÿÿ«þ „°&^Éôÿÿ‚þ ¶&`'Ä_ Äõþ¢ÿÿ‚þ î&`Çxÿÿÿ‚þ °&`'Æâ Çxÿÿÿ‚þ æ&bÅxþ¢ÿÿ‚þ °&bÆ~ ÿÿÜ&dÆ„Rÿÿuþ ²@&fÆ,°ÿ¤ŸÙ:654'&32! '$&73! 76767#"'&54767632µ)B,4((7(*H³nþÃþïþáþÙ‚þ·@¸AËZAÑ×d#?z…Kb–NLZB`.+M;3*)3P&þÚ´F=)d Š\^ˆtL"9;l&NKCW4,”E$2Hf6‰âÿÿþ¢ŸÙ&ºÄkþ¢ÿÿþ¢Ÿ&º'Äõ~Äkþ¢ÿÿÿ¤Ÿ&ºÆx~ÿÿý¨ŸÙ&ºÇîþ¢ÿÿÿ¤Ÿ&ºÉxxÿÿkþG›&ÄÏ~ÿÿkþG›&ÆR~‚ÿ§)-%2767654'&54767#"'$473¸Â$6þÊ2 #déý­Gf>5þ÷ã¡À€þ¶?¸AËhXPA7.EB|=Q#!w*6ºú(  %þ¶{{qeVUI&b Š\^ˆ~B"‚ÿ§.54767!#!"'$4733!2$6=4'%$Ç ¢°`üh_ ®Êø>5þ¡þ À€þ¶?¸AËh—ô¸m/yüYþk>ba›ýè7# #5–&øqeVž&b Š\^ˆ~B"–jj‘7ÿÿ‚ÿ§)&ÂÕF„ÿÿÿÈÇ&kÄîFÿÿÿÈÇÖ&kÆqFÿÿý¨Ç&kÇXþ¢ÿÿ‚ÿ§)+&ÂèÊÿÿ‚ÿ§)+&ÈÕF„ÿÿ‚ÿ§):&ÈÅ„¤ÿÿ‚þ¢)+&ÈÅXþ¢ÿÿ‚ý¨)+&ÈÈÕþ¢ÿÿ‚ÿ§)4&ÈÆ„¤ÿÿþÈÉÄ&l¼ÿÿþÈž&lÄjÿÿþÈx4&lÆè¤ÿÿüà&lÇ&ýÚÿÿ“ývH¶&Ó'Ä? ļýv“þµHî#"'$47332767654'3HdnùaP„mþ¸/¸1É]]LGÁL"f¸h8­²ÅD%jdëQ¬í45Þb`¸Þœÿÿ“þµH&ÓKÈþ%ÿÿ“ý]H¶&Ó'Ä? Õ&ý]ÿÿ“þµH°&ÓÆô ÿ½å 2?4#">#"'&54733267&'&547632&'5#"32764&__A-D$Il–n9eÁ¸|8-H,-C,QÚÝN(J¯„b41}>í‡XA%v3ˆþhO =¬J6>(E& !B„QHJQS'¹Bµþïþõg=q?%'“i!.C]“ÿÿþ (°'Ç––&ZÄ?ÿÿÿ«þ @r'ÿôþ>pÿÿ‚þóÀJqÿÿ‚þóÀr&qÿôþ>ÿÿ‹ÿÆ Þoÿÿ¸Â”¼€ÿÿ¼ÿÿRð‚ÿÿLƒRÅ%'&547632&767#"'#'3ÈX\lTX\D8/0EÃ=’ ´%1œÇBx:=œ$!"4'´Qjr›þ©Ü!n›8jÿõâ$(327654'&#"327#"'&5732#"€-2!WZWXZV%2-Z(‘ .5_³ªŸ¾_52œ‘Z¡JkVרààÕÚ<…J¡Ð•ž¸y&ÄvþŠ»þÑ‹¦žÐ 3767"'&547632&#"327ÐAoDdN.†bpŒxXWs>0B7,gŒ`áp†5ÿµoU%m—®ao´3/AbM3))´I˜·áÿÿ<‡ÿÿ<ˆÿÿdò‰‡ÿãð (@  üìôìì1@    ‘Œäôìì0"32$  ‹œœþhö þ÷þ þ÷PþÍþÌþÍþÍ3343 þsþ†þ‡þsyzáZÕ (@  ÔìÌüü1@     /ì2ôìÔì0%!5!3%=ü¤JÊeþ™ªªª+H¸Hûá=Õ · Üì2Ôì1¶  /ä2Ôì03!#3uÈýlÈÈçîýhüÃÕþá=Õ ¶  Ü2Ôì21·   /ìôÔì0)5!!5!3=ü¤”ýl”Ȫ¹ªÈá=Õ ·  ÜìÔ2ì1·  /ìäÔì0%!!!3!©”ü¤”Èýlªª ÈüŽá=ÕµÜì2Ä1¶  /äÔì0!#3!=ýlÈÈ”Öý*Õý«á=Õ¶ÜìÔì1µ /äÔì0!#!3!=ÈýlÈ”crý8ÖAÕ'µÜüÌ91´/ìÜÌ0¶‡‡ìì#3Aý“þÉSuÃüNÕúÛÅÖAÕ (¶  Üü<Ü̵  /ôÜì´Ü<10%!3!#ŸþþÉÉ¢ý“þ°þ ÃüN{î 2@ EEüìܲ@]ü9Üìì1@ • •‘ /ôìÔ<ì02>4."#&'.4>329[œ¸ZZ¸œ_ÈPGr……䆇䄄rEM»p`77`p_88úæ 1§Å§bb§Å§1 ÁyÕ@ ¯üüì1/ì03#Á¸¸Õú+qÿã!“/@ E  EôìÔ¶ 0   ]ìì1@    ŒôìÔì0 6&    ¹¹¹þúþ«†þëþz>þú¹¹¹þ†þëþzþë='Ù+@  ÜÄ2üÄ291@ /ì2903#3²³Âþç¸þçÂ6£ýQüÖ*¯=q33# =¤ú¤Ãþ¢þ¢qü½ýCºq @ üìÔüì1µ£ /ìô<0)3!3ü9¹U¹qý"Þºq @ ü<Ôüì1¶ £ /ìôì0!5!!5ü9üòqü“K“qOâ!>@#E E"üÄìܲ@]üܲ@]ìÄì1@ • •‘ /ì2ôìÔ<ì0%!!5!&'.4> 2>4."¼‡ü:‡RJr……ä 惃sKRþQ[œ¸ZZ¸œ“““{ 1¨Å©bb©Å¨1 Ÿp`88`p`88º¦ %@    ìÜüÔÌÌ21¶   /ìÜÜÜÌ03"3#!5!ò„…ñpü9Çœ fšžüø“qçî2@ EüìÔ<ì2ÔüÌ1@    ‘/ôìÔ<ì2Ì0!#!##"&6 54'&"3qv¹þCœø¼°±f^‹œ]8Æmr^:ÉüÞþÄ<ÖUåf˜þɃ]8˜ÆƒÁDÕ '@   üü<ü<Ì1@    ¯/ôìÜì0#!!!y¸ƒþ5Ëßý!Õ“þ/’=ÀÕ '@   Ü<ü<üì1@    ¯/ôìÜì03!!!¸ý}Ëþ5ßý!Õ“þ/’ºÕ %@ üü<Ôìì1·   /ììÔì0!!27654'&'2#!3œþÐ,R4,,=iXXXlýιÞýµ]Oz}I_“‡_Ò­‡…ÕýœÁ$Õ;@   ôܲ_]9üÔì@    /ôì999@ ìì10#4'&'5!½ˆ4B ¸5M‰ÃcAþïê¸æþÉq™_–ÜÜ9V“= Õ4·ÔÜü9Ì1@ /ô̲]ìì´]0 53#Tþ麸ßþÇö9ú+Áë!-@ #"üìÔìÔüì1@    ! /ì2ÔìÔì03432>324&#"!4&#"!ÁôÆ}x5%–ÓÒ^ˆº¤ZþýH¤Zl”þî¦ÿK--ÒX€hý&|‚€Å•þncƒ§Òò=‹Õ &@   Üü<ü<üÌ1¶  /ôÜ<Ü<0!5!3!!#ˆþµK¸Kþµ¸€”Áþ?”ü€=Õ9@  Üü<ü<Ü<ü<üÌ1@     /<ô<Ü<<ü<<0!!5!3!3!!#!ˆþµK¹øLþ´¸þ=“Áþ?Áþ?“üüºq!@ üìÔüì1¶ £ /ìôì0!!ü9¹Uqüq“ýµK=ÃÕ=³ÔÄÄ1·B••/ìôì0KSX@ììììY! #ÆýtFCþ0æþ0Bû~ú+ÕÁnÕ 4@ üìÜ<ü<Ôìì1@       /ìôìÜ<ì20327654'&+!!2/!!m¨]%i¤þ ;°„@ED\ŒÔýTôqQE=4."þµXEr„„rJS¸RJr…CEoJ¥[œ¸ZZ¸œOó“þ{ 2¦Æ¦1 þ{† 1¦ÆSV/þÞp_88_p`88Á}Õ @ üìÔìì1µ /ôüÌ0#!#}¸þµ¹Õú+BþÅÎÁ}æ #@   üü<Üüì1µ /ÔÌüÌ0#!#3}¸þµ¹¹âüOþü›þüÁmÕ +@   ü<ìÜ<üì1@      /ìôìÔì0!%!!5!!z;þ ôþ ¬ýTÞýµK“Ñ“ú+qOÕ $=@&E "E%üìܲ@]<ü<ܲ@]ìì1@ • • "#/ìÔ<ìÔ<ì02>4."%#&'.4767673 [œ¸ZZ¸œTXEr„„rJS¸RJr…CEoJR¸"p_88_p`88Î 2¦Æ¦1 þ{† 1¦ÆSV/ †qOÕ(#&'.4767675!5!!2>4."¼XEr„„rJS¸RJr…CEoJRþµNþµþQ[œ¸ZZ¸œP 2¦Æ¦1 þ{† 1¦ÆSV/ ó““ýàp_88_p`88Ùb/ö²ÜÌ1² /ì0!!ÙVýªö”Bà¾f#"&/#332?¾¢E=9Qc´‹õ”t2 %xfþ¼" %/¯õxà $â¤Dp²/ì1²/ì03#¤ÌÌÌ¿î=f7´uÜì91¶´³ôì290K° TK°T[X½ÿÀ@878Y3#'#´”õ‹´´‹fþˆõõ[î¥fE³ÜÌ91¶ ÜüÌ90·  ìì@ Ueu…@ )9IUe]]!5'3¥ü¶{ì¶î”æäBà¾f3326?3#'#"&'B‹x% 2t”õ‹´cQ9=Efâ$ àþˆõ¯/% "[î¥fC³ÜÌ91¶ ÜüÌ90·  ìì@Ueu…&6FZj]]5%3%[¶ì{î”äæ”šþ‡fÿS²/ì1²/ì03#šÌÌ­ÌÕF'µ/üÜì1´/<ü<03#%3#\ËËþyËËÊÊÊÈuº·  ü<ÜÜì1´ /ìÜÌ0#527#53ºò„…ñ€þõgšžÈuº·  üÜÜ<ì1´ /ìÜÌ03"3#Èò„…ñ  gšždû¶ ÜÜüÜÌ1µ /ìÔì03#!!×ÌÌþ³üMûÌýd“dÞ '@  ÜÜ<ü<ÜÌ1@   /ìÔìÔì03#3#!!×ÌÌÌÌþ³üM„ÌìÌÞ’ÿì÷“³ÄÜÄ1² /ì0'!! üõ““°þæ‘''/33!!3'#67654'&67654&nÍÍÍþu‹dÑruxt‹›€ñddx>DD>x˜II’‰þvŠýçþ!ßý þóRTšxޱ…¯`aþæ£þw,0dc1-ýëþ!:;z{t‚ÿëÛ{*L@$% E+ü<ô<Ô<<ìÜü@!#91@‡Œ$+<ôìÔÄ@ ‡(‡¸+üììÔÄ0%"3254"3254#"54!#"543263 #4#"h??AA??A¸ùæ'+ææ¨,L½–¸â‰Wð@@@@@@@@üÁÍÉÐpØ·QQþ¾üÇ9ªŽ‹ÿ݇Œ/@@1(. #E0üì<ÌÜÌÜü<Ì1@‡‡!Œ0‡%*‡ ¸0üìÌÜÌÜôôìÔì0"3254"54$3  !2632&#"# 54-654!"`@@@CÒv»Bþ™þîþĉըŸŠ†iUvË«þ:Ö×þknL?o@@@@þìä‰Äþ«þìN;EjfŽÕa‘ùïe:.šº88U؉ÿìôŒ8327&'"254"%47&5476! #4'&# 63 #"'632# i60IKhhþ¯*)…“7!‹o¸^R¿þýX;*:ú9«ÌÌþu`þ/'"­€6OÔfq³þ÷ý¿A¼…tqLIþ¶ $\9.ȶlþQŒ!6@   E"üÌÜÌÔüÜü1@‡¸" ‡ ½"üìÌüìÄÜÄ0463 #"&'7325#'&&7'6m¢ÝešÍÖt ½"x¯‚ØÐÖCBC¦quýôýþùðÐ Ñóßh!Ï ACBBÿÿ—š )2@  #&E*üìÔÌÔÌÜ<ì1@ ‡ ¸*%/ÔÌÔÄÌôì0"32654& 4''&5432#5476°$ % U%|{¸eÈÙÚô6þ™ãL¸j` %"%:yxþÙý~)ŽR¦·Àh–††KKª>Ü‹þ †Œ 65@$- 3 (E7ü<ìÌÔÌÔ<ü<1@ 5/‡¸7‡&Œ7ôìôìÌÔÌ"32654&4763  !27632! 54-654!"#"`$ % õçºBþ™þ­ûïy#x—”¾Jþiþ:•O×þknLI¿Òo %"%0‰yKþéþpjNdfïD×þüþ”QcwþõùØiC‘|85s½rÿîô– *;@&%   E+ü<ìÜÌÌÔÌÜì1@"‡)Œ+‡¸&¼+ìôÌÔÌÔìôì02654&'&47&7'73%$æ$!% þ­¥¦lÜÝ6ZA“‹|¸ýÌý³• $! $ý˜Vmê-·Æˆ½G4 ¡p¨¾?ýÁý´ºÿã¼{1@ FüìÌÜÌÜì1@ ‡¸<üì@ŒôÄÜÄ0%"32544!  #"54$32¥@@@þ¹þµæëäÖ)ë@@@@ëÆÆþPÄÈÈŽÌvvÌüÇÿ⃡ .<@- " 'E/üìÌÔÌÜ<Üì1@ $Œ/‡-‡)¸/ô<ì2ÜìôÌÔÌ0%"32654&672#4#"#"'&#" #"53232l$ % L ™ò¸7*>(€z*M#6Õûò—&8"$ñ %"%3|þ©ü¶0Û¯qi½áþPÄÚÒ–Wu«ÿÿþ²|+?@-$'+ ,<ÌÜÌüÌÜÌÜüÌ1@ )‡!¸,Œ&½,ìôÄÜÄü<ìÄÜÄ0%"3254"3254 #"5#&767663 #4!" @@@þ™@@@®äï!ÙÓ¢7yÁ-ž¸þæ²^õ@@@@ö@@@@ý˜ÝÃã×ÇedÕmúÛ%£‹WÿîË‘ ,9@. $  )E-ü<ìÌÔÌÔüÜüÜ1@ ‡'Œ-+"‡¸ô<ìÌÔÌôì0"32654&4323254#4#"%$7"@$ % þùæì‹µ¶'(¸ujþ‘þ’ÕÓø %"%@ÙÕ¯ˆ¨Ì°Xþûüsghý©þ¹\—_ÿã¾"9@ $ E#üÌÜÌüÌÜìÌ1@¸¼#‡ ©Œ#ô<ìììüÄÜÄ0254#"53265$54767653!"'#W@@>¸z]Uþèâî]ƒã¸þi¹TrÙs@@@@üpeœgÌÝÛýu©±/üÑþ²ssHÿîs|2@  Eüì<ÌÜÌÜü1@  ¸¼‡ŒôüìüÄÜÄ0"325447&763! 3%$5@@@þÔ¶·åíþìMg¸ýáýõî@@@@ýRÚÄ&¶Â¼—þѨË'´ýLþBHÿîs2@  Eüì<ÌÜÌÜü1@  ¸—‡ŒôüìüÄÜÄ0"325447&76! 3%$5@@@þÔ¶·åíþìMg¸ýáýõ@@@@ý<ïÅ%·Â½­þÒ¨Ë'hû˜þBYÿîÌé E"32654&!"32654&&''"&5623253765$7465&'7$ % ý$ % K”fg´¦œüÔþ饤¸£›þçÓרIJÒ %"% %"%üIK£šbáëÇþv„„4þË‹‚ŒËî˜42@7-]fÅnþ9¥™ºÿãh%A@'$ F&üìÌÜÌÜüÜüÌ1@‡Œ&ô<ü<Ì@" ¸—&ìüÄÜÄ0!"'# 432!32533253"3254hþ©”fg´þ¾ýÓþ襤¸¢›¸ü>@@@ þÃJJ=|ßëÌþ\¤¤@þ¿¦§ôýÌ@@@@hÿï} -?@, (,$ E.ü<ìÌÔÌÔüÔì1@"&¸¼. ‡Œ.ô<ü<ÄäôÌÔÌ0"32654&2533253!"'# 47&5432d$ % A¤¸¢›¸þ©”fg´þ¾™‰æìèBÒ %"%ü³§4þË©ª/üÑþÃJJ=ð¦%žøÜ‰þñM§hÿï -?@, (,$ E.ü<ìÌÔÌÔüÔì1@"&¸—. ‡Œ.ô<ü<ÄäôÌÔÌ0"32654&2533253!"'# 47&5432d$ % A¤¸¢›¸þ©”fg´þ¾™‰æìèBÒ %"%ü³§4þË©ªèûþÃJJ=ð¦%žøÜ‹þóL‘§@ÿã`$@ÜìÜì1@ ¼‡ Œô<üü<03!23! '#"543225“¸ù¸þOþ³)3¶Æœ)`ý,þíÔüÅþ¾88œ–{‹rÿîô *;@&%   E+ü<ìÜÌÌÔÌÜì1@"‡)Œ+‡¸&—+ìôÌÔÌÔìôì02654&'&47&7'73%$æ$!% þ­¥¦lÜÝ6ZA“‹|¸ýÌý³• $! $ý˜Vmê-·Æˆ½G4 ¡p¨¾Úü&ý´‹ÿïŒ ,7@  '#E-ü<ÌìÔÌÔü1@+‡Œ.%‡‡¸.ôüÔüÔÜÌôì0"32654&4! ! &# ! ! '&54323 c$ $ ½þ€ýÔ6bæuøåþŒ’ýÄþ«‡UÓàK·X $ $è8$Ü{»ŒŸþþ›nE{ËÒN%Oÿîª 0@@2, %&E1ü<ÌìÔÌÜìÔìÜ1@‡%‡/Œ1!‡*¸ôìô<ìÌÔÌÔÌì0%"32654&&'&'&5! 765! '676%&4% $  ,«D ãÏù)@ ' 1#-E5ü<ÌìÔÌÔü<1@ ‡)Œ6/‡%‡!‡¸6ôìÜìÔüÔÜÄôì0"32654& 4%$54!232#"'&#"! '&5432h$ % $—þ{ýÝ¡Ëajjh@”Mó§qKÍy)ý«þLJmá×_œ‹ %"%þù½1EæüYl0þ”xP^b8RþÂþsu_|ÞÚ]FÊþ­ð¡'"2''&'$!32'&547"32?6A€€ñS2;9ŠÂ’ þhhÍÔÓÔ¤ÚNU×~œõþ± €û †+;9j–qÎÖÐ!þþæB¦a¦©þÈÿÿnÿå·€';ýu;úÉû_ÿ¨ +@   /ÌÜÌÜü991@ /üÌÌÜÌ0! &7623$'4'74"YýÇþ¶Ãåò#!A[VЍüÞB8?<þÿ¨kÙØP$U.FŠM?>={É{+@  EüÌÜÌÜì1@   ‡¸<üìÜÌÜÌ0 ##"2#"53254#"·¸ÿn=Úåá¦;C>@{þjýËVÁÇÇ®þR777ÿÿüšÉr&R<û@ìÿji·  /ìÔÜÔì1µ  /<Ì2ÔÌ0! ! !5 74! ûþ%þ&þ?þºþ˜%»~?>þÂþÁ~»Åû@ìi$@  /ÌìÔÜÔì1¶ /<Ì22ÔÌ0! ! 3!5 76! ûþ%þ&>Ôý©þ¹þ˜%»~?>þÂwJ~~»Åû@ìÿji*@   /ìÜÄÜÄÜì1@    /<Ì2ÜüÜÌ0! ! !5 74! #5ûþ%þ&þ?þºþ˜ßî%»~?>þÂþÁ~»ÅNÜÜû@ìi.@  /ÌìÔÄÜÄÔì1@   /<Ì22ÜüÜÌ0! ! 3!5 76! #5ûþ%þ&>Ôý©þ¹þ˜ßî%»~?>þÂwJ~~»ÅTÜÜüþý3þ¶ÿ²"36654'#"5432ýî‚AA\(D³ªeN[̼þÏo[$žºN[‹uÖü§ýŽþÈÿ¯%@ /ÌÔÌÜÌÜÌ1@ /ÌÌÜÄÜÄ0"3254"547&54323253ýró>Juum‚ž„²þ@’s> [yu?{EBXFþºÃû_ÿ¨ '656%"'&76! 4"3Y¨ŠVþ¥A!. Ùå{x9üá322674&#"ŽCC›òèÌjFPˆH OQ²µ$!%!¢p'(FnäJv-Oý!3]ï $ $ÿÿzÿãÈ{&GG0ÿÓÿö1, ("32654&&3 #"4/&5432N$ % þ¤s $ËŒeÓû‹qɘzm… %"%þù´ƒµþçÏ82®º´‘y¦œþ,v\ÿãë#"6@ E#üìÜì@! ÜìÜÜÌ1@ ‡˜#Œ#ôÄÜÄüü04$54%&&5! $#"57"3254ÂiþØó xÜ«äþâïï@@@ç¸ÜXº¸4 |ì`Pþ°¤Ù³ý÷ åÜÝ?@@@@¼ÿê‘ ""32654&5&'7!$#"47#®$ % þdt¦„.;àÕûœï %"%ȈÄ_øp•½¬˜þ‰ ñÐ8>™u“þ%˜t/;4#"#"'&#"$#&532327632! '&57"32654&à"3C2z7J,"Óû¶…/IN\=0‚¶BWþ–þ¡TO½3Hý©$ % Xt\DD\t] ñÏ5ö<\UCþþüªþ÷fˆwpv Ê gH %"%ýñýÆV@/ü1/Ì03#ý´´Vþ›û~àÿ£!'@ /ÔÌÜÌÌÜÌ1@  /Ü<ÌÜÄÜÄ0'6"%)56574 65ü+*+µ×þ„þU·‘G±óm++),}åþÝ….pˆƒ·\(úû>Ç.ó4"!27676327673!#5654#"'&'&#";&543ü.ð%2~*&IHHÜ„BO™g(þâÅÐLBC]i%>’e>.`h>3È‚A?×~= h‚\$…kb8:;-F¡_Zkf2)üNàþŒ !@© /<Ìü<Ü1@© /<Ìü<Ü053533##5üNØŽØØŽ¸ŽØØŽØØÿÿû EPüšöþ>r@ /ÌÜÌ1@ /ÌÜÌ0432#"73254#"üšÔÐÔЄLTPP¾´´ÈÈHHH‡ÿã` " 7654&' ! '&476‹^L:NbX1ˆcoŒþ÷þí€qo’À„h³½`™W®£ü Ä’éý޳¥”æ•Äcÿg¨œ&24764'&#"676'&'&5476 ¶€ òÒpH¼’gc/5pØä†I´u ¦þÎö€€ýê‡uËpHECle\gâÔUÔÜš‰su—ÈýϨ‡cÿy\±$24"27#&5432# '&5?$5+€€rÐ%3Ýàí]fÜþͦÏÓ¸þ”Ù|pHF€þP¶ÆØþäðfou—ÈT¢¥àéþÇþå©aþûpHÿ늤/%24'$5432327#"'&#"%$'#"5432253â¶þ¶ï¡3]L/|€t¾kZ1„AQ½þfþÜ(3¶Æœ)¸ƒDj¾R—Ææ:jÄTþûh8KOÈpÆþtþ$68œ–{‹‘ýÖþícÿWα%24"$'&5?$532&'&32!€€­þâþñþ¾rŠÏÓ¸þ”Ù|T9ïlcÙÔì ~x¢˜€ý?Lv§T¢¥àéþÇþå©aþûmY<ÅÐäØÉÇKcÿWα-224"7&5&326532&'&32$'&324!€€ýBå‘äûœ¸³}b$|T9ïlcÙÔì ~x¢þâþñþ¾rŠø=C˜€Ëh¡(ªç­­¢½ë¤ ?fXþòmY<ÅÐäØÉÇKLvÈttYÿîô4@'&''"&54323253765'$543227#"$#""32654&²¥”fg´¦œýÔþ饤¸£›Ùþ¬úu ^|€u½IþòSL\ßü>$ % ,¥™IK£šbßëÇþv„„4þË‹‚jEašØÑüÃTþûùW8Ò‹þ¾ %"%‚þÛ{ &%"324"324#"54!#"543263 #4#"h??AA??A¸ùæ'+ææ¨,L½–¸â‰Wð€€€€üÁÍÉÐpØ·QQþ¾úÛ%ªŽ–þRpt MU"32654&254"#&76767%4#"#"'&#"$#&3232763276'767‰$ % ånnþ´vp†+-•"2D2z7J,"Óû¶„0IN\=0‚¶ŽJØ%•.3?­5xvþ„'ªQœ %"%ýž933¹hk//3wá±t\DD\tþß ñÏ5º<\UCþþýÈrT­«”F-2bG;þÐ"‚b,iÿö÷’ $5354#" #"524"Åm~¸þÀþŶ¥Óý¬€€‘þ¹ý©ejüsûþX°¤þ\Ìëß|9ü€~ÿ瓚 I"327$"3273653%"'%5254%$7&76%$5#0#&7626¨€A?à€A?‘ Tc¸þéb*@þÖÛRX6&$þHþ£ÂåîuŠ æÓ¢5r—ý@@@@@@@mýo6 Jü¶þ½,/¸Ìáƒ7'ýÖþ³- Ó/™×Ô‹uŠþꟵ² îÉcd~ÿçÉš LX"327$"3273253!"''&76324%$7&76%$5#0#&76262654&'&¨€A?à€A?‘fx¸þÔ…$8ŸÙÄ$+Rb,7þHþ£ÂåîuŠ æÓ¢5r—ýô$!% @@@@@@@mýÓ”žJü¶þ¾ceÆÁã“$3ýÖþ³- Ó/™×Ô‹uŠþꟵ² îÉcdûê $! $xÿᆟ! !5!!%64'7†þ;þ·þ±þOÜþtJýuý¯4úSS›vþ–þ;øX¨©çþ"þòþ]| …¿KÅnÿÿ¢Ÿ#"57!3273!Á¼–âþá¾þñÌqžº´-ÁJLß÷÷ø½ÝX1ú¢nþÑ2³!6&#"&5&632!~þpoƒ~d‘þ·½ßsþÑ.†xsgd{²®àï°ûŒþ1nÿà?Ÿ #"327%%5!5!!‚þ¢ÍÑþ¦Iæë<½þPþÌþÓþ@—ýÐýÑ“Þ =þÂþ÷þýþ¦`ýþ¸þI´I=œ?©©<¥dj³!&#"&432¶Î‚”±ŠyÎòä Y·«‘Ó…¿°4þÔþÓû¦P¶³!#4&#"&54632!þ¨µ’_k‹X„’ýµºî õü#‰gi’Mk| ªô謃ýl<ÿ០!3>4&#"!5!! >þþž³ƒÀáŸþçæïþêþ³ Fýþ+û¬Ô ú¡þWþßþ®5ç ýþþÞxÿß³%# !!!)!Y€þ¢þºF^Šþ¬þÖþeþ.Ȥ*”þzþÀþåþMjûåᎃâýéýO<ý%!3!kýѳ/¹C¤ù¨x}Ÿ 4&#"36#&3632Ê´œ•º°ŸtÜÑõþ÷´Þlõµ}ß9þ^äþDoUD<þËNþ·îü<ÿàF  &#">!#!63 ˆä‚™¶ŽwÏþÁëþíþ¦³À¤þÃ8 »=þ€þúµ¤þ¹10¿ýëµýÀ<þ¿ýœþêxÿá—Ÿ "3265!%"3!!5!!«‚ò»‡µšþžôþîÇþÆ5þýLiüÁþÛàßÜ¿üçþAþìþ¸-*'=Xªýþûx‚‡Ÿ%4&#"#463!!&632Ê½š±Œ´åñ¿þ„t§ªüwâ¢aüf ÌɪX¥­PþÒþý‘dþ©r³ !#"3 3!  ! 36´þ­ûïþ«_æJ ´þ¾þÔþ»þ?Ë89Òþ辕ŒbŸþiþåþÊþVÉýµþ©Gejçþþ–þíþ4Tð2ÿâ¾³#"5!5!3>53½þæäáþØþ{9ˉ¾³ÿàþÃ=ê ŸûR­×Õ®®P‡ %#"547#5!3273Ô¢­òþð¥ØØè²“‘¾³ÊV-çŸØ “vþ湯V4ùbnÿâÓ %!#"5732653!!þIþæÜãþݼsrÇ€®”´iƒyþ8þÒþÜ/ÓquÅšÈßÓlýûûè‚ÿ≠# 533>54'7‰þпþôþö³ ±—_ö*þõþÃjëiû”ÅîÝÛÑŽÁ‚ÿÿˆ³6&#!!>7)!!! ÊÛœþà Ù½þÑþüþàÂü‹Ó3‹¾Ëý¶¿ÚþÄþ+¡´þÁdþ‹r³ !#"32!527&'! ! ´þ°øúþ°açõU¾þmæ}Øþüþ³þEÂI=ÆÉÉa þ]þñþÓþM¸ý¨þ©ž¼v8±"`_ðþþœþÈþØ€d‰¬"#327&%#;!###) 7bb´ÜÔþ6e³îÿ¢eaþ±þýb­eþüþ¥^tNü4 ÊÒþñÐÎþãëþËþ´þL´NhBþÄZp !#!3!3!´þˆ³ýѽr³4fQüJµÙþÐAýÁþ‚ÿሳ#4&"#&32ˆ´¿‹ŠË²(á嬬ÜÛ¬ûT¨éAþ¸Ønu %#"533273ÁÒüõ´– ¸³´ÂMÛ=ýűžU5ùaxÿá~ &$=3326=#"533273~ôþêÑþÕ½¶‡ŽË¶©öþ´§¦¤­³θþÍðà$!¤¥§ûS9¹8ýÈ—»X2‚‡Ÿ%6&#"#3632ԙχ°´³®œÙ/«“½0ü5žýÍ0ÿþØýŒxÿá³5#$!&# %73gö£þuþ6ßwöfÛÀþüþr€ ý¶an‡Õ¥°¸þ‘þ²þÑþXž÷üéxÿâ{  "3265!# !33!ÇÇÊÇ›ˆ  þ«þõÏþûþâGùµüþôžÚöÇ×Üüéþ$þÚþèP ;ýüûw‚ÿÿˆŸ4&#!!>7#!!#5!#!2Êp]þ9ÇP~½Ò¹þ9³þ˜´{¹Òmþ€ª÷ÿþ{çþ( âdÿ☳ # 5332654%$432#6&#"˜þëäþôþÑ¿ͬ¤šþ]þ`þÔây€ŠDÑÓþäeüµþô©šÈªª þáÑÆ‹–vÎþ¢‚ÿÿˆŸ#"'!!33263ˆþÞð¥›Ìü€´¾„Ï´ÒþÌþØþ¬ ü ã<Ÿ ! ## #5!zýž®×ëþkÜþ{ÿTýïöýøüÎöýO_–©üœ<ÿâI # 5!#!32653GþÕÐþÿþóþ°´·³¨Ã³ óþÉZÐôþ‰û^‹ñÑ«ž‚ˆ 54&+#3!23X„ý´´½×¾7Ÿ›‹üŸýü½§b nÿâ³!#"&7326554632#&#"þ˜ôóþª·‰æ¨ÓÇüúÃ}‘Ñ}5þçþÆ:#æÃƒ‰Ÿä×çÌLöŸŸŽŽ}¸þÅ<B %#&=#5!;3îÖѾv ZŸñ³t´ŸmfùŠùanR #&$3;>53RþÂL»[þ¼´£aƒ^•µ‡þÙáýƒ}å#ýåÇ©¤ËPÿᘳ 3#"32654&#"3267+!!.546;!5!5>32œÂE…HPw=xXca³hx¿ÞÀ³Zþ¦Ö”°ÚÕµÂþ‚~¸¡¾â9]~}_h` dY‡ZµydŸÓþç—ïœËDz“ᕵ¾Â¼dÿ⬽! 7332&53¬þ[þ]&°"òïþz»~ªþ8ÒÏÏþº<ÔkÔ¤þ–dÿãÀ³! %76'&53'!2ÀþYþK‹/““·‚0>´öþó!ýÂ<AC§ijŽAˆ…´I{þ2·þHþPZþLi$%#"5%674#"'! 4&'326LþÿóèþêÒ«³œ ES©}´‘§©ª·‘„¿*×þË6Ö¦w‚“†1(Wþä‚©þ‡•öþÿ‰®ÔÕdþ(a'! 47&#"#&%'67$!26! # !2þ^þNWuöe+Ç þh–tzkœþž…³ofÿ£´ïþõ ïPýã(ŽB¤þ­þ ÁÊÔžc¢lq/ýã쬱ýùzþ‡þbdþ˜`! 7332#"#'! ˜þtþX!¬ôâáÈ7¬1n‹?þ\¦áãþèôâ܆þodþ¬`"! 73!54'#53654#"#'! ¬þoþI%® ݪ¦ÈëȰyŸÓÚ=þZ ååþì†Ø˜\ÙÏ¿¥›Tþ¢Ò…hþ(ÿã´! 7&%&326#"6þ\þZÁì[FxL´òñó±¯® ýÖ*qaqEþ¬±tDþ'¥þ\þaÉúÜþådÿã`!263 ##"! #"32d¤õh~’åàèeoþsþ`”òîìô U¼·ýìþÀþæ@ŽºJ½ýÔ(Êþ6þddÀ`# # À·’þ ‘¸\DþôþÉ #þmþàþß8Zþ§V! 73!54+53$54'3¥þmþF2ª( Úè´g)¶éyï>þ[˜ïæþëþ”FÀ³¬¨·Ïa[þódþ( j0#5#"#'#"#'#"#&%'67$!263263  Ç×ìÛØ — ÊÅ – ÞÛ²C¯1þCþ°„m‚æýÅÕ\`¼ÍX^Ϊìþôô+þùáá þôááþ£þ>àfþ¸çT˜€o'åÕãËÕÙÏdÿ⬳! !4#"#5! &' !2¬þoþIºeÐÙ·zªD–þðã¼þ&?! 1NÓÈ//Tþ þ-, þjþNY‚ÿáÊ©! )!"67 #32ÊþRþfN¢þ0v‹’´û{tíýýÈñ{\’Žþn@ ý× ;þkþ‘dÿÿæ`##"#5#"#!263 åþíÑ/Òç¥çÓ8ÑþæˆáWaÜ…VþÒþØ@~þ§ÒÒYþ‚þÎþÛ$3 ããdÿ⬩! 7332+53274$53¬þ[þ]²ïñÇ®Âþ¯Á-´áýáÙÈÆþ±“m–«Ÿ™ÂdȨ¯H”dþ¬i! 73325 '6%5%«þcþW´ò÷þdãþ9)þ×*@þ]¢””þê÷O‡rþܤ–uGv²dú©###"#5#"#%7263 úþâåOäÞ§ÜèPîþêþþ¨þvþĶÙ[`Ü’KþÛþÛB‰þžÃÃbþwþ¾þ÷+ IH@§þQ)Mýý‚ÿâÊž! 3!26573ÊþfþRªæÈ¶Úãýÿ¬ûTþ|u©ª¤]þÌZþâp %3! 32%#Z²ÿþÅþûþøþÀ´ܸ­æþ¯±þ¯:È_þí\ý2þÁþ)ÒKþÒþ[60’ý~ þ¶’ ! 73!2&#"#4+'73263 ¶þnþG²è‡{ œRmWPOC 0@þ]£ããþég¶Œþ¥[x(¡2»»þÇdþ"`2:! 63 ! $=46326=4+5326'#"! #"32d¡]x¼‰ûßþØþêþâþècd™Öë ·PS¹ÔŸa þ]þY–õííõeûÆÁþRú£j˜\´á¼wCD4sšoX§—µ›7®<\"þåqþ‘þ¦dþ˜Ÿ! 7332&'"#'!3˜þwþU!¶#÷ßg­¤2±*>§|ª?þ\¤ááþè¾K ÉöÎ| P™dþ)æ_%67!263 #5#"#'#"#4'&P³þQŒØ`[Ê™¨ÉÀàÛžàÚn³æ¿Â³<5)•ãççþ5ÙúÐAþéÄÄþ§þ)áªñ§q+­dþ¬N! 7332 4733673¬þgþQ¸ýí|€þz¯ÏËÓ‘kªBþ_ –“þév? ­ÜÖàÒþÞ >Š<ÿ⢳(! !4#"&=6#53263 .'"32¢þƒþ5¢‡z¤€GN~‹†ZXR¤8ª6zHòþì©þ9!? ,™Œ–V5''5X€4ʸ¸þîûäþMþk‚ʳ74#"63 ##"#! Z ¤”t–­ÓËï„vªNA%˜tÏþ™Gþ4þÛþ°SD9üƒS`õ™Zþ8A ! 53! +532'6&'3Çåþþt»{>@×­¦Ç× º Ä«§`WþÌþ£(;þÌþƘýnl=‡ÎW¶„•dÿ㬟 ! !63&#"32«þ[þ]£\Ÿ©©„xîïû÷ýì4+G£û.§BþaþX‚ÿâè³'!26;'"&=4#"63 ! 3 #&ƒ9¤RXZ…Š~NG€Ÿ}¢þ+þªâòy¡¸¸Ê4€X5'(4V––þ`GýÕýËù$þ·©Ÿ>dþÅž%3!!! 733245#";#!3 ¨þí þ^þ[ ¯òîÿV¾š//þÔUQžý¤‚KúþÎþ_¡åïþõ¦ K·¦†+;‚ÿâÊž ! 363 #"32ÊþbþVª‰–´ï`›þì(ýº/ýƒ?ýȬ;þLþ‰þŽ“#%#5265&/%77654&+532ŽQþè þ³î æÀsÖþˆQfV?LED‘OR#\Õ€°þÒxµ¼Ð–sp˜2E ºŒÂš"%-4‡.-ŒUAœdÿ⬳'! 73324'#53256+53274$53¬þaþW(´(ïñq££eg£¢Zþ‚§£·±½þa³””þÙ Ü‚œ€…’m•¥VŠ· =Eˆ‘HqxÿâÀ³'! 3324+53256+53274&53Àþ[þ]ªó÷w··oq·¶düºï­·±¼þaï¸ûHþ ãx—{¿mQÁˆY¢³>E’‡Hqdþà¬`27$! 3&'6#"—Fþú¦ þíR‘ᑞߋòìîðTs²_0ýÐþ¢³sÌIÑÏKSþzyd¡dþ¬_! 73325#53$=#%¬þYþ_»'òïݵo#þB®þÚ&=þZ¤âÝþ㤃ZôyôuýÓ?€þôdþ¬³%! 733254+53$#$! 727«þ_þZ ´ òìòCM\ŽþW©ÿýÄÝþäAþ^¨ÞâþÝ!Ñýе)‡v„òü°þåþ€Twüdÿâ³'! %!! ! 3#3!"3253!54#"­þYþ^Ÿ þöþa¦£rrrþéþûëöúþëúö6îþšfwwiþ—ïˆþíŠæâíîíïÝdþ;`$!"'!525#"!$!263 #"729þYˆ`þ^øøòþH¦ç]Yí§µ÷ãèò'ý»ˆÇþzŒø“¡þSþeŠ"8ììýÇ®þÅçþ¹Zþ`! %$54#"#'! ! 4'3þþ676Ÿ¿œ bOþËþÊ4`¾Vþ6Ê9¼½¯ª"µý×ÛþS+þ®þáþ\§PþBh$43 32/7! 47$3254&#"Põýøþƒ³œ þ»þ­•þ™´“¨ÂŽ˜²´Hã=þ¾ÞþFew‚“†1(Wþø~ƒªd€þö ºÜÝdÿc¬a54'&#"'67$% #7#"é;;_ƒCƒCˆþί™ ÃâþB|MKOm0Á„¿þTËÇ$þ¼þ©—,nÿì'à 3#3#3#nÍÍòÇÇþÊÊà½Êºø»d\)³2"4;!"4#"32JßäàÆûþìAê{ntv²þÜþÏ2cÂ`L©Ð·½ÃhØ=@ B••ÔÄÄ1/ìôì0KSX@ììììY %##™œýÇåýÆ.ûœdªú+ÕÿÿhK'œÀE´ÿÿhÕ)ÿÿhO'ÁÀt´É°Õ@·üìÔì1µB¯/ì990KSX@ííííY s£û³çÂüNÚýÕý‡äÿÿɰO'Á)t¶ÿÿɰN'¹)u¶ÿÿɰÕ'Öe¶w^Õ?¶ÜìÔì1µB¯/ì990KSX@ííííY 5´ü]£ªûçÂþ(þ&þðxäyÿÿw^O'Á1tºÿÿÉØ'²5Öÿÿ6Ø'Ö¡²ÿÿÉÕ&Ö´5ÿÿ6Õ'Ö¡´ÿÿÉO'µ5Öÿÿ6O&µÖ¡ÿÿÉEÕ'¶•ÖÿÿÉEÕ'Ö°¶ÿÿÉEO'·•ÖÿÿÉEO&·Ö°ÿÿɰO'ÁÉ0·ÿÿÉóÕ'º•ÖÿÿwEÕ&ºÖ°ÿÿÉóO'»•ÖÿÿwEO&»Ö°ÿÿw^O'Á?0»É •Õ3#ÉÌÌÕ̉œçß!38öîýYgg`ýªnCü½^Úå·^nýç7€]ý€^Úå·7ånýçn7]€]‰0­d"&533265453­ŸæŸzWA@XzCs  s!þßAWX@+ö‰!­U#454&#"#462­zX@AWzŸæŸBþßö+@XWAþß!s  ‰0µU!5!2654&#!5!2£þæ@XX@þæsŸŸ0{X@?X{Ÿæ ‰0­U 4&#"32>"&4623X@AWWA@XzŸæŸŸæC?XW@AWX³æ  æŸH>Þ %™‡þãþ'‡þãÎ1üð11üð‰œ¥ß· ]]ÜìÜìÄ1¶÷‘ô<ì203!3ýäœCü½Cü½É~•K3#ÉÌÌK͉­!5!­ýÜ${‰1­V #5#53533ØzÕÕzÕÕÕ{ÕÕ{‰1­‡##5!ØzÕ$ þ%Û{{ÿÿ:Ø'ÏU²ÿÿÇÕ'Ïâ´ÿÿÉ"Õ'Ï=¶ÿÿwqÕ'ÏŒºÿÿhÕ9ÿÿhK'œÀEàÿÿhÕ0ÿÿhO'ÁÀtàw^Õ:µÜ<Ôì1³B¯/ì0KSX@ííííY7 5wMû³çû¶40»ý‡äýˆÿÿw^O'Á)tâÿÿw^N'¹)uâÿÿw^Õ'Ö¶âw^Õ:µÜìÌ21³B¯/ì0KSX@ííííY%5^ûçû³¶¶xäy»ýÐÿÿw^O'Á1tæÿÿÉÕ'Þ5Öÿÿ6Õ&9Ö¡ÿÿÉÕ'à5Öÿÿ6Õ&àÖ¡ÿÿÉO'á5Öÿÿ6O&áÖ¡ÿÿÉóÕ'â•ÖÿÿwEÕ&âÖ°ÿÿÉóO'ã•ÖÿÿwEO&ãÖ°ÿÿÉóÕ'æ•ÖÿÿwEÕ&æÖ°ÿÿÉóO'ç•ÖÿÿwEO&çÖ°ÿÿw^N'¹1u扛 ß<´ÜÌ291µB÷‘ôä0KSX@}}}}ííííY5 üéý`sb€bsþщœß³]Üì1´÷‘ôì03‰œCü½ÿÿ²ÿã)Õ8ÿÿ²)K'œðEû²)ò*@ 8AüK°TX¹ÿÀ8Yìüì1µ •‘ /<ôì03! #4&#"²!!Ë®Âî¤$*þÖþÜü\‹ðÓÓðüuÿÿ²)O'Áçtûw^Õ¶ 2 Ü<ôì1¶• •/ìôì07! )5! )w¾5þáþËþBŸ²–þhþPþa¦.,¦þ—þ€þ~þ–ÿÿw^O'ÁÇtýÿÿw^N'¹Çuýÿÿw^Õ'Ö¶ýy`Õ· 2üìô<1¶ ••/ìôì0%! )! !`þaþPþh–²ŸþBþËþá5¦¦j‚€i¦þéþÔþÒþèÿÿy`O'Á"tÿÿÉÿã¬Õ&Öùƒÿÿ²ÿã¥Õ'Öùÿÿɬò'ûƒÖÿÿ²¥ò&ûÖÿÿɬO'üƒÖÿÿ²¥O&üÖÿÿÉóÕ'ý•Öÿÿw½Õ'Ö(ýÿÿÉóO'þ•Öÿÿw½O&þÖ(ÿÿÉÕ'½Öÿÿy½Õ'Ö(ÿÿÉO'½Öÿÿy½O&Ö(ÿÿðÕ'½‰œßµ ~ÜìÌ21@ Ý÷ Ý‘ôìôì0# $54$!3#"3nþðþÿnÍ™¾¨ nË××Ên“ ¹{ÿÿ²ÿã•ß'ø|ùÿÿ²•ò'ø|ûÿÿw}ß'ødýÿÿy¯ß'ø–F>ò %@ üìÜì21@ • •‘/ôìÜ9î0"32654&"$54$32#Bz­È_€²ÌÌ€²ëþï#ÙìÊR¤—¨”©“¤—ý3IðìúáðìûêÿÿÉÁK'œÀEÉÁò %@  üì2Üì1@ • •‘/ôìÜ9î0"32654&#4$32#&Åf̲€_È­þTÊìÙ#þïë²R—¤“©”¨—¤ý3ý{ìðáúìðÿÿÉÁO'ÁÀtFÿã>Õ (@  üìÜì21@ • •Œ‘ìôîÔ9ì0%2654&#"3#"$54$3Bf̲€_È­¬ÊþðìÙþÝ벃—¤“©”¨—¤Í…ûêìðáúìðÿÿFÿã>O'ÁÓtÿÿFÿãüN'¹ÓuÉÿãÁÕ (@  üì2Üì1@ • •Œ‘ìôîÔ9ì0%2654&#"672#"$53Åz­È_€²ÌÌ€²ëþÝÙìþðʃ¤—¨”©“¤—ÍIðìúáðìÿÿÉÿãÁO'Á5tÿÿÉò'ÚÖÿÿF³ò'ÖÿÿÉ?ò'~ÖÿÿÉò'Ö|ÿÿÉ?O&Ö~ÿÿÉO&Ö|ÿÿÉÿãÕ'ÚÖÿÿFÿã³Õ&ÖÿÿÉÿãO'ÚÖÿÿFÿã³O&ÖÿÿÉÿã?Õ'~ÖÿÿÉÿãÕ&Ö|ÿÿÉÿã?O'~ÖÿÿÉÿãO&Ö|ÿÿðÿã?Õ&~‰‹ ß $·~ ]Üì2Ôì1@ ÝÝ÷‘ôôüÔì02654&#"632#"&53ÉXP^J\TaaQ_”¬·‰•«ùVFTHUGQK})†„Œ~†„J8‹¸ß 2654&#"03#"&54632xOaT\J^P«•‰·¬”_ùKQGUHTFV}iý¶„†~Œ„†ÿÿF‘ò'øxÿÿÉÃò'øªÿÿFÿã‘ß'øxÿÿÉÿãÃß'øªF>ò¶ ÜìÜì1µ •‘/ôìÌ0#4$32#4&#"Ê#ÙìÊÌf€²úáðìûꤗ©ÿÿÉÁK'œÀE7ÉÁò· üìÜì1µ• ‘/ôìÌ04&#"#4$32÷²€fÌÊìÙ#’©—¤ûéìðáúÿÿÉÁO'ÁÀt7Fÿã>Õ¶ ÜìÜì1·• Œ‘äôîÌ032653#"$5²€fÌÊþðìÙþݾ’©—¤ûêìðáúÿÿFÿã>O'ÁÓt9ÿÿFÿãüN'¹Óu9ÉÿãÁÕ· üìÜì1· •Œ‘äôîÌ03#"$53326÷ÊþÝÙìþðÊÌf€²¾úáðìû餗©ÿÿÉÿãÁO'Á5t<ÿÿÉò'5ÚÖÿÿF³ò&5ÖÿÿÉ?ò'7~ÖÿÿÉò&7Ö|ÿÿÉ?O'8~ÖÿÿÉO&8Ö|ÿÿÉÿãÕ'9ÚÖÿÿFÿã³Õ&9ÖÿÿÉÿãO':ÚÖÿÿFÿã³O&:ÖÿÿÉÿã?Õ'<~ÖÿÿÉÿãÕ&<Ö|ÿÿÉÿã?O'=~ÖÿÿÉÿãO&=Ö|ÿÿðÿã?Õ&<~‰‹ ß¶] ]ÜìÔì1· Ý÷‘ôôüÌ03#"&53326y·‰•«aO\T•Œ~†„Jý¶PML‰‹ ß32653#"&5T\Oa«•‰·•QLMPJý¶„†~ŒwÕµ:Üüì1´•/ôì0!#!5!Êý)¡+ªÿÿÉjK'œ©EQÉjÕ@ •:üìì1/ôì03!!É¡ý)ÕªúÕÿÿÉjO'Á©tQwÕµ:Üüì1´•/äì0!5!ü_×Õú+ª+ÿÿwO'Á³tSÿÿwÜN'¹³uSÿÿÉjÕ/ÿÿÉjO'Á5tVÿÿÉ5Õ&ÖOÿÿw¯Õ'ÖOÿÿÉíÕ&ÖQƒÿÿÉ¥Õ'ÖQÿÿÉíO'RƒÖÿÿÉ¥O&RÖÿÿÉ5Õ'SÖÿÿw¯Õ&SÖÿÿÉ6O'TÖÿÿw¯O&TÖÿÿÉíÕ'VƒÖÿÿÉ¥Õ&VÖÿÿÉíO'WƒÖÿÿÉ¥O&WÖÿÿðíÕ&Vƒ‰œ¥ß´]ÜìÌ1¶Ý÷‘ôôì0!!3Œýä nC‰œ ßµ ~ÜìÌ21@ Ý÷ Ý‘ôìôì0! $54$)!"3 þúþðþÿþçÍ™¾¨ nË××Ên“ ¹{‰œ¥ß3!5ýä Õü½nwÿãŠ} (@  ÜÔìÔ9ì1@ •Œ• Ôì2ôî0"32654&'2#"$547!5œ‹È__ȘúþïìëþïLýšÓ¦n¨””¨ƒ‘ªáÝìððìªjªÿÿFÿãY 'œiÿlFÿãY} )@  üÄìÔ9ì1@ •Œ• Ôì2ôî0"32654&'!!#"$54$C™È`^È‹›ý™MþïëìþïÓ‘ƒ¨””¨n¦ªªjªìððìÝáÿÿ ÿã'Áiÿ<lÅwŠš "@  ÜÔìÔ9ì1¶•• /ì2Ôì0%2654&#"!5!&54$32˜È__È‹œûêfLëìþýª‘ƒ¨””¨n¦ªªjªìððìÝáÿÿwŠ'Áªÿ<nÿÿwŠ'¹ªÿ<nFYš #@  üÄìÔ9ì1¶•• /ì2Ôì0%2654&#""$54$32!C›‹È^`È™úþýìëMgª¦n¨””¨ƒ‘ªáÝìððìªjªÿÿFY'ÁTÿ<qÿÿÉÿãH}'j¾ÖÿÿwÿãÐ}'Ö;jÿÿÉ3š'qÚÖÿÿFYš'ÖyqÿÿÉ3'rÚÖÿÿFY&rÖyÿÿFY'¹Tÿ<q‰ß\ä 2654&#""&546 !Éj>_IEcI_£¬(¬0ƒMJBSKFXCIn~|„‡‡„Q;n‰‹.ß"&5332653ܨ«abaa«‹†„Jý¶PMMPJý¶„†‰ß\ä 2654&#"0!5!&546 _IcEI_>jýmƒ0¬(¬£MICXFKSBJnn;Q„‡‡„|~wŠšµ ÜÔìÌ1µ• •/ìÔì0%2654&#!5!2#bŘûêúþï쥒¥ƒ‘ªáÝìðÿÿFY 'œ¤ÿFYš¶ üÄìÌ1µ ••/ìÔì0%"$54$3!!"Cìþïúûê™Æ¥¥ðìÝ᪑ƒ¥’ÿÿFY'Á¤ÿ<wŠšµ  ÜÔìÌ1µ• •/ìÔì052#!5!2654&ìþýúûê˜Åõ¥ðìÝ᪑ƒ¥’ÿÿwŠ'Áªÿ<ÿÿwŠ'¹ªÿ<FYš¶ üÄìÌ1µ•• /ìÔì0"3!!"$54$3CbÆ™ûêúþýìõ’¥ƒ‘ªáÝìðÿÿFY'Á¤ÿ<„ÿÿÉHš'}¾ÖÿÿwК&}Ö;ÿÿÉ3š'ÚÖÿÿFÆš&Ö1ÿÿÉ3'€ÚÖÿÿFÆ&€Ö1ÿÿÉHš'¾ÖÿÿwК&Ö;ÿÿÉH'‚¾ÖÿÿwÐ&‚Ö;ÿÿÉ3š'„ÚÖÿÿFÆš&„Ö1ÿÿÉ3'…ÚÖÿÿFÆ&…Ö1‰ß\ä"3!!"&5463ÜRiPY’ýnž£¬§vDZHCn~ƒ}‡w^Õ %5-5 ^ûjü–çüìü¶¶2äÔÕä2»éì¸éF Õ ·? Üìüì1µ• /ôÔì0!3#$53TCcÊþúþ ʨþ™þ½ýXonÿÿÉ2K'œ E˜ÉÕ @ ? üìüì1µ •/ôÔì053#3 ÃÊþ þúÊcCT¨-nþcþ‘ý¨þCÿÿÉO'Á t˜F Õ · ? Üìüì1µ •/äÔì0%#5%3# ÊôÊcþ½þ¬--noXýþ½ÿÿF O'Á£tšÿÿFÌN'¹£ušÉÕ @  ? üìüì1µ• /äÔì0%!#3#Ãþ¬þ½cÊôÊ-gCþý¨þ‘þcnÿÿÉO'Á3tÿÿÉäÕ'–ÚÖÿÿF‘Õ'Öü–ÿÿÉÕ'˜ƒÖÿÿÉ´Õ'Ö˜ÿÿÉO'™ƒÖÿÿÉ´O&™ÖÿÿÉäÕ'šÚÖÿÿF‘Õ&šÖüÿÿÉäO'›ÚÖÿÿF‘O&›ÖüÿÿÉÕ'ƒÖÿÿÉ´Õ&ÖÿÿÉO'žƒÖÿÿÉ´O&žÖÿÿðÕ&ƒ‰œèß ¶ ] ] ÜìÔì1·Ý ÷‘ ôôÜì04&+3#X¸ÏHãìÆÇœ¶þ¹å¬V‰‹ìî+.#"#"&'532654'&/&'&54632¸Cw7Bh#-8GC>©¤=‹JG‰BAm'./G?;¢=~ÇH)@@V\`RʺªÒV\`RʺªÒ¾ÓhZáþç·%XÓhZá·þÛFÿãlò632#4&#"#"&3326tҪºÊR`\VҪºÊR`\V¾X%·ÂþçáZhÓý¨þÛ·ÂáZhÿÿFÿãlO'Áót²FÿãÜ·'32654 !"/.#"3"54!2ú!„rz|K«È£þÙ¬×42 „swU¡ùÒ¤'­Ö4°X˧|`å¥þí•þÈ~pX˧|`å¥J š3þç~ÿÿFÿãÜ'Á‹ÿ<´FÿãÜ·'763 #52654&#"# '4!"326(24׬'£Òù¡Uv€r„!24Ö­þ٣ȫK|zs„°p~þÈ•¦þ¼¥å`|§ËXp~þç8•­=¥å`|§ËÿÿFÿãÜ'Á‹ÿ<¶ÿÿÉÿãò&Ö±•ÿÿFÿãƒò&±ÖîÿÿÉÿãò'²•ÖÿÿFÿãƒò&²ÖîÿÿÉÿãO'³•ÖÿÿFÿãƒO&³ÖîÿÿÉÿãÙ·'´ýÖÿÿFÿãU·'ÖÀ´ÿÿÉÿãÙ'µýÖÿÿFÿãU&µÖÀÿÿÉÿãÙ·'¶ýÖÿÿFÿãU·&¶ÖÀÿÿÉÿãÙ'·ýÖÿÿFÿãU&·ÖÀ‰Ï¯æ'>72#52654&#"#"&'463"326[*'so¾b„I=J>",BˆþRðÓÓð‹ü\þÜþÖ*$²j¥t_UV²ÿã)ò '2654&"#"'&54632! 33265ð,B:d:B–0<~JI§jŠ­þßþåþæþßË®Âî€B,">>",BˆVU_t¥jýNþÜþÖ*$¤üuðÓÓð²ÿã)ò '"2654&'632#"&5! #4&#"ë,B:d:B–0<~JI§jŠ­!!Ë®ÂîUB,">>",BˆVU_t¥j²$*þÖþÜü\‹ðÓÓð²ÿã)ò '"2654&74&#"#! #"&547632ð(B:d:BB®Ã®Ë!!­Šj§IJ~<UB,">>",Bˆ®ðÓÓðüu¤$*þÖþÜýNj¥t_UVÿÿ²ÿã)O'Áçtÿÿÿ²ÿã)O'ÁçtS^Õ$264&"&546; )5! '&óVšþhþÞÌf€²Ê#Ùì¾ fýœ¤—©’úáðìw_ò:@ ÜÜ9ìÜì1@ B •‘/Ìô9ìÌ0KSX·ííY%4$32#4&#"!7gìÙ#ʲ€fÌþÞþhš¾Xìðáú’©—¤ûédfFÿã.Õ=@ ÜìÜì1@ B •Œ‘ä9ôîÌÌ0KSX·ííY#"$533265!>þðìÙþÝʲ€fÌ"˜šü¨ìðáú’©—¤ýœfwÿã_Õ?@  ÜÜ9ìÜì1@ B •Œ‘ä9ôîÌÌ0KSX·ííY '!32653#"$5gþªš˜"Ìf€²ÊþÝÙìþðýôfdû餗©’úáðìÿÿ‰ ÍK'6 'ÿÿ‰ Íò'7 'ÿÿ‰ ÍO'8 'ÿÿ‰ÿã;ä'9ý'ÿÿ‰ÿã;O':ý'ÿÿ‰ÿã Íä'< 'ÿÿ‰ÿã ÍO'= '‰¨(ä (2654&""&546323326=3#"&=ÉbFntnPX”¬¬”•«/¹Q,CE«ma¬ZT:KMMKFHn…|p‡‡pX;§oBGj§§„‡ˆƒ9‰¨$ä 3>2654&"!&546323326=3#"&=!"&54632!2654&"ÉbFntnP?+¬”•«/¹Q,CE«ma¬ûÊ”¬¬”•«/ëbFntnPZT:KMMKFH;Xp‡‡pX;§oBGj§§„‡ˆƒ9…|p‡‡pX;T:KMMKFHFY‰<@   üÄìÌÌ91·B•• /ìÔìÌ0KSX@ ííY!"3"$54$3!7Yûê™ÆbìþïúXýòhòþþ‘ƒ¥’¥ðìÝáUšÿÿFY‰'Á¤ÿ<)wþŠš8·  Ì9ÜÔìÌ1·B• •/ÌìÔì0KSX@ ííY!26544#!w™Æbìþýúü¨ gX‘ƒ¥’¥ðìÝáþ«šÿÿwþŠ'Á\ÿ<+FþYš:@  üÌìÔÌ91·B • •/ÌìÔì0KSX@ ííY'!"$54$3"3!Yýœhü¨úþýìbÆ™XþišUáÝì𥒥ƒ‘ÿÿFþY'Áiÿ<-‰µ\ä'%!"&5463"3!\þ±=.ýÌž£¬§RiPY’¬÷Bè~ƒ}‡nDZHCwÕ%#535!53!3##qÉÉý=ÊýÃúÉÉÊà¤Ô­Ðý-þ‚¤à!®Õ%#5#53!3!3´ÊÉÉúýÃÊ=ýÉààà¤~Óý0­Ô¤ÿÿ!®O'Át1wÕ533#!#5!5#5qÊÉÉý=ÊýÃúÉõàà¤þ‚ý-ЭԤÿÿwO'ÁÚt3!®Õ3#!#!#5353´ÉÉúýÃÊ=ýÉÉÊõ¤Ô­ý0Ó~¤àÿÿ!®O'ÁVt5 ›èß33#!#!5#53‰Ïþ¥‘mþ ßunfyþ~ÔnÉÿãÁÕ ,@  üì22Üì1@ • •Œ‘/ìôîÔ99ì0%2654&#"672#"'"#3Åz­È_€²ÌÌ€²ëþÝÙ·{O{ʃ¤—¨”©“¤—ÍIðìúáH+ÕÿÿɰÕ'sZÕ@  2üìôì1¶• • /ìôì0# !3! !ôþËþá5ôÊþaþPþh–²/þéþÔþÒþè/ú+j‚€i‰œNß !!!5!—©ýùý;þßVýnV‰ìN#5!5!5!53!!75$iþÎ2þÜ$iþä*þÖmÖ‚œ°°Vxn°°Vþ¢þßnÕ††ý™  u!s #'#37ÿ ‰Í͉û‰»»sþÏþ¾ööH+ßßÿÿ‰—ò'Yðÿÿ‰ ±ò&'5sÿÿ‰ Éò&(7ÿÿ‰ ÉO&(8ÿÿ‰ÿã 7ä&(9ùÿÿ‰ÿã 7O&(:ùÿÿ‰ÿã Éä&(<ÿÿ‰ÿã ÉO&(=ÿì÷åŸ!!ùüŸ¨ÿìÿŸ!!#!þYÊþXŸ¨ý öÿìÿÆŸ !!###!ÚþYÊ÷ÊþXŸ¨ý öý öÿìÿ‡Ÿ!!#####!›þYÊ÷Ê÷ÊþXŸ¨ý öý öý öÿìÿ HŸ!!#######! \þYÊ÷Ê÷Ê÷ÊþXŸ¨ý öý öý öý öÿìÿ Ÿ!!#########! þYÊ÷Ê÷Ê÷Ê÷ÊþXŸ¨ý öý öý öý öý öÿì÷”!3!!¨Ê§ûçŸõý ¨ÿì÷Æ” !333!!¨Ê÷ʧú&Ÿõý õý ¨ÿì÷‡”!33333!!¨Ê÷Ê÷ʧøeŸõý õý õý ¨ÿì÷ G”!3333333!!¨Ê÷Ê÷Ê÷ʦö¥Ÿõý õý õý õý ¨ÿì÷ ”!333333333!!¨Ê÷Ê÷Ê÷Ê÷ʧôãŸõý õý õý õý õý ¨ÿìÿ” !3!!#!ÂêÕêþ?êÕêþrŸõý ¨ý öÿìÿÓ”!333!!###!ÂêÕêîêÕêþ?êÕêîêÕêþrŸõý õý ¨ý öý öÿìÿ–”!33333!!#####!ÂêÕêîêÕêîêÕêþ?êÕêîêÕêîêÕêþrŸõý õý õý ¨ý öý öý öÿìÿ Y”#!3333333!!#######!ÂêÕêîêÕêîêÕêîêÕêþ?êÕêîêÕêîêÕêîêÕêþrŸõý õý õý õý ¨ý öý öý öý öÿìÿ ”+!333333333!!#########!ÂêÕêîêÕêîêÕêîêÕêîêÕêþ?êÕêîêÕêîêÕêîêÕêîêÕêþrŸõý õý õý õý õý ¨ý öý öý öý öý öÿìSC !3!!#!¨Ê§þYÊþXŸ¤þ\¨þ\¤ÿìSÆC!333!!###!¨ÊöʨþXÊöÊþXŸ¤þ\¤þ\¨þ\¤þ\¤ÿìS„C!33333!!#####!¨ÊöÊøÊ¤þ\ÊøÊöÊþXŸ¤þ\¤þ\¤þ\¨þ\¤þ\¤þ\¤ÿìS FC#!3333333!!#######!¨ÊöÊøÊöʦþZÊöÊøÊöÊþXŸ¤þ\¤þ\¤þ\¤þ\¨þ\¤þ\¤þ\¤þ\¤ÿìS C+!333333333!!#########!¨ÊöÊøÊöÊøÊ§þYÊøÊöÊøÊöÊþXŸ¤þ\¤þ\¤þ\¤þ\¤þ\¨þ\¤þ\¤þ\¤þ\¤þ\¤ÿìÿ”!33!!# #!êÕššÕêþrêÕ™™ÕêþrŸõþòý ¨ý ïþöÿìÿ”%!3!!#!!2ÐÑü^DéD^þ£þ»éþ»þ£ÏŸ÷þæ¨õý ¨ý öþÿìÿWcŸ !!!5!5!!!wûûùþÑùüsþXŸ¨þ¨¨þ ÿìþ ·Ÿ#5!! !!'!%'! !7%!77'7! Ëþºýô þúþwƒþúƒƒþúƒþwþú ýô‰ƒþúƒƒþúƒƒƒƒƒ‰þú÷¨¨þþu|ù||ù|þ‹ññþ‹|ù||þ|||||u ÿì÷ G7+/37;?CGKO!5#535#535#53533533533533#3#3#!!#3%#3%#3#3%#3%#3#3%#3%#3¨ÊÊÊÊÊÊÊ÷Ê÷Ê÷ÊÊÊÊÊÊʦö¥ë÷÷þ?÷÷þ?÷÷‚÷÷þ?÷÷þ?÷÷‚÷÷þ?÷÷þ?÷÷Ÿ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨𨨨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ÿì§‹Ÿ!!!!¶øüÊŸúaO¨ø¨q:#[!' 7#þ}þCrŸþar¼Ÿ¨þCrŸžrþDÿì:ž[! !„¼rþaŸrþCþ}Ÿ¼rþbþar½=` !#!#3!ÃfþfäúþÀÀþí`ýG [`3!!!!!!!! Ùjýöóþ ý/þ¾tšè`”þÓ”þˆ“þíÍýÚ&{ÿão{4=J%#"'&=!.#"5>32>32#!3267#"'&32767%2654'&#"JÔ„â„„N Ì·hddddÐj§||MIؽii~ûþþST—`¶Te__ZŽjkü÷SR‰™\]i߬A@o™\]›Z^‘’úZ¿È5®*,=>` #% 54)3#4+327#!5#53!2xþþþúÜÜÞìòòì¹ÖŒçÖþ9||¶ÅÔ™µ´f¤_‘þڪИr–¤ø¤Äÿÿqÿãç{Fºg`32654&#%! )sÙËËÙþº7F0þÎþ¼þÉÍüÇÇÖÕÇ“þñþàþßþð$g` ! )#53!#32654&+º7F0þÎþ¼þÉ––zÁÙËËÙ`þñþàþßþðõ¤¤þŸÇÖÕÇþ̺‹` !!!!!!ºÄýöóþ ý/`”þÓ”þˆ“‚ÿãÅ|1#"&'5327654'&+5327654'&#"567632¿p<54& #.54! ì++ãþfã++ª$$>:#tNP³ÆÆ³PNM¥]ý*þÓþúU¢3MY + 3267>54&#"'>3 '# 5467'7²ý°*(èÈOuš))ëÓHn.—MÅw834¨O³MÆxþíþÇ43¨Nç)gA“¬\*g>—©}66þïñ]ŸC‹_’56ð`¡?‹`qÿãÃ{&/=5!&'&#"5>3267632#"'&'#"'&732767276'&#"qN ff·jÈbdÐj òQGhiŒñˆ‰‰ˆñŒijBNèâ„„¹RR‰™\]”VVUV•“¬VVZ¾dc44®*,nmn67œþíþ윜78lkp‘’ĘZYWWžþ´st’tsèÈÇtuq/u{ 4&#"#32²¬“”¬Âñð/ÇéçÉ8þÈþìqÿãu/ 32653#"4¬“”¬Âþïñðþî/ÇéçÉþìþÈ8—Ì`!264&#%!2#!#N[cc[þH¸¼ÁÁ¼þÿ·Åþ˜^¬^›ªþ¶ªþ>2`!.54763!##"#676#";µjpklÙ„¹©a;;?¢Ã®545ØÆw?@@?wÆ Œi¢QPû Ù%$qþá2^66É**TS++2`!&'&'3;3!"'&546#"3µ7545®Ã¢?;;a©¹þ|Ùlkp Æw?@@?wS66^2þáq$%Ùû PQ¢iŒþcQ++ST**ÿÿ<m`Öºÿà`$ 653 &53æs¹ÙþXÙ¹}Ž¢³ý;ÛààÛÅýM¢®L+ö%!5!2654&#!5!#TýZŸŸŸ¾¤ý…`¬fcðL¸||–¬¸¸B²tÂÈ®NÛø5353!5!2654&#!5!#®ÊÊÊŒýZŸŸŸ¾¤ý…`¬fcðxÌÌþzÊʤ¸||”®¸¸D°vÀÈ/þª{&#!5!2654&#!5!27654'&#!5!#¸|vz{âý\ž¡œ¾¤ý‡ž¢MN`_£ý‡`®gb>> EÀ‚¯__¹ru¦¹99wSS¹¹?°yzVUÿÿ=`YÿÿV5`ZÿÿXÛ`]xÿãº`73264&+5%5!2 'СӀ„{n ýÔþöF—oäþ}ɽBd»d>““þÂJŸm ¶7³ü{3!!³Iý{ªü/ÿÿ=`N—ì`#!#ì¶þ¶`û ·üI`ÿÿ—Ì`zZ^`367653#5&'&3¸U9Vˆm±¸¯mŠÄV9S`ý1MsÉ,þÔþìœ}îî}œ,þÔÇuMÿÿLs`Ï œhà !3#'!#¹­Zõg„VþXV†qþ`ü¼ÖÖœ–à!!!!!5!#!Šþ.¿þAÞý¢þ³eŠWÐ"à_ø_þÑ_ÖÖDXþI·œà &327654'&#327654'&#%!2#!þÌg1221g̼^-..-^þÅE‘OO)(N^h¬žþ¯+þÎ&&MO%%Xü@? ]65dL.- rUpzœ•à 327654'&#%! )þšÂ[ZZ[Âþ瀀þðþûƒývNO©¨NN]eeרfeœÝà !!!!!!Rþ-Àþ@ßý¢à_ø_þÑ_Sœ±à !5!!5!5!5±ý¢Þþ@Àþ-àü¼_/_ø_HŒ~ï$5#5!#"'&547632&'&#"326ÐNJYXeÝ|}}|Ý\SRFFPOW­WVVW­Cjá]þ™/rsÌÍsr'y5UVª©VUœLà 3!3#!#΀€þ2àþ©Wü¼Žþrœþà3#àü¼ÿ½¶þà 3+53265A@1(TFàüö—DE`Tlœià 33 ##¦¤þ-ô§þ<àþŸaþzþB“þmœÈà3!!Êý·àý_œÛà 33###½ðò½|ò€ó{àýÇ9ü¼ÞýÃ=ý"œGà 33##«¡|¬þ_{àýE»ü¼»ýEœGà ##3G|þ_«{¡àü¼»ýEDýE»HŒ¯ï"327654'&$  '&üŠRQQRŠ‹QQQQþ¯Œwvvwþtww“[\Ÿž\[[\žŸ\[\vvÆÅvvuvŒGŒ>ï@"327654'&327654'&'52#"&54767&'&54763ÂsCDDCstDCCBšR65<%€j<=0ER^X65`l<=ca¸·Ä==ll*6RI¢)++LK,++,KL++5##,&)$%LY+8:6iG2278PyAA‚yP87'21I.*œÞà 32764'&#%!2+#þ Y0110YþážQQQQž ƒþÆ))–))]?@ö@?þ°œ[à #'&'&+#!232654&#=)&''ˆy.,,LŠ¡PO)*þs \^^\$ )(GäÖTþŸD<32#"&'#3t45¸5445¸5þª$pMPPPPMp$uucä@AA@ä@AA86Z[þØ[Z68^gGŒ¾3#5#"'&76322764'&"Jtt%78N€PQQP€N87þš45¸5555¸5°Sü™^8Z[([Z¡ä@AA@ä@AAGŒÕ#!32767#"'&547632&'&#"Õýë@AsC?>>>BAD©bc^]ŸŽSSt44Va:: ï2j88a WW•š[ZQRmT3210XGŒÕMK° SX@ ÔÌÄÔÌ2K°SK°QZK°T[X½ÿÀÿÀÿÀ888Y1@   ÔÌ/ÌÔÌÔÌ0Y5!.#"5>32#"&73267G‚sC}>?ƒC©Å»ŸŽ¦thVau»2koa®•šµ£mTebXTŒb2&'&547632.#";#"32767#"&5476ùG&%HG{065>=f,K,,+*Ib]W-155_;65-9553–¢+,î$$4O,, ^$'U13 `fa<))RŒ`1#"'&'532654'&+5327654'&#"5>32»FLHG{065>=23-KX+*Ib]V.156_:65-9j2–RQ,+¼ H4O-+]4$'U 12  `33a<))G­¾ 14'&#"327#"'&'53276=#"'&763253J44^]4444]^4¨PP¥=7633223r99$88N‚OPPO‚N88$tmà=>>=à=>>F NO e 45k37XX"XX7_z¨î3#53ztttýô‚‚uœç 33 ##uuZ”þ‰†—þšuýþþÛþ²2þÎuœ{"4@ $ #ÔÜ32>32#4&#"²tHKYhuu'oMLl+yRowtHJZiþþžw[Wk\þžsa97EBEB‰~þ…wZXku­Ä4@ ÔÜþzx66X6V‚YYk\þžsa8BDGŒÏ 6@ ÔÌÔÌK°SK°QZK°T[X»ÿÀ ÿÀ88Y1@ ÔÌ/Ì0"32654&'2#"&546‹]ml^]ll]—­­—˜¬¬Çqq‚poƒW®›š¯¯š›®GŒu 67632#"'&'532764'&#"G0336¥^_]^ :5311213p?>>?p3121÷ XX™—YY _ ?@æ@? GÕÏ4'&"#46320T66º67z¬˜—WVÕoBAA@q›®WW›GŒÏÕ27653#"'&50Â66º67z¬˜—VWÕoBAA@q›®WW›u­ì#3>32#"&$4'&"27êuu$pMPPPPMpf45¸5445¸5úþ³b_86Z[þØ[Z6¡ä@AA@ä@AA#œÛÁ3#;#"'&5#535ìïï0Hww†33UUÁ²Pþ¬M,V-,vTP²nŒ½3327653#5#"&nt''N^67tt+78Jy~”{þˆY,-65\cý`9†nÇAÔ!5!27654'&#!5!#þU¦e22<KLÇg#"FS10gg%dAl88u{(#"&53327653327653#5#"&Q+<=Rnxu$$IZ54t$$KY45tt(78LMlE!"Šzþ‰[+,64\cþ‰[+,66Zcýb;F&œÕ33#&{ÝÜ{þøžýòýy­Ü #! !&'3254554#"ít n°þÏ…9F}µþÛæ”¥Ãþê^Ø™83•þö¸a°ž _·{¯­Õ3#5&+532ã›Ü{þãt¹<,|­þ|æýïïÔGXGŒÏï+&#" '&54767&54!232654'&'&yA– §‚JZVWþÒVWW!/b‹LþÌ+"766^]l9=P(r(B4?Kœ”WXXWšr]$,O˜'þø(@ä?A‚jp69G­  )"27654'&'2##5"'&5476734 )=;67-!XQVVQs~SVV@h)%661F¼Qþ:5}t?3XJO¥˜ZUâáUXš R=\ ,Ajq@:©%­Ä'#&+53;'&Í^Á‰sa,£(^Á‰þïra,£×þƼGX]×:þDþøFYÿÿzîg Jýdÿÿu‚uýdÿÿnÿð½s·ýdÿÿ&ÕsºýdÿÿyÿÜo»ýdÿÿÿÕs¼ýdyÿï‚67632#"&'#44&#"326²&_%s€  €No%tþi\[jj[\i92µþض78þ³"{q‚‚qrÿÿGÿ x¾ýdÿÿ%ÿÄt¿ýdºþV£{(!2.#">32#"&'#32654&#"ºþa¬QQžRµ´9²|ÎüüÎ|²9¸¸¥•”¥¥”•¥F³,*½¿[cbþÆþýþüþÆbcª#ÈÜÜÈÇÜÜÿÿœLà“t„`5!#3#3!53#53t¨¨¨¨ýð°°°¼¤¤þ¬¤þत ¤T2þV${"+%##533>323##"&!3276!&'&#"s¹ˆˆ¹:±{Ë€f… t€Ë{±7ýJT’’TJýf>T’’T>¨ý®®̪da¢‚Ãê•¢aÀ®fttf>„VttV‘þV/%+53276'7#3/¤´F0j&*¸¸š®ÖÀœ06”ú†GŒ¾#367632#"'&$4'&"27»tt%87N€PQQP€N78f54¸5555¸4ú_s^8Z[þØ[Z¡äA@@AäA@@GŒu&'&#"32767#"&54632u1122q>??>q22110h;Ÿ¼¾¥533÷` @?æ?@ _²—™° GKv+325&#"47&'&54632&'&#"632#"Z%0\R@5`$^¾¥4412/412q>??5{¼Ò3î *š &;/Z–™° ` ?@æ@bŠiGŒÏ.&'&#"32654'&7#"&54632''7'37 i:;n\[nO$$ZY‘’²®‹ dɱrPѺœ =67TŒb1#"'&'5327654'&+532654'&#"5>32½N+,QR–2658-56:_651.V]aIV-+K-32==l/|GHLî ))¿¿unn77wU:8PýÝ#P,i/0ÿé­\+53276=#5333î43r,Brrtnœ x66XU P#ýÝPG­¾ ,5#"3276#"'&'53276=#"'&54763JÆ]4444]^44tPP¥=7633223r99$88N‚OPPO‚Ýë>=à=>>=¢ýÛ NO e 45k37XX‘‚XXn­½3327653##"&nt''N^67tt+87Jy~”{þˆY,-65\cüžO9†Iœ– 5333##53#Irtggttt™\þæ\ýýj‚zœ~ ;#"&5îC,rfþpUWlwIœ– 5!#3!53IMjjþ³o³\\þE\\»Iœ–5!#3#3!535#535IMjjjjþ³ooo³\\¾\¡\\¡\¾ÿV­`3#"54;33#'#"3276ztte¿ªztry "3rKNB ‚ü,|ssýW?#5˜$ z­~3;#"&5ztC,rfäüáSVXlx[­`+53276'7#3`34r,Bttòax66XS güïqœƒ3!!q“ýîýÝ_u­{467632+53265&7454&#"#4'&#"#367632Ÿ+=32#4'&#"î43r,B0t*pJz>?t'(N^66‘x66X6V~a88BDþ…wY,-56\u­U 4'&#"#367632;#"'&5P''N^66uu)89Jy?>0B,r34Y,-56\þžsa8BDþzV6X66xqœÄ 33##q«-{«þÓ{þùý~úþGŒÏ 2#"'&5476"!&'!3276‹—WVVW—˜UWWUõº6/‘/1þw &6^]6&WW›šWXXWš›WWW@9\[8ïE-AA.G®Ï&.#5!#3!535&'&5476767654'&O—¢—pFVVFp—þ^—nCWWCnt6%66%ª4#76$§\\ŒFW›šWG…\\†FWš›WE[þ*,ApoA-þ9Ô*Aâ@+F­a:.#"#"/;#"'&=32654'&/.547632;1j8W*,]({44MNˆ9> 0B“ r34@?>=RX l)k`GF‚@rýb/$+*MW33 V6X66x"j2-*TIX00ÿé­Ê476;#"+5326z73zno>43r,B0‘]Me30U:ýJx66X6#­ÛÁ3#;+5326=#"'&5#535ìïï0Hw43r,B0†33UUÁ²Pþ¬M,ax66X6V -,vTP²^Œ!533!33##5#"&=)3276^ntgtuut+87Jy~Úþš''N^61™\þæþæ\ý`9†‚Y,-6/G‹Ø&5!327654'&'5!# '&54767GE()78Z[78*,?”G$"ZYþäYZ!"J³\{':?KY7667YR8>#{\8?>LƒRRQR€R<=:uŠ’2653#"'&53„QHuDE…†EDuHâPZƒþs{>??>{þ}ZPzœ¿3+"&53?27654'&'&gËH#"YZŽ,rftA Z87)2:0Ä8?>LƒRRlwþpU67YQ8C&œÕ# #3Õ{ÜÝ{ žœýòs7œn !!!5!G'þL´ýÉ´þ\^þ=R^Ã7­ý!!#;#"&=!5!G'þL´C,rfþ>´þ\^þ=R VXlx ^Ã7^n#47#5!5!3632#'3254#|`å´þ\'þLn&ŠÒ m,7œ!!^ÃR^þ=¢ŠjR37¨£!2#"'&'5327654'&+5!5!hCQ>63``°;??C5~Ex>?::hnþ\&§ =;M|CD m**PJ*)]R^GÏ !32767&'&"2#"&76Sþo/6^]6/ +6º6,Ç—WVVW—˜¬VV*€MWXMÞmGYXFoƒvwþ^wwî¢wvü[îÿ¥f!5!73þ°ý«¨‹î”äü[îÿ¥f3!ýPõ‹¨îxä”ü[îÿ¥f#'!5þ°õ‹¨ýéfþˆä”ü[îÿ¥f!!#ýPUý騋f”äüBîÿ¾f 3#'#3þ5”õ‹´´”õ‹´fþˆõõxõüBîÿ¾f 73#'#ýË´´‹õ”´´‹õfõõþˆõõxÿÿþhÕ'Ö¼$ÿÿ{þ-{'ÖTDÿÿÉìP'Á¼u%ÿÿ¸ÿã¤R'¸>EÿÿÉþ‰ìÕ&%Ô¥ÿÿºþ‰¤&EÔšÿÿÉþÀìÕ&%—ÿÿºþÀ¤&Eÿÿsþu'l'ºLv‰ÿÿqþuçf&©vCÿÿɰP'Áìu'ÿÿqÿãZ‰'¸þuGÿÿÉþаÕ'Ôì'ÿÿqþŠZ'ÔfGÿÿÉþÁ°Õ'âì'ÿÿqþÁZ'âfGÿÿÉþw°Õ&'z[ÿÿqþuZ&GzöÿÿÉþ°Õ'Þì'ÿÿqþZ'ÞfGÿÿÉ‹Z&(òîÿÿqÿã^'òÿÙÿHÿÿÉ‹Z&(ñìÿÿqÿã^&Hñÿ×ÿÿÿÉþK‹Õ&(Þ±7ÿÿqþK{&HÞ°7ÿÿÉþv‹Õ&(°³ÿÿqþv{&H°›ÿÿÉþu‹m'À¡u&(z¾ÿÿqþuH&H'š‡zKÿÿÉ#O'Ávt)ÿÿ/ø‰'¸àuIÿÿsÿã‹&*‹2"ÿÿqþVZö&J‹IÿÿÉ;N'Ás+ÿÿ¸dR'¸>KÿÿÉþ‰;Õ'Ô+ÿÿºþ‰d'ÔKÿÿÉ;P&+j@ÿÿÿídN'¹>Kÿÿþt;Õ&+zþîÿÿÿÿþtd&KzþßÿÿÿÿÉþ9;Õ&+ß ÿÿºþ9d&Kß•ÿÿþv”Õ&,°ÿJÿÿÿÓþvg'°ÿLÿÿYZ&,ïþtÿÿÿôF&óïþaþ¼ÿÿÉjl'ºâv.ÿÿºœl'ºZvNÿÿÉþ‰jÕ&.ÔÜÿÿºþ‰œ&NÔ‘ÿÿÉþÀjÕ&. ÿÿºþÀœ&NvÿÿÉþ‰jÕ'Ôš/ÿÿÉþ‰„'Ô'O ÿÿþŠjk'µ*u'Ô™/ÿÿÿýþ‰S1'qÿ(; 0ÿÿÉþÀjÕ&/ŽÿÿÿôþÀJ'ÿOÿÿÉþjÕ'ˆ—ù&/ÿÿÿÞþ\'ˆÿù&OÿÿÉl'ºsv0ÿÿºf&Pv”ÿÿÉO'Áwt0ÿÿº'¸éPÿÿÉþ‰Õ'Ôt0ÿÿºþ‰{'ÔæPÿÿÉ3P'Áõu1ÿÿºd'¸‰QÿÿÉþ‰3Õ'Ôþ1ÿÿºþ‰d{'ÔQÿÿÉþÀ3Õ&1÷ÿÿºþÀd{&QŒÿÿÉþ3Õ'ˆþù&1ÿÿºþd{'ˆ•ù&QÿÿsÿãÙZ&2÷fÿÿqÿãu &R÷ÿ²þ²ÿÿsÿãÙV&2õlÿÿqÿãu&R'joÿ»rÿÿsÿãÙZ&2òjÿÿqÿãu^&RòÿµÿÿÿsÿãÙZ&2ñhÿÿqÿãu^'ñÿ¹ÿRÿÿÉl'ºžv3ÿÿºþV¤f&Sv2ÿÿÉO'Á„t3ÿÿºþV¤'¸¦SÿÿÉTN'Áƒs5ÿÿºJ'¸UÿÿÉþ‰TÕ'Ô}5ÿÿºþ‰J{'Ô UÿÿÉþ‰T1'q}; Sÿÿºþ‰Jõ&qÿ TÿÿÉþÀTÕ&5åÿÿTþÀJ{&Uÿÿÿ‡ÿã¢O'Á¸t6ÿÿoÿãÇ'¸'Vÿÿ‡þ‰¢ð'ÔŠ6ÿÿoþŠÇ{'Ô%Vÿÿ‡ÿã¢m'ºâv'Á¤’6ÿÿoÿãâf&V&›ŒVvÿÿ‡ÿã¢W&öä6ÿÿoÿãÇÉ'¸-µ#ÿÿ‡þ‰¢O'Á›t [ÿÿoþŠÇÞ'¸'ÿÊ \ÿÿÿúéO'Árt7ÿÿ7ò‰'¸uWÿÿÿúþ‰éÕ'Ôq7ÿÿ7þ‰òž'ÔèWÿÿÿúþÀéÕ&7bÿÿ7þÀž&ôWÿÿÿúþéÕ'ˆrù&7ÿÿ7þ'ž'ˆÿèù&Wÿÿ²þ‰)Õ'Õð8ÿÿ®þ‰X{'Õ{Xÿÿ²þv)Õ&8°òÿÿ®þvX{&X°ÿÿ²þK)Õ&8Þà7ÿÿ®þKX{&XÞu7ÿÿ²ÿã)Z&÷.8ÿÿ®ÿãXì&+v–†ÿÿ²ÿã)4&í28ÿÿ®ÿãXô'íÿÈþÀXÿÿh}&9žíFÿÿ=7&Yžmÿÿþ‰hÕ&9Ô¼ÿÿ=þ‰`&YÔ^ÿÿD¦r'¼õ|:ÿÿV5k'C ZÿÿD¦r'ºõ|:ÿÿV5m'v†ZÿÿD¦N'jõ>:ÿÿV5'jEZÿÿD¦N'Áõs:ÿÿV5'¸GZÿÿDþ‰¦Õ&:ÔûÿÿVþ‰5`&ZÔJÿÿ=;N'ÁÊs;ÿÿ;y'¸b[ÿÿ=;N&;jÊ>ÿÿ;y&[jfÿÿÿüçP'Áru<ÿÿ=þV'¸`\ÿÿ\m'½¾u=ÿÿXÛf&]ˆÿÿ\þ‰Õ&=ÔÙÿÿXþ‰Û`&]Ô1ÿÿ\þÀÕ&=ÇÿÿXþÀÛ`&]ÿÿºþÀd&KfÿÿòN&Wjÿ->ÿÿV5&ZœBÿÿ=þV&\œÿÿ{ÿãa&D€Úÿÿ/ø‰'¸àuAø!#'7#53546;#"7˜¹“Jݰ°®½®°d&&ÖKþßhjN»«™()gþt˜iÏ/ø!##535#53676;#"3#˜¹°°°³ GW½®°d&ýÿEŒ‰FV™( D²ÿã´ò7&#"#4>32"#"'532654.546m®@f_@&Ë9d¦cÙ07ÏþÿCjjCþ÷Ó´Ém±ob—)F[dd[F)ßôZ@h§oüˆ‘ƒÏ‹\(Ž}_-C-->TŒ\¤É_ÐEFvX5P3) $2BgC»ÿÿqÿãuðHÿÿþ‰hÕ'Ô·$ÿÿ{þ‰-{'Ô!Dÿÿhð&$º¼uÿÿ{ÿã-{&DºTÿÿh:&$øÿÿ{ÿã¯Å'øÿ—þ‹Dÿÿh:&$ùÿÿ{ÿã-Æ&Dùÿ”þŒÿÿh[&$ÿÿÿ{ÿãæ'ÿÿ–þ‹Dÿÿhu&$úÿÿ{ÿã-'úÿ–þ‹Dÿÿþ‰hm&„Ô¯ÿÿ{þ‰-f&¤Ô"ÿÿhZ&$üÿÿ{ÿã-'üÿ‘þªDÿÿhZ&$ýÿÿ{ÿã-'ýÿ’þªDÿÿh‹&$þÿÿ{ÿã-5'þÿ”þªDÿÿhY&$ûÿÿ{ÿã-&Dûÿ’þªÿÿþ‰h’&ÄÔÀÿÿ{þ‰-&ÅÔ3ÿÿÉþ‰‹Õ&(Ôžÿÿqþ‰{&HÔ‹ÿÿÉ‹ð&(ºžuÿÿqÿã{&HºÿÿÉ‹^'»žu(ÿÿqÿã7'ž—HÿÿÉ:&(øÿÿqÿãèÅ'øÿÐþ‹HÿÿÉ‹:&(ùîÿÿqÿãÆ'ùÿÐþŒHÿÿÉõ[&(ÿîÿÿqÿã׿&HÿÿÐþ‹ÿÿÉ‹u&(úêÿÿqÿã'úÿÑþ‹HÿÿÉþ‰‹m&ŒÔžÿÿqþ‰f'Ô‹& ²ˆ‹ÿÿZð&,º#uÿÿD|&óº ÿÿÉþ‰“Õ&,Ô.ÿÿ¿þ‰y&LÔÿÿsþ‰Ùð&2Ô'ÿÿqþ‰u{&RÔsÿÿsÿãÙð&2º'uÿÿqÿãu{&Rº}ÿÿsÿãÙ:&2ølÿÿqÿãÎÅ'øÿ¶þ‹RÿÿsÿãÙ:&2ùjÿÿqÿãuÆ'ùÿµþŒRÿÿsÿãÙ[&2ÿjÿÿqÿã½æ'ÿÿ¶þ‹RÿÿsÿãÙu&2úeÿÿqÿãu'úÿ¶þ‹Rÿÿsþ‰Ùm&–Ô'ÿÿqþ‰uf'Ôs& ƈsÿÿgÿãk'º'ubÿÿvÿãÓf&vscÿÿgÿãk'¼'ubÿÿvÿãÓf&Cscÿÿgÿãð&bº'uÿÿvÿãÓ{&cº}ÿÿgÿã^'»'ubÿÿvÿãÓ7&žscÿÿgþ‰&bÔ'ÿÿvþ‰Óë&cÔsÿÿ²þ‰)Õ&8Ôõÿÿ®þ‰X{&XÔ{ÿÿ²ÿã)ð&8ºîuÿÿ®ÿãX{&Xº}ÿÿ­ÿ÷_k'ºîuqÿÿ°ÿãif&v{rÿÿ­ÿ÷_k'¼îuqÿÿ°ÿãif&C{rÿÿ­ÿ÷_ð&qºîuÿÿ°ÿãi{&rº}ÿÿ­ÿ÷_^'»îuqÿÿ°ÿãi7'ž€rÿÿ­þ‰_&qÔõÿÿ°þ‰ië&rÔ{ÿÿÿüçr&<¼r|ÿÿ=þVk&\C!ÿÿÿüþ‰çÕ'Ôv<ÿÿ=þV`'Ôt\ÿÿÿüç÷&<ºr|ÿÿ=þV‚&\º`ÿÿÿüç^'»ru<ÿÿ=þV7&žw\ÉÕ 333!!ÉÊèÊ×ú­ÕúÕ+úÕª ²33533#####53Á¸à¸¡¡¸à¸¡¡“““}úüúü}ÿÿqÿçäa&E ¥pÿÿqÿçäa&E ÝHÿÿqÿçäf&E ²”ÿÿqÿçäf&E ¿„ÿÿqÿçäf&E ³„ÿÿqÿçäf&E À ÿÿqÿçäm&E ´vÿÿqÿçäm&E ÁDÿÿha&& ¥ÿ#ÿÿha&& Ýþóÿÿôf'&Œ ²ÿ|ÿÿôf'&Œ ¿ˆÿÿf'&® ³ÿSÿÿXf'&ð Àÿoÿÿ™m&&1 ´ÿQÿÿàm&&x ÁÿNÿÿ…ÿãÈa&I ¥Dÿÿ…ÿãÈa&I Ý9ÿÿ…ÿãÈf&I ² ÿÿ…ÿãÈf&I ¿%ÿÿ…ÿããf&I ³Oÿÿ…ÿãf&I ÀRÿÿ-a'*¢ ¥þÿÿ-a'*¢ Ýþÿÿ7f'*¬ ²ÿ|ÿÿIf'*¾ ¿ˆÿÿ­f'*" ³ÿSÿÿéf'*^ ÀÿoÿÿºþVda&K ¥¦ÿÿºþVda&K Ý¢ÿÿºþVdf&K ²€ÿÿºþVdf&K ¿pÿÿºþVdf&K ³„ÿÿºþVdf&K À®ÿÿºþVdm&K ´œÿÿºþVdm&K Á‡ÿÿéa',® ¥þÿÿæa',« Ýþÿÿçf',¬ ²ÿ|ÿÿíf',² ¿ˆÿÿnf',3 ³ÿSÿÿŸf',d Àÿoÿÿ¯m',t ´ÿQÿÿÊm', ÁÿNÿÿ›na&M ¥ÿÿÿ‘na&M Ýÿ ÿÿÿ°¹f&M ²ÿ'ÿÿÿºÇf&M ¿ÿ<ÿÿåf&M ³ÿQÿÿÿÒîf&M Àÿ=ÿÿÿËnm&M ´ÿÿÿÿÆnm&M ÁÿÿÿAa'.® ¥þÿÿ5a'.¢ ÝþÿÿKf'.¸ ²ÿ|ÿÿKf'.¸ ¿ˆÿÿÇf'.4 ³ÿSÿÿf'.p Àÿoÿÿ"m'. ´ÿQÿÿ)m'.– ÁÿNÿÿqÿãua&S ¥xÿÿqÿãua&S Ýnÿÿqÿãuf&S ²eÿÿqÿãuf&S ¿Tÿÿqÿãuf&S ³ˆÿÿqÿãuf&S À‘ÿÿÿãüa&4# ¥þÿÿÿãVa&4} ÝþÿÿÿãOf'4v ²ÿ|ÿÿÿãYf'4€ ¿ˆÿÿÿãf'46 ³ÿSÿÿÿãPf'4w Àÿoÿÿ•ÿâ*a&Y ¥=ÿÿ•ÿâ*a&Y Ýÿÿ•ÿâ*f&Y ²'ÿÿ•ÿâ*f&Y ¿!ÿÿ•ÿâ*f&Y ³`ÿÿ•ÿâ*f&Y ÀWÿÿ•ÿâ*m&Y ´8ÿÿ•ÿâ*m&Y ÁÿÿIa'9b Ýþÿÿÿf'9 ¿ˆÿÿf'96 Àÿoÿÿ3m'9L ÁÿNÿÿ‡ÿã'a&] ¥^ÿÿ‡ÿã'a&] ÝTÿÿ‡ÿã'f&] ²Yÿÿ‡ÿã'f&] ¿^ÿÿ‡ÿã'f&] ³¤ÿÿ‡ÿã'f&] À‹ÿÿ‡ÿã'm&] ´cÿÿ‡ÿã'm&] Á^ÿÿa&=N ¥þÿÿqa'=¢ Ýþÿÿif'=š ²ÿ|ÿÿuf'=¦ ¿ˆÿÿCf'=t ³ÿSÿÿyf'=ª Àÿoÿÿm'=B ´ÿQÿÿPm'= ÁÿNÿÿqÿçäf&E Ñtÿÿqÿçäf@ÿÿ…ÿãÈf&I ÑTÿÿ…ÿãÈfAÿÿºþVdf&K ÑÆÿÿºþVdfBÿÿÿnf&M Ñþãÿÿ¦˜fCÿÿqÿãuf&S Ñ{ÿÿqÿãuf`ÿÿ•ÿâ*f&Y Ñ0ÿÿ•ÿâ*faÿÿ‡ÿã'f&] ÑMÿÿ‡ÿã'fbÿÿqþVäa& õHÿÿqþVäa& öHÿÿqþVäf& ÷HÿÿqþVäf& øHÿÿqþVäf& ùHÿÿqþVäf& úHÿÿqþVäm& ûHÿÿqþVäm& üHÿÿþVha& ý ¤ºÿÿþVha& þ ¤ºÿÿþVôf& ÿ ¤FÿÿþVôf&  ¤FÿÿþVf&  ¤hÿÿþVXf&  ¤ªÿÿþV™m&  ¤ëÿÿþVàm&  ¤2ÿÿºþVda& ÿ8ÿÿºþVda& ÿ8ÿÿºþVdf& ÿ8ÿÿºþVdf& ÿ8ÿÿºþVdf& ÿ8ÿÿºþVdf& ÿ8ÿÿºþVdm& ÿ8ÿÿºþVdm& ÿ8ÿÿþVéa&  ¤žÿÿþVæa&  ¤›ÿÿþVçf&  ¤œÿÿþVíf&  ¤¢ÿÿþVnf&  ¤#ÿÿþVŸf&  ¤TÿÿþV¯m&  ¤dÿÿþVÊm&  ¤ÿÿ‡þV'a& IYÿÿ‡þV'a& JYÿÿ‡þV'f& KYÿÿ‡þV'f& LYÿÿ‡þV'f& MYÿÿ‡þV'f& NYÿÿ‡þV'm& OYÿÿ‡þV'm& PYÿÿþVa& Q ¤\ÿÿþVqa& R ¤°ÿÿþVif& S ¤¨ÿÿþVuf& T ¤´ÿÿþVCf& U ¤‚ÿÿþVyf& V ¤¸ÿÿþVm& W ¤PÿÿþVPm& X ¤ÿÿqÿçäH&Ešzÿÿqÿçäö&EqyÿÿqþVäf& YHÿÿqþVäy&EHÿÿqþVäf&@Hÿÿqÿçä7&E ¦nÿÿqþVä7& œHÿÿhm&&Àºuÿÿh1&&q¼;ÿÿÿüªf&&B ÑÿRÿÿhfÿÿþVhÕ&& ¤ºÿÿ†Âxa ¥ÿÿ¶þV’ÿ¤†ÂxaH´ Ô<ܲ?]À1¶ Ô´?_]°KPXÌÀYÌ̲?]90±I±IPX³@@88Y#55#53xò†…ñÍþõgžÿÿ¶J7žÿÿ¶FJm'»„jÿÿºþVdf& ]ÿ8ÿÿºþVd{&Kÿ8ÿÿºþVdf&Bÿ8ÿÿºþVd7&K ¦ÿÿºþVd7& «ÿ8ÿÿÿüíf'*b ÑÿRÿÿÿçufÿÿÿü©f',n ÑÿRÿÿÿóf ÿÿÉþV;Õ&, ¤ÿÿÿ‰Â’f' ¥ÿ Ñ ÿÿ´Â”f' ¥ÿ. ÜBÿÿ¶ÂJm'»„ ¥ÿÿÿënH&Mšÿ$ÿÿÿãnö&MqÿÿÿÿØnÒ&M Ïÿ.ÿÿ€Ò%ÿÿÿäx7&M ¦ÿ.ÿÿÿæzm&M §ÿ0ÿÿÿõgm&.À.uÿÿY1&.qÿ.;ÿÿÿüf'.q ÑÿRÿÿÿí}f!ÿÿ~‹f' Ýþø Ñÿÿ•±f' Ýÿ Ü_ÿÿ¶ÂJm'»„ Ýÿÿ•ÿâ*H&Yš'ÿÿ•ÿâ*ö&Yq$ÿÿ•ÿâ*Ò&Y Ïÿÿ•ÿâ*ÒDÿÿºþV¤a&U ¥»ÿÿºþV¤a&U ݱÿÿ•ÿâ*7&Y ¦'ÿÿ•ÿâ*m&Y §ÿÿÿüçm&9Àvuÿÿÿüç1&9q€;ÿÿÿüÇf'9à ÑÿRÿÿÿá‘f#ÿÿ5a'6¨ ÝþÿÿªF)Ò&j Ñlÿÿ×FRÒÿÿªð‰fCÿÿ‡þV'f& eYÿÿ‡þV'`&]Yÿÿ‡þV'f&bYÿÿ‡ÿã'7&] ¦Oÿÿ‡þV'7& ÕYÿÿÿüÿãf'4; ÑÿRÿÿÿòÿãf"ÿÿÿüf'=D ÑÿRÿÿÿÛf$ÿÿNþVÏç&= ¤ÿÿsîRfv†ÂxaH´ ÔÀܲ?]<1¶ Ô´?_]°KPXÌÀYÌ̲?]90±I±IPX³@@88Y53#7"†ò††òÍ”žgd߃¶œÜÌ1Ôì0!!dý僤ÿÿd߃ îdé³y¶©é/Æ1üì0!!dOû±ydéœy¶©é/Æ1üì0!!d8üÈydéœyµ©/Ì1Ôì0!!d8øÈyéyµ©/Ì1Ôì0!!øyÿÿþø&__Jÿÿÿìþÿî&BBB®éÓÕ@ žÜüÔÌ1ôì0#53Ó¤Ré­?þÁ²þ×Õ@ žÜìÔÌ1ôì03#Ó¤RÕ˜þÁ?®ÿÓþ@ žƒÔìÔÌ1üì0%3#Ó¤Rþ¬þÀ@²þ×Õ#5…R¤Õ˜þÁ?˜®émÕ '@ž   ÜüÌÔÌþÔÎ1ô<ì20#53#53Ó¤RšÓ¤Ré­?þÁ­­?þÁ®émÕ '@ ž  ÜìÔÌÜîÔÎ1ô<ì203#%3#Ó¤RšÓ¤RÕ¬þÀ@¬¬þÀ@®ÿmþ '@ žƒ   ÜìÔÌÜîÔÎ1ü<ì20%3#%3#šÓ¤RþfÓ¤Rþ¬þÀ@¬¬þÀ@®émÕ #5!#5R¤mR¤Õ­þÁ?­­þÁ?­9ÿ;ÇÕ '@¹  YW Y Ô<ìü<ì1äôÔ<ì203!!#!5!¨°oþ‘°þ‘oÕþ\™û£]™9ÿ;ÇÕ>@ ¹¹  ÂY W Y Ô<<ì2ü<<ì21äôÄ2Ä2î2î20%!#!5!!5!3!!!Çþ‘°þ‘oþ‘o°oþ‘oßþ\¤š™¤þ\™ýá3Ñ…! · Ç \ Ôì1Ôì04632#"&3­~|«¬}}¬ú|««|}¬¬3Õq3¢ðþˆìÁþ³Ôì1²ƒ/ì073#ìÕÕþþìkþ¶ÔüÔì1´ƒ/<ì20%3#%3#–ÕÕýVÕÕþþþþìþ #@ƒ   ÔüÔìÔì1/<<ì220%3#%3#%3#–ÔÔ©ÕÕú­ÕÕþþþþþþÜk¯i3#ÜÓÓiþqÿã Lð #'3?K®@D$%&%&'$'B@’ .’(’F’4 :&Œ$‘L%IC'1+C =  1 =I 7+ ! LüäìÔÄìäîîöîî991ä2ô<<ä2ì2îöîî20KSXííY"K°TK° T[K° T[K° T[K° T[K°T[X½L@LLÿÀ878Y"32654&'2#"&5462#"&546!3#"32654&2#"&546"32654&ôWddWUccUžº» º»ùtž¼»ŸŸ¹º% üZ VcbWWcd²žº» º»ŸWccWUcc‘”„‚••‚ƒ•Ü»»ÛÛ»¼ÛàÛ»½ÚÛ¼ºÜùóŽ•‚„””„–ýŸÜ»»ÛÛ»¼Û”„‚••‚ƒ• qÿã rð "-7;EP\"32654&'2#"&546"32654&'2#"&546  &54%3#"26542#"&546"32654& WddWUccUžº» º»ýyWddWUccUžº» º»øÖ<¼»þ¹ß üZ u¬cb®cNžº» º»ŸWccWUcc‘”„‚••‚ƒ•ÜþŠÛÛ»¼Û”„‚••‚ƒ•ÜþŠÛÛ»¼ÛàÛ»½ÚÛ¼ºÜùóŽ•‚„””„þ5ÜþŠÛÛ»¼Û”„‚••‚ƒ•(` Õ3(­Ëþß`uþ‹ÿÿ(`ÌÕ&  ,ÿÿ(`øÕ' ,&  X(` Õ#3 WþßË`uÿÿ(`ÌÕ&  ,ÿÿ(`øÕ& ' X , þ«ÿÃ#'#«”»¼•Rþùù¦žs#G@%èèèèBç¦onüì291ôì90KSXííííY" 5sþÓ-þ+#¿þôþô¿¢RÁ–#I@&èèèèBç¦opü<ì91ôì90KSXííííY"5 ÁÕþ+-þÓ#þ^Rþ^¿  ÿÿÃëÌ&™K'ÿèN''=NÎÿÿ“OÕ'ÿ^O“°ð$#5>323#7>54'&L¿ Za^Ág¸ßHZX/'ÅËËÅ-93A%‘­ #C¼98ŸL‰VV/5<4þòþBþR-5^1Y7ÿÿÿì| B_ÿ§þÇÿ… %³ ÄÔij991@  ÔÜÜ<Ì202$7#"$'56çÅåëþ:àßþ<ìæÂþµhh~vvuw~igÿ§Çn %³ ÄÔij991@  ÔÜÜ<Ì202&$#"56$6àÆëåþ;ççþ>æìÄnvv~hhgi~wuÿªþIÕ3 # #çbþâbíícÕþ$þ$Šþvÿÿ=ÿÅÃ' ý{' ý{ “Ý3_!!ÝVýª_Þþ‰ÿãÍð+@BŒ‘ÔÌ1ää0KSXííY"3#- ü\ ðùó°þòX 3!!#3hðþX¨ðð^ý#"ý#J°þòX 53#5!!53°ðð¨þXð^JÝøÞÝÿÿJð&"·"gÿÿ“Jð&"Jÿÿ“Jð'ÿ^"šdÿ–] 7· ÜÔ91@ B ©¼ Ìô<Äì20KSX·ììY327# 'dšêû³þà˜uþÃÈ]€û(®ìÿ;‡Õ 2###¬×ë׎¾Õ辸Ýü²ùášØÂ( 3+"&5463y¯¯v}¬­~ý±¬}|«ØÂ( ';2+‡¯¯v~­¬}ÂO«|}¬ÿÿ=ÿÅÃk ý{ÿB# #5#5ðÓÓR¤#þþüÛ¬þÀ@¬ÿÿÿ§þÇn&  ÿÿ=ÿòÃo' ý¨ ÿÿ‘ÿBCÕ'‘'ŽÿÙHdÓœ1#"'&'&'&#"5>32326œžæ’”ì 錄ܔžæ’°Ò 錂×1²OD;>MS²OE<>Lÿÿÿ§þÇÿ~ ø8È| #'7!5!'737!!ª ùqùþŸaúqú úqúaþŸúq)þŸ`ùrù úrûbþžúqú ùrú2¶¶ 535353úÈ,ÈÈÈÈÈþ¢ÈȼÈÈÿÿ(`$Õ' ,& ' „ XfNè 53!535353fÈXÈý¨ÈÈÈÈÈÈÈþpÈÈ ÈÈföNÞ 5353535353öÈÈÈÈÈü,ÈÜȆÈÈþpÈÈ ÈÈüôÈÈ ÈÈÛ®Õ3#3#ÛÓÓÓÓÕþü'þdþåýï 3#%3#3#3#dÓÓÆÓÓýÓÓÓÓiþþþ„þùòþpDÕ %53535353#!5!3!†ÈÈÈü,ÈÜÈ| ýfš šöÈÈ ÈÈüôÈÈ ÈÈþ„ýfš ›ýe ÛP®> 3#3#3#ÛÓÓÓÓÓÓ>þýþöþÛ®w 3#3#3#3#ÛÓÓÓÓÓÓÓÓ‰þìþü–þðþWîð "27654/2#"&546Ê2332Ê233—¡ªª¡¢ªª—VV¬­VVVV­¬V¯ÞÓÔÞÞÔÓÞzœî@ Ü<Ü<Ì1@ÔÄÜÌ03#3#zttttýg‚?œôß Ô@ Ý ÷‘ ] ÜÔ<Äì291ôüÔ<ì290K°TK°T[K°T[K°T[K° T[K° T[X½@ÿÀ878YK°TK°T[X½ÿÀ@878Y@T /9IFYi‹«»       "5GK S[ e„¥µ]] !33##5!5ÝþË5¦‡‡þbfþ]ýämººyfÓß !!67632#"&'53264&#"Žþþy¡^^a`°<~B9>>Eo‚‚o4h6ß_Ì MLƒ‡KJq f®f\óð/"327654'&&'&#"67632#"&547632³X3333XW3333«1221€DD &9:D‘TTXW‘§°ll¶122m45[Z4554Z[54bg KL™1LM„ONÞÔÆuv lœÕß!#!liþ¤ˆHþ3ß0üíäYìð *:"32764'%&'&546 #"'&54767327654'&#"º55j]\655þìT./¤RQ./SZ85UVžŸUV56-/.UQ100/SS0/*,+KLV,+–+]12Hdt::dJ01:7PyAAAAyN98Æ?&%%$A?&%%$Séð.532767#"&547632#"'&2654'&#"‘1220DC #<9E¨WX‘§WXkl¶122ÌXf33XU5443®g KKš/˜„MNooÔÆuv rh\Z4554Z\44‰œ°k !!#!5!Q_þ¡iþ¡_kþÈ_þÈ8_8‰Ô°3!!‰'üÙ3_‰a°¥!!!!‰'üÙ'üÙ¥^‡_o #&'&4767TRRTe^///._üþþþ€ƒ€ú~„gˆ3#676'&ge_/../_eT)**)„~ú€ƒ€~~uœÄ0@ ÔÜ32ÄtNN^luu)qJy}þ…wYYk\þžsa88†ÿÿWÿñîT Iýdÿÿ‰ÅC{ýdÿÿ^´TtýdÿÿbÿñÍTuýdÿÿ?ôC KýdÿÿfÿñÓC Lýdÿÿ\ÿñóT MýdÿÿlÕC NýdÿÿYÿñìT OýdÿÿSÿñéT Pýdÿÿ‰°Ï Qýdÿÿ‰8°— Rýdÿÿ‰Å°  Sýdÿÿoÿif Týdÿÿgÿiˆf UýdÿÿMÿð¡‚¢ýdÿÿGÿðÕ‚¨ýdÿÿGÿðÏ‚±ýdÿÿu!s¥ýdÿÿGÿðÕ‚©ýdÿÿuÄgrýdÿÿuçg®ýdÿÿzîg£ýdÿÿu{‚¯ýdÿÿuÄ‚ Výdÿÿuÿ삵ýdÿÿu“¤ýdÿÿ#Û%¶ýdV®Ö##"32.#"3267!!!!!!ÝO²cþþÛ%þe±NL­bÀÌÌÀb­LÄýÓýê:ý/¸667756ŸGFêþDêFG €þµ€þk€sÿ¦¾9'.473&'3267#"'#7&'#7&'&76%73&'hA>›/(%:@þÁwÓ]aØy›A9&›A²² œã‘X}R4>CþÁ5Aëi¥Õ<)û—^_ÓHH?W‡æÏghйKüpþØî”Ëû•(`ÿä³ð,%6767# !2.#"3>32.#".aXj]aÙyþÊþ›e6{Ù_]Ôwêù|^™˜0šn&<$€‹Š'/_ÓHGžghŸGGÕ_^þÇþØþÙœu]\Yª¶«…ËÕ!!!!3###5qZýpPý°úúÊì~WªþHªþµEþÇ9Ebð#!!53#535#535632.#"!!!5-üì¿¿ÇÇÖè=—OLˆ=”t‡þyìþ¾ªªB_ó¶))›ÔHºÿB+#&'&#"#3676323632#4&#"#̪m49wSS¹¹>YXyzU6%…ªX\x¯¾¹ru¦¹¾xGM_a¢ý‡`®f21>&>EÖ3öáý\ž¡œ¾¤ý‡u‡Õ"&)''#!333#3#!###535#53355KO¶8~ÄÓåÄÃÃÃÃþðÓåÄÃÃÃÃ8~OO¯ÎÎþò““4ýÚ&ýÚ{“{ýÚ&ýÚ&{“{{““þòÎÎÉÿã ÎÕP32654&#+#!233!!;532654&/.54632.#"#"&'5#"&5‡ï…‘‘…Ýqzìï¾­ìzWQ®eþ›Gl«`»[z„_¡<¡ÓÂ`©HJžU]‹;¹›éËU·f«É˜/ýÏ’‡†’þÌÈjqý¨ÕqRˆ>þÂý ‰N#55YQKP%$•‚ž¬®((TT@I!*™‰œ¶##ŸÒ`Éÿã3ÕE326&##.+#! 32654&/.54632.#"#"'&“þ’••’¿Ù¿J‹xÜÊÈüƒ}A{>[b`ca‚Œe«@«˜àÎf´LN¨Z‰‰b”?Ä¥÷ØZa,/ýúØ–bý‰ÕÖØº$~´3YQKP%$•‚ž¬®((TT@I!*™‰œ¶;®Õ"&)-1'#53'3!73!733#3#####5!73'!!7¶]:1Ì00ã00Í19]zžáþÚÃÜþàŸÀ¥¥þu‘û ¥¥å}ýL‘uÂÂÂÂÂÂuü€€ü€€ýg™uuþüýg™uuuu_ÿãñÕ % #4&#!#)"33!3_ÿ¸°þ±¸Žýýÿþú¸°S¸ÒþÖþÜþ‘VðÓú²*$oþªðÓNÿÿqþÀô&ÓŠÿãð1@: Ó"+Ó ¡®•¡®•/‘Œ) 2+"!)#&  , & &*!/<ÔÄ2üÄÄ99999999991Ä2äôìôìîöîî2Ý<î20K° TK° T[K° T[K°T[K°T[K°T[X½2ÿÀ22@878Y@z  1Ti lnooooiko o!o"o#n$l%i'i-ŸŸŸ Ÿ Ÿ Ÿ Ÿ ŸŸŸŸŸŸ–Ÿ Ÿ!Ÿ"Ÿ#Ÿ$Ÿ%Ÿ&Ÿ'Ÿ(Ÿ)Ÿ*Ÿ+Ÿ,-2   USjg ]].#"!!!!3267#"#734&5465#7332[©fÊ A7ýæ¾8þŠ Êf©[Y¹`íþË(Ó7‹Â7œ(6ìb¹bÕiZÈ»{.# .{»ÊZiÓHH"{/ #/{"G(Õ33!!###5¿½uóý€ªþX°ùý_½—Tý‰wýsýÏý1ásÕ!5!!77#'%5'&ýîïýîåPþËæPþÊËçM4èMžªªþñ¡o؈¢oÙý¸º¡nÙˆ¢nÐþ9 ¤ð-bwƒ'67>32#"'&'"326767654'&'&67'>7632#"'.'&/#"'&54632326767654'&'&&#"32¹¢">1–aJ{%A01Q[W7>/÷W1   >$< ù¹ ´. #®dCw¯Ë-^URB$`>DL_K>.3b @N\uLM„iIä±(S395lš9,8„ýG(/&  -þ9)ЗiRm:3X’wdg7? 2øj7#=5(6$ 629T/ ·(2M !:5S}$@{mbõqŒ‚~Es/4 -& "TAB`]…’ü›|@8†nR€kcd]aCœû ".ÿãŽð)5'632327&547632#527654'#"'&#"%654'&#"¹‹“o|@X"07ãPYˆtaTkµ~jü†[Iw‰mqJ2530D#24!`ðNkB±þ¬X``S±ã«£¿Â†q¢J<“Xr~hFÙl¯V1??0W¦D¢Õ$+15#53!23#3#+##5!3276!&'&+!!64—RRÈûL\HGZMûþÊSþþMþÿMþ#ýÝ#ìVtqDjt,tkDqý¨xttzIYIíV,]ÿ[±x$-#5&'&76753&'&'6767#5!'ùŒß‰¨¨‰ßŒi`p^_kbkN?H9x"cxhuŒ…OooO¥§Ìmnͦ‰$F×_0,û?'‘¦ýS*%²§ l™þÑþÒ™lÕ5!3!!3##!##5373!/331µåµ0þûG¾“µÒªþªÕµ’½IÁC©DúÒiR{ýø{Ï{ýøýø{ÏÏÏ{Auÿã¼ð66767!5!67654&#"5>323!!!3267# $547#5\J€þ5’ ;³¥_ÌsrÚiõ¯þýgØC…üS1¼­rì{€ïjþçþݨ¡J,{ +kv€67Å&&äÆUB{\* {;^~ˆFEÐ/0àÙK?{¤þÓr*.#267#&'&576753r\¨ee¨\Z\X[d¹tÔÔy²e]X\þ‹[CvlC¤ÕiZûñZiÓH$"þðvÖ9BËtèâ"$û¤ùCuª¡f´lCÕ !!!!#!ïûïýîËýîÕªxªû÷ j¯Õ&7!!!##&'&+532767!7!&'&#j77þžO57ö=A}A=;AÍÙ¿KDFxÜþ’JDý¾7-J’Z{{N{~U]$HD‚þh—01¦C>r{C4X 2Ú!#'%5'%377 2ÌÌþP¬æN4èL4ÊæPþÊèPþÈ5ñþ~µµ¡n؉¢nÙäþª¢oÙˆ£oÚýû.üÿË3!üÚ~„åÿ›dü=ÿö!5!'3 üGå„~d›ü=zÿË!#'73!5ý„~¯¯~„å›ÍÍ›ü=zÿË5!'3#7ü=å„~¯¯~„d›ÍÍ›ü{ÿì 3#%3#%3#üËËËËþyËËfÊÊÊÊÊËûP{° 3#%3#%3#%3#ËËûkËËËËþyËË)ÊÊÊÊÊÊÊËü=zÿË #'73!'3#7üæ„~¯¯~„<„~¯¯~„›ÍÍ››ÍÍ›CÿÏØ $(B"326=7#5#"&54634&#"5>32%3#.#"3267#"&54632 pSHf¼¼™m¦ÍÆ©ogDc\”GÂÁ°ØüDØ©^o8y‰‰y8o^I‚IÊìîÑC€öBRCI”‚ Mþ >Ož–›W\ 7²$ÊúùË„²4œ”“4±"úÑÔùCÿÏþ +EI.46'&#"#&'53254&'"326=7#5#"&54634&#"5>32%3#V‡¹Nz$p´;i0™‰Êª¯‘%“‹±={û‰ pSHf¼¼™m¦ÍÆ©ogDc\”GÂÁ°ØüDØ}|ïŽ4¼9d$, !ó•5ÊLf,1„BRCI”‚ Mþ >Ož–›W\ 7²$ÊúùËsÿã'ð!.#"3267# !2'Yè—£yy£—èYjí„þ­þz†S†íý #bvAZ4û-4ZBuHHŸghŸGû[!¬þºþ»¬!ÿÿÃÿãmð&r&FÿÖÕ+™¸,/¸-/¸ܸܸ,¸(и(/¸ÜA&6FVfv†–¦¶ÆÖ ]Aåõ]¸¸ и¸ и¸и¸#и /º!"+¸!0153&'&'6767!!5&'&76wI3cc3IÊ86QLNN7887NNMR48×ü_¡k•—i³:rÍÍq;Ôzn #¬+ü¤+ª$ *ªÞ rŸn<ÿÏå(2.#"3267#"&54632%3#"326&$  &54^o8y‰‰y8o^I‚IÊìîÑC€ÝØüDØkavva`wwþß‚ÚÚþ~Ù—²4œ”“4±"üÑÔùKùËž’‘Ÿ   øÕÔøøÔÕ<ÿÏM-1332653#5#"&.#"3267#"&54632%3#\¼QPcu¼¼`ž¡ýª^o8y‰‰y8o^I‚IÊìîÑC€ÝØüDØLýõriuðüD PÁÿ²4œ”“4±"üÑÔùKùËÿÿ¤ÿã{ðRÿÿoþÖ#ãÁþóÿÿÃ&ð&r)IÿãŒûo!6767632#"'&#"32767#"'&'&547!#"'&54632327676"#"'&'&54767632¿lø(9BKc{=&%%03!((!,739%7`lG;7 þ25]­¹hB4,'5  'B[QF$%ˆ]c'G  %! }Kr~“,§ê1ý¼ÑŒ˜Ig)*!&!(D;wÖþ½¥‚},75;!_']7:y}©[´Ïž£\®@4>#,!, 'QFª§ÿj(JG4$$,*)/9„yK#%þù‹ÙP73276767654'&'&#"&'&"'632654'&'&54767767#"'&'672#"*i(X%# 1F‚S°E/ ËO.55Fu½PU[QF[00rlÓ~œ"‘KI}!;IFs;n¡íò;_þéT^ÍŒQ79}w²–^l.G‰yr\[4þúO9%#i#Þ^MX;€¥yv@c„“}e.ID\7I;>2V秉uÓ°þ¢ÓþþÉÕ3!3%!!!!!!ÕÊûŽÊþÒ’’þnýêþnqúó úó dýˆxú+Ûý%H‡#>54&#"#3>32uƒ¹ƒ j_”Ù y¸/¸wFÚx”£ ¤ý\/HT^Ȧý“ýœ^m ‘$RZ´3%632##"#'7ˆ¹-þP4ªçÁ—-ƒ¸‚>ø•Ñ {¹ßÑõê|aˆþõÉïèý\ž=¾¤ý‡BcL;ÿátð9#"'&5476323276765"#"'&54767632thÁ‚n<7# ;KQ>!|Za,4(XM‹•µ!}ã,üþþ†Â‚<7D9#7.M=†„¾.1?@ '(MXI(' jÿãFð!2?632327654'&54?#"'&#"632327#"&#"jŒou9„!ydG>PPÕPP5ʺò6…8^nm{z€}}È‹oÖz€Z¥'PV‰aK~p’md Œ‹yk”b¼^òÞOP681/:ª:b:DÿãnòJ327654'7#"'&'$#5"'47676766767632#"'&'&'&#"32ÛnZS_n0VBšR„äny#H‰B?„ÁX!$9B©„€Mw>7l. ;7%,;(Ó§½uy,D0ÿäÿãÒð&3273#"'#67&5477632654#0)W:K…32#"&'####53&  Á¸¸¹±ýO:±{ÌÿÿÌ{±:¹¸¸¡¡›§þܧ§$“““}þ²daþ¼ýðþ¼ad¨úü}ûã–ççþjçÆ¢Õ %# !3!# ýîêü”¨ÐdþXý0dd úóqûáú+áû6ÁÕ+/±’—B°“°˜B°/³,/°<±•í°°-ݰ.<°-°Þ°#ͱ?± °<± •í°#° °9° FhH°°)°#°#Ii;±€B±B=°°#I°€bi°F`°Fa°’C°`#B°’C°`C°UX°°’C°`C8Y°²& °<±€B±B0°0±þ°<°Ä°±ý°<°± 6ü°<° ±ý°<°9° FhH° ° °°#Ih;° <° °Ö°° ݰ,9°, FhH° °&Ö°&°°° #Ii;°/°,°#Ih:°°1#I°’C°`#B°’C°`C°PXµ& ,/°’C°`C°8K° RX° °#I°’C°`#B°’C°`C°@PX°’C°`C°@a°’C°`#B´ °’C°`C°8YYY±€B±B=°°#I°€bi°F`°Fa°’C°`#B°’C°`C°UX°°’C°`C8Y°²#)°<±€B±B1°°#I°RX ±°±í°±ý  ±°°<  ±°°< Y3525!463"!4632#"&732654&#"5!6“–º“þðýjãggggŒ92299229ŒîªkÀûÌ€•ªkû@áü4€•nŠ¿¿ŠŠ¿¿ŠNggNNggýD{{åÊ "-! ! ! ! '32654&#%!2+# ÚþJþÑþÏþR´12)þ÷þúþ†uy»ýÓ²ckkcþÁ?°´´°²ñÛþÎþÐþL´00¶eþ…þùþûþ‡y »wþ¯XQPXd‰ƒ…‡þ˜nþ;Cö0<67632#"'67327654'&#"#"'&57&547276545ˆ[«Û„ƒFIœy®eL )qz]E& J½þŸ‡EYƒq:?ß.è”0.A Æ‚¾Mke”½LP«Ú×§<+(ŒhÃ|H=þyþÞ|nŽ=B† üžî¤üïÆ{u.F/4_NÈTÕ 33!27&#%!2+!67654'&,Êd.ý@‘úþÿûþþnX<-]\,qúó ýj’dÛÓÕÚýˆZý™)VŸžV)sþøÙð!)%#'# ! % 7& 676'&B ôÝ3þÅþ‡y;:xÑý+lllþðli$ ›› Þ#››þÝï¥ab¥þ[þžþüþŽ 22×22ûjT%¶ýœµ%5û¯$¶c¶$Bÿî2 _327654'&'&'#"'&5476323276765""'&5476!6?232767#"'&B=]iS\Z—ÎV30FŸ¹n7;#FfS9!!ç< #5,h½";<¶‰„2XngšZR{,##9>;K!Q¡ýIag£Sûæ Àˆ‰D£5@7*'S:y}ž*‚7H0 5#!,I‘l» @3X§¿nh0ÞÍ{(2r:=OSÿãlñIX&54'&#"#"'&527654'&#"3"'&547632763227767654'&#"R(O*\xggŒfg-.@@?@@?\QA@@@S6—fggf—¢eÓ»p/$~AB}:1$ -*ü¤šMJJ@f·ŸŒ[¦+8ÇÎvuuv° zVWWW–›•XWWVÊVW\uvœuuu# bW1±W{|^1$h{ƒ€vC[SK\þ•GChfy— /È2Õ &.2&'&+3!.+!! !27&#676'&%3ûLDEx-MeÇþø5q>ÍþH¿J‹xþn§üu1ý•E˜A+ZY*ü²Ê—01/ÉþåO„~þh–bý‰ÕÖØÐb)¥ýj’ý™)V>U)-úó ©ƒÕ§¸ /¸!/¸ ¸и/¸ ܸи!¸ܸÜAêú]A)9IYiy‰™©¹ÉÙ ]¸ и /º9¸ /¸/¸/º+¸º +¸0132654&#+#!273 # #sþšš s­þÊÈûN®¾èþÍCéÏÔèI/ýÏ’‡†’ý_6ý¨ÕãÛ¬kÛêþ†þkþü•Éÿ%TÇ$+.3&##&'&''7#!27%7 67654#“ÑÈ?\üA>:AÍÙ¿KE6Tþ®oF^È~_ þº,¶8~ƒ|§T3JýÛ/ýîøýHD‚þh—0& ü°,¯Õ‚o®Œkغçþ]-Dƒbü‡g‹(Ø'4.#"#"&'532654&/.54632733###æUW'AG/E8piŒ4sG[d/EK7?8pcŠ|3iи¡¢¸ŠŒ‡‰·Y"*/( VAO[`*,2,* M=H\þ¬TýÈ”þØ(þlÿü0`!!#!!!!!!!3!!³þr˜þsàoþÕþ+öý…ï…àý›`€ü à`fþ÷fþ»f€üæf'“FÕ >@!  É  b b cbcÔäüäÔìÔì91ô<<ì2Ô<<Ä903#######5J®¤ªqÃ7ËrqËrÉÕÿý¾äþÑ/þB^þä^ÿ"hÄ %73# ' 3×þº,¶þ¢¦ÚÒýÇåžýo-þ£ÓM†‚o®üþFéú+žý„,õ’\™Õ %#!!!5!È8êüÈküÈOúÃ8üßd úóqdúódd XþL/ 654&#!5!5!5!!2!"'Xª£Á¹¥þð÷þ ÷ýÄ$þ'Ùþ'¬ß¦¹þþ»Ô§c£Ì†“¦e“e“¨þ°¨þ°aÔŠþÓf†JÿÿNÏç=ÿÿNÿãÏÊsþΕDU767654'&#"#"'&5733272632632!"'4'&'&#"'6763232767654'&'&#"Ž_}yj#1Q€–\$˜####‚,TGG\<‚„lG2ûe$°òþ×sa#0EKXQn#?QY>™k›DMý4þëÇgiàMq«Ìþí¢ÿã†ðE#"'&'&5476?&'&547632#"'&547654'&#"3"32767'_²ûilE_†m²l=Oc{ñˆT3-2") %+fa@aP/Z_|«{w:maZÂu> IhA¬"%@_©®Šl$=P”‹czS2VN-2!$+%$+@e—}N069n™¦a[u>_Tÿß M#"'&'!#!"'&547632327676=!7!&#"#"'&5476!27327î#X':'7á?<=ÿ**MÆþô€_4. B^l{>!þ—'Ba>ÁnG#&#w§4$Bš»00!ò£K=ýÜDc˜„€KÊ_4B( 03B{>ce‚¹DInFT=I,F´w§7K. 0É#Õ )5!!5!3#ü¦ý°Pʪ¸ªÉ9ÿÇBk32767"'&'&47'&'&'#"'&547632326765&#"6767632377632#"'&'&'&#"×,5(.'*'E`Ÿ97®y{7a;f7;>F3.^PeMD*#7@,j!HhH<=.%_yi¥pp3 T}€œ˜²B',$ *ý5Ü€/,,@!;Da97žT‘³þÄþÉþVMæ;©nwFþí»³^O?/,%!;>jytŸÖX<;}f?E'_n¥þúþôþ± Hô—˜''#  .hÿçJ) 4&#"322#"&54©WOmVPm˜ËÝ¢˜ËÝ÷t}þþÏt{ýØ£ÆþÿØ£Ægÿã²ð4 4'+5654/&4?'&547 '&5474/Ä‹c2üû›>B¬d=VEõÄ/b5Œšñc2ltc2¶c2Ðþuc1‚LS2œ?B¬dÖ,>8?]/c6¼›ñc1‚LS2ý–tc1‚LS2¶c1‚LS2ÿûÿã9ñ03#!".54?>3!4'.#!".54>323!2¾O,‡"ûô"…$„%@ý;5H *ÖY[¶ü#$‡"†x2 1[G(  Wÿ¸Að,!2#"&/#!"54?>3!!"&5462TPl 0%= -d,þmF"…$…þºmG- .7#*(/ ‚ý$þû"Sae(!‡Íq~B;Vÿ¸ºð&!"&54>323!2#"&'&5 ýmG * 5G 0%9 . ¦q~( 0 (/ ‚&ýJ“s!S'DQIF× 4632#"&3!53#5!¼pQOooOQpƒ˜ýo——ùTQooQOonûuyy5yZÿÕR; ! ! ! ! þHHþ¸þæþåé#ïþ[þŸþžþ[¥breþHþý¸Â ôÝ!#þÅþ‡y;:xÑ— L`  !!!!#!3#'!#33 # #—ƒþ¼þD—ƒµjÿ—wŠZþDZŒÖõöþÃRþëþé``€þ¶ýéþC5ü€ææ€þ³MþRþ.}þƒÞ$ÿðz`-1%5"'&'&5#2327#"'&5#!#"#463!#3#‰, †9áYl(Ht„ý*§þ²=Z2dr¥¶ý!††Z4@'!8¢ ýÖ¦zEB¯ ñÊbýãüüLs¨{dþYþ¯˜þsZ{3#"#4763 3×®UE‚El4FŒÅ©dGQõ´‰n ‚ËCFÁþ\þ§þxŸBýú¾*WŸbOZý=šþþÉþ¾ýýÈ0Õ 3%!!,Ê:ý*þnqúó ddúÕÉÕ3!3!!!!ÓÊûÊ þnýìþn8qúó úó úqúÕþwSÁ ! ! !!5 5¦ýþüúüð—üúüðùÆýþÚY*üÖü§çdüÖü§ccS£ÿã»ð!!6$3 !"$'53 !"kJýîu ^‹þuþ¢’þùopü‹þíþîk¨þþo¦SUþgþ“þ’þgHF×_`2/.2%©Õµ:Üüì1´•/ôì0!#!5!©Êý)¡+ª¨Õµ:Üüì1´•/äì0!5!¨ü_×Õú+ª+ÿüçÕ!# #3çÙþbþeÙËfýšÇý9WJÕ " )327&#!3676654'&|²¨tKþ"þPýý"ûcõ­â“öþoûÊû¯ÍÐAfÕµ|ßcvþ~þ–ÕdúóA‹Aúó xûãPfUÂmZÿã­ #2!7#"547632!3 32767654'&#"ç* 6¯B8wxþ²!Nbb|Ëž"#>Ë|OO'vNþþ÷† ý2½¥wx87¥tžKsO= † =‚üí¨d01 ”P²²D10d^dú¬Tþdü6‚‚ŸžJthi[ÿã“{ (232767# '&5477632!7!654'&#"Ú N¡&# ¨G_yZ\klmkþô}Z5µ³üäfFý 9N©JC0<7h:‚ýJ(u*œo¦DM¢¡‘c“FPZd82vRsO 3#3#!!ɸ.¸Ô†²†$þ²ÚNéû9˜ü`ÿþV 3##676#732767!ɸ.¸fʆÐ#5H2KþÜÜ1i0/éNÞ)deéú¿ûеT0Hôd01™¬ûŒÖ``;ÿã¸ð&0 #473>32#"&'532654&7>54&#"ºþ;Hºt]þéühäƒñ2††02Þ¸S¥UWžDiƒ;2[UÔ _¦I@YËr„~•YWþí×€ác?}<¢Å$$¶/1oX3gÎQ¡X’Â?@Qˆ` $@   F ÄÄÔìì21@‡‡¼/äìÔì0!5!!5!ˆüÉþù`û “o“Ëÿÿ‰ÿã`ð' "5&{ N‹ýdÿÿ‰ÿãtð' "5&{ P‹ýdÿÿ‰ÿã ®ð' "5&{'{‹ýd IÀýdÿÿ‰ÿãXð&{' "5u‹ýdÿÿ^ÿãXð&t' "5u‹ýdÿÿ‰ÿã^ð&{' "5 L‹ýdÿÿ^ÿã^ð&t' "5 L‹ýdÿÿbÿã^ð&u' "5 L‹ýdÿÿ?ÿã^ð& K' "5 L‹ýdÿÿ‰ÿã~ð&{' "5 M‹ýdÿÿfÿã~ð& L' "5 M‹ýdÿÿ‰ÿãwð&{' "5 O‹ýdÿÿbÿãwð&u' "5 O‹ýdÿÿfÿãwð& L' "5 O‹ýdÿÿlÿãwð& N' "5 O‹ýdÿÿ‰ÿãð&{ "5ÿÿÉ“Õ,ÿÿÉ'Õ&,,”ÿÿÉ»Õ&,',”,(ÿÿÉQÕ&,9éÿÿhÕ9ÿÿ˜Õ&9,ÿÿ,Õ&9',,™ÿÿ ÀÕ&9',',™,-ÿÿÉÕ&,;Üÿÿ=;Õ;ÿÿ=®Õ&;,ÿÿ=BÕ&;',,¯ÿÿÉjÕ/ÿÿsÿã'ð&ÿÿɰÕ'ÿÿÉÕ0ÿÿÁyLÿÿÁé&LLpÿÿÁY&L'LpLàÿÿÁA&LYÂÿÿ=`Yÿÿ=½&YLDÿÿ=-&Y'LDL´ÿÿ=&Y'LD'L´L$ÿÿÁJ&L[Ñÿÿ;y`[ÿÿ;Ô&[L[ÿÿ;D&['L[LËÿÿÁyOÿÿqÿãç{FÿÿqÿãZGÿÿº{Py }Õ  ) !3 !## !5²–þhþPýŒþPþh–²Ÿô5þáþËôÊôþËþá5Õþ—þ€þ~þ–j‚€iúÑ.,ûw‰þéþÔþÒþèɰÕ#ûº +¸ º+¸º+¸¸ ¸ÐAêú]A)9IYiy‰™©¹ÉÙ ]¸ ¸ÐAêú]A)9IYiy‰™©¹ÉÙ ]¸¸%ܺ"+¸º+¸º+¸º +¸ 013 !#3 #32654&#! )“ô5þáþËôHðñÿHNŸ““Ÿþ蟲–þhþPþaY³.,²ÂÏÐÞý茊Þþ—þ€þ~þ–y }Õ(1C3 +3 !32654&+! ) #"35# !35#"&546!`HðñÿHô5þáþËôNŸ““ŸNÕýŒþPþh–²t²–þhü±NŸ““ŸNôþËþá5ôHÿñð/²ÂÏÐó.,ü°ŒŠü j‚€iþ—þ€þ~þ–ߊŒž²þéþÔþÒþè³ÃÐÏÂÿÿsÿã'ðHÿÿÿãõ{sþV'ð.# !267## !2'fç‚ÿþð‚çfÉ v„þ­þz†S†íbÕ_^þÇþØþÙþÇ^_ý¹$ŸghŸGÿÿWÿãXð' "5'u‹ýd IdÌ?8 ´  ÔÔÌ2@ @@ 00 ]1@  œ Ôì99ÌÌ0@  œ ü<<@ œü<<°KSX³ <<´œ ì´œìY5!!d‰xéÃû=éxUZ‰xéªéx£Ü @  œ Ôì99ÌÌ1´  ÔÔÌ2@ OO ?? ]0@  œ ü<<@ œü<<°KSX³ <<´œ ì´œìY3'#'-ZˆxèªêxÜþvxêû<ÄêxuÌP8 ´  ÔÔÌ2@ OO __ ]1@ œ Ôì99ÌÌ0@  œ ü<<@ œü<<°KSX³ <<´œ ì´œìY'7!5!'7Pþwxéû=Ãéx¯Zþwxéªéx£ÿùÕ @ œ Ôì99ÌÌ1´  ÔÔÌ2@ @@ PP ]0@  œ ü<<@ œü<<°KSX³ <<´œ ì´œìY#737‡ZþvxêªèxŠxêÄû<êxdÌP8Ú¶ ÔÌ2ÔÌ2@ PP_ _O O]1@   œ Ôì9Ì2Ì20@   œü<<@ œü<<@ œ ü<<@ œü<<°KSX· <<<<´œì´œì´ œ ì´œìY5!'7'7!d‰xé¼éx‰þwxéüDéxUZ‰xééxþwZþwxééx£ÿïÜÞ@   œ Ôì9Ì2Ì21¶ ÔÌ2ÔÌ2@__P POO@ @]0@   œü<<@ œü<<@ œ ü<<@ œü<<°KSX· <<<<´œì´œì´ œ ì´œìY3'7#7'-ZˆxèèxþxZþvxêêxÜþvxêüCêxþvŠxê½êx 4Ÿ³ 7!!# ?,þ¶^xü¢©t?©ü¢x^þ¶ 4Ÿ³ #'!5`?©ü¢x^þ¶³?ýÔJü¢x^© 4Ÿ³ %!5!73Ÿ?ýÔJü¢x^©s?©^xü¢J 4Ÿ³ %'3!_?©^xü¢J4?,þ¶^xü¢©dÌ?8'!5!!BÈ”—ýÿéxþw‰xédÈ”—š-þ¥Uéx‰Z‰xé[UþúªuÌP8!'7'7!'!5rÈ”—éx‰þwxéýœÈ”—þf×[UþúéxþwZþwxéþ¥Uª,ÓžP4327>76767632&'&'&#"#"'&/#7!í#/)85,0F"<;NJX[GR7<"#!2)85,/$#?2WG[XJN; ©?,þ¶ô!F0O<:" %7xþŸýéxUZ‰xéaxþÂþÂxaéxuÌP8 '7!' 7!'7PþwxéýþŸx>þÂxaêéx‰UþwxéþŸx>>xþŸéxþwdÌ?8 !5!3#•ûçéxþw‰x骪-éx‰Z‰xéYü¤¥Ü %'3'!!5èxˆZˆxèZü¤ªêxŠþvxêû檪uÌP8 †· œÔì2ÔÌ2@ O O _ _ ]1@  œ ÔÌÌü99ÌÌ0@  œ ü<<@ œ ü<<°KSX³  <<´œ ì´ œ ìY!#3!'7'8û窪éx‰þwx-þ§\þ§éxþwZþwx¥ÿùÕ !5!!7#7þ¨\þ¦èxþxZþxxè+ªªûæêxþvŠxê¥Ü7!!5!7'3'¯èxþx‚ü¤€þxxèèxˆZˆxèÂêxþvªªŠxêêxŠþvxêdÌ>†%52#!5! 767>54&'&'&>42/+-+-':1 üHéxþw‰xéÙÙܪ-)o=Ü  éxþwZþwxé(.46<=69)-dÌ>†>3276767654'&'&'&"5476767632+#5!5‘‚ 6 ©+/24>A1:'-+/24>‚©ý”éxþw‰xé×  ‚‚=69)-(.46=<69)-ÜÜéx‰Z‰xévÌP†>54'&'&'&"3)'7'7!#5#"'&'&'&5476767632# 6 +léx‰þwxéý”©‚>42/+-':1A>42/+ׂ  éxþwZþwxéÜÜ-)96<=64.(-)96=dÌP8X#532267676767632267676;'7'7#""'&'&'&'&'&""'&'&'&† éxþw‰xé 0$#$   "%'-0$' !  ' '- éx‰þwxé  ('Z&("  "(&Z'( -éx‰Z‰xé$ -#%"&* 'éxþwZþwxé ""&*  *&"" d¾PF%'!5!!'7'7! pþœéxþw‰x领 pdéx‰þwxéþ^¾:5éx‰Z‰xéo:þËéxþwZþwxé*ÿüØ %'7 ý!§^ßÁ bþ9YþÁ‹¾þXxýî¨û¸¾‹þÀÈbþñZ ò #!5 ªþéxþw‰xé‘ûoçéx‰Z‰xé¬[ò !'7'7!#¬—éx‰þwxéþª‘éxþwZþwxéüZÿã Õ !5!3 ýiéxþw‰xéíªDéx‰Z‰xéç¬ÿã[Õ 3!'7'7¬ªíéx‰þwxéD‘üéxþwZþwxéÝÿùÔ 7#7!5³éxþwZþwxéýÔÔü=éxþw‰xéªdÌ? !5!3?ü=éxþw‰xéª-éx‰Z‰xé,- eX&7#754767676 #4&'&'&"9èxþxZþvxê.-\ZnllnZ\-.ªBB54'&/#7!!#"'&'&'&54767D !BB54'&´x\-..0YXpl€…gtTY0../Z#þ¶,@ª#B"!BB@RN¾JV°]xþw‰x]TQ>°]x‰þwx]þ¬xL iiþ þ`iiTÁ4¬]x‰Z‰x]à4¬]xþwZþwx]JÒiiiiuÌP8!7'!7!5!7!'7'7!'7!5½giiþþÚyýìYu‚I0]x‰þwx]ýÌu‚Iþ«iiÒÒxÊK]xþwZþwx]ÊKxdÌ?8!!5!!¯ûÉ]xþw‰x]7ûQix]x‰Z‰x]xi¥Ü#'3'#'ñx\xˆZŠx^xh°ûP8^xŠþvx^ûȰhuÌP87'!5!'7'7!5$iiûQ7]x‰þwx]ûÉiix]xþwZþwx]x¥ÿùÕ737#73ñjhx^xþvZþxx\x%hh°ûÈ^xþvŠx^8dÌP8!7'!!5!'7'”iiüli…ý\]xþw‰x]¤]x‰þwxiiiá]x‰Z‰x]]xþwZþwx¤ÿðÜ7''3'7#7ñiiiá]x‰Z‰x]]xþwZþwx°ülii”iü{¤]x‰þwx]ý\]xþw‰x ÿѳ #7!##ÉPUý©?,ƒûUü°•vü°Uû„,?©ýUP¼ÿÑŸ³5#'#5!#5'ö•ü°Uûƒ,?©ýUv”ü°Uû©?ýÔ„ýU¼4Ÿ 753!5373öü°Uû©?ýÔƒýUP•qPUý„ýÔ?©ûUü° 433!'3É•PUýƒýÔ?©ûUq”PUý©?,„ûUdÌ?8!!!!5!!cÜû$ŠRü&xþw‰xÚû®¾xŠxx‰Z‰xxuÌP8!5!'!5!7'!5!Qû$ÜŠû®Úx‰þwxü&RFxŠxxþwZþwxxdÌ?8#''''#53777?(F´´´´´ncéxþw‰xé‹F´´´´´n-F´´´´´néx‰Z‰xéF´´´´´nuÌP8577773'7'7#'''un´´´´´F‹éx‰þwxécn´´´´´F-ªn´´´´´FéxþwZþwxén´´´´´F£Ü3'!!!!#!5!5!5!'-Zˆxè(þØ(þتþÚ&þÚ&êxÜþvxêþŽªªªþ¬Tªªªrêx£ÿùÕ#7!5!5!5!3!!!!7…ZþxxèþØ(þØ(ª&þÚ&þÚêxŠxêrªªªTþ¬ªªªþŽêxdÌ?8 5!!5!35!d‰xéqþéxªÿªÿUZ‰xéªéxaªªªª£Ü 3'#'3#3#-ZŠxêªêxbªªªªÜþvxêþŽrêxþVþªÿuÌP8  '7!5!'7%!#'#5Pþwxéþqéx‰ûÎÿÿªÿUþwxéªéxþw(ªªªª£ÿùÕ 737533-þvxêªêxþv‚ªªªŠxêrþŽêxþv4þþ¨ÿkË?9 !#3?ûîêxþvªªŠxêתêxŠþ~\þ€ŠxêuËI9 !'73#'7!uêxŠªªþvxêûî×êxþv€ü¤‚þvxê7†?~ 5!! !!Ïþö  ûôdþü ûôŒþöþöƒý}üüþïþ*^V 3! !!dþöþöƒý}üüþïþ*p þöûô düþûô H†P~ !! !!¸ûô  þ’ûô üŒƒþòƒ þÖþ^ÿÍVÕ #!# !!!dƒþòƒ þÖþe ûôþön ûôþ^V !! !3 3!!!Eþ*þïüüþïdƒþöþöƒrþ*rþò$èüþþ|è þöþþÔþ¤\d”^V )3! !3#!5#3 3 üšÈþïüüþïÈýÆÈžÈƒþöþöƒ\°üþýPd””x þö@t %#!5#3'!3!3! !33'ÓȞȡdþxd¡:üšÈþÑþÑÈýÙètø””Zddû®\’ýæýnªt^V%#!3!3! !3!5#3ĹØtIüš¹þþüüþþ¹þ¹tø”äØû\°üþýPìû”x^V%3 3!!! !!3 37áƒþöþöƒrþ*þïþèüüþèþïkŠþöþöŠ€dô þöý dôüþþè| þö€^V %#!5#3 3!3!! !!33 37ÓȞȃþöþöƒ:üšÈþïþèüüþèþïÈþÍŠþöþöŠ€ø””` þöü¨\˜üþþèþh þö€u†}~ 7!! !5#35! u\°üþýPd””x þöÏfÈþþÈ:Èýbȃ  ƒzMÕ!#7!!#Múc"?,þ¶^xü¢©ÕcúŽÕþŸ?©ü¢x^þ¶zMÕ35!3!5!73zpcþÞ?ýÔJü¢x^©crú+a?©^xü¢J^ÿÍV 3 3# '! !! !áƒþöþöƒƒ  þþþïüüþïe  þöüõþö dþüCüþuÌP8)5A '7!"'&'&'&'#5367676762!'7$"!&'&'!27676Pþwxéþ¡ 21@=“:C.2 ¾¾ 21@=“:C.2 _éx‰ü_R#)l$hþ˜$#R#$Uþwxé@21.2@ª@21.2@éxþw#þðÿÿwÿù;Ü' , þÔuþtP'7!5!'7!5!'7!5!'7Pÿÿþwxéû=Ã××û=Ã××û=Ãéx‰ÿÿUÿÿZþwxéª×ת×תéxþwZÿÿdÀ?D5!3!!#!d‰xé3ªæþªýÍéxUZ‰xémþ“ªþ“méxuÀPD '7!#!5!3!'7Pþwxéýͪþæª3éx‰Uþwxéþ“mªmþ“éxþwdÀPD3!'7'7!#!5ª‰éx‰þwxéþwªþwéxþw‰xé×mþ“éxþwZþwxéþ“méx‰Z‰xédÀ?D5!333!!###!d‰x駪ªªþ⪪ªþYéxUZ‰xémþ“mþ“ªþ“mþ“méxuÀPD '7!###!5!333!'7PþwxéþYªªªþ⪪ª§éx‰Uþwxéþ“mþ“mªmþ“mþ“éxþwdÀPD333!'7'7!###!5œŒdŒ éx‰þwxéþàŒdŒþàéxþw‰xé×mþ“mþ“éxþwZþwxéþ“mþ“méx‰Z‰xé7Ä?@  !¥úJþB¾JˆôúAþƒ¾¾þƒ‚uÄ}@ 7'!5! úúPû¶J¾þBˆúúþÅ‚}þBþB7Ä}@7'! ! úúü–úý6þB¾Ê¾þBˆúúþ ôúAþƒ¾¾þƒ}þBþBhÕ %!3!3¼ýÛ ýÆÕˆ¡ˆÒýÇÇçüRÕþú+‡ÿãnðmº+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]º+¸º +¸0132#&'&#"327673#"‡ ûû…B!ÊOœœOÊ!B…ûûþ÷ézÆcI7™þÍþÌþÌþÍ™7IcÅŒ_ÿãÄL 0"'&547632654'&#"563 3276767&#"µ\m`c²u\6% G¼Gnth r5?£€þÁ,/H@3H5,Yš„:$Ue·¾”˜I+HQ\‡N­,¨öt­qƒþ¸œzSd69->eSY×®lÉ‹Õ !5!!5!!5‹ü>øýøýÕú+ªìªëªÉÿ¢‹5!#7#53!5!!5!733!‹ýKªc˜˜þÐd˜þ0ª4˜êþ☶Õú+^^ªìªëª``ªþëýkþì›ÿì]®(673#"'&'#7&'&$32 '&#" 32$767&'&Yj€iEdÈþ ¹»°80~iª?/cÆ`»¹°üÉô‘™šþÝRQQ$gý'-‘š™"SRR:;nSz²þ€þ¾_'œÒBT±€c¾_ ûé¥N“‘››‘@DüRO“‘››‘gÿú`Á8@ÔÌ91/ÄÌ90@cmpxyvn]] !3!¬þ^DýïàCúšîûÄú?ÿú`Á%! !¬¢ü¼3ý½fý½Ó<úñÁú?¯ÿìI®!!"$54$3!!!W?JŒ‰”¹ýGÀþ¾¾cÀ¹ýG”‰‹K@ õsJx‹NLŸÆ`»¹`ÈŸMOŠx] ¯þåI¯&/!!!!3!!"''&'&54$;7#"Ø–I$þ¢¹ý¯°$$¹ýGA?d–`,,±¾¾cÀêüÝFU ;¸°“Š}YI¯7ÊŸþ þŸ þî7c`»¹`ÈüÅJx‘H ¸ üNG’x]Ù›åg% $54$)!!3!+þØþÖ*(ºþFèiNvüŠ%Frߺ›öððöŽO:…Ž‘0QޝÿìI®&'&'&'!5!2#!5!676767!5¡?JŒ‰”ýG¹Àc¾¾þÀýG¹”‰‹K@ û 'Jx‹NLŸÆþ »¹þ ÈŸMOŠx] ¯þåI¯&/'7!5!!5!&#!5!2+4'&'&'3276765 –IþÜ^¹ýéQ°$$ýG¹A?d–`,,±¾¾þÀê#FT‚ ;¸°“Š}YIþå7ÊŸü ãŸ 7þøcþ »¹þ È;Jx‘H þH þNG’x]Ù›åg )5%2767!5&'&!5“(*þÖþØþFºèiNüŠv%FtÝþFgöñïöŽP:…Ž‘1RŽ,ëâ ¸/¸/01!!,¿âüœþwqÁ@×Ö¯ggÔìÔì1üìì20!#!#œÕðý ïÁø¶}ùƒœþwqÁ@ÖׯggÔìÔì1ü<üü03!3œïöðþwJùƒ}ø¶þw;Á ]@    ÔÄ91ÄÔÌÎ990@0QVPZ spvupz €€ Z pp{ t €€ ]]!! !!5 7êüA ýJïúÞÕýIÁÁý3ýÀ•!ãÙ-Û×¶œÔÄ1Ôì0!!ÙúþתÙÛ !#!5!3!!5!®¨ýÓ-¨-ýÓý+ƒªƒþ}ªתªÙÛÕ Wº+¸¸Ð¸¸ и¸ и¸ и/º +¸ º+¸¸¸и¸ Ð01!!#!5!3#®-ýÓ¨ýÓ-¨¨ þªþûªû5ÌÿÿÿB²ÕÿÿŠÿ’<%?ŠP¯%73% %#'±þTU¬¨¬UþT¬UþT¨þTU‚÷“÷ïþ÷“÷÷“÷þï÷“ÿÿDG¾ÂrýÒÿÿXYª© %ˆ=ÿ×} *@    ÔÌ91ÔÌÄ903##'%\½sý®BþÁ}}`ùºs-Pbý;ÿÿ=ÿ×v& Ÿus†ÿÿ=ÿ×e& Ÿ Ks†ÜåÛå 127#"#"'&'&'#"'&547632676;#"3¥c‰d3668+MI6641C;It‡Y^^SI6?+((C;ItK@”t‰kðHMfpEF„?$Tx5@ej¯¨re!93Ex5@ƒðþúÜåÎå#/;&'#"'&54763267632#"'&%27#""327654'&¥1C;Js‡Y^^TŽI6?+((C;Js‡Y^^TŽI66þ6¥c‰d3778ë•s~Šd3778]$Tx5@ej¯¨re!93Ex5@ej¯¨reMðHMfpEFôðþúHMfpEFË™I%!3!™û‚ªÔË~ü,¯IÕ%!3Iúf¹òüËÊÊÕúõ¯ÿ”IÕA¸/¸/º+¸¸Ðº9º9¸¸к901%&'&'3!!#4'!&'7`'JAWþÎã`òþLqR]+XþÉŒü* PÊ‹†s^þã(ýRs“§°Ê57756uíÿúÜÑ5º +¸ ¸ /¸/º 9º 9º 901 7&'7%%'6 676rý{Ž‹ÔþŠEG…þ%†yýÝ44RÀW!L!$îÒ¾³Æ ¡“¿Òñ&!L éþçþð{ž°þJP+3#°  +øfþJ›+ 7º+¸¸и¸и/¸/º9º 90137#'° ûPþµ ýMVÕüœ°oçü)g±nþJð+3#3#  @  +øáøfþJ›+{¸/¸/¸¸Ð¸/¸ܸи¸ ܸܸ ¸и¸ и¸и/¸/¸ /¸/º 9º 9º 9º 9013737##'   [P«   ]MæEü+qdý @oxûº×pü™÷AnÓ¢!3# iúhÃþÞþÝ¢û^¬üTÓ¢3 3#Ã#"Ãþ˜ú¢üT¬û^Ó¢32#4&#"#õñðõ¬”¥¦”¬P(*þÖþØý°7ôÓÓôýÉÓ¢332653#"¬”¦¥”¬õðñõRPýÉôÓÓô7ý°þØþÖ*uþM¶>2&#""&'7327㢗~”9GA¢—~”9Gâ§…}Œ‚¯ú°§…}Œ‚¯ÿÿuþMÛ& ° °%ÿÿuþM& °' °% °JuþM¶-6?67632&#"#"'&'7327&'&5476767654'&'ãSOJMG7”9GcBnnVsSOJMG7”9G]InoSuŠ=,EG%,½=,HK%â§DAF7Œ‚¯þÖK|’œoUþ¾§DAF7Œ‚¯1Io›œsVý›/HgjG$þ4Ö.JhgH$uþMÛMQZc67632&#"!67632&#"#"'&'7327!#"'&'7327&'&54767!!67654'&ãSOJMG7”9G~SOJMG7”9GcBnnVsSOJMG7”9Gþ‚SOJMG7”9G]InoSu‰~þ‚¾=,HK% =,EG%â§DAF7Œ‚¯þâ7§DAF7Œ‚¯þÖK|’œoUþ¾§DAF7Œ‚¯$þçDAF7Œ‚¯0Io›œsVý’ñþ!Ö.JhgH$ºþ+/HgjG$uþMmqu~‡67632&#"!67632&#"!67632&#"#"'&'7327!#"'&'7327!#"'&'7327&'&54767!)!67654'&ãSOJMG7”9G~SOJMG7”9G~SOJMG7”9GcBnnVsSOJMG7”9Gþ‚SOJMG7”9Gþ‚SOJMG7”9G]InoSu,þ‚ýÛ~þ‚¾=,HK%2=,EG%â§DAF7Œ‚¯þâ7§DAF7Œ‚¯þâ7§DAF7Œ‚¯þÖK|’œoUþ¾§DAF7Œ‚¯$þçDAF7Œ‚¯$þçDAF7Œ‚¯0Io›œsVý’ñþñþ!Ö.JhgH$ºþ+/HgjG$uþM.3&#"7#'754'&'#"&'7327#4767>32";EY?w^H¾6¼H\O3,, HO€”;E+@/VfmVm HO€ö‚¯þ³?uœ]H½½H]sM3 üg¥‡z‚¯ˆ.Vr›mV_¥‡zuþM<%4'>7'7&#"7"&'7327&'&54767>2·=,HK%€˜=Q ‡Hl;EYLmHH§7'&#"'"&'7327&'&54767>2·=,HK%m#6,=iSH²;Ec‹¤HKÂsŸ˜€”;E]InoSuŸ˜€JÖ.JghH$6B0þ+‚@THþÖ?¤HK|Àþ¾¥‡z‚¯1Io›œsV<¤ˆzÿÿyÍžÕ' Jÿžþ…' Jðþ… JGÿÿyÍžÕ' JGþ…' Jð Jÿžÿÿ¡ÍtÖ' JÿÆ JÿÆþ…ÿÿyÍžÕ' Jð' Jÿž' Jðþ… Jÿžþ…ÿÿÙ-Ûj' J$ —ÙŸÜj 3#3#!!ÓÓÓÓûÐXü¨þËþ•ªÿÿØŸÜj& —' JÿýþW' Jÿþ$' J-þW J.$ÿÿÙŸÛj& Á' JþW J$ÙÓÛ2#"'&'&'&#"5>32326Ûi³an’ ›^X¬bi³an“ ›^V©2³NE;=LT³NE;=KÙÓÛ23276767632.#"#"&'Ùg©V^› “na³ib¬X^› ’na³i2UK=;EN³TL=;EN¢1Ô).#"3".54>323265.#72#"&:QŸHRdhNiœ\dŽnxÂ>@°HRdhNiœ\dŽnxÄ.ttlH=Y›OšHL¢\}X[lH=Y›OšHL¢\}ÙWÛ­#"'"#322Û{ûædfftXª{ûædfftX×ý€ÖÜþ#€þ*þ$ÝÐ0!#.5476767654&'30´ND:323267#"''æcDX¬bi³a]y¬›¨eEV©gi³a`y«›S LT³NE+~FþŒ KU³NE,þ…FÙÛ¢ #"/&'&#"5>32326!!Ûi³an’›^X¬bi³an“ ›^V©ûeúþo³NE;=LT³NE;=Kˆ¨Ù`Ûô#"/&'&#"5>32326!!Ûi³an’›^X¬bi³an“›^V©ûeúþô²OE;=LS²NE; =KþkªÙbÛÓ%&32767#"'!!'7!5!7&#"5>32Ë%H\¯ i³aBPŸü﹉lþ噸‘ZX¬bi³an“3ïý}oþé -X"²OEºªþdšªó8LS²NE;IüÙ¸ÛÁ"#"/&'&#"5>32326!!!!Ûi³an’›^X¬bi³an“›^V©ûeúþúþÁ²OE;=LS²NE;?KþkªËªÙÛÁ.#"/&'&#"5>32326#5!7!5!7!!!!'Ûi³an’›^X¬bi³an“›^V©üLç•ÑýšŒoþKÐ…üɦoÁ²OE;=LS²NE;?KüLªËªŠsªËª sÙÿöÛB.32767#"'!!!!'7#5!7!5!7'&#"5>327b K`Jqi³a'+\+ýzlòü³h’>ùTmþ?u2›^X¬bi³an“c†’"%]²OE«ªËªÂNtªËªÚ=LS²NE;%úNÙÛô;?@.9*-" *œ19œ"œ œ<-<Ô<Ä21ÔìÔìÜüÔìÀ9999990#"'&'&'&#"5>32326#"'&'&'&#"5>32326Ûi³an’ ›^X¬bi³an“ ›^V©gi³an’ ›^X¬bi³an“ ›^V©o³NE;=LT³NE;=KÚ²OE;=LS²NE;=KÙÛÿ43267#"'3267#"/'&#"5>327&#"5>29+V©gi³a@LJ“ZV©gi³aƒ}¤‰9+X¬bi³a@MH’ZX¬bi³Â ¤a KU²OE»8KU³NE; þ˜@^ LT³NE»8LS²NE;f@Ù¸ÛÉ59#"/&'&#"5>32326#"/&'&#"5>32326!!Ûi³an’›^X¬bi³an“›^V©gi³aq›^X¬bi³an“Æ3V©ûeúþL²OE;=LS²NE;?KÒ²OE;=LS²NE;?KüîªÙyÛÑ5P#"/&'&#"5>32326#"/&'&#"5>32326#"/&'&#"5>32326Ûi³an’›^X¬bi³an“›^V©gi³an’›^X¬bi³an“›^V©gi³aq›^X¬bi³an“Æ3V©ײOE;=LS²NE;?KÒ²OE;=LS²NE;?KÒ²OE;=LS²NE;?KÙ¸ÛÁ"32?632.#"#"&'!5!5Ùg©V^›“na³ib¬X^›’na³iúþúþÁUK?;EN²SL=;EOþȪªþ‹ªªØ×Û+  %5 % $%5$[þáþœg&Yþ¢þà%Zþ£þÞþàþhÓ¦²•¦²—³¦²—¤²—Ù6ÛÎ9%676767!!"'&'&'!5!!5!676762!!&'&'&[C-8›þö7VYÎYW6 þöœ8.CC.8þd 6WYÎYV7 þe8-Ù,CE[¨<0[2332[39¨\DD+N+DD\¨93[2332[0<¨[EC,Ù`ÛÎ !5!676762!!&'&'&!![C.8þd 6WYÎYV7 þe8-ý;úþ++DD\¨93[2332[0<¨[EC,ýãªÿÿÙ`Ûÿ' J¹ ÿÿÙÛÿ' Jýº&  J¹ÿÿÙÞÿ' Jÿþ¹&  J0ý½ÿÿÙÝÿ' Jÿþý½&  J.¹ÿÿÏ62Ï' Jÿôþî' Jÿô‰ WÿÿÍ63Ì& ô' J…† J…þîÙ`Û¢ 3654'!!5!&547!5!!æ44ò34wúþ~þ€þ‰ú0IG00GG2ðªª?8>;¨¨_8Ù`Û !!!!"264&'2#"&546Ùúþúþ…Hdd‘deH;k'**¨z{¤§¢¨ðªDbFE``‹bq+((d:s¡žvv£Ù`ÛK!!!! &!56Ùúþúþ‚áàþÿþæé¢¨ðªë—²—•²—Ù`Û!!!! 3# Ùúþúþ$´Ÿ¾¸¢¨ðª‚ýcÙþ'Ù`Û!!!!33#Ùúþúþ$¦¸¾Ÿþý´¢¨ðªþ'ÙýcÙ`ÛÊ!!!!!!'Ùúþúþú+]^*ò^ôó]¢¨ðªNþä°þä°°Ù`ÛÔ !!!!!3!Ùúþúþ‚¦Nßp!ýN¢¨ðªÀþNfýÙ`Û07GO!!!!#"3###535463!3267#"&546324&#"'53#5#"&4632264&"Ùúþúþ¤?$mmC???DíþÏNB&H#$J'`qk[Q_C<17HÆBB@,I\\I,@Íp`ctiG6B?9iÚýÐ=$#t¾u#g“SS“SÙ`Û*!!!!>32#4&#"#4&#"#3>32ÙúþúþŸ!]?U\Z79EPZ7:DPZZV:;S¢¨ðª==:xoþµHOM]QþÊHPL^PþÊ%U20=Ù`ÛÚ ,!!!!3#7#546?>54&#"5>32Ùúþúþ4eeb_--B6'Z0/`4\o$-,¢¨ðªÈN2A+,/-7#!^aO&E++ Ù'ÛÝ>@" Ïœ Ï œ  Ü<Ä291Ô<Ì2ü<ìþ<ì990!!!!!'7!5!7!Ù}®/þHÃ{üúþþ}®þÕ¶Ãý‡¢;fÕ¨ðªþÇfÓªðÙ¸ÛL !@  Ü<<Ü<<1ÔÜÜÜÜÜ0!!!!!!ÙúþúþúþתªýÀªÙÿÎÛ4!5!7!!!!!!'7!5!7!5!•ýD€™Q"þrñýµn¹üé™RþÝoþL¢ªèT”ªËªËªêT–ªËªÙÛ  )@    Ü<Ü<1ÔÜÜÜÜÜÜÜ0!!!!!!!!Ùúþúþúþúþ”ªªüKªªÙÛ¨ T@.œœœœBѧœ $# ü<ì2291/ìôì90KSXííííY" 5 !!Ûü@Àúþúþúþøþëþî²pªoüªÙÛ¨ V@/œœœœBѧœ$ # ü<<ì291/ìôì90KSXííííY"55 !5ÙúþÁAúþø°þ‘ªþ²ýǪªÚÿVÜ 3!! 5 !!Úúþü@Àúþúþúþªþëþî²pªoüªÚÿVÜ !!555 !5ÜúþúþÀBúþªªk°þ‘ªþ²ýǪªÚþ±Ü!5!7!5!7!!!!' 5'þ³Ú`ýÆȉŠ)Pþ"_=ý6ŠŠÞü@Àúþªªsª¤s1ªsª¥tFþëþî²pªoÚþ±Ü!5!7!5!7!!!!'55'þ³Ú`ýÆȉŠ)Pþ"_=ý6ŠŠþÜúþÀªªsª¤s1ªsª¥tF°þ‘ªþ²”.Ìß 5 5ÌüÆ:ûÊ6üþüÆ:ûÊ6þpþrÅŸ ÎþpþrÅŸ ”.Ìß 5555”6ûÊ:86ûÊ:ÎýöŸýøÅŽÎýöŸýøÅްþò'!67&'&54767&'676'&'{)#Y4JJ4Y#)þÀ)#Y4JJ4Y#) AAAAGF£žâßà㞢GGGG¢žãàß➣FGú2;;âÎá;<<;áþ2â;ØÜè5$?$%5%67$'W´É ßeþöþ»²Ä”‡·Èþûäd?þNÿÄ”])]²o&¶—²¯ bRô)`²q%µ ˜²¯ þŸRÙÛd%'%5% >ýz™‡“þ­ˆmþzÈþF<ß˶êþ½@6´¦ o@æh¶‹GpÙÿ Ûÿ%5'75%7-ý†™‡“ïüå­ˆmþá†ÈºþÄ%˶êC@þÊ´¦þàþ‘@æh¶‹GpÙÿ/ÛV !5!%5%%%!!'’þ‰/ôþƒ½xýËv¤H-þ‰réýÛf‹ý5L¤OlUýrªC¢ªÝ@=ÇV°lþÑŒ²žþíªÑ=Ùÿ/ÛV%'!5!75%7%5!!'‘ ÖþþøGWþbè[ý½„¤ÚýmmüÁN¤—L>üߪìw²‹õ§°·e=þ¨ˆª½þتÑ=Ùÿܨ$%#"'&'&'&#"5>32326 5Üj²bn’ š^X¬bh´`n” œ^V¨gü@Àúþð´ND:3232655Üj²bn’ š^X¬bh´`n” œ^V¨ûfúþÁ²NF<>LT²NF<>L>°þ‘ªþ²Ùÿ)ÜP14%&#"5>32%5%%%3267#"'&'&/' k X¬bh´`'+kýÆu¥E%þsäýák œ^V¨hj²bn’ "P¥vþ„1-LT´ND£ªÞ9A»T°jþÍŠ²œþãLT²NF<þñ=ß &T²N#¡w²‹ô¨°¸f=ý€J;ÐÿNÜ} 55 5ÚúþÀ8ü@Àúþ'°þ‘ªþ²»þëþî²pªoÐÿNÜ} 5 55Òü@ÀúþûúþÀ'þëþî²pªoö°þ‘ªþ²ÐþmÜ`!-%5%%%'5%%5 MMþÜ`ýºÂZ¦D„þOAòýè@ýFZ¦Dþt¸@þmþ¬*³_TW§ªÊˆ&þÔo°}þ䎲š¥ªÈþw&-r²~‘°›ÞbUÐþmÜ`!7/%5%%'%5%75%À®˜J¦’¤ýv±a¦d®ýì",ý©,ƒýV`¦bþL"ýÌ_D2,£/*/¼°Å¨&þO{ª˜”Ÿ°­Â¸²Äþ[&®}ªš”¢²­Ùÿ²ÛP %5$Ûþrýó ’þoüsaþa^þ~ï|¦|Ùÿ²ÛP 55%$Ùsüþo’ ýóaïþ|¦|þï‚^aÙÿ)ÛW!%5%5$Ûþgü—V¬þþ$Üþü}ƒ×¾‘®…ßþå]]þå×x„¦|€Ùÿ)ÛW3%55%$Ù¬Vü—þgƒü}þÜþ$¡…®‘þBW×þ€|¦„þˆ×]]ÙÿRÛW(%#"'&'&'&#"5>32326%5$Ûi³an’ ›^X¬bi³an“ ›^V©gþþ$Üþü}ƒ±³NE;=LT³NE;=K$þå]]þå×x„¦|€ÙÿRÛW(%#"'&'&'&#"5>3232655%$Ûi³an’ ›^X¬bi³an“ ›^V©ûeƒü}þÜþ$±³NE;=LT³NE;=K$×þ€|¦„þˆ×]]ÙÿƒÛ&%5$%67%'îðþÛÃEƒ¹žtºÖ‹$÷ãþ‚ë‚k—¡}u°U)¦?¥eKþtu•ï³uþÔíï"¦þ K 9'ÙþåÛ'567$'567&'Æð%þ=þ»þ⃹žtºÖ‹þÜ÷ã~ë‚þ•—¡}uRU)¦?¥ý›KŒu•ï³u,íïþÞ¦÷Küö9'Ì£è_%!"54763!!"3!èüÂÊþ슊È@üÀˆ¾^`ˆ@£ÈÆ‹–ÀˆŠ^`Ì£è_75!27654&#!5!2#Ì@ˆ`^¾ˆüÀ@ÈŠŠþìÊ£–`^ŠˆÀ–‹ÆÈþêÌÿ;èÏ #";3!!!!#"54763¢úˆ¾^`ˆ0ørªrnþdÊfýlpªpÈþꊊÈÉÀˆŠ^`&pþ–ýp–þ˜hÈÆ‹Ìÿ3èÇ 32654'&+ #!5!!5!32#úˆ¾^`ˆ0ørªrþ’œÊýš”pªpÈŠŠÈ9ÀˆŠ^`üÚþp––hþ˜þêÈÆ‹¾Ûè7!!!"'&54763!!"3!òéûéüÁÉŠ‹‹ŠÈ@üÀ‰¾_`ˆ@––,‹‹ÈÆ‹–ÀˆŠ^`Ùöè7!!5!27654&#!5!2#Ùéû@ˆ`_¾‰üÀ@ÈŠ‹‹ŠÉ––,–`^ŠˆÀ–‹ÆÈ‹‹¾ÿÛ× '!";!!!!'7!5!7&'&54763!7!!Ñþʉ¾_`ˆ'œ}ýE=øüÉa†LþéT>¹‚‹‹ŠÈsc†L0þ’RÀˆŠ^`–––í5¸––ƒ‹ÈÆ‹ï7¸–Ùÿö× '327654'&/!5!7+!!'7!5!7!5!^»ˆ`__BV™ý 5c†TpX‹‹ŠÉ÷?àüãb†LþÐm>þUéÂ`^Šˆ`C –ï7Ë XÆÈ‹‹––í5¸–––¾ÿjÛé )5!7!!'!"'&54763!!"3!Äþ.Bqx-ëý¥qxDüÁÉŠ‹‹ŠÈ@üÀ‰¾_`ˆ@––Z<––Zi‹‹ÈÆ‹–ÀˆŠ^`¾ÿjÛé )5!7!!'5!27654&#!5!2#Äþ.Bqx-ëý¥qxþ'@ˆ`_¾‰üÀ@ÈŠ‹‹ŠÉ––Z<––Zi–`^ŠˆÀ–‹ÆÈ‹‹Ó¢332653#"757!!¬”¦¥”¬õðñõîÄ54&'&'$  &'&'&547676!!#!5!ÅÖ]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cbÍdþœªþœdŽ''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb„þ›ªþ›eªe»ÿãù$7!!"2767>54&'&'$  &'&'&547676¡rüŽ$Ö]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cbתa''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$3?"2767>54&'&'$  &'&'&547676''7'77ÅÖ]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cbíýüxüüyýüxüüŽ''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcbþ¾üüxüýyüüxüý»ÿãù$7 "2767>54&'&'$  &'&'&547676æpxýgÖ]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cb†pxý€''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$73#"2767>54&'&'$  &'&'&547676ðÔÔÕÖ]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cbþ‹''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$ 2L"264&'2#"&54>"2767>54&'&'$  &'&'&547676ZPnn noO@v+..¹†‡´¸ðÖ]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cbAoPOmmžp1.-rB„·´‡†ºÌ''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$+E %#'-73%"2767>54&'&'$  &'&'&547676ðþ½C4þÑfþÑ4Cþ½4/f/÷Ö]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cb1¯°X·þ­S·X°¯Y·Sþ­·''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$!;!!!!"2767>54&'&'$  &'&'&547676€ý€€ý€«Ö]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cbjˆÀˆô''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$37"2767>54&'&'$  &'&'&547676!!ÅÖ]\LMLLML\]Ö]\LMLLML\þ®îbc1111cbîþìîbc1111cb8€ý€Ž''LM¸mj¸ML''''LM¸jm¸ML'½dbcwvŒ‰wvcbddbcvw‰Œvwcbþª»ÿãù$!%!!!!#!5!QûX>úÂôdþœªþœd‰ûð›ú¿Yþ›ªþ›eªe»ÿãù$ !!!%!!¡rüŽPûX>úÂת\ûð›ú¿»ÿãù$   ' 7 %!%!!=þ•kyþ–þ–ykþ•yjjüûX>úÂìþ–þ–xjþ•yjjyþ•k$ûð›ú¿»ÿãù$ 3#!%!!ðÔÔþaûX>úÂþ†ûð›ú¿¯Jš@ ÜÜ<Ü1<ÜÜÜ033!!¯úäšýuýp¯Jš!#!5!3Jú䋯Iš!#!5Iýs€ýsšúå¯Iš35!3!¯€úå¯|š33!!¯Ný²šýuýp¯|š !#3!!!!.Ný²Ný²šþ$ä¯Jš !#3!!!!.úäúäšþ$ä¯Jš !3!!!#3¹üGþšýuýpš¯Jš !#33!!!#3.GVýªþšúfšýuýpš¯Jš!#3#3!!!!.c¹üG¹üGšúfšþ$ä¯ÿ¯Jë33!!!'!¯'SsþÅjý\þªs=þšýuÜ5ýYý6«ýp¯ÿ¯Jë!!!!'!#3!7!¨sêý­j½ýþþséþhx¥jýÃë5þäýÓ6÷þ$šþ$þää¯ÿ¯Jë!!'!#3!#3‚sþÅþ6þªs=þžüÿë5ýYý6«ýpšýuüñš¯ÿ¯Jë!#3!!!!!'!#37!‘ôsê:þŒjÞýçþþséþìþ²jþGšþ$-5þäýÓ6÷þ$šüÁääÙÿ§Ë]*5$%67654&#"'632#"'732654'&'$Ù›@Èe=M>P7sZ ˆ°”ãþ‰wã”°ˆ Zs7P>M=eÈþÀ.¨(Y7O0<0:>~j yŸ[Œ<<Œ[Ÿy j~>:0<0O7YÙÿ§Ë]*327#"&5476%$'&54632&#"ËþeþÀÈe=M>P7sZ ˆ°”ãwþ‰ã”°ˆ Zs7P>M=eÈ@›.(Y7O0<0:>~j yŸ[Œ<<Œ[Ÿy j~>:0<0O7Y(ÙÛæ 51ü¢úþ Äþžýœ¦ÙÛæ ƒ^ü¢ª bbü:Èýï¦ÙÿžÛd 5! 5Ùªü¢úþbªªÄþžýœ¦ÙÿžÛd 5! Ùû¨^ü¢ªbªªbbü:Èýï¦yg‡¢62"'&'!"&462!6"264ŸS몧òQ3ýQ3Tò¢¦ëW4¯üdrOOsOOS¨ï¤Q3CB3R¢ò§U4CDPrOOqyg‡¢"&462!6762"'&'!$264&"aS몧òQ3¯3Tò¢¦ëW4ýQœrOOsOºS¨ï¤Q3CB3R¢ò§U4CDPrOOqbgR¢ 7!6762"'&'$&"26bÀ1[륢òS4šOsPOtO.¨D/Y§ò¢R3BŽPQqOOyÿ ;d 3#!!#3%!5!¨¨( ý󀨨þØýó dýó€ªýs €ªî<›!##5!#T~èNèÈì 35!3 3#ÈKûõÃ#"Ãþ˜úªªìüT¬û^Èì !!3# ÈKûµ@iúhÃþÞþÝìªú¾¢û^¬üTÈì !!3 3#ÈKûµ@Ã#"Ãþ˜ú쪠üT¬û^™~ )3!!&'.'&™û‚ªZV¥îF%ü,E=Î?~þë%Fî¤VZDý¼A?Î=™~ !53ïüÖ*ü,ÔªÔüÖªªÔû‚ÿúþw–Á # #·ßËý}ý}ËÝÁø¶wù‰Jÿúþw–Á 3 3Ùý!˃ƒËý#þwJù‰wø¶ŒþwÁ@ ÜÜÜÜ1@ ÜÌÌ0"# #4$HÛþÌ­½þ½­þÏãüû9àB(þØþ¾û ÇúåŒþwÁ@ ÜÜÜÜ1@ ÜÌÌ02$53 3HÛ4­þCþþC­1åãüÇû þ¾þØ(Bàû9úåÿÿþ#îuœÛH®F·ƒÔì1Ôì03#ÛÓÓFþù1  !!'ù+]^*ò^ôó]ýþä°þä°°ÙÛç3#3#!5!7 !! 'ßööööRþL´þ‹xÊÊxþ‹´þLuxþ6þ6xõÉöþ<ªuxþ6Êxþ‹ªþ‹xÊþ6xÙÿÂ'B  ' Ù''üÙ›þâ>€ý°Pú€Nq^ýD^þ¢ÆÙÿÂ'B %  !'üÙüÙ''ýtþÊþ¢àNý²€ý°PÝþ^ýDÙÿÂ'B 5  5!Ù''üÙüÙŒ6âbàý²Nú€Pý°Ýäþ¢¼ÙÿÂ'B5 5ÙŒýtNüÙ>àáâÝû]ÝPÙÿÂ'B 5 'üÙüÙNýtŒ>Pý°Ý£ÝþþÙ`Ûô32?632.#"#"&'!5Ùg©V^›“na³ib¬X^›’na³iúþôUK= ;EN²SL=;EOþȪªcy¢ 33#c×u?Ik×þ8fºf¢þþ%ÚqþüÝ#cy¢ 33#cÈfºfÈ×þ•I?þ‹#üÝþqÚþ%þ¾ÿúÛ )!"3!!"'&5463!! '&76)!"3!Ûýk:((P:•ýj€ZY²–ýkþñ¼½½º—ýjÈŠ‹‹ŠÉ• ()9:PªZX‚€´üD½¾  ¿½ª‹ÆÈ‹‹Ùÿúö )5!2#!5!2654'&#5!27654'&#!5! !Ù–²YZ€ýj•:P((:ýk•ÉŠ‹‹ŠÈýj—º½½¼þñ ª´€‚XZªP:9)(ü‹ÈÆ‹ª½¿þôþó¾½ÒâN$!4&"#47632! #4'& äPtPªZX‚€´üD|À¼ªŠŒþpŠŒÆ:PP:ý:È€ZX²€ý8Æx¼ºþðý8ÈÈŠŠŠŠÊý:Òÿãâ1$2653#"&5! '&3 765ÐPtPªZX‚€´¼þ„ýèÀ¼ªŠŒŠŒ1ý::PP:Æý8€ZX²€Èý:þðþˆ¼ºÈý8ÈŠŠŠŠÊÆ|8Õ4'&'##47673#ŽZ:KªK:ZªŒl‘ª“lŠªŸ€Y:ü:Æ:Z€ýaÈŒlaþŸlŠÈýaÙÿ4ÛÕ###!5!5!5!333!!!!'5#Yªªªþ~‚þ~‚ªªª‚þ~‚þ~ªªÌ,ýÔ,ªð¨3ýÍ3ýͨðªªððÙ^Û¦ 3# 5¤ÓÓ7ûøúþþîþ‘þ“¶ѦÑÙ^Û¦ 3#55=ÓÓdúþþî¶þ/¦þ/¶m”. Ìß  5 5 5 ÌüÆ:ûÊ6ýüÆ:ûÊ6üþüÆ:ûÊ6þpþrÅŸ ÎþpþrÅŸ ÎþpþrÅŸ ”. Ìß 555555”6ûÊ:86ûÊ::6ûÊ:ÎýöŸýøÅŽÎýöŸýøÅŽÎýöŸýøÅŽÙþ.ÛÔ  5 !5! 5ÙÁü?úþúþü@ÀúþþÞ²þªþ‘þªNþëþî²pªoÙþ.ÛÔ 5 5!55Ûúþü?þ¿úþúþÀþÞ°oªp²þî9ªªø°þ‘ªþ²ÙÛ¨ %5 5!Ûúþü@þ¾°°oªp²þî9ªªÙÛ¨ 7 5 !5!ÙÁü?úþúþ°²þªþ‘þªÙÿ)ÛW5$%5$ÛþTüªi™þü}ƒþþ$Ü€þ_…®‘¾ú©×€|¦„x×þå]]Ùÿ)ÛW5$%$5Ù™iüªþTÜþ$þƒü}þ€×þB‘®…ý!]]×þˆ„¦|þ€Ùþ“Û!&!%'&'57&%5$%67&%7Ûþóþ*þズÕÿÚ?ðþص;öƒ¦½‚ÈâiöÚþ€@šþ]0qw^×%¤ý¡KA6#®(A‡F+¦3273267#"'' 5æcCX¬bh´`^xn›ieEV¨hj²b_zl›]ü@ÀúþLT´ND*óFé JV´ND+ðFÍþëþî²pªoÙþåܨ"%&#"5>3273267#"''55æcCX¬bh´`^xn›ieEV¨hj²b_zl›þ[úþÀLT´ND*óFé JV´ND+ðFͰþ‘ªþ²Ùþ¦ÛW&&#"5>3273267#"''%5$æcDX¬bi³a]ym›ieEV©gi³a`yl›]þþ$Üþü}ƒ. LT³NE+óFé KU³NE,ñF”þå]]þå×x„¦|€áþ¢ãW&&#"5>3273267#"''55%$îcDX¬bi³a]ym›ieEV©gi³a`yl›þ[ƒü}þÜþ$3 LT³NE+ôFê KU³NE,ðF˜×þ€|¦„þˆ×]]ÙþöÛ 7%'%5 '瞃Ùý¹ÛžÜýâL ‹Ðž‘þ  @þÁYû8ðýè@à¦\üïÄ9þ@aÎÙþöÛ ' 7%ÍžƒÙGÛžÜü´þô‹Ðž‘öþö@?YÈð@ýçà¦þ¤ý<9ü@þŸÎÙþ}Û…5!%57%!!'71ŽÏý| ýäIÁžÛý·…Îüìvž\'þ žÄ:þýqª†ß¦[×@þÅZû8ñþ»ªþß@áÐ_ÍÕþ}×…7!!'7#5!7%%%Õ¥éžé¿ý9ƒJüpvž\º]þFGjqœÈþé8@ýǹ¦þÛþÀªþß@áªäµý  &vvýŠýŠrèèýþn66\]Ú]\6666\]Ú]\6¨Šîîþèî5þ•kØkþ•üæ\­þSü¤þSÈÚ]\6666\]Ú]\6666\þªîþèÿÿš!ŽƒYþ÷ÏZ  "27654/2#"&546573éÊ2332Ê233—¡ªª¡¢ªªþVßæ‰VV¬­VVVV­¬V¯ÞÓÔÞÞÔÓÞü¬Ñ)t'ü½ÿ‚ÿã¤>32#"&'#'%53%&  s:±{ÌÿÿÌ{±:¹þé!8¹#!þ¼r§þܧ§$¶daþ¼ýðþ¼ad¨æ]chÀƒaamü@–ççþjç’þ.‚Ð!3!3: ¨ü¨þØøý^¢˜ÿì”è &Ûº+¸º#+¸#º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]º+¸º +¸ º$%+¸$¸Ð01! 4$32! 4$#"35%33!”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶|Ùì¡Úý—êþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹ýÿ~+˜/ü掘ÿì”è 8?º+¸º3&+¸3º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]¸3¸и/Aê&ú&]A&)&9&I&Y&i&y&‰&™&©&¹&É&Ù& ]º,9º+¸º +¸ º+¸º0)+¸001! 4$32! 4$#"!!56$7>54&#"5>32”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶O´ý\R!>/_N;„sa‘=£Å0>²êþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹ýÿŽMñ"?U(?N&:«$—}:iF§˜ÿì”è Dµº+¸ºB5+¸Bº+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]Aê5ú5]A5)595I5Y5i5y5‰5™5©5¹5É5Ù5 ]º5B9º,5B9¸,/Aê,ú,]A,),9,I,Y,i,y,‰,™,©,¹,É,Ù, ]¸ܺ&9º;9º+¸º +¸ º)"+¸)º?8+¸?º2/+¸2º/2901! 4$32! 4$#"#"&'532654&+532654&#"5>32”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶¹ vØÃ@ˆX[}DuskcŒ‘ZX\[4yk_ˆ=¡ÁhêþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹–]œ¨0OLGNŒ<:,+¸>º2+¸201! 4$32! 4$#""32654&.#"632#"&5432”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶¡N\\NN\\ÔTa/w €N ºÂ ¹ÀêÈ5jêþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹Ÿb[ZbbZ[bœ#”P =±”‘³ýçÚ ˜ÿì”è "ë¸#/¸$/¸Ü¸#¸и/¸ÜA&6FVfv†–¦¶ÆÖ ]Aåõ]¸¸ÜAêú]A)9IYiy‰™©¹ÉÙ ]º 9º!9º+¸º +¸ º!+¸01! 4$32! 4$#"!#!”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶k«þ”ÁQþ1êþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹Kü£˜ÿì”è '?K º+¸º=+¸º1F+¸1º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]AêFúF]AF)F9FIFYFiFyF‰F™F©F¹FÉFÙF ]º%F19¸%/Aê%ú%]A%)%9%I%Y%i%y%‰%™%©%¹%É%Ù% ]º+=9¸+/º4F19¸%¸7ܸ+¸@ܺ+¸º +¸ º":+¸"º.I+¸.ºC+¸Cº4C901! 4$32! 4$#""32654&%.54632#"&546732654&#"”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶¯T__TT__þÆj·¶iv¾­­¾vWQMKRRKMQêþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹æPIIPQHIPIvStˆˆtSvƒ\Š——Š\ƒÁ=BB=>BB˜ÿì”è 4@‘º+¸º>)+¸>º+¸º/8+¸/A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]A>&>6>F>V>f>v>†>–>¦>¶>Æ>Ö> ]Aå>õ>]º)>9Aê8ú8]A8)898I8Y8i8y8‰8™8©8¹8É8Ù8 ]º+¸º +¸ º 2+¸ º,;+¸,º5&+¸501! 4$32! 4$#"532676#"&54632#"&2654&#"”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶Ua.w €OŸºÂ ¹¿éÈ5kÙN[[NN\\êþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹ý‹œ$“O <¯”‘´ýèÚþö´b[[bb[[b˜ÿì”è &2>›º+¸º#+¸#º*<+¸*º60+¸6º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]Aê0ú0]A0)090I0Y0i0y0‰0™0©0¹0É0Ù0 ]Aê<ú<]A<)<9<I<Y<i<y<‰<™<©<¹<É<Ù< ]º+¸º +¸ º-9+¸-º$%+¸$º3'+¸3¸$¸Ð01! 4$32! 4$#"35733!"32654&'2#"&546”þ?þÂþÄþ?Îq¾ÁqÍúW¶þ¸­­þ¸¶Íž¬¼uŸþ>@EE@?FF?‚ˆˆ‚ƒˆˆêþÁþA¿?ÆrÆÆþÈþäþp³G±±þ¹þ>>'‰*ý6€Þ—£¢——¢£—{äÑÐääÐÑäÿìðåœ5!ùð¬¬ÿìšåò!ùšXþ¨ý–¸È3 ý– 2õÎÈý–È!È@ý– 2õÎÿìðåœ 5!!5!!5!±4üï)üï4𬬬¬¬¬ÿìšåò !!!!!±4üï)üï4šXþ¨Xþ¨Xþ¨ý–¸È 333     ý– üôÀ²ýNf üôÈý–È !!!È@þÀ@þÀ@ý– üôÀ²ýNf üôÿëðåœ 53353353353¼´³´²´½𬬬¬¬¬¬¬ÿìšæò 3333333¼´³´²´½šXþ¨Xþ¨Xþ¨Xþ¨ý–¸È 3333       –2ýÎø2ýÎsÙþ'ýsÙþ'Èý–È !!!!È@þÀ@þÀ@þÀ@–2ýÎø2ýÎsÙþ'ýsÙþ'ý–åœ!!ÍýÓý–¬û¦ý–åò!!ÍýÓý–\þ¨ûüÈý–åœ!!Èþ#ý–¬û¦Èý–åò!!Èþ#ý–\þ¨ûüÿìý–¸œ!5!ýÔÌý–Z¬úúÿìý–¸ò!!ýÔÌý–Xú¤ÿìý–œ!5!Èþ$ý–Z¬úúÿìý–ò!!Èþ$ý–Xú¤ðåÈ3! -ðØúÔ¬šåÈ3! -š.û*þ¨ÈðåÈ!!È@ÝðØúԬȚåÈ!!È@Ýš.û*þ¨ÿìð¸È5!3, ð¬,ú(ÿ울È!3, šXÖùÒÿìðÈ5!!Ü@ð¬,ú(ÿìšÈ!!Ü@šXÖùÒý–åÈ3!! -ýÓý– 2úÔ¬û¦ý–åÈ3!! -ýÓý– 2û*þ¨ûüÈý–åÈ #!!!P@ÝýÓý–ZØúÔ¬û¦Èý–åÈ 33!!ÈP -þ#ý–,úÔ¬û¦Èý–åÈ!!!È@Ýþ#ý– 2úÔ¬û¦Èý–åÈ #!!!P@ÝýÓý–.û*þ¨ûüÈý–åÈ 33!!ÈP -þ#ý–\Öû*þ¨ûüÈý–åÈ!!!È@Ýþ#ý– 2û*þ¨ûüÿìý–¸È!5!3ýÔ, ý–Z¬,õÎÿìý–¸È!!3ýÔ, ý–XÖõÎÿìý–È !5!!#ýÔÜ@Pý–Z¬,ú(û¦ÿìý–È !5!33Èþ$, Pý–Z¬,úÔúúÿìý–È!5!!Èþ$Ü@ý–Z¬,õÎÿìý–È !!!#ýÔÜ@Pý–XÖùÒûüÿìý–È !!33Èþ$, Pý–XÖû*ú¤ÿìý–È!!!Èþ$Ü@ý–XÖõÎÿìý–åœ!5!!ýÔùýÓý–Z¬¬û¦ÿìý–åò !!!!ýÔÌ-ýÓý–XV¬û¦ÿìý–åò !5!5!!ýÔ,ÍýÓý–Z¬Vþ¨ûüÿìý–åò!!!ýÔùýÓý–Xþ¨ûüÿìý–åœ!5!!Èþ$ùþ#ý–Z¬¬û¦ÿìý–åò !!!!Èþ$Ýþ#ý–XV¬û¦ÿìý–åò !5!5!!Èþ$Üþ#ý–Z¬Vþ¨ûüÿìý–åò!!!Èþ$ùþ#ý–Xþ¨ûüÿìðåÈ5!3!, -ð¬,úÔ¬ÿìšåÈ !3!!, -ýÓšXÖúÔ¬VÿìšåÈ 5!3!!5, -ý3ð¬,û*þ¨VÿìšåÈ!3!, -šXÖû*þ¨ÿìðåÈ5!!!Ü@Ýð¬,úÔ¬ÿìšåÈ !!!!Ü@Ýþ#šXÖúÔ¬VÿìšåÈ 5!!!!5Ü@Ýüãð¬,û*þ¨VÿìšåÈ!!!Ü@ÝšXÖû*þ¨ÿìý–åÈ #!5!3!¸ ýÔ, -ðû¦Z¬,úÔ¬ÿìý–åÈ !!3!!ýÔ, -ýÓý–XÖúÔ¬û¦ÿìý–åÈ !5!3!!ýÔ, -ýÓý–Z¬,û*þ¨ûüÿìý–åÈ !!3!!ýÔ, -ýÓý–XÖû*þ¨ûüÿìý–åÈ !5!!!!ýÔÜ@ÝýÓý–Z¬,úÔ¬û¦ÿìý–åÈ !5!3!!Èþ$, -þ#ý–Z¬,úÔ¬û¦ÿìý–åÈ !5!!!!Èþ$Ü@Ýþ#ý–Z¬,úÔ¬û¦ÿìý–åÈ !!!!!#ýÔÜ@Ýþ#Pý–XÖúÔ¬Vûüÿìý–åÈ #5!5!!!!Pþ$Ü@ÝýÓý–V¬,û*þ¨ûüÿìý–åÈ !!33!!Èþ$, PÝþ#ý–XÖû*V¬û¦ÿìý–åÈ !5!533!!Èþ$ÜP -þ#ý–Z¬VÖû*þ¨ûüÿìý–åÈ !!!!!ýÔÜ@ÝýÓý–XÖû*þ¨ûüÿìý–åÈ !!3!!Èþ$, -þ#ý–XÖû*þ¨ûüÿìý–åÈ !!!!!Èþ$Ü@Ýþ#ý–XÖúÔ¬û¦ÿìý–åÈ !5!!!!Èþ$Ü@Ýþ#ý–Z¬,û*þ¨ûüÿìý–åÈ !!!!!Èþ$Ü@Ýþ#ý–XÖû*þ¨ûüÿìðåœ5!35!, -𬬬¬ÿìšåò!!!¸-û,šXþ¨Xþ¨ý–¸È33   òÖû*ú¤ûüÈý–È!!È@þÀ@òÖû*ú¤ûüÿìDåH5!5!ùûùœ¬¬þ¨¬¬xý–XÈ333x   ý– 2õÎ 2õÎý–åH !!!!ÍýÓ-ýÓý–²¬¬¬üRxý–åœ !!##xmþs  ý–¬û¦Zû¦xý–åH !!3!!xmý3 -þsý–²¬úúZ¬üRÿìý–¸H !5!5!5!ýÔ,ýÔÌý–®¬¬¬úNÿìý–Xœ 5!###l   ð¬úúZû¦Zÿìý–XH !5!!!5!¸ý4lþ þt,ý–¬úN®¬û¦DåÈ 3!!! -ýÓ-D„û€¬¬¬xðåÈ 333!x   ðØúÔ,úÔ¬xDåÈ 3!3!¸ ü“ Íœ,û€¬þ¨„ú(¬ÿìD¸È 5!5!5!3,ýÔ, D¬¬¬€ù|ÿìðXÈ 5!333Œ   ð¬,úÔ,ú(ÿìDXÈ 5!35!3Œ ýÔÌ œ¬€úÔþ¨¬Øù|ý–åÈ 3!!!! -ýÓ-ýÓý– 2û€¬¬¬üRxý–åÈ 333!!x   þsý– 2õÎ 2úÔ¬û¦xý–åÈ 3!33!!¸ ü“  -þsœ,û€¬úú 2õÎZ¬üRÿìý–¸È !5!5!5!3ýÔ,ýÔ, ý–®¬¬¬€õÎÿìý–XÈ !5!333xþtŒ   ý–Z¬,õÎ 2õÎÿìý–XÈ 5!3!5!33Œ  þt,  œ¬€úÔúú®¬û¦ 2õÎÿìý–åH !5!!5!ýÔùýÓý4ùý–®¬¬üR¬¬ÿìý–åœ 5!!###ùþs   ð¬¬û¦Zû¦Zÿìý–åH 5!!5!3!!ùü“þt, -þsœ¬¬úú®¬û¦Z¬üRÿìDåÈ 5!5!3!ùû, -D¬¬X¬€û€¬ÿìðåÈ 5!333!Œ   ð¬,úÔ,úÔ¬ÿìDåÈ 5!5!333!ùûŒ   D¬¬X¬€úÔ,û€¬ÿìý–åÈ!5!5!5!3!!!!ýÔ,ýÔ, -ýÓ-ýÓý–®¬¬¬€û€¬¬¬üRÿìý–åÈ5!333!!###Œ   þs   ð¬,úÔ,úÔ¬û¦Zû¦Zÿìý–åÈ !!!!5!5!333!¸-þsþ þt,ýÔŒ   ý–Z¬üR®¬û¦¬€úÔ,û€¬ý–åœ 4763!!"Q[¨yþ‡Y[ý–`¡†¬~|ü ÿìý–¸œ 4'&#!5!2.-Yþˆx¨[Qý–`~=?¬†x¨ü ÿìð¸È 5!2653#xY[ Q[¨ð¬~|2ûΨx†ðåÈ !"'&533!åþ‡¨[Q [Yyð†x¨2ûÎ|~ÿ“ý–>È3mù²ûý– 2õÎÿ“ý–>È#3>²û²ý– 2ÿ“ý–>È # # 3 3>²ýÜýݲ}ýƒ²#$²ý„ý–cûûcúçÿìð|œ5!ð¬¬F¸È3 F‚ú~|ðåœ5!|ið¬¬ý–¸F3 ý–°ûPÿìš|ò!šXþ¨ÈFÈ!È@F‚ú~|šåò!|išXþ¨Èý–F!È@ý–°ûPÿìšåò5!5!!5iý—ð¬Vþ¨VÈý–È333ÈP Pý–°‚ú~ûPÿìšåò!!!iý—šXV¬VÈý–È#!#P@Pý–°‚ú~ûPÿÿÿì;(Vÿìþ;ÿ!Oþþûÿìþ;ÿö!Oþöþ ÿìþ;!Oþüñÿìþ;!Oþûìÿìþ;!Oþúçÿìþ;!Oþùâÿìþ;#!Oþ#øÝÿìþ;(!Oþ(÷Øÿìþq(!…þ(÷Øÿìþ§(!»þ(÷ØÿìþÝ(!ñþ(÷Øÿìþ(!'þ(÷ØÿìþI(!]þ(÷Øÿìþ(!“þ(÷Øÿìþµ(3Éþ(÷Øÿÿþ:(^' ÿìþq( #'+/3!33!33!33!33!33!3§ÊüÊÊÊüÉòÊüÊÊÊüÉòÊüÊÊÊüÉþþûþûmþûþûnþûþûmþûþûnþûþûmþûþû ÿìþ4('/7?GOW_gow‡—Ÿ§¯·¿ÇÏ×ßçï÷ÿ#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573#'573µ¿¿’¿¿’¿¿’¿¿ü¿¿’¿¿’¿¿’¿¿ú¿¿’¿¿’¿¿’¿¿ü¿¿’¿¿’¿¿’¿¿ú¿¿’¿¿’¿¿’¿¿ü¿¿’¿¿’¿¿’¿¿ú¿¿’¿¿’¿¿’¿¿ü¿¿’¿¿’¿¿’¿¿(ûûûûûûûþûûûûûûûþûûûûûûûþûûûûûûûþûûûûûûûþûûûûûûûþûûûûûûûþûûûûûûûÿìþ;(!%)-13#3#3!3!##!#3#3#3#3#3#3#ÉÉÉÉÉ^Ê^ÊÊý¢ÊÊÊ(ÊÊþlÊÊþlÊÊ(ÊÊþlÊÊþmÖÖþû÷Øþûþû¶þûýýŽþûýÿÿÿì#;(S#ÿÿqþ:(a…ÿìþ!(þûìþ;!(þûìÿì(!(ûìÿìþ;(!!!;ù±('þ(ûìÿìþ;(!!!('üØûìûìÿìþ;(!!;üÙüØ(ûìûì(ÿìþ;(!!!OüØüÙ(÷Ø;(!(ûìÿìþ;(!!!!'(üÙüØûìûìÿìþ;(!!'(þ÷غÿÕ$!ºü ùàºÿÕ$!!!,7úÉrŠ<úR ùàºÿÕ$ %3!254#!") ) ,äoääü‘ärVoVþªü‘þªZäätääüŒtVþªüŒþªÿÿºÿÕ$'|sºÿÕ$ !%!5!5!5!5!5!5!5!5!5!ºúW7úÉ7úÉ7úÉ7úÉ7úÉü ùàr°r²r°r²r°ºÿÕ$ !%3#3#3#3#3#ºþá°°þܲ²þÞ°°þܲ²þÞ°°ü ùàt8úÈ8úÈ8úÈ8úÈ8ºÿÕ$ #'+/37;?CGKOSW[_cg35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#35#!L²²$°°"²²üš®®®®®®®®®® ²²²²²²²²$°°°°°°°°"²²²²²²²²$­­­­­­­­­­ûˆ®®®®®Ü®þ.²þ,°þ,²þ.®Ü®þ.²þ,°þ,²¸®þ.²þ,°þ,²¸®þ.²þ,°þ,²¸®þ.²þ,°þ,²þ.®þÞ ùàºÿÕ$ !33775353535ºúWââ„ûý!ûûä¾yûB¢üߢþ|¢âü ùàTâüþ}üüß<ûB½ûäü ýüƒââºÿÕ$ !%353555#5#5#57#ºþ¬âýû„ûäû!úÉy¾yûBûüßûþ|ââü ùàrââƒüý!üûä¾ûC¡üà¡þ}¡âºÿÕ$  $(-159=AFKOSW\aejos7'#7'7'#7'7'7'#7'7'7'75#7'7'7'7'7'37'75'7'7'7'37'75'7'37'35'!,2|5y2~~2O~~5’þþ~|~þ2~~2ì~~5’þý~}}þµ}}~þµ~~~‰}1yþý|~|þ³|~|þµ}||þµ|~|þ³}}|ÿz4|2ˆ~12þ´~~~þµ~|~þ¶~~~þ³5“4~»}22þµ~}~þµ4“5~4z2ú‰31|4ýä2~~1O~~4þÿ~|~üÌ1~}1ì~~4þý}}~þµ~}}þ¶~~~ì|1þý|~|þ´}~|þ¶|||þµ|~|þ´|}}þ4|1í~2™1þ´~~~þµ~|~þµ~~~þ´44~~1™1þµ}|~þµ44~~41þÞ ùາ7!ºøüüº²%!!!,üìrøˆüvüüºšÕŽ%!!ÕùåšôºšÕŽ!!!cúÉ©ùå ýðrôºÿ­"!ºóúùäºÿ­"!!!,ýñróˆ8úVùäš!Ž%!!˜ûnŠ‘šôš!Ž !!!büSþïäûnŠ‘ ýðrôÿ!$  ü ùàÿ!$! ±Åýüó ŠÊúÄ ùàþ7 üüüüþ7! ±¢þ¯þüüˆ¦üèüüÿ!$ü üðÿ!$ xÅû;rRffúŠ üðþ7øüþþ7 x¢ý^røÁSSü¯üþ!7üþ!7 xŒûtrÁSSü¯üþÿ!$!üò$ùàÿ!$ %!±bcúüò²û6Êrùàþ!øþüþ %!±QQü³øþ ýZ¦rüÿ!$ùàÿ!$ êÅúWýšÌýšùàþøþüþ ê¢üzøþ­¦þ­þü!þü!  #ŒúWþ­¦þ­þüÿ!$  üòüðüðÿ!$ žuvýŠüó üòýˆxxýˆüðüðÿ!$ >ÕÕþ+ý‹uvýŠüó üò×þ)þ)×ýˆxxýˆüðüðpþÿ‹) )$7632#"'327$%&#"%632#"'‚þ~€~þþ~€~þeM¥¦§¥Mþ³¥§¦¥þ>‡ÃÃÄÇþyÃÄÃÃïJ’JJ’ý¶’JJ6ýÀ``ÀþÀ``ûÿ„âqqâü|âqqþ#îu"@ÔÌ91ÔÌ990 úþþôþ þ üÏüÇ9%ûÛûÓ-pþÿ‹) 327$%&#"%632#"'åM¥¦§¥Mþ³¥§¦¥þ>‡ÃÃÄÇþyÃÄÃÓýÀ``ÀþÀ``ûÿ„âqqâü|âqqrÿ‰' '/7?G%&'&'6767&'&'7%'676727"'64'7&"'62&47\+;.81F9K5Ú8.42d;E9Gœ,:.80G9J6ü&8.;+d1O9FíLšL&_À`Jný¡LšL'`À_ü¸n<1& j(0=Ju &,A=N:0('<1& j(0=Ju &1<>EB0(úÔn_I I'[Ê[Jný¡I I'[Ê[pþÿ‹) %/36%632#"'327&#"6767&'&6p‡ÃÃÄÇþyÃÄÃà AAAA‰««–,+-,,-+öA@@ãªR„âqqâü|âqqÅû¾%ö%m±ýܱ[úÐ0$û %@%¢ü|±"pþÿ‹) )73276'&#"7632#"'327$%&#"%632#"'™r99:9rr9:99í°XWXX°°XXWXþM¥¦§¥Mþ³¥§¦¥þ>‡ÃÃÄÇþyÃÄÃØþøB!!BB!!þo–e33eþje33¯ýÀ``ÀþÀ``ûÿ„âqqâü|âqqpÿ‹ @ ÜÔÌ1ÔÄ04767632#"'&'&pih¶µÒѵ¶hiih¶µÑÒµ¶hiѶµiiiiµ¶ÑѶµiiiiµ¶pÿ‹ $32#"$27$%&#pÑkÒÑkÑÑþ•ÑÒþ•<§¥Mþ³¥§A¢kÒÒþ•þ^þ•ÒÒa`ÀþÀ`pÿ‹ $32#"$"3pÑkÒÑkÑÑþ•ÑÒþ•<¦¥þ³M¥¦A¢kÒÒþ•þ^þ•ÒÒÝ`ÀýÀ`pÿ‹ $32#"$%&#"pÑkÒÑkÑÑþ•ÑÒþ•Õþ³¥§¦¥þ³A¢kÒÒþ•þ^þ•ÒÒ>À``Àþpÿ‹ $32#"$327$pÑkÒÑkÑÑþ•ÑÒþ•\M¥¦§¥MA¢kÒÒþ•þ^þ•ÒÒ>þÀ``Àpÿ‹ $  $"327$!pÑk£kÑÑþ•þ]þ•<¦¥þ³M¥¦§¥MýgA¢kÒÒþ•þ^þ•ÒÒÝ`ÀýÀ``Àpÿ‹ $  $"!pÑk£kÑÑþ•þ]þ•<¦¥þ³˜A¢kÒÒþ•þ^þ•ÒÒÝ`Àþpþÿ})6%63"'p‡ÃÃÃÃR„âqùÖqºþÿÇ)#2ÇþyÃÃÃÃÖü|âq*qºÿìš( 2654&#"!¬ú¬«|~­þ¹àú}¬¬}|««üv<ùĺþ ( $%632#"'327$%&#"!IM¥¦§¥Mþ³¥§¦¥þ>‡ÃÃÄÇþyÃÄÃÃþ_O•þÀ``ÀýÀ``ü|âqqâ„âqqùH(÷غ ( !#%&#")%632ºOþyÃÄÃÃþy¦úÏM¦¥¦¦MûìÂâqqâþ>~Á``Áºþ  3327$3!#"'$º‡ÃÃÄÇú@1þ³¦¦¥¦þ³þþ>âqqâÂûìþ‚Á``Á) %63"‡Ãæ¥þ³Ââqv`Àþ) 2#%&#ÃÇuþ³¥¦)qâþ>À`þÿ 527$3¦¥MuþyÃþÿv`Àþ>âqþÿ "'$33ÃÃþyuM¥¦þÿqâÂþÀ`p‹)%632#%&#"p‡ÃÃÄÇuþ³¥§¦¥þ³Ââqqâþ>À``Àþpþÿ‹03327$3#"'$puM¥¦§¥MuþyÃÄÃÃþyþÀ``Àþ>âqqâÿ!$ü ùàÿ!$ü ùàÿ!$!ü ÿ!$!$ùà3Ñ…! 2654&#"4632"&nŠÈЉce‹;­~|«¬ú¬údŠŠdc‰‰c|««|}¬¬ºÿÕ$!%!!ºüòœýdü ùàr<ºÿÕ$!%!!ºúW›ýeü ùàr<ºÿÕ$!%!ºúW7ü ùàr<ºÿÕ$!%!ºúW7úÉü ùàr<ºÿÕ$ !%!!!!ºý+cýý,býžü ùàr<úÄ<ÿ!$ 462"! W|VV}ýÜÅýüó ,|VV|Vþ ÊúÄ ùàÿ!$! cýüó ŠÊúÄ ùàÿ!$! ±büó ŠÊúÄ ùàpþ„(  7& $  %ñÅâÄâÅþ;âþ<âýºýûþýýüþýûìþûƒƒƒƒú¨*––þÖûXþÖ––ºÿÕ$ !!!!!!,7ýý,rúWbýžŠ<ý)ý) ùàIeºÿÕ$ !!!!%!!,ÔcúÉrúWbýžMý)<úR ùàreºÿÕ$ !!!!%!!,bÕúÉrý+cýŠ×eúR ùàreºÿÕ$ !!!!!!,7ý+ýžrý+cýŠe×úR ùàIepÿ‹  $32#"$!327$%&'pÑkÒÑkÑÑþ•ÑÒþ•‰‰þÌ]ý£4¦¥¦¦Mþ³‰ŠA¢kÒÒþ•þ^þ•ÒÒÚO²þ¬rþ¬²``ÁüÁOý+pÿ‹  $32#"$67$%&#"!pÑkÒÑkÑÑþ•ÑÒþ•uЉMþ³¦¦¥¦þÌÏý14‰‰A¢kÒÒþ•þ^þ•ÒÒ^OÁüÁ``²þ¬rþ¬²Ocpÿ‹  $32#"$!%&#"67$!pÑkÒÑkÑÑþ•ÑÒþ•\M‰‰Ðþ̦¦¥¦„Љ4ý¢A¢kÒÒþ•þ^þ•ÒÒ¼ýÁOÕT²``û%O²Tpÿ‹  $32#"$327$!%&'pÑkÒÑkÑÑþ•ÑÒþ•\M¦¥¦¦4ý0‰‰âþ̉ŠA¢kÒÒþ•þ^þ•ÒÒ¼ýÁ``²TÕOýúT²Oýÿ!$7!!xŒûtr ’úR ÿ!$ %!#ŒúW²ûn’rùàÿ!$!xŒûtrŠ’úü ùàºÿyê¯!!!,Lû´r0Rû<6úʺÿyê¯!º0‡6úʺÿÝ"K%!!!,„ü|rhOŠünû’ºÿÝ"K!ºh#nû’ÿ!$! #ŒúWŠ’úü ùà «€Õ "*2:AI3#''%#&'52#"'&5476!!'5%!!'53'5%3'5%3#'sMM7:ø=üýü=È-0ÐY ¾G.¯b#·CýKSþ­uYþ§G†r=øýµ;ö>MMÕþ¢^›?þ?îþ@Ç7µá`½d§?\µgþíOOOOþè‚y>ý*<þ?vþ¢^hÿû—á"3263#!5276;'4?'4?26õÙu'6‡"gPù39†.4!  '*ÌC0.xáèV#m14He ®'1l1 “Z+ddÈÕ?33 #&'&+"'&#"/573;2?"#'57#&'#"#5676!5‹:¸+#9,–p!—ˆj[%+ > 7ÓVCÅCc":Àï8Õ}þV .e3B=ýSe` e9*¤=9 3@=Úß}ªÿÿ‚k %C`Œ·ã:d»æ;emu}©Óý'S3273&'3327&'67&'67&'67'32654'&'2327654&#"3672 $54767&'&47'&327632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&327632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&327632#"/#"57#"54?'&5432'&27632#"/"57#"54?'&5432'4327632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&27632#"/#"57#"4?'&54327'4327632#"/#"57#"54?'&54327'&27632#"/"57#"54?'&5432&'67&'67&'67'&327632#"/#"57#"54?'&5432'&27632#"/"57#"54?'&5432'&27632#"/"57#"54?'&5432'&27632#"/"57#"54?'&5432'&327632#"/#"57#"54?'&5432üB€~ %<z*+'þë)+(@&'$Ê|÷¯®ø|e‹<-A}]\ŠB-7“„1SLoWŽþäþjþã\vLLý©)(0/ (( .1(%%,* # $ )*f$% +) $ #*+f%%,* $ $ )*ûË  ü»\o÷  [ ®%)#þ·&'%ü&)#`#$ *) $ #+,üU  þQ  0 üE%% +) $ $*+‰&EC&V*,)-)-*,þ%&%&žf“‘ÐБ“fU 3HhfeefhH2Ùpu^èQFs¥£ææ£¥sKQèGýh!99!  !77!  Ñ4 4 22 K44 22 22  11  š  þã     ¨      ¡    7   Ù     úà%&%&â%'%&%'%&22  //  g     û     ‚     ý44 22 ƒ© ->O`q‚“¤µÆ×èù +&'&54?632332?654/&#"2#"/54762#"/54762#"/54762#"/54762#"/54762#"/54762#"/547672#"/54762#"/54762#"/5476%2#"/5476%2#"/5476%2#"/5476D.2`{4&/<) eˆ>þúO ,4H3R 07K÷ $  ¨ $  Š # › #  # ½ $  Š #  $   $  ýU $   # " $   #  7Q=KG<s-8PZy9z €_e""#/2dt0&2j ,: . 4 . = , ý , þü  -  - ú -  -  û  . Ó . ç  , Ê  -  …ÿ÷§É !! …Wº»Vþºþþ¹9ýÇþŸýÈ`þ 8…ÿ÷§É !! 7 ! !…Wº»Vþºþþ¹DŒu€˜þ‘Žþ9ýÇþŸýÈ`þ 8þN þæÂ·þIªëÕ 7%7&5476°9 ý}îV&þ7àýÝA“ Õ6$ ý…ýôæþ8'^4?† ªÙ!2 7%7&547!&'6íI@ýÁçY%þ1çýï4åû¨HFÙS"ýÅþÕþ="l-2ßúüDC[9ª‚Ø &! 4$32 4$ #"&54>2‚þJþÉþËþJÉhº½hÈúqŠ0Š´þ¼þ¬þ¼´^mNMn2Z^Z2ìþÉþKµ7ÂiÁÁþ™Äþèþw‰±B®®þ¾±NmmN1Z00Z}ŸÑ C"32654%"32654&%#"&54767654$ #"&767&54! ±”ggJIhûœIhhIJgg[¶‚¶ZQoyþ±þ þ±y}WZ¶‚€·[zÀADÀégJIggIJggJIhhIJgU\‚··‚\Q s™´ýý´™rW\þü··\޶ø^þ¢ø±}ŸÉ A4&#"26%4&#"326! 547&'&632 $54'&'&632hIJgg”güMgJIhhIJg#þ@þ¼þ¿þ@z[·€‚¶ZW}yOàOyoQZ¶‚¶[s‘IhhIJggJJggJIggþ ÷þ£]÷´[¶¶þþ[Xr—´ûû´˜q Q\¶¶þþ\‹}ÿýâÆ "32654&7#"32†ÉÉŽÉǾ˜þÎÙ×þÎ/Ú`Tš_ÈŽÉÉŽÈ;™þPþÏ1°2ÓY}žÉ1"264&"3264#"54327&5432#"'&'3x©©ð©¨³ò¨¨yx©ü¾&þÿ·µþÿÿ·¹€Üÿ·¸þÿ·µ Ú©ð©©ð©Z©ð©©ðýäTdµþÿµ·€‰IU·þÿ·µþÿ Œ kÕ#5AMYer€š§µÅÙ3#"'%&547654'!#"'4%$53!76=332654&#"#"&54632'#"&54632#"&54632&'&67632#"&'&676'.547>'.76$6&'&54%6&'&6>#"'.54>32#"'.54÷ [$gþi< D"ûœ"D =þif%LñçùWèð‘«ì¥¨êé©§êrƒ^]ƒƒ]^ƒŸ !! !! Ñ.› .þ *)X,)ý¯,*))+þ. } Õ›¤ª™Œ+G  G+Œ™ª¤™þvK˜K9_þâþê_9K˜Kýݧêꧦìì¥]„„]_ƒƒÞ""""ýs!!""W&. - ýì. - a)," Ã"  ))  ì  !)þ” /    ‘ pÕ%-5AMYdp|ˆ”¦Êð5#!4'&'5#2#"&546"264"264"2647>'.7>'.676&'&>&'&7>'.%7>'.676&'&676&'&53!76=3%#"'676%27+%&547654'7327&'$%'#327%654'&547ì1ËÃÄÊ8þú¦å楣çæ¸¸¼. . . . þò - -Y - -ýü))G))ý«))U*)þ>- - ~- - V†áØùÉØá†þ©K;þŠ yA øøC0Bøø Ax þ‰;K'6FJ> ìþÇþ$06þ#þÇë >JF6&Â@Ž@1Añþe›ñA1@Ž@Hç£¤ææ¤£ç­¸€€¸ . .ýµ . .E - -ýÿ- ,1))Õ),(9)(©))þu- ,æ - - Gœ77Wþõþ6Ê W77œGå D&& ¥ËÇe‹‹eÇË¥ &&D "(=ˆ—pp—ˆ=("¸uÕ !!'!¾°úPnàÕú8Èhûø·vÕ "!!'!##+572367676½³úMoà‡L)þ¹>u eÍ¢—I3?b›aÕú8ÈhûøžA:þFþ½;/Iƒ¦t³»x·vÕ !!'!  ##' ½³úMoàû÷›—_þh˜[þeþi[—þiÕú8Èhûø†þi—[þeþf[—þl[š›š §@36273 ##'5ñ) UþÒ.WþÔþÒW1þÏ@þ ÞUþþS÷þ Vùõdõv#,5>~3+&=43+&=4%3+&=43+&=43+&=43+&=43+&=4%33 #&'&+"'&#"/573;2?"#'57#&'#"#5676!5Ö\:V\9\:÷\:]:&]9[\:ý«:¸+#9,–p!—ˆj[%+ > 7ÓVCÅCc":Àï8Ï #8dÏ#7ãÏ$6¹Ï$8;Î$7iÏ$7ëÏ #9špþPL  )Z. ;6ýŸZV Z3%Y63 .87€ÂÆp ˜“Ù 3DMy!674#!!6?676545&#'323276767654#3#&'&'454632767!672!&=75$/563&43!32+'!67#>54&53# û ?ô I :W0 96;E,Q 2:&l6xý0 bˆm! oþÛ¸½®±"\ü>%Eþfþ™~ýñþe2UÖÉ6g!6V#p5Cü+ C þ˜? P9 @´7H4XþÍÇm†M7RV /‚M(=H: ,qLUD)8ˆWqk±’e-Pexúó —NW =$ U  þ/0c›™)H?õ2@[nDF8T$.J?¬Ù !' !žTú4X—ýÍKóGýÏÙþwû´L†þ5ü_¡K¬Ð !'7›ŒWú4Z~Ðþwû¿D€ŸÔS&5476322632%632#"'&'#64'#"'&'&54654&'&54767632xØJX%&XA,B:\8 [ÇEMH95##Fl% !9@!#jLÏ p_’ÎMi#"?8" %lF##58HN4hok@RRr*%tþëe BB9'7*$%) "fXSþÝçò5EIþêf" )%#,7'9CB «˜>E3#"'4332327$'#"$4727%672567654&5&§oJ°7.˜b9M þúƒD† þ²ý™,B3 qY 5*Ä*]d=HN9%‡å ˜sW$,þðJ ® ]T-MMñm@eöd: ,'Z MÞ 'cM&T)$$ <þ¥ „Iµ¬ç2%!"&54676737#&'&54>;7!"&546767!7!"&54>3!6763!26ýP+=6ˆ/2´þÿD>Rý+>2,+v*>ç>+2  ,2 =,2  =,3>,¬ç2463!2!2#!!#!32#3#!¬>*v+,1>+ýR=Dþÿ³20‡6=+ýP#,>3,=  2,= 2,  2+>²Ô{"D%4&#!"!0#"3!!"3!#";#"3&'6737#&'6737!"'67!7!&'63!67!2I0!þŸ6üÙOSÿ þžSS: ÝSS®>SS]]J«]]äþÆ]]hý\\, Bv*>Kñ%39’LKIOKHLKIhghghghgE?-ü³“LÊ!D72654'6#"'4#"'54#"'54#"'675674767#%±$4:JILLHOKHLKIhghgighgD>-ü²sJ1 b6'SSý cRRþÄ ßSS®?SS\\K¬\\ä;\\þ–ý]]üÔ!AþŠ*>K›±Ó{!C%254+'3254+'!254#!'!24+!&#!"463!!2!!#!3#3ÁSS?®SSß *vA!,]]ýj\\þÅä\\¬K\\ñIKLHKOIKL’93%üëN-?Eghghghgi“ÿùLÂ!C32=732=7325732'654&#'%2&'&5&'5&'±IKLHKOHLLIJ:4$üëN->Dghgighgh³SS=®SSÝ þÆSSb ýSS'6a!0J)K>*þŠB üÔ\\üþ˜]]:ä]]«J]]}¯ØO€‹•¤³ºÁÖÜãçëïó÷ûÿ &*.26:> 3656;2#'7+"/#"'+"5&54775%"'5476;25'7&56%635&56;374765'75'76=4'&+ +"'4!#"'4543$365&5&#%#754'&5&&547'5367&547+&'&'735&2?"5%75537'7'3533553535'32767&5%2?&#%55'575775775§1’:e ,$?F?Yø>êF_LA3E¾L¬¯HÑ3,8LYLäþÐlEF'!0<… k#gþšF  ™EeYÄ!! Gà€p&þ­iq.8ZN$ÏË%`BCëf F4ùü"4._?ñeËe3&{E(1þõ-ÖÙ+$Kt8¿ - ‡ þ–$þÖÌGs ¥sM ýùrEF›"ºã2 >_ý£pÌØÁlTErf^5.>=9|5"-l)d ,&>vv]cccWpC-+ d•8 Bpp>W]oØæaþxvuPp82,ŽD¨ ^8, ^B$K»œ+ "1®R[+Òe*ñ;Ð 2 ››W Q—›Pþ‚ I&? gpëo% w ^SA$ Ÿ2 9i-5n02¢þ†Ç¿ Ai&®IY^P]D›%ˆ\??\OWC ,,1 /211/=;7777=321811{908hN%b\Dh,)h?Ì17I21!122223 21¬Ø&2%2#"'&=477654'#"'5473Bq4|ýl anN iü¡¡l‹m b üµ9 bØMOŠbý >YÑaYÆ®58Šl7P ÌP@ ª‚Ø$0<FX + &=6&# 3 6=%&#"';27!5%67%!&'&'2+"'&=476‰rþÃÂÔ þ„þúcR¹¦§þÔë~²ßUêYþ­þÔ¨Ñ082.Ôþà_þWÒ†_þV"+Ò}þIR8D).P9H'Øþ¯Öþ°ý“ƒ®²S„¬]þÙ±ÂþÄâŠZ–¦YàûHYoþ’X(I_ Û þ’‘°;.2lOþÏP%.G6R%&I8dÈØ)Nl>54'67&54&#"&'632.547#"'&'#"'3267654'7327323.#'654'567654&&5476;'&'%&+"#"8DH$$yU ?L[>!Wt…Jþ([Fho*Ám¦.2¤\=w\`|€UP7¸:/E" @7? EPþ¦¢]Eixà Òp·‚F@¶T5û†ym´,±"&e¿B@q¦€²‘(‹A _Ã% #+B7!þêN &".ËOý²S$ªXE/K(Aa]dLP*'FCaYr= CÙ44mo C‚þÿ ¶ “(FKœWYŽüF•¡vb‰ph´'UD˜'R< $ˆ“dÿüöÑ#+?Vmƒ¢­²·¼ÁÉÐÕÚßåíô#327&"#"'7'632&'$54#&73254'&#"'5&567#&''5$'67'654'6'5$'67'654$'67&'654'''5$56732#"'&#"&'$'63&47"7&'7&'7&'7&'54'6546767675477&545?&''5&#" '6%35&'.54>23#67!&#"W  OB7[l#> Ì Fþˆ_Vh "ï "®@.,=6tJþè€4V®¶p1EQJþ“qMiÎ v–h£ýþópHI£®!:¯½JJJþ Í=4m\8B*Ò®?o þv!"ºt,`—s&*_~P1>5='g=>24<+ý-s[,*&sd1PT>3J@='h<42åJ-H#*þõYT_Y)*)X^TYþõ*$D  ?>}>  *0üt"J. ™Œ ‰&b54CUE ''¤!`9 !,(MTE *!… }q~=/+)f[4f !B" <@0&9c?"V+€GoM“K~a„? }b‰9e\ P&0@k"?c*‰G€E‰JŽX ?„e}9‰ \«ÎÂ4 ¥\6 '''' 6\¥ ªNÙ(&'65&'67327&+!65+"3yyys{Åw Êʃ£µ®©³¤cþ¦c¨³©®µÞ±±ŽqXŸþñe¸óó·Xcþ÷6þ µ®®µô6 cªÿýˆÙ ,35'533#3!'#'5!5!5#53!5!5#!!-Ê·«}} ”þcˆ±††þk–v¤G þôGþõ @<<3ff¢X¯ý苜…þ›‚q°X¢üÏ»GccGª›J 326&#!2+73 ### 3(ÑttþŠvÎÔÔÎÑÚÜþg®Ûï¦þÛ·þnܧýØüŸßØÙÞþÍíþBþ(þúþéᵪ²×33#!!#'!'57!5#'5735׫¥¥$þÜ«þÞ"££×›”q˜ü‚~˜q”›ªÿý‚Õ+!#!573#'5!3!'573!#'73!#'5»¶ ;jjýÅ þJªýÄss<ªÕwýÑ¡þIžýÈjj8ž·¡/w²{Ø,32#' 3%+ &5%6323'#57'53œÝÒïþ©Ñ^Vˆœ ŠQ6þ‘¬>ѨA±©B¬ÕØ’6þÊž¹þ’ÖG2k >ÀéªîYþ3É~»||É~ªƒÙObs32732753"'#"'4323$4'5;+"'#"'53275'&'&5?5572%#&'&5%634%476=%ê@.!%,BE,#!-Q²2" $nÞàL/P¥uHED8ˆ32#"&546324&"26%! ! – Å’ÉþbþäþÞþ{±•ÆÊ=&*<<*(;ýE;R::R;åþKþÉþÊþJ¶67µøŽÁÏš˜þ{þɬ²Àž)::)*<<**<<*):<'þÊþL´67·þIÿÿª‚Õ&\'\†\ ÿÿªƒÔ&\'\…] ÿÿª‚Õ&\']…\ ÿÿª‚Õ&\']…] ÿÿª‚Õ&]'\…\ ÿÿª‚Õ&]'\…] ÿÿª‚Õ&]']…\ ÿÿª‚Õ&]']…] ‡ÿê¥á @FLRX^djp3264'&#"&47367'676756273#'#'5&'&'7&'677&'67'%%&'&'%6767%&'ô0/CB^0/AC/ýpkTcR|Â'N(¶‰OfUippqUfOж''NµŠQaQhû!$ Žb€)·dŒþ¯ËL÷Qýk þðK´ÌRþt!% cþ'¸d&„//^„000Ã'N'·|P_PfppoQ`Qy¹'N'°ƒP\ QgppmQ \Pyº,  Mª ÆNþ>&«`‚7" bþK*ŒVô&"¬g{‰ þðM¥ ÂMªÿj­n !-=4632#"&%462#"&! ! ! ! 676 &'& ‚Q;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAì$3¶¶2%s'ŽþlŽ(ý;QQvRS:;QQ;:SSÙuýñþ‹þŒýô tþÄþC½<=Àþ@ý%83µµ38H,'Ž(+ªÿj­n !-=4632#"&%462#"&! ! ! ! 7 767 '&‚Q;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAìs(Ž”Ž's%2¶ýü¶3ý;QQvRS:;QQ;:SSÙuýñþ‹þŒýô tþÄþC½<=Àþ@ýªG+'ŽŽ',H83µµ3ªÿj­n !13264&#"32654&"! ! % 767' '&'‚Q;:RR:;QBQ;:SStRûætu ýôþ‹þŒýòs$3¶¶2%s'ŽþlŽ(ý:SRvQQ;:SS:;QQþ²uýñþ‹þŒýô [83µµ38H,'ŽŽ'+ ª‚Ø "*2:AIX3#''%#&'52#"'&5476!!'5%!!'53'5%3'5%3#'32765'&#"sNN99ø=üûý>È-1×\ ÄH0µe%½FýKSþ­wZþ¦G†r=øý´;÷=NN$‚E| 1† ?’'Øþ¡_œ>ÿ?îþ@Ç7µâ`½d¨@\´hþíPPPPþç‚y?ý+<þ>wþ¡_VG{?,rC‚AšÝƒ×+ +"'5$76%&'547327676=&#~‹jþt³°1/Q}›þ²ˆ]•(Éþ¯+VžéRþ¥£ž×þ‡­ÆþxþÿbO±Ê àP >ÅþþnèS˜ô]] =fªPØ+! &56;2'5$%75#"3¯þuþïiŒ³±1.Pþì~šNˆ]•(þ7P,VŸèSZ¤žy­ÆˆcO±ËþõþpáO >Åí‘èS–õ\^ þÂþüf¯ÿ0:Û1>7#'#53'&'&54767&'&=33676=3#326'&i($…„lØÜÊÊ“m……$(($…Ž[Uu&tU[Ž…$þ÷&uU[·‚·[UV$ƒ½¼|dÑdÊËbÑ e|¼½ƒ$%ƒ¼ ‚ZSSZ‚ ¼ƒ%_TYþüªªYT¯þÿ-Ú #"32654&&5432!!#!5!&î¤ç礡êêýÉ©PïìS©ˆ´þð´þðµ'ä¤£ØØ£¤äüíîïLþ´þ"œ~þø|þÿ| ¯ÿã-¾ #%2654&#"#"767!5!3!!î¤ç礡êê7©þ°ïìþ­©ˆ´þñ´þðµ–ä¤£ØØ£¤äîïþ´LÞœ~|þÿ|þ÷¢ÿã¥à "326&#"!7!á¤ç礡êêû¨ôëþ¬YæäpiþŒîþšp–äþ¸ØØHäüñ¤=ÜU g\Žþuþ¤’ÁèSר5264&#"#43233#!5 zª©{y«–¸»mã——ü«ò««y¹þü¹¨{Åú(|—ÀjØ#53533#632#4654&#"#*jj˜²²o˜²ïŒ—›onš˜—´´—þ}mþþ»Zåy„îH{©ªzþFø2Ø 1"32654'#"&4767!!53#5!!3!!#3!!ÍpOO87O:=0L˜mk™L/>þàþΛ›2 — 1™™þÏþàŒO79NN97Â0LØ™™ØL1ŒþK—Ó˜þJ¶þJ¶˜ý-—µ'Ø<%#5#535&'&'5'73'3#'73'676=35'73'33â—°°¥z–‘˜hNg‘’—‘‘eMj‘˜–z¥¯»»»—‹z–×TŽŒ™™ŒŽT—hOÊ‹šš‹ý7Nj–YŽŒ™™ŒŽYÓ–y‹—ì?Ø! #!!!'!27674'&#ô™.d û;6þªzüý‘F‚H¢%QØÐM_þö\ý­‚ǃþ$‚P¤<]ÎÚ$!#"#&5463 67!2#654&#"Vþâ©"T†]£’tƒ„s“¢]†U"‚¨þâXÅ"€€„¡„»üû1((1»„¡„€"Äüûý¨·uØ." 6&'67>3"#"54767&'&#52•“ÎÎ&ÏÍ•ƒLVa¡¹{§ƒ.+’þÙÓÐþØ”)0«z¹ºHUM\ÏþÚÎÎ&Ï–=B´®lþÈl)•ÒÑþÙ'ÑÒ•*l8l®´B=ÀjÚ&'5 %$ 56?63#'¨ª[øW°¦¦°þ©ýþ¥ª¨˜tuétuéü4”ZZ—/ûâ/˜[[”5  ç@Eo&<"3264,'532'&54632264&" &$#"#"&547>B¾„„_^…þ^þÈþ”™ýl;‚ƒÍ“•ÎhIöý«^……¼†…9l™ýþ–:…ƒÍ“•ÎhIõ¸„¾……¾þ (+|Tl§“ÏÏþÚgML¶„¾„„¾„x)+{Tl¦”ÏÏ”’gMM ØM>54'.#"32463227#"&5454&#"#"&'&54767632254&”K2q'$#K1o'#0ß´¬ÚþÞ†GdAoc¤„–.% 3t88<­/3u77LJMŒq'##K2o'#$L1ð¡Éݰ»þ ´|XHwyoÇᆥ›<‘>b€WDs-Kx68<32>32#&'567'45'#&+"#4'3>$4&+"¨?w(ÆK>R0ƒD32>32gYYËËYËD,.:…?—#)³•˜Žv$·E?w(ÆK>Ro}v­¯vxJvÙÈüašAjâ×ütA¾¿O°]¼Æ€wϧÛÊý„©ÿÿ‚Ø  / ? !5!êý?=lþÃþXj¨þÃj=ÁþØüý?þÃl=þXj¨=jþÃÁ˜ýÀjØ)127632#"'#576&#"4'5267>327&'"SkQmÃy™Ž›z,~Ѝšzi2@:$šž„“¡(.-)zW]‚¡ Ÿ˜Øüžݾg‘«… ×vxþ-ÃýðaÞþíÉX[–ü&‘Ű9{¢'Q32263227632&#""'&#"#"'&#"#'3232762327632&#"#"'&#"#"'&"#'°Es- p¬86rV+)|m^?_354.#"!&'.54>325467675#53533#63232>54.#"P#3Jœ“TRJWVJQS“OMJ4"þ?õü¹*&ElnÆhPL$ llill %LOhÆnlD')ýÖ----Ç+)Q•PQ’((’QP•Q)+ý¸þÑ/þ 6ÄklÅj$?6FWWF6?$jÅlkÄ6 þ}++--âJØHNRh|¥»&'4>32"'4>32&'4>32&54>32&54>32#!5!'!567>54.#"32767>4.#"327732>4.#"327>54.#"732>54.#"M_ 669ï4S55.½+C55C&¹.66 V\+55 c ü£$µþ•·×üÿMç##$ 6ˆ»$#$­s`%#$þšd0"%)h¦ #"#û_33@þ¾]22-"ý40446üÊä/*33UýJ"+33^þ1ýÑ/þßáK=Ó0¤¤T* ####ýø ù #&$$&#ýÑ#&$$&# ý B #### üÚ*ê"$$" UÿþÖÖ!'-2!35!#3!53573#'5#5!35!75!!5'57!«s\\sûs]]s ª—ûîJRüÚRIJý~Ö››¢–ý·•££˜E—¢›úû77êƒ__ƒývt€€t4!ýݶvØ7CQ^&54767&'&'5676767&'&54>32! 535#5##3654."!2>4.#"Ë  <$))+N-N*)N-M,**%:  ü@ ¬¬v¬¬¢<-MTM-?ÞŠþK5:664”59<5&?HPPIK* ')+K**K+)' *KIPPH>&5<:6þu”N|l||l|þ²-I+N))N+@6þ¬:55:5QÛØ)5>o654&547!&54='&'654'67.5476;+"'5#"=6&'76767%25#654&'Fzê-ü6 ŠZ8.ž ,‹N0H!h6¢%`+EH )Ø#M ;,Jga#‡iR þ‚ k'þ Mè +1^hgþ½üo8: (@sŽ.PùÀmz nxþë?.#1þp#41§`&>%!ac,,ÅÀLHJ ­xþì}647| + OJJ)!0ÿÿû× P[32>4.#"32>54.#"!5&54767&'&546767&'&4>32'&'.#"¿:e79e89f76e`[ûÙS ¥’&(*UM,N)(N-KV)&&“¦ \@Eõ€õCAÁpd88dpg66ú»9: %N&KRS—* 'TM**MT' *—SRK&NþÛ :9„}qyƒƒyq}ÉcØ $TdhyŠ67&'&"!3!67>54.#"!&'.54>325467675#53533#63232>54.#"!57!&'.54>3234'67632!P#3Jœ“TRJWVJQS“OMJ4"þ?õü¹*&ElnÆhPL$ llill %LOhÆnlD')ýÖ----¤ýsÎþè=BDw@>=)ñ)==AwDB=þéÇ+)Q•PQ’((’QP•Q)+ý¸þÑ/þ 6ÄklÅj$?6FWWF6?$jÅlkÄ6 þ}++--ü¶ÈÈÎ !yCB{C!$$!C{BCy! âJØHLP&'4>32"'4>32&'4>32&54>32&54>32#!5!5!M_ 669ï4S55.½+C55C&¹.66 V\+55 c ü£$ý)×ý)û_33@þ¾]22-"ý40446üÊä/*33UýJ"+33^þ1ýÑ/ËNNþÖOOUÿþÖÖ%)5!5!!35!#3!53573#'5#5!35!Öý€Êüìü«s\\sûs]]s ª—ûî„^^ü/oo#››¢–ý·•££˜E—¢›úû77¶vØ4@4767&'&'5676767&'&54>32!&535#5##3¬  <$))+N-N*)N-M,**%:  ü@%¬¬v¬¬<5&?HPPIK* ')+K**K+)' *KIPPH>&5<:6þn”5|l||l|LàØ3?HN654&5473#!&5454'+#"#7&'654'67654&547;2547#";65'"3%:U"-ü6 •Bu Zg0krX0c-h8ªE+`%s H>É4wM-æ'9.QY / þ¬üo8: q§’hPSå¾mh #%Bzÿ1"0@þ)5"@YþóýR0ÿÿû×.&54767&'&546767&'&4>32; ¥’&(*UM,N)(N-KV)&&“¦ 9: %N&KRS—* 'TM**MT' *—SRK&NþÛ :9CèÔ##"'##56'##"/547?˜^Øí'¢5@š_*S×U&/U»L »;YÔ§þìþê9UP(§`Ý þå–—X…ÑI.·Ë‚¥¹sÑ222732#&547636=4'&# #4'&#"*Út pëÑz&Ýþ=<ý xÇQåÐÛ>h½G:þøV He½®k%ÑþíPF5ÓNP þþçýÙBí²¶Ò|-þÛäý¼»¡—&¬pþA&NÑà±FXÒÔ &&5 –<ýãþF:þþ^Ôýý;" €V –ýgýdœäGÔ7236;2"##'65##"'&5476;235&'&=476—Öe x<JTî`Ñ(GòeRÐUdõ¿föB3 VNT<×GÔã48u <ÊB<Íh  þ©m€MþëÉD:éS GEnQÉhBêÕ"<B+"'##56#+"'&575477;2732;276=4'3&'"—~Vµ"0‘b*S×V*8Ui QÎ"_|þ®Q ”)w`·Sg‰A ËæŽ? Õáþ6‹†ÑNÚ þè›—#eu®B? ÈÔgIÇþo‚…»5 ÚF”§(°ÏûpZR¶wÔ2367632#&5476(Ët*#\l‡Ñ~ ÐýïýΨÇTÔë]1¢klàSIúãý…±ÍÚÓ|-XÒÔ &47–÷EýÄ ýÎoÔýsU ýÝŠäHÜ2`g26;2"##'65##"'&5476;2&'5476&+"326733276=4/#"567654'&#"35&5›Ëhr=)ø\Ò"IñfRÑUdöÀg÷C3&=cØGð© kv ó=ˆ=NÒr%SZž¨U ý6vk »6)¸S<ÜÎF9„¦×8:Ód  þ§m€OþèËE:ëR p±&Ëiþ³›Ì  ÔC”]&'Ax†…¾.+Þ0 ‰nM,¶WÈûÎ`cØÿþTÔ!1M3#&'&'0546%3#&'&'45463#&'&'546 $&54673 $64'&'v ‘Ì £0¥A ’Í ¢1¦Y ’Í £1¦,¨¾¹þ±þ”þ±¹½¨ƒKV§.J/¦VLƒ9?›c‚yɦt3Zrˆí`í—Å»þÎû²N‹ ±Ñ[OÄ}¡šýБBr‘­þ1±a`°bb°`a±1)EM¨˜UU˜¨ME)¬ÿö·Õ3#"/4?23hHÄ0#ÔÓ!cZÕúý£-…‚@Ô¬ÿöoÕ3#'654'&'#"54732XW­ðz=ä\à9òÔ`YÕ'6?FŠ’` 1TFG*ûÖ™-¨ƒ@Öxÿ/³Õ#"=4?2%#"=4?2ý³À6Õ±'VQýÜ–Cت+YPÕÊúí›*¤~: ©ûÛ‰8›z"CÓ¼ÿöoÕ"'4723!# 5472!5kþûéémOü¥òþþìdXX[ÕûÕ¤Š;•ýZÏ$±}@áÏœœµÿú"Ù 3363'$654'"»-ª‘ãý³8¢•wÙü?íþÿþWXÖûÔþc1 ”¬0Ù 3%#'#3%#±)N(þ¯4Ùþ/¡ûcå Šý™þ}­4Ù(,377#'#'547#5773%%‡.wwzy.þà** þà ÙþÐ<<þ‹7‡Cþ׌þ¦A<Ž<{8‹Aþú†Mý–þ‡‹t¬PÙH#0#"#"'5654'5673;54'56732733273+&+#&"#&'565¶¨³P8 cc 9Sµ§ƒ:-Œ-:ƒ£µS8!cc 7P³¤ƒ:-Œ-:ƒZ#;17F-:ƒ¯µS8!cc!8Sµ¯ƒ:-F71;#ZþRµS9 cc 9Sµ„œÙ ;G7567&'&'3#6737'#&'7#&'6735'67#3335#5;0/_í^//þ†,/,-D--C-,.-äÐ zz Ðä~jihh~äÐ zz Ðä~hihj~ntt6tt´-.,-C..C.,.-n//_üR_//÷~ijhh~þNÐ yy в~hiii~ÖÑ zz ÑsŸ.þ€€.Ÿ ¬¬#.6CMhwŒ—¦¯!2732!'5675'&=32#$'57637&/&+"+&532?4/%32#'#&&=4?#'57335'3!273+#='!"/547354;2?!&=!(‹:Mb­þ¤R».qp7°þÓž,ÊÊ_qýð >MT,›•P$’ ´6œ…6$0_äý u3d´­Ud€tœÈ_}s*$Ä"ìRþÖt0XX__ç/iþký¸=Z¬G†8þÔ*F €1 þƬ.þ­ Å þÑŠfþõþï)MC =þêg9E¢k×O 9þË!(-ƒ);& Æ þ]¬þÔt!þ±y" ³þ¥†& 2| ¬ªb³a$ U+œ Ù #8M35733!&54?'7'327!!"'&%#'7367654'77'7'&#"'676Õ«ºÊ«þýó,&T>ë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?ê7>54&#"5>32&54?'7'327!!"'&%#'7367654'77'7'&#"'676]Týñ@Í1$Jë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?ê32&54?'7'327!!"'&%#'7367654'77'7'&#"'676Z _­3lFHe5^\VOosHGJI)`VKm1šSüj,&T>ë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?êë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?êë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?êë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?êë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?êë=c#]–þK9.‹U¯§ÒÒÆ:1ʈó%üæ©`T?ê32#"&–¼eËÅþ›þ|þ›ÅÉeþ(®<X<®³þħ¨þñ“"32#"&$2#".46–¼eËÅþ›þ|þ›ÅÉeþ(®<X<®³þħ¨þñ“"@<#"4.#"–¼eËÅþ›þ|þ›ÅÉe:<#"< !<"#;ÙÁþ˜þzþÆÆc†hÁü– =B4.#"$32>4."–¼eËÅþ›þ|þ›ÅÉe:<#"< !<"#;ü¥"< !<"#<@;ÙÁþ˜þzþÆÆc†hÁü– =B54.#"##"'5##"$'&'0!5!5&'.4>32!!676767'%''H&(G()G'%H(ã%'©þËV W3WI„muþ‰w>DE}AB|GE=mþ“d^„JW4W V›sÖ'H''H'(H''Húò`XAK|@X1(Ô3"|ˆ}DD}ˆ|" 2ý/ "1X@|þµAX1# Ö/ 673&/'67 &'"&'6?&'3 ' âK[]œ><+Gg['fBôòBe&\hœ?(K?œ]\Kýã ˆŠ!½þÐ;32T $ù #µ¤ACÅþâ«,þí¶ÅMMMþv ÕA5p_9D-ïþ–þãM**¤  û”B@0"@R//>wA·&oc/D&3.YaQ/5"1'"þ´þuŠE62/uŠ= =!m- .... yÿì²Û 7%  %  32+#".=!"&'&'#&=4;7337_þìþì‹ý%þíþìŠ Ö8)Â0/­_^«^ýM^¬¼­1/Ì 9×53üü4í<üÄ&&<üÄ&Ñ*(üÇD>?GGzB6üÊC{GG?>D9/››Cþ½›}®Û&632#"&'.#"'#!#!#Ò¸ž62ÉK#+~KF0R!9'/N£Çxåí_TþâŠþãV_‡T '¦NQ9;:#8³HL"CþßD™ý|ý¦×þ)×þ)Z)Û 532>4.#";267#&=&$32735&'.4>2æ2[02[24Z1/[»–á­þ)'5*+þXÇë A323#67#&"#"/&'&547&#""'6%676V ón*[‘n%'ZxL0<{2;&b;0&8a>!U*~EmL‘K}`? {aˆ7c[ O&0>j!>a)†E~CˆK‘W‹ ={d{7ˆ [+M57LL75M-Z '*''*' Y (€5[£ J5( üÖ\d (5J £[4Œ ''Ó/7O_Ÿ«³»ËÓÛãï2#".54>&'32367&%2327654'&''67&'&'&'676765467654'&#"7>326323#"'##"'&'#"&'&54767&'&54767232&'&#"6&%6767&'&'&#"676&5467&'&6732767&–$$$$áOG3%V c˜â™c V%4GL944m/122102/.303112.OF}6&V eý´"w?>v"¤pt #8ˆŠ7! vn¤":;@A<:"¢nx !6Šˆ6# sp%./13/.UVT\<>"$!!þ• !"#">k•c V &6|FO 93399 <>#"#Ö><  "$ZTU./43..V5$##$Ù59gT;&'9Z^^Z9'':Tg9§'(''&()I8:9889: Z_59eU;'( ³ÀÀ³:8.>euvc>-7:°bccb°;7-?cwud?/8K¢WZZW¢ **D@@D+8(':Te95^&)(&''(ÖDA:AD.*!žY[[Yž!&Ö !-x†”67&'67&'4&6%67.'%4'6&#"&'6767&54?67&'&#"#&'#&'5&'"'67&'&47632>4.#"%2#".4>Î'7,3 3%/0þÜ),7ß=*#þ×0*+3.22'þ÷8  Yf·©T,1'¥¤').U¨¸fY >98 "2 B2;F_ XB?2C 3" 894i¼hg¼ik¾ce½"SŸ[XŸVWŸXZŸ„£§#eªjpÍMcNTvJKrZ1VlLWMI ©p jª…k%§nA V{ww[1‡ôô‡1[ ww{V @#fÜd-#JM 7B/"‰‰"0C7 NK",dÜf#ˆÎ½hh½Î¿ggQU ®XX® UdÈÔ %3!'#!52#"62#".54>Ÿ"ù­ ýh9ý|M463%&$$Ôú5 ª›ûO ÂDý›n;ý $$$$ªôØ33'554#$/ÑýŽ[ƒüQ‡wþ“ØýâGSGýUW GJG¯þÿZÚ*1=C&32632!!#!#!5!&"327&7&!&7326&#"6'X©Pï™}}›ìR¨ˆ´þð´þ†´þðµ¤çç¤?9Š‹9×XezfH9? êê A:Œþ×uutÝLFFþ´þ"œ~þø|þÿþÿ| ‘äþ¹Ø•®ü”- þø ¥ØGäþP8lGrrþ¹¢þ[0à $,8>& 67& '&'&'&!7!!! 6'&265"÷uþ»çt.77Ì…þµþ!ªu$†lªYËoiþŒî‹þšp•þš@qDiþí÷þÐÞ4tEêu.ý¡ê¤ã$räþ¸l,Î36ýèþ½Ÿl’%ežÜUg\Žþxþuþ¤’vþ¤Sc?\þ7Ìþ× =1lØHr-þÉØ¤à¯þƒßÙ-9E6'#"'!!#!5!&'&326!7!%"327&7&326&#"’suuWþ³óš~Wdþð´þ𵇩Pï—|€šåojþŒŒîŽþšpû“¤çç¤?9‰‹:v8?¢êê¢A:Èþ¸llGrþëçþ¼E, þø|þÿ| ~ÝLDJg\Žþuþ¤’Æäþ¹Ø•¬Ÿý ØHäþO¯þÿ²U(&  6&32!7!!!#!5!&yêþ»ççEêüß©PïÀ•hþŒîþšp©ˆ´þð´þðµCääþ¹ØØèÝLn[Žþuþ¤’Âïœ~þø|þÿ|  ÿãÐô+D#"'&'&'&47>76327'7'%'27>764'&'."(F3"D"&%#}bV`ZZ^;D"&&$ƒ[X]:3Gþ9þ†á:ÎÀ‹]†þ:ýF=~=HS]³^X‚&% «iŠiD^‹¿þ29áþ½i‹üü\=<€<92-1X?:„<91*Ïþ£î=X62'%'!!#5!5!5&'&'.546767''7'''7"2767>54&'&'&î4p6³â9ÎÀŒ]³.(EGGE@Z-<þí–þí81VDEGFF'1þ9þT]ŒÀÎ9âTþ:þŠG5>+.11./:9Š5>+.11./:9‡ ž\Š¿þ2:âþa(E«b_«E@( ¸–ðð–¸ %CE«_b©G(HiŠjËâ:οŠ\ËiŠjÓ+.wBAw./+.wABw./€ÿã4ô+F!!#"'&'.546767675!5!' 2767>54&'&'&"¥þí<-Z@EGGEDVRbfNZ@EGGEDV18þí¬kbbjøC9:/.11.+>5Š9:/.11.+>5Õþç–‘ (@E«_b«EC%##(@E«b_«EC% ‘–­kaþŸjûP/.wBAw.+/.wABw.+ ¡Ä+F####"&'&'&54767>32333'7 '%32676764'&'.#"‚Ü–U (@E«_b«EC%##(@E«b_«EC% U–Ü­kaþŸjûÉ/.wBAw.+/.wABw.+Ÿþí<-Z@EGGEDVRbfNZ@EGGEDV18þí¬kþžþžjøC9:/.11.+>5Š9:/.11.+>55Å @  ÜìÔìÄ1ÔìÔì0432#"732654&#"ÄÄþéÄÄþ陽……½½……½ëÄþêÄÅþêÂ…½½…†½½5Å @  ÜÔÌ1ÔÄ0432#"ÄÄþéÄÄþéëÄþêÄÅþêúºK +@kk k kÜìÔK°TX¹ÿÀ8YìÄ1ÔìÔì04632#"&732654&#"úÏ‘‘ÏÏ‘‘ϘuSSuuSSuì’ÍÍ’‘ÎÎSuuSSvvdPK!)7eK° RX@ *.,&"($ k3,k($kk8ÔìÔìÔìÔì991@&"6k0k 8Ô<ì2Ô<ì299990Y4632632#"'#"&7323&547&#"%6547232654&#"dÏ‘RDDR‘ÏÏ‘RDDR‘ϘuS?>Su^222Z>?SuuSì’Í Í’‘Î!!ÎSuXqpWv28ML88LM{WpqXuSSvTZ`z8Rm3#"2767>54&'&/2"'&'.5467676"2767>54&'&/2"'&'.5467676––R#)$#R#$ $LK:C.25521@=“:C.25521@=ýR#)$#R#$ $LK:C.25521@=“:C.25521@=züàZF)(JG()K¥.2IF21.2FI21–F)(JG()K¥.2IF21.2FI21 ªJ7Qk>767632"'&'.'!"'&'.546767632$"2767>54&'&'$"2767>54&'&'÷#61@=HK:C.25521@=“:C.5%þÅ'21@=“:C.25521@=HK:C.6#¹R#$$#R#$$û÷R#)$#R#$ $5[51.2IF21.4`]21.2FI21.5[F)(GG()FF)(JG()KÒæR 5%%%xüÌÜÜþŽrÊü6þŽ׊eMºM^‚xþ„x‚±V–)7654'&'575#!&54767'5!s_vR$N:È:N$Rv_£þì¤{aT,X@X,Ta{´ß4b\)1¢%==%¢1)\b4ß´»:ê`¾\KDúúDK\¾`ê¯þÿ-Ú&  6& #&yêþ»ççEêüß©PÛS©ˆ´´µCääþ¹ØØèÝLþ´þ"œ~ý{†Yþÿ,Ú!#!5!326& '6 !Iµþð(4¡èèþ»~u¨ÛP§‰³þÿ|²ØGäjt¦þ´þ š~þø|°þÿ,Ú 23"#"#"#5237 °>>þ!‡ˆˆ‡[ZˆˆˆˆVLþ´þ´Ÿ;ýÅýéþô|þÿ| ¨oJþ¶°þÿ,Ú737!!'!!#!5!'!5!{ý³ü{þä‰þ~zýþð´þðýzþ~‰ùzýdþüzþä|þë{ýý®|þÿ|Rý{|xÿT% ! !5! #!7!# #TþÓþ?þ?þÓ¢LLñ¬þwÖÖŽþ´þ´ŽJ|þA¿|þ¶JÛý¦ZýtÕÕ|þ¶JŽÿ,¯$264&"&7673% %&u¦uu¦>ÏhH]¬%Vþ™gVþÛYFhÏݦuu¦výÙÎ#gGÎþέ”ÑÒ”®þÒEgþÝÎDþÿXá!#!5!&'&5%676'!H´þðœfN)]®H;ËbtúWUJnþÿ|3L˜u¡.¹:;…ÄþÍ¢8%ÿ|V^m3 76= '&  7654'7! '.54676! º«ÎNΫ.8ðýlí?ý²Î««ÎNΫ«,spppæþÂþÇèspppæ>9“`VhhV`’"xx  hVc`VhhV`cVY9ˆQþ¢Nˆ9ss9ˆN^Qˆ9sV^Ë -E  7654' 76= '& 76= '&! '.54676! ý²Î««ÎNΫ«ûk«ÎNΫ.8ðýlí?*«ÎNΫ.8ðýlí?—spppæþÂþÇèspppæ>9ghVc`VhhV`cVþ|“`VhhV`’"xx þÁ“`VhhV`’"xx Z9ˆQþ¢þ¢Nˆ9ss9ˆN^^Qˆ9sV^m !1?U! '&'!  '&'&76767 76= '&  7654'7! '.54676! x8¸þñþï¶;ì41ýÀ ¶::¸ýà¶; 9Ù«ÎNΫ.8ðýlí?ý²Î««ÎNΫ«,spppæþÂþÇèspppæ>9d]]c£]]] þÕ“`VhhV`’"xx  hVc`VhhV`cVY9ˆQþ¢Nˆ9ss9ˆN^Qˆ9sV^Ë!-;K[s  '&'&76767! '&'! ! '&'!   7654' 76= '& 76= '&! '.54676! K ¶::¸ýà¶; 9å8¸þñþï¶;ì41í8¸þñþï¶;ì41 ý²Î««ÎNΫ«ûk«ÎNΫ.8ðýlí?*«ÎNΫ.8ðýlí?—spppæþÂþÇèspppæ>9]]] þ]]cü]]cehVc`VhhV`cVþ|“`VhhV`’"xx þÁ“`VhhV`’"xx Z9ˆQþ¢þ¢Nˆ9ss9ˆN^^Qˆ9s¯ÿã-¾ ,"&54632#"767' 2654&#"î@a^CF[^µ‡©þ°ïìþ­©ˆ´þùccþ÷Z¤ç礡êê}[D>XUAB]»~îïþ´LÞœ~gþúÇ]þ£Çú÷ä¤£ØØ£¤ä…lPj…'#"'&#"'&'&'&47>7632327>76&'&'&/&'&'&47>762!2!%327>764'&'.#"&#"327>764'&'&ÍÖs®* 0$+$$$ 1#*# ZaZ%% NT12 4 #HH  ")mR‹èOeýbÕü  , 0  +  …Í ) . $J . %'.D"&B 1 $C mR )KÏy   µ !   V!Eµdz267>54&'."#"'%"'&'.5467676;27>4.'&+"'&'.54676762%632$"267>54&'&ý.&&.&m,mQÛþ‘j–P(!N!"(! aVf&&bZ55!("!N!(P–joÛQm,úæ.&&.&q    lü?W’,>&#< A#"< " (( " <"#A <#&>,’W?~    ÀlOOj…3!#!"'.'&47676?6767>'.'&#"#"'.'&47>763276;%32676764'.'&#"676764'.'&#"32ÍÖÕžeOèþuRd2!  HH# 7   ZTN +Za21#+$0 4$$$+$0 '±sý¹  *   * OÏK) Rd#!>& 3"9*$"D. ' - D! 2 . , T% #ý: & (  Iô˜èZx–´Òþ-4H67&'&'&+"'&'&'&476767632%632 #"'%#"'&'&'&54767676;276276767654'&'&'&"276767654'&'&'&""'&'&'&547676762"'&'&'&547676762'&'&'&547654'&'&'&";276-&#"+"276767654'&5476%327%&"'&'&476762I  Q\C--%("(/*0.,+"( /ŽX]â\ˆ9þþ<…\âþ£XŽ/"$)0*3')"* %1*0CR[þë        22 2 2 2 †%•'   &J  &%C\d#½í_*]OÙþ‘”hXC%&  J&   “ÙO]*ýÝÙ    Ù   ")&`&"'$"/' <%‹ZS  ÏÏ % SZ‹%< /'* "%5"-($# þÒ;ý‚8\= !  !  " þòÂ÷/V’C "  !  !  [uV/á+    Vÿã^ðau‡ 767>54&'&'&#"&54767632 '.5467&54732#"#"676767#"'&#"'67654 ozwbda_f_zxІ|wbdaM,krnulŒœšŽ†spsnun‹þÇŠ*D$ lµ©Q$" 6*D?"5'K(2- # ž>   :72 331cdíˆèi`4331cd퇼>˜mœwn<;;8roþ졘þðwp:;;BV0/MÍï8:D@*|sa  -F(7 "*=8&0!2  1-5$& 6:B4Vÿã^ð (B\w.'%&'&"632%6767>54$2"'&'.546767" 767>54&'&'&'2 '&'&547676©?'*&$ 1ó$-+h+-$F3782ˆ**?þ’1 $&þç>>9†|wbdabc`òzwbda_f_zxŠšŽ†spsnun‹þËŽ†spsnulŒwI_ý"2[$  £""ƒ þ ýgIƒ $[2!v 55 55 31cdí…ñcaf31cdíˆèi`43d;8roþ졘þðwp:;;8roœwn<;x,Aª-57'36%33#3#!2#!3#3##$'#7”$@d’’5«{s”Vdš]˜F0 0Fþø˜]šdV”s{«5þâ’’d@×(ÚÉ j–P‚PÆ,ÆP‚P–` ÉÚ„Ü0ù ")- !676762!"'&'&'&54!ö¸ûX¸$#R#+/®þRþŸþF¨þF$#R#$1þS­ýò¬h,þÔ  ªþÞþÝkþÓ-ª"ýs!ýßûã³}ïPÐãó476?6763&'&'&547632676767654'&547632!54'&'&54'&&#"'&/&'&'&#"#"'&'&/&'&#"&'&'&?6'&'#"'&'&#"!'476='654'&545454'327654'&'&327654'&/³%4-)"$0JK&  )7   ýß %0‡'# #6 +-L _ˆ_^/s4* 1( .266 |/(1   \«   ýþ#:7  l€S&   xë71]/~[#<$  o»_%@,†: $";vRþÔ $X$+|‰‰¶!5DX&PY;¶9Do6 b'n•2  83þeF] 4T&  &  /50$?- 1@& 3l K  C"P1Ö Ÿ·:03<D:5XI.)D&þ[+-1:   q/A8   g+©jl9Lp{‰7654'"'&#"+"'&54?67676763276323273#5%6767'&#"6"/67#"27632327654'73654'676547&Øp/l0&–J!cS%YþøE]{@C"$4>™-;% ¾Ì,(6áY>ømü¼!N$Xì6"/,(«4òsS?X$U>"sJ?K(`./4‰+2K2.ž0>ü°S ¢Zp0+þ 1^ð' þÇ;cs  /è^"|Y/ 4«28Û‡ƒ´Ï•l%é%oté5oA='Y$ a…£T* ''G+- %_kj~r}jL`І|ï\gÃK@/.85–c($¶šË¯ (2LS>54/##326?%%3254'654'3>7632#"&547>32'% ;66Ií ü€™ ’™ ƒ }¸ýgý„½ ?ý¤6ýûqýn   -> 9@ îH67; ù˜’ ˜’zýƒýh¸| ýó8 >ü¶6!qýúê    ôýÂB5–Ž>%+?F4&'&/76765'7! !'!654'!4'!!$467>2"&'&!654'£ Ò33Ò û¦^^^¯¯RXý¨ü®¯I´#ýJ2ýVªülÅPú#Þ ~!88!~ KØppØphÈþ¬þ¬È,þÄp <(##(#id¶šË¯ (2LS.#"227654&'''%'654+.#"65.'&54632#"'.6#"%  íI66; üo’ ™’ ¨Æ|™¸ýƒ>?%6!ýûqý   9 ý ;76Hî ý ’˜ ’ÕÆ |¸ýhýƒì> 8ˆ6ýúqým    BýÂX{[%G'23 %%.'&"27>7%$!"#232%"'&'.4676762%#"#Š2%ký¿      Aý•ýéþÛ™±·þœ>>dþIýñ±ID`nþíS   SþínGŠYn¹ 5>5 ¹nŠ­)(%$#"#64'232%%&'&'&"27676è&ý•ýìø22økýÚ**Å!þín`à`nþí!##3ÆW 2327632#"'&'&5476Å'( ï>‡ !þ~þ¶GH ".4F+Ž@xÂH )þ0ýü$Š™'*'í²Å 23277632#"'&'&54763Å'( ïe` ý}{*˜279HF`0@x¯JýÞL ²†1 ,”±A  ' 7 çÉŽþ8þ7ŽÉþ7ŽÉÉŽêþ7Éþ7ÉÉþ8ɯ?– ‘tþÉþŒþŒþÉtþŒ7tt7êþŒþÉtþŒ7tt7þŒuþÉñÿîœÜB2632#"'&'#"'&54767'&54763267632676ø ÐÄQ   x€¬Þ L$3 Ìäz(   6XŽÌÜ3âþñÆï  šÐàþŠ6*=P*> "#  ¨˜¸ÌüêR26#"'#"'&'+"'&'#"'&547&'&54767&&5476326763276T ñë””% $$YyæX$ ‚Äzc0 + j–çù ê:  (ÛþÇÌ¢1#: _¿þû‡$ #- °Ô½ =1 '2ĺÚ pDÕ #!!!!!%!!!!!!!!#!5!36þHþVª¸ªþ¦¾þBý¨þB¾XȾþBÈþB¾ÈÆ«þUþHþVª¸Pý¨þB¾X¿ýyÈþB¾È¿pDÕ !!!!!!""ýÞþpýÞ"²þpýÞ"#pDÕ35#7!!#!5!3ãîîïrýŽðýŽrðsîðýŽrðspDÕ!!%!!!!!!“Žþr"ýÞþpýÞ"#ŽþpýÞ"#RbÕ !!#!5!3ÒþpðþpðEðü«Uð lÕ3!!'#'!!#!!3!5@––þÔþŽ–––,r–ÈÜþÔ,Ü,©–þŽý_– –r,–ú,þÔÜý_¡Ü>vÕ #!!!!!'!!!!!!!!#!5!3þ˜þèhÈþèýøþè þèÈþèÈmþèþ„ý_¡|Pýäý_¡þHÜý_¡ÜpDÕK#";54&'&'&#'!326767657'&'&'.+3!76767>5{d³IB,$2$*DE³h{LGC_RQ|66R_CIJ{h³ED*$2$,BF¶d{LGC_RQû„66R_CIJ KIB`OT|87O\FGKzd¶GB+%2%+BI´dzKGF\OTû„87O`BHL{d¶GB+%2%+BI´d»ÿåùó  #!! !!! 373#'7#Zà¿ààþAààþAàà¿:¦¦L¦¦¦lØ­mllmÙþzØlþçmllmÙóþ|þ}þ}þ|„ƒƒdþáþà »d»»þ}¼c¼¼¼„»Tÿã`ðC54'&54762327632#"'&+"'&5476=#"#"'&476323(L,68x86,L ºzFvd0000dvFzº L,68x86,L ºzFvd0000dvFzº ºzFvd0000dvFzº L,68x86,L »yFvd0110dvFy» L,68x86,LVÿç^ðƒ&'##"&'&'&4767>32367675&'&'.5467676236767>32#"&'&'&'#"'&'.546767675& Ô  R.-R  R-.R " Ô *!""! ((\(( !""!#%  Ô " R.-R  R-.R  Ô  %#!""! ((\(( !""!*“*!""! ((\(( !""!#%  Õ  R.-R  R-.R " Õ  %#!""! ((\(( !""!* Ô " R.-R  R-.R  Ô Sÿãaðƒ4&'&'&'.546767622676767>32#"&'&'&'.#"'&'.54676767>5"#"&'&'&4767>32(,$ ((*& :.r06$&**& )'De!  'd8:b&$$&b:8d'  )a@/!  ')*&$6/r/6$&*)'  ')?c'  &d8:b&!$&b:=_& (bCc"  &d8:b& $&b:=_& (a?/!  ')*&$6/r/6$&*)'  ')De!  'd8:b&$$&b:8d'  )a@)' ((*& :.r06$&**& ((Tÿå`ò0267632#"'&'&'!&'&'&54676763267632#"'&'#"'&'&'&5476767!6767632#"'&'"'&'&'&54767#"'&'&'&5476767632!#"'&'&'&54767#"'&'&'&476767632&'&5476767632!#"'.'&5476767632&'&54767676Z   ( &        þÛ    <   4 þÛ         % (   ò   (  þÛ 2     6  þÚ         %    <    %  (   Wÿã_õ2767653"4'&'&W›†spsnulŒœœŒlunsps†ì;8ro¡þðwn<;;¬¢þ²þj¢¬þ>-¬¢›œý'†þO^†__†^þOqþ¸ýï4óþÙ4H4þ"hþdÿþdÿÿœÿ„0Õ!% %!-º@– þj– þjþÀþj •þk Õþ*ëþëêëþëëþ*Öëëê˜Õ37'73 #'ãxxîxxþ™þ.xÒðÒxþ.Òxþ.ðþ.x¹ÎÐÐÎÎ ÐþòýåÐþóþòÐ ýæþóÐpDÕ #'!5!73!Ô¹GþFdþFGºýrþEGºdºGþEr¸þFG»ýŽqþFGºd»GþFqýºGþEd@ÿãLð     - FOÔþFýºcþ,OOþ,cýºFþÔðý¹dþ,POþ,dý¹GþœÔOPÔþœ Tÿã`ð '%%%%%% % -õþÝwDþÛþáš{þáwwþe#wý¼%þf{wwŸ„¤‡þy¤þ|ŸŸþ|¤þy‡¤„…{þàxxþe#wý¼%þf{wwœþÝxEþÛþàþy¤þ| Ÿþ|¤þy‡¤„Ÿ „¤»ÿãùð % %  Zp/þA¿ýÑppýÑ¿þA/ðý¼Áþ}þ}Áý»EÁƒƒÁTÿã`ð     - Zq²þïôþ þNqqþNþ ôþï²ðþ þNrqþNþ õþî²qr²þîTÿã`ð% % -Zªy‰lþ”‰þ‡ªªþ‡‰þ”l‰yðþ”‰þ‡«ªþ‡‰þ”l‰yª«y‰Tÿã`ð%% %% -ZtGcïVþªïþGþñttþñGþïþªVïcGðþ©ïþGþñstþñGþïþ©WïcGtsGcïpDÕ/3%!!%#'''%!5!%777xªoª:UþÅœ.þc¾þF™.þd;UþÇ©oªxªoªþÆU:þe.šþE¾þc.™þÈU9©o¾þE™.þf:UþÅ«o«xªo¬þÄU9þg.˜þF¼þf.›þÅU:ªoªx«o©9UþÇ™.§ÿã ð›54'&5476276767632+"#"32;2#"'&'&/"'&5476=&'&'#"'&'&547676;232?&547'&#"+"'&'&54767632676'K,68x86,L qA'C<4GW>L ƒd  f‚ L>WG4L „d  dƒ L>WG454&'&/54'&5476276767632+"#"32;2#"'&'&/"'&5476=&'&'#"'&'&547676;232?&547'&#"+"'&'&54767632676o**YK,68x86,L qA'C<4GW>L ƒd  f‚ L>WG4L „d  dƒ L>WG42#'"372"'&'&/"'&476="'&547>µŸQ!//V–Z¢ *nN™+G80j@6R¨R6@j0/P1“N± ¢TžP#00V–Z¢ ,lO@W+G80j@6R¬N6@j03L/•N² ¡Ä ]H,`,H Yc¢!77™\Ê4OO4ÐVA7§gU3š',H^ ]H,`,L&3c¢!77™\Ê4OO7ÍVA7¥fV4š&,H^¡ÿãð™±É67654'&"327632#"'&'&/#"'&5476=#"'&'&5476763232?'&#"#"'&'&5476763254'&5476276767632#"'&#"#"'&#"327676%32767654'&'&#"#"Z8%1T1%8¨5e %ZF\ +m8BS/?JV@6RTXN6@VGB1QB8n* \FZ% e53e!&ZFZ *n8BS/?JV@6R¨R6@VGB1QB8m+ \FZ&!e3þ˜DA 5<; > +F$ÜH$F+ > ;<5 AÓcJ2QD++DQ2Jþ´ (5H,'9,J&0f‰) T|\`j4OO7g`\|T '‹g/& H,9',I4( (3J,&9-H &0f‰) T|\`j4OO4j`\|T '‹g/&J,9',H5(€""'!$(:UJJU:($!'""nF­w"2767>54&'&'767632"'"'&'.'"'&'.546767"'&'.546767632.546767632¢=>343343>==>343343>x>%85670-),(-%8/[0!-(,)-02y/8%0%)-02y/8%-(.'&$W/:#-(,)-02;>/;),)-02;>/8%-( 06{IF{6006{FI{605+'g>:c.&".c;=g'+&1N%&W'+&.c:>k#"$.c:>g'+,B:>g'+&.c;=?nF­\v¦½Ö%"'&'.546767"'&'.546767632.5467676267632"'"'&'.27654&'&'&"67&'&'&'276767&5467'&'&#"32767>54&/76767>54&'&'&#"Z0%8/y20-),(-!0[/8%-(,)0-<1:3%>(-%8/|/8%-(>%85670-),(-%8/[0!-(,)-02y/8%0M=  H C# B/g H Ö/*x#$  8## H g/B õPP  $#x*/ø%N1&+'g=;c."&.c:>g'.5 ?=;c.&&.c;=? 5+'g>:c.&".c;=g'+&1N8GG$> >$ ‚ýc.,bB$#>  ºIr0C >'#> þÂLM >#$Bb,.$ >#'> C0rI Tÿã`ð)T½æ:e©Ó&'#"&'&'&4767>3267'&#"327%32676764'&'.#"7632#"#.4767676324676762>322##"&'"'&'.5#"'.'&467"&'&'&4767>&'&'.'&'>76?&'326767767>5&'&'.#"767>7.'&/32>7674&'&'67'&'.#"67'&'.'67676767"2767>54&'&'"'&'.54?&'2767>54'7654&'&'&"67'&54676762:ä    äÎ$4 4$ww4 4 åxy   ûÊ%" !()-+U$"! ((\(( !"&S+-)(! '7M"# V2% A()-.R$"! ((\(( !"(O-,*(A"#2P"# "MÁŽ   ´ ¸! *4 2ë kk  4 2 uKK   ¦ ´    Ži2 4* !ý‰== 2 4  Í `_  wR#$$#R#$$  8 < c !<>  š   8 < d!!<>   "%UV*) !!$3R  R3&!-(-%Z& "#%(.2$( &&S+,))A!$3R  R3'A))XT$""#%(`$( " þ ´     Ži3+!x== 3 Í _`   þŽ    ´ ¹!+3ë kk 3 uKJ   ßF)(GG()Fþ$ä    äÍ%3 3%ww3 3 åxy   Vÿã^ð3N^"2767>54&'&/2"'&'.4676762 '&'&547676% %-—z35++++++53z35++++++5pWDM69?=;9JHªDM69?=;9JHSšŽ†spsnun‹þËŽ†spsnulŒœþ£þ}ƒ££ƒþ}£þ(.h<;h.((.h; +F$þ$þ‚> +F$Hþ‚ ;<5 AØ~ ;<5 AÓ¹+DQ2Jþ´ (5H,'9,J&0f‰) T|\`j4OO7g`\|T '‹g/& H,9',I4( (3J,&9-H &0f‰) T|\`j4OO4j`\|T '‹g/&J,9',H5(õþG+DQ2JÁÝ$(:UþÍÝ$(:U3Ý!'""ûÝ!'""¶þÕA''7'753'75377537'7'#5''#5'7#5'7'7âðÂ<†Ä<ÄxðÂ<†x†<ÂðxÄ<Ć<ÂððÂ<†Ä<ÄxðÂ<†x†<ÂðxÄ<Ć<ÂëŠphMrhr›à‹ohMããMhoþëŠà›rhrMhpŠ‹phMrhr›à‹þêohMããMho‹à›rhrMhpœÕ!%)-153%% %%#'-75%77%7?5x# <þö$þÝ <þ÷þÝxþÝþ÷< þÝ$þö< #««#««ý÷¬««šª««ýö««x«ÕþÌ©þ°šhš¨¨™hšþ¯©þÍ3©Qšh™¨¨šhšP©'ÅcÅccÅchcbbccbbgcÆcÆÆcÆ‚0ÕA37%37' 7'#%'#5'7#5'7'7-'7'753'7xŒdð ÈX<[Œdðþö ðdŒY<\ÈþùðdŒxŒdðþ÷È[ÿB-ÏDH2#"2767>5!"&54$3!57!#"'&'.5467676#Ý_>I-74þÍÞý×3TŒÈP>CPN±DG-2.1/&D9¨¾Ð 88 '.* !-8D_èÈ2ú{ûÛj·@F'%.3r@Md7+4VýªžÿÝð/2&'&54676762"'&'.546767Z y*,&'ˆ²‚†®ˆ'&%1]~|45,-++-,54|45,-++-,5ð(+&a4|dƒÎ΃fz4a&$(üF*.j=3"&'&'&54767>32Ôîòr²JŠ6464ˆNNˆ4646ŠJ´pòêŠþ`Â684F@NLBD64:866D@NLBD668Âþ^~*Ëž i654'&#"632327632!"'&5!267&'&#"#"'&54763247632327654'&547632#"— 6+Jo.^V|;-þË™it36?þÅ̺ÆfQMeæEJS?(*$ s]vh2K)*NL13^Úv:Mc*„Zœ™£þe—C0ª3N35%&-Kt\K%9S >BWN=!$?$8(F!5{^? Z„ Q67654 547&'&+327#"'#536767&'&'&5432&5476323254'&5432ß?-BO>=þþ‹v06&%K`dC+(‘k$'eM?$#=Hb B=)+8=.mØ9eb PB÷°>$3g:84þ!þEB7WPfG+1K«HŽP<Ff#&T'0P+A'þ“š<þú›œ¸±œ›ƒ}DC‘þä/'"05276767654'&'4‘rceNS((((¦`hmº©§„Œ@DDF†Š¡©þä/CD}ƒ›œ±¸œ›>C/GF†©½»¤§…‰CGþñ˜ !&547˜†‚ƒ…þ°–•”—æþ>þ2þ;åëÆàßÄìþñ˜ 0!!6P—”•–þ°…ƒ‚ìþ<ßàþ:ëåÅιþÛ! !ÛþÜþþ$þþüÛþü ! Ûÿþ"þþþüü#þ{! !{þ<ýl”Äý`þü9þ‘ ! 9 ý`Ä”ýlþüüUþ?! !?þþþìþþüwþ` ! wÿþêþþþüüÄþHZîjþæjî•îjÍjîlþð'7'7Zîjþæjî¼îjþæú3þæjîfþ²$#"&=4&+5326=46;#"3Ôù©lŽ==k©ùÔDV[noZV¾”Ýï—ts•ðÝ“XøŽŽœøX¡þ²N$326=467.=4&+532;#"+¡DVZon[VDÔù©k==Žl©ùÔ¾XøœŽŽøX“Ýð•st—ïÝ”˜ÿì”è º+¸º +¸ 01! 4$32!5##7#”þ?þÂþÄþ?Îq¾ÁqÍûÓiÚ¡þÿìÙêþÁþA¿?ÆrÆÆþý\Ž/˜+ý‚˜ÿì”è *º%+¸%º +¸ 01! 4$32>54&#">32!5!>”þ?þÂþÄþ?Îq¾ÁqÍýæ>0Å£=‘as„;N_/>!þúR¤þL}²êþÁþA¿?ÆrÆÆþéFi:}—$«:&N?(U?"ñMŽt§˜ÿì”è 6™º+Aêú]A)9IYiy‰™©¹ÉÙ ]¸1ܺ.+¸.º +¸ º!'+¸!º+¸º9º*'!901! 4$32%4&#">32+32#"&'32654&'26”þ?þÂþÄþ?Îq¾ÁqÍþ|Á¡=ˆ_ky4[\XZ‘ŒcksuD}[Xˆ@ÃØv hêþÁþA¿?ÆrÆÆþs‰— ?<:<ŒNGLO0¨œ]r˜ÿì”è º+¸º +¸ 01! 4$32! !3535##”þ?þÂþÄþ?Îq¾ÁqÍýþó þC½¶ÎêþÁþA¿?ÆrÆÆþþ¼~þƒŽÓÓH˜ÿì”è +‹º!+Aê!ú!]A!)!9!I!Y!i!y!‰!™!©!¹!É!Ù! ]º+¸º ++¸ º+¸º($+¸(º901! 4$32>32#"&'32654&#"75!5!”þ?þÂþÄþ?Îq¾ÁqÍûïYe2hvvhDw_X…@¾Õϰ?‘ýÃêþÁþA¿?ÆrÆÆþó%aVUa/¬¬˜•° «Ž˜ÿì”è 2ñ¸3/¸4/¸3¸и/¸4¸ܸÜAêú]A)9IYiy‰™©¹ÉÙ ]¸¸ÜA&6FVfv†–¦¶ÆÖ ]Aåõ]º +¸ º +¸ º+¸º,&+¸,º/&,901! 4$32#"&54632"32654&#"7>325.”þ?þÂþÄþ?Îq¾ÁqÍý¢\NN\\NN\qÈêÀ¹ Âº N€ w/aTJjêþÁþA¿?ÆrÆÆþþZbbZ[bb*þõÚçý³‘”±= P”#œ˜ÿì”è º+¸º +¸ 01! 4$32%!35!”þ?þÂþÄþ?Îq¾ÁqÍûÂÏþ¯ÁlýUêþÁþA¿?ÆrÆÆþvüæ]K˜ÿì”è 1=‹º+¸º+¸º +¸Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]Aê ú ]A ) 9 I Y i y ‰ ™ © ¹ É Ù ]º/9º;9¸;/Aê;ú;]A;);9;I;Y;i;y;‰;™;©;¹;É;Ù; ]¸5ܺ+¸º )+¸ º+¸º28+¸201! 4$32#"&5463232654&'>54&#"2#"&546”þ?þÂþÄþ?Îq¾ÁqÍý¹_TT__TT_ýâ¾­­¾vi¶·jvkKRRKMQQêþÁþA¿?ÆrÆÆþþlHQPIIPPIŠ——Š\ƒvStˆˆtSvƒÄB>=BB=>B˜ÿì”è &2é¸3/¸4/¸Ü¸ÜAêú]A)9IYiy‰™©¹ÉÙ ]¸3¸'и'/¸-ÜA-&-6-F-V-f-v-†-–-¦-¶-Æ-Ö- ]Aå-õ-]º+¸º +¸ º +¸º*0+¸*º# 901! 4$32254&#"326#"&'4632#"&”þ?þÂþÄþ?Îq¾ÁqÍüÑÈ鿹 ÂºŸO€ w.aUJk<\NN[[NN\êþÁþA¿?ÆrÆÆþýK Úèý´‘”¯< O“$œ„[bb[[bb˜ÿì”è $0Óº%+¸%º+¸º++¸Aêú]A)9IYiy‰™©¹ÉÙ ]Aê+ú+]A+)+9+I+Y+i+y+‰+™+©+¹+É+Ù+ ]º+¸º .+¸ ¸¸(Ü01! 4$32!5##7##"&5463232654&#"”þ?þÂþÄþ?Îq¾ÁqÍû$Ÿu¼¬ž‰F?@EE@?Fþpˆƒ‚ˆˆ‚ƒˆêþÁþA¿?ÆrÆÆþý©€Ê*‰'ýÂ$¢——¢£——£ÐääÐÑää ÿ–«=$>  767654'&'!5%3!!  '&'&54767ôþ̆„mommom„†4†„mommom„ý¥þá¡ýP\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6û}9“:û݈¨@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=6P  767654'&'!!567>54&#"5>32  '&'&54767ôþ̆„mommom„†4†„mommom„þ)4ý \=)N=…kP¥`aªFºÝ7I׺\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6û€ˆˆ_A.Xx;_x55£'(º›I„ZÞV@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=B\  767654'&'#"&'532654&+532654&#"5>32  '&'&54767ôþ̆„mommom„†4†„mommom„ttƒóàLŸUD W˜Ÿ”„‹‘x~‚zB˜\R«GºÕrþ=\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6ýyœt°Âœ'(xrjw…_Z\b§Ždˆ @>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«='A  767654'&'!33##!5  '&'&54767ôþ̆„mommom„†4†„mommom„Þþh˜*˪ª¡ýå+\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6íý‚ üõ†þæœò@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=7Q  767654'&'!!>32#"&'532654&#"  '&'&54767ôþ̆„mommom„†4†„mommom„ý£zþ#G#ÈéðÚKœSL•VŠ¢¢ŠAC\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6cˆþÛ Û»ÁÖ£)%’}|’X@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=%>X  767654'&'"32654&.#">32#"32  '&'&54767ôþ̆„mommom„†4†„mommom„þÖl€€lmÔ=|< © /ŽV´ÑÚµÏÛ â=|þ^\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6ý‹•‚€––€‚•ú“ØÚEKÛ¼¸Þ>-O@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«= :  767654'&'!#!  '&'&54767ôþ̆„mommom„†4†„mommom„ý\þN¨˜ýÂÖ\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6`Eûš#…@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=#9E_  767654'&'"2654&%.546  &54632654&#"  '&'&54767ôþ̆„mommom„†4†„mommom„þßs„„æ…„þêhtÌdÌthuƒÔþtÔ„9tihvvhit0\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6ý,{Ø{|kl{EŽg¦¦gŽžs­ºº­sž\hh\]hhÐ@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=2>X  767654'&'53267#"&54632#"&2654&#"  '&'&54767ôþ̆„mommom„†4†„mommom„ý§=|< © .VµÏÚ´ÐÚþôâ=}þmml€€J\˜–|~{{~|–˜þ¤˜–|~{{~|–Ù96ooþ÷œ—þ÷oo6996oo —œ oo6û“×ÛDJÙ¼¸ÞþÃþÑþæþ¯•‚••‚••@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=+8Ca  76767654'&'&'"32654'.  735733!  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„T,+VUVV++ï2QPPQþΠPþ3–•ƒþp\˜–|~-,¡üg%“&û݈¨@>}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«= $!5!#%  '&'&54767°þø¡þâ{\˜–|~{{~|–˜þ¤˜–|~{{~|–ˆˆ#:“9üq @>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=6>7>54&#">32!5  '&'&54767£Ã×I7ݺFªa`©Lk…=N)þÃ\öýÕ\˜–|~{{~|–˜þ¤˜–|~{{~|– ÇÞZ„I›º('£55x_;xX.þ¿_ˆˆ@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=(B>54&#">32+32#"&'32654&  '&'&54767ir׸G¡\\˜Bz‚~x‘‹„”Ÿ˜W DUŸLàóƒþ2\˜–|~{{~|–˜þ¤˜–|~{{~|–ˆdާb\Z_…wjrx('œ°tœ=@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«= '! !335#$  '&'&54767œþhnþ¡ªªþo\˜–|~{{~|–˜þ¤˜–|~{{~|–³ý‚ ý œþæ† ý@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=7>32#"&'32654&#"!5  '&'&54767CAŠ¢¢ŠV™HSœKÚðéÈ#G#æþ\˜–|~{{~|–˜þ¤˜–|~{{~|–=ý¨’|}’''£ÖÁ»Û %ˆ@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«= $>2#"&546.#"32654&#">32  '&'&54767Pmml€€­C|=âþóÛϵÚÑ´VŽ/ © <|=þ\˜–|~{{~|–˜þ¤˜–|~{{~|–+•‚€––€‚•úþ¯þåþÓþÂÞ¸¼ÛKEÚØ«@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«= !35$  '&'&54767Ö>þh¨²ýÖ\˜–|~{{~|–˜þ¤˜–|~{{~|–@ˆûÝfEý@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«= +E2"&46' 654&'>54& 74632#"&  '&'&54767Yt„…æ„„/t„ԌԃuhtÌþœÌt-tihvvhit0\˜–|~{{~|–˜þ¤˜–|~{{~|–Ì{lk|{Ø{Ežs­ºº­sžŽg¦¦gŽå]hh]\hh‰@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=$>%32#"3267#"&'"&54632  '&'&54767!C}=â ÚдÚѳV. © <|=Al€€lmþÝ\˜–|~{{~|–˜þ¤˜–|~{{~|–®Q/=Þ¸¼ÙJDÛ×g•‚••‚••@>}~þÔ±¬þÔ~}>@@>}~,¬±,~}> ÿ–«=  :2#"&546$  !5##7  '&'&54767™eddedddþ¾©©Bªû‘¡³´–\˜–|~{{~|–˜þ¤˜–|~{{~|–Õõ÷õööõ÷õ€þÃþÑþÓþÂ>-/ýˆˆ#&“%üq @>}~þÔ±¬þÔ~}>@@>}~,¬±,~}>ušPj !!5!!PþþÀpûÝ#þ@‚þpðpüpté 7%÷ý©µÔFýN‹´ªý4ýNGuÌP85 zûûDýæ<2ð2pþJþJüt” '-ZýK©ûþ˲Fýª´ÔGýNuPü!!u»¨\lý”þ¤¨ýE¾>ü~~ü>uu+"&'.546?!".4>3!'.5467>2þp4,ºü€,$$,€º,4›2.þp ,.º".2."º., þpuÌP8!5! šûÛ%¶þJZPŽþJþJuÌP8!5! šûÛ%¶þJÜHþJþJuÌP8 #3#3#3!!5 ¹ððþÀxxÈ<<éþo‘¶þJºþpþpþpîþJþJuÌP8 55!#3#3#3š¸þþ¸þoPððþÀxxÈ<<®Šþ΄„þΊXý¨Xý¨Xý¨Xu†}~ !!üþûô ~þþÖäÀPD! 6ü¼–þ>lú”‚þñÂþ>þ>äÀPD ! þòDýRþ>lú”‚þñÂþ>þ>äÿøP  Bþ¢lú”‚ŠývývuÌPb3!5 5! '&'.u$##+* Z¶þJþMþM*+##$‚à0U%!ÆþJþJÆ!%Uu¢P84676763!5 5! u$##+* Z¶þJþMþM*+##$‚0U%!ÆþJþJÆ!%U0ìÿñÙ!! ^þŽr{þ…VXeýoýouÌP855!¼þDüqšžþ΄„þΞ0ušj%5!!53  !<ý9Çúèþª˜þhý9šîôîþþ>îþ¬ušj%5!!53  !<ý9Çúèþ˜þhý9šîôîþþ>îþ¬+Z° !73#57!!+ IŠdØý&–ý+ÑŠ„¬Šü·ÄÎôîýþÈþ2È&îþ¬+Z° 5!'53#'!!!+Õ–ÚØdŠü·±ü·ÄIЬý|úÈ&Èþ2Èýþî¤þ¬î˜˜2˜ !'!'!53 !ÜOýìdcnèdþ‚˜þhýžÈ”žþÈþ¶ž˜˜žþ 2˜ 3#5!7!!! Ünèdþnýd;ýc˜þh˜þÈþž”Èþèþ ž˜˜dd˜ !53#'5!'! !–]nè2þn2üÕ2òr-˜þhüÓ°Jžþdþc;dJúž˜˜ždd˜ 7!573#5!! !–2+2nè2þnü£òr-˜þhüÓLJd;cþdþžJúž˜˜ž<ÿØÄ¯6767632"'&'&'! <'CZmo~yti^Z\X^Vqo÷ti^?)XÊþ6nGCZ.//+]YÝ€zÚ_X0//+]>IžÊÊž ‚BP "&*.37#37#37#37#5!!!!3'#3'#3'#3'#á < ´ < ´ < ´ < x»»‡­Ãíþy»ýä_< <(< <(< <(< <ZððððððððPþ輂‚¼þèhððððððð¥pt> 7&#"7'7 !%¢¯*ޤBF¯þ8þ©þåþWU¨{°FC£*°þ9oþX¨:þWþæubP¢ 55!5!!'!þš¸¸šþ˜ý§XÈý¨ÈÈXȪø¼dd¼øPRÈÈȧÿÅt” '327'' !!i¯FB¤Ž*¯ÿ8þ‘¨þX:þå¨Á°*¢CF°ÿ9þ¨þåþXU¨§pt>*%&#">7'&'&">327&5467>7t¥BEH€¦¦#&NKþX$W/,0$"¨ D5Hp*G6¦¦¨$"!0,0Y"þW!F&'&#þ»GGC£uaP£'467#"!4676?'&'.5!3!.5P·›5ëê#$ý¨%"//"%X$# Ë5›‚e¼eJ(0Y! "X0(Je¼§ÿÆt”*.'.54?'#"&'2767.'32t)H5§§ þX"$ #0,0X"¨KN&#E€HEB¥”Ž£CGG¨¨&'&KþW"Y0,0$"¨E6Gs¬PX'<6%"'&'.54676$4676762"'&'&&'.54676762$/ö+ãz >ü_ $#R#afü‚þ·#R#)ž>xåþ”ÎbQuþý 88—RK…68ƒ# 88  þþvc–<å*676767632#"'&'&'&%.5467.546–A ''+/54<3¢‘þo¢8n23'9%%%%büüb%%%‚&:?$ fLLf#&#/:&'X23X'ñrrñ'X32X¢V2®c"'&'.54?654&'&'&#!"#!".4?64/&4676763!23!2767>54/&546767622ð þæZýœ ;:td Z ð‹ð  c ´  uuè ´ c  ð¢ñ2c"'&'.54?654&'&'&+"#!".4?64'&4676763!2;2767>54/&546767622þpW\xýj IJœ– ‚\W‹þ˜ Ûð  ““8 þüÛ þ˜u¦P^'#76767&'&/3#>7!5!!5!.'PˆSŒJl.. &GG& GlHŽSýÌi7*üÖånK Knü**7‚OU©nm¤'66'¤1ª¤”UýÕ=…HdŽ·)·ŽdH…=mþ²Ð'*'$&'&#"'67667Ð h7þHm^:-ˆ3ÕÞþ° REþ² SR®õQO‰1ØÌ¡üLÜHOþ²²'57$'&54&#""OER þ°ÞÕ3ˆ-:^mþH7hþ²HÜ´¡ÌØ1‰OQü ®þ®S þ#îu ! !ùõþ þ óþ˜Òþ–jý.uûÛûÓ-1ýüްþò0 3%!#3!ÈþÔ€ððý€°ù¦Zddù¦d¯þò/ #3!53#5ËÈÈdý€ðð°ù¦¾øÞdZd·þò{3 #·ªþ檂üpüp¤þòh # 3hþæªþ檂üpÿÿ·þòÏ&@@Tÿÿ¤þò¼&AAT[[Ü '#'#'##'‰Òx\xÒxjjxÒx\xÒÜý,x\ýeÓûȰhhûP8Óü›ì\xÔYÿùYÕ73373737+ý.x\xÒxjjxÒx\xý.Ôx\ìü›Ó8ûPhh°ûÈÓeý\xý,Ol„D=072767>54'&'&'&"7#7676767632#"'&ew@RN¾JV !'7$"!3!&'&'&'!#!2767676Þþwxéþ  !1cbîþìîbc1! ½½ "1cbîîbc1" `éxüâÖ]\LM& ®ª® &ML\;þRªþR &ML\]Ö]\LM&¯ZþwxéZQvcbddbcvQZª[RwcbddbcwR[éxV''LM\7=eþ›=7\ML'ýÆþ›e;6\ML''''LM\6dÌ 8 ´  ÔÔÌ2@ @@ 00 ]1@  œ Ôì99ÌÌ0@  œ ü<<@ œü<<°KSX³ <<´œ ì´œìY5!!d‰xé ‡öyéxUZ‰xéªéxuÌ 8 ´  ÔÔÌ2@ OO __ ]1@ œ Ôì99ÌÌ0@  œ ü<<@ œü<<°KSX³ <<´œ ì´œìY'7!5!'7 þwxéöy ‡éx¯ZþwxéªéxdÌ 8Ú¶ ÔÌ2ÔÌ2@ PP_ _O O]1@   œ Ôì9Ì2Ì20@   œü<<@ œü<<@ œ ü<<@ œü<<°KSX· <<<<´œì´œì´ œ ì´œìY5!'7'7!d‰xé€éx‰þwxé÷€éxUZ‰xééxþwZþwxééxdÌ 8!!5!! s÷]xþw‰x]ûöix]x‰Z‰x]xiuÌ 87'!5!'7'7!5 èiiöû]x‰þwx]÷iix]xþwZþwx]xdÌ 8!7'!!5!'7'Xii÷¨iIø˜]xþw‰x]h]x‰þwxiiiá]x‰Z‰x]]xþwZþwxdÌ 8 !5!3# Y÷#éxþw‰xéݪª-éx‰Z‰xéYü¤uÌ 8 #3!'7'7ªªÝéx‰þwxé-þ§\þ§éxþwZþwxédÌ 8 !5!53#5! Y÷¯]xþw‰x]Qªª÷7ii¡]x‰Z‰x]Íü¤EÒiiuÌ 8 !'7'7!#3!7'Q]x‰þwx]÷¯ªªÉiic]xþwZþwx]Í\þ»ÒiiuÌ 8%77777773'7'7#'''''''uF´´´´´´´´´´´´F‹éx‰þwxécn´´´´´´´´´´´´F×F´´´´´´´´´´´´FéxþwZþwxén´´´´´´´´´´´´Fÿÿ,X@,ÿÿ,ÝX ,Ýÿÿ,ÝX@',,Ýÿÿ,§XÓ,§ÿÿ,§X@',,§ÿÿ,§X ',Ý,§ÿÿ,§X@',',Ý,§ÿÿ„°@„ÿÿ,°@',„ÿÿ,ݰ@',Ý„ÿÿ,ݰ@',',Ý„ÿÿ,§°@',§„ÿÿ,§°@',',§„ÿÿ,§°@',Ý',§„ÿÿ,§°@',',Ý',§„ÿÿ„ݰ „Ýÿÿ,ݰ@',„Ýÿÿ,ݰ ',Ý„Ýÿÿ,ݰ@',',Ý„Ýÿÿ,§° ',§„Ýÿÿ,§°@',',§„Ýÿÿ,§° ',Ý',§„Ýÿÿ,§°@',',Ý',§„Ýÿÿ„ݰ@'„„Ýÿÿ,ݰ@','„„Ýÿÿ,ݰ@',Ý'„„Ýÿÿ,ݰ@',',Ý'„„Ýÿÿ,§°@',§'„„Ýÿÿ,§°@',',§'„„Ýÿÿ,§°@',Ý',§'„„Ýÿÿ,§°@',',Ý',§'„„Ýÿÿ„§°Ó„§ÿÿ,§°@',„§ÿÿ,§° ',Ý„§ÿÿ,§°@',',Ý„§ÿÿ,§°Ó',§„§ÿÿ,§°@',',§„§ÿÿ,§° ',Ý',§„§ÿÿ,§°@',',Ý',§„§ÿÿ„§°@'„„§ÿÿ,§°@','„„§ÿÿ,§°@',Ý'„„§ÿÿ,§°@',',Ý'„„§ÿÿ,§°@',§'„„§ÿÿ,§°@',',§'„„§ÿÿ,§°@',Ý',§'„„§ÿÿ,§°@',',Ý',§'„„§ÿÿ„§° '„Ý„§ÿÿ,§°@','„Ý„§ÿÿ,§° ',Ý'„Ý„§ÿÿ,§°@',',Ý'„Ý„§ÿÿ,§° ',§'„Ý„§ÿÿ,§°@',',§'„Ý„§ÿÿ,§° ',Ý',§'„Ý„§ÿÿ,§°@',',Ý',§'„Ý„§ÿÿ„§°@'„'„Ý„§ÿÿ,§°@','„'„Ý„§ÿÿ,§°@',Ý'„'„Ý„§ÿÿ,§°@',',Ý'„'„Ý„§ÿÿ,§°@',§'„'„Ý„§ÿÿ,§°@',',§'„'„Ý„§ÿÿ,§°@',Ý',§'„'„Ý„§ÿÿ,§°@',',Ý',§'„'„Ý„§ÿÿ,þpXÿœ,þpÿÿ,þpX@',,þpÿÿ,þpX ',Ý,þpÿÿ,þpX@',',Ý,þpÿÿ,þpXÓ',§,þpÿÿ,þpX@',',§,þpÿÿ,þpX ',Ý',§,þpÿÿ,þpX@',',Ý',§,þpÿÿ,þp°@'„,þpÿÿ,þp°@','„,þpÿÿ,þp°@',Ý'„,þpÿÿ,þp°@',',Ý'„,þpÿÿ,þp°@',§'„,þpÿÿ,þp°@',',§'„,þpÿÿ,þp°@',Ý',§'„,þpÿÿ,þp°@',',Ý',§'„,þpÿÿ,þp° '„Ý,þpÿÿ,þp°@','„Ý,þpÿÿ,þp° ',Ý'„Ý,þpÿÿ,þp°@',',Ý'„Ý,þpÿÿ,þp° ',§'„Ý,þpÿÿ,þp°@',',§'„Ý,þpÿÿ,þp° ',Ý',§'„Ý,þpÿÿ,þp°@',',Ý',§'„Ý,þpÿÿ,þp°@'„'„Ý,þpÿÿ,þp°@','„'„Ý,þpÿÿ,þp°@',Ý'„'„Ý,þpÿÿ,þp°@',',Ý'„'„Ý,þpÿÿ,þp°@',§'„'„Ý,þpÿÿ,þp°@',',§'„'„Ý,þpÿÿ,þp°@',Ý',§'„'„Ý,þpÿÿ,þp°@',',Ý',§'„'„Ý,þpÿÿ,þp°Ó'„§,þpÿÿ,þp°@','„§,þpÿÿ,þp° ',Ý'„§,þpÿÿ,þp°@',',Ý'„§,þpÿÿ,þp°Ó',§'„§,þpÿÿ,þp°@',',§'„§,þpÿÿ,þp° ',Ý',§'„§,þpÿÿ,þp°@',',Ý',§'„§,þpÿÿ,þp°@'„'„§,þpÿÿ,þp°@','„'„§,þpÿÿ,þp°@',Ý'„'„§,þpÿÿ,þp°@',',Ý'„'„§,þpÿÿ,þp°@',§'„'„§,þpÿÿ,þp°@',',§'„'„§,þpÿÿ,þp°@',Ý',§'„'„§,þpÿÿ,þp°@',',Ý',§'„'„§,þpÿÿ,þp° '„Ý'„§,þpÿÿ,þp°@','„Ý'„§,þpÿÿ,þp° ',Ý'„Ý'„§,þpÿÿ,þp°@',',Ý'„Ý'„§,þpÿÿ,þp° ',§'„Ý'„§,þpÿÿ,þp°@',',§'„Ý'„§,þpÿÿ,þp° ',Ý',§'„Ý'„§,þpÿÿ,þp°@',',Ý',§'„Ý'„§,þpÿÿ,þp°@'„'„Ý'„§,þpÿÿ,þp°@','„'„Ý'„§,þpÿÿ,þp°@',Ý'„'„Ý'„§,þpÿÿ,þp°@',',Ý'„'„Ý'„§,þpÿÿ,þp°@',§'„'„Ý'„§,þpÿÿ,þp°@',',§'„'„Ý'„§,þpÿÿ,þp°@',Ý',§'„'„Ý'„§,þpÿÿ,þp°@',',Ý',§'„'„Ý'„§,þpÿÿ„þp°ÿœ„þpÿÿ,þp°@',„þpÿÿ,þp° ',Ý„þpÿÿ,þp°@',',Ý„þpÿÿ,þp°Ó',§„þpÿÿ,þp°@',',§„þpÿÿ,þp° ',Ý',§„þpÿÿ,þp°@',',Ý',§„þpÿÿ„þp°@'„„þpÿÿ,þp°@','„„þpÿÿ,þp°@',Ý'„„þpÿÿ,þp°@',',Ý'„„þpÿÿ,þp°@',§'„„þpÿÿ,þp°@',',§'„„þpÿÿ,þp°@',Ý',§'„„þpÿÿ,þp°@',',Ý',§'„„þpÿÿ„þp° '„Ý„þpÿÿ,þp°@','„Ý„þpÿÿ,þp° ',Ý'„Ý„þpÿÿ,þp°@',',Ý'„Ý„þpÿÿ,þp° ',§'„Ý„þpÿÿ,þp°@',',§'„Ý„þpÿÿ,þp° ',Ý',§'„Ý„þpÿÿ,þp°@',',Ý',§'„Ý„þpÿÿ„þp°@'„'„Ý„þpÿÿ,þp°@','„'„Ý„þpÿÿ,þp°@',Ý'„'„Ý„þpÿÿ,þp°@',',Ý'„'„Ý„þpÿÿ,þp°@',§'„'„Ý„þpÿÿ,þp°@',',§'„'„Ý„þpÿÿ,þp°@',Ý',§'„'„Ý„þpÿÿ,þp°@',',Ý',§'„'„Ý„þpÿÿ„þp°Ó'„§„þpÿÿ,þp°@','„§„þpÿÿ,þp° ',Ý'„§„þpÿÿ,þp°@',',Ý'„§„þpÿÿ,þp°Ó',§'„§„þpÿÿ,þp°@',',§'„§„þpÿÿ,þp° ',Ý',§'„§„þpÿÿ,þp°@',',Ý',§'„§„þpÿÿ„þp°@'„'„§„þpÿÿ,þp°@','„'„§„þpÿÿ,þp°@',Ý'„'„§„þpÿÿ,þp°@',',Ý'„'„§„þpÿÿ,þp°@',§'„'„§„þpÿÿ,þp°@',',§'„'„§„þpÿÿ,þp°@',Ý',§'„'„§„þpÿÿ,þp°@',',Ý',§'„'„§„þpÿÿ„þp° '„Ý'„§„þpÿÿ,þp°@','„Ý'„§„þpÿÿ,þp° ',Ý'„Ý'„§„þpÿÿ,þp°@',',Ý'„Ý'„§„þpÿÿ,þp° ',§'„Ý'„§„þpÿÿ,þp°@',',§'„Ý'„§„þpÿÿ,þp° ',Ý',§'„Ý'„§„þpÿÿ,þp°@',',Ý',§'„Ý'„§„þpÿÿ„þp°@'„'„Ý'„§„þpÿÿ,þp°@','„'„Ý'„§„þpÿÿ,þp°@',Ý'„'„Ý'„§„þpÿÿ,þp°@',',Ý'„'„Ý'„§„þpÿÿ,þp°@',§'„'„Ý'„§„þpÿÿ,þp°@',',§'„'„Ý'„§„þpÿÿ,þp°@',Ý',§'„'„Ý'„§„þpÿÿ,þp°@',',Ý',§'„'„Ý'„§„þpÿÿ,þp°ÿœ',þp„þpÿÿ,þp°@',',þp„þpÿÿ,þp° ',Ý',þp„þpÿÿ,þp°@',',Ý',þp„þpÿÿ,þp°Ó',§',þp„þpÿÿ,þp°@',',§',þp„þpÿÿ,þp° ',Ý',§',þp„þpÿÿ,þp°@',',Ý',§',þp„þpÿÿ,þp°@'„',þp„þpÿÿ,þp°@','„',þp„þpÿÿ,þp°@',Ý'„',þp„þpÿÿ,þp°@',',Ý'„',þp„þpÿÿ,þp°@',§'„',þp„þpÿÿ,þp°@',',§'„',þp„þpÿÿ,þp°@',Ý',§'„',þp„þpÿÿ,þp°@',',Ý',§'„',þp„þpÿÿ,þp° '„Ý',þp„þpÿÿ,þp°@','„Ý',þp„þpÿÿ,þp° ',Ý'„Ý',þp„þpÿÿ,þp°@',',Ý'„Ý',þp„þpÿÿ,þp° ',§'„Ý',þp„þpÿÿ,þp°@',',§'„Ý',þp„þpÿÿ,þp° ',Ý',§'„Ý',þp„þpÿÿ,þp°@',',Ý',§'„Ý',þp„þpÿÿ,þp°@'„'„Ý',þp„þpÿÿ,þp°@','„'„Ý',þp„þpÿÿ,þp°@',Ý'„'„Ý',þp„þpÿÿ,þp°@',',Ý'„'„Ý',þp„þpÿÿ,þp°@',§'„'„Ý',þp„þpÿÿ,þp°@',',§'„'„Ý',þp„þpÿÿ,þp°@',Ý',§'„'„Ý',þp„þpÿÿ,þp°@',',Ý',§'„'„Ý',þp„þpÿÿ,þp°Ó'„§',þp„þpÿÿ,þp°@','„§',þp„þpÿÿ,þp° ',Ý'„§',þp„þpÿÿ,þp°@',',Ý'„§',þp„þpÿÿ,þp°Ó',§'„§',þp„þpÿÿ,þp°@',',§'„§',þp„þpÿÿ,þp° ',Ý',§'„§',þp„þpÿÿ,þp°@',',Ý',§'„§',þp„þpÿÿ,þp°@'„'„§',þp„þpÿÿ,þp°@','„'„§',þp„þpÿÿ,þp°@',Ý'„'„§',þp„þpÿÿ,þp°@',',Ý'„'„§',þp„þpÿÿ,þp°@',§'„'„§',þp„þpÿÿ,þp°@',',§'„'„§',þp„þpÿÿ,þp°@',Ý',§'„'„§',þp„þpÿÿ,þp°@',',Ý',§'„'„§',þp„þpÿÿ,þp° '„Ý'„§',þp„þpÿÿ,þp°@','„Ý'„§',þp„þpÿÿ,þp° ',Ý'„Ý'„§',þp„þpÿÿ,þp°@',',Ý'„Ý'„§',þp„þpÿÿ,þp° ',§'„Ý'„§',þp„þpÿÿ,þp°@',',§'„Ý'„§',þp„þpÿÿ,þp° ',Ý',§'„Ý'„§',þp„þpÿÿ,þp°@',',Ý',§'„Ý'„§',þp„þpÿÿ,þp°@'„'„Ý'„§',þp„þpÿÿ,þp°@','„'„Ý'„§',þp„þpÿÿ,þp°@',Ý'„'„Ý'„§',þp„þpÿÿ,þp°@',',Ý'„'„Ý'„§',þp„þpÿÿ,þp°@',§'„'„Ý'„§',þp„þpÿÿ,þp°@',',§'„'„Ý'„§',þp„þpÿÿ,þp°@',Ý',§'„'„Ý'„§',þp„þpÿÿ,þp°@',',Ý',§'„'„Ý'„§',þp„þpdÌ?8 !5!53#5!•üs]xþw‰x]ªªûûii¡]x‰Z‰x]Íü¤EÒiiuÌP8 !'7'7!#3!7']x‰þwx]üsªªiic]xþwZþwx]Í\þ»Òii´Ü 3'#'##-Z-x\xÒxÒx\®.ýÒx\ün Óû#ÝÓûö’\ÿù´Õ733737#x\xÒxÒx\xýÓZ'x\’ûöÓÝû#Ó ün\xýÒO€'µ=%"'&'&'&767670327676764'&'&'&½pk_V1..1Vbr‰xé`Xk_V1..1V_kpIêxþ¸XE?#!!';B¢]YQS@?#!!';BQ9€.-\ZnllnZ_.‰xé$-\ZnlÿlnZ\-.)èxF!F@RN¾JV>Žl§ùï˜mGСBk˜ðþî>DôdWŽû0Xd”Ýï—ts•ðÝ“þ²ß.W@#.  -&.%)/ÜK° TX¹)ÿÀ8YÌ299ÌÜ´]<Ü<Ì999991@© &$À-±/ôÌ2ÄôÌ2ì907&54&'>5!2;#"#!532654&+C­­I°02°Ký½ù§lŽ>>Žl§ùþù5ŒUUŒ5D>ð˜kB¡û0Gm˜ñ“Ýð•st—ïÝ”dXÐŽWÙþ2Ûù  5 1üªúþû¨VüªªÌdþÎýÌá¦á22üšhþ¦Ù'æ %#3 5'ªªþ ü¢úþÈü:Äþžýœ¦Ù'æ 73 ÙªL^ü¢ªÈû8bbü:Èýï¦ÙÿÂ'B 7Ù''üÙ›â>€ý°Pú€Nqþ¢ÆÙÿÂ'B 'Ù''üÙ›þ>€ý°Pú€Nq^ýDÙÿÂ'B Ù''üÙ>€ý°Pú€NÙÿÂ'B%  'üÙüÙ''ýt¢àNý²€ý°PÝþÙÿÂ'B5  5Ù''üÙüÙŒbàý²Nú€Pý°Ýäþ#îu úôþ þ uûÛûÓ-ÙÛ3!3!!#!#!5 ¨L¨3þͨþ´¨þÍ×-ýÓ-ýÓªýÓ-ýÓ-ªÙÛ333333#######5¨¨¶¨¶¨ÏϨ¶¨¶¨Ï×-ýÓ-ýÓ-ýÓªýÓ-ýÓ-ýÓ-ª:þkÆû7!!  767654'&'$  $'&'&547676h0þÐ8þÀŒ‰rtrrtr‰Œ@Œ‰rtrrtr‰þ ŽVŽŽGFFGŽŽþªþrþªŽŽGFFGŽŽèþ’È;:rsþ죟þìsr:;;:rsŸ£sr:ôެªÉŬªŽŽª¬Åɪ¬Ž:þkÆû3?  767654'&'$  $'&'&547676!!#!5! þÀŒ‰rtrrtr‰Œ@Œ‰rtrrtr‰þ ŽVŽŽGFFGŽŽþªþrþªŽŽGFFGŽ€ýs¨ýsB;:rsþ죟þìsr:;;:rsŸ£sr:ôެªÉŬªŽŽª¬Åɪ¬Ž€Kýsªýsª:þkÆû3?  767654'&'$  $'&'&547676   '  þÀŒ‰rtrrtr‰Œ@Œ‰rtrrtr‰þ ŽVŽŽGFFGŽŽþªþrþªŽŽGFFGŽ€]ÍÎxþ3Íwþ3þ2xÍþ3B;:rsþ죟þìsr:;;:rsŸ£sr:ôެªÉŬªŽŽª¬Åɪ¬Ž€èþ3Íxþ2þ3wÍþ3xÎÍÿÿuþM %' °o& °' °% °JuþM¶327!5!>2&#"!!"&' ;E þ€”2&#"!!!!"&' ;Eþø þä$Ÿ˜€”;Eþð þÜŸ˜€›‚¯Ϊð¨@¥‡z‚¯þÙ¨ðªþ¥‡zuþM¶&#"%"&'73275%>2";ECþµŸ˜€”;Eþ¾JŸ˜€ö‚¯ýç¶ ºým¥‡z‚¯¶ º“¥‡zuþM¶*3&#"&'67"&'7327&'&54767>2";E™Iq(P >6DŸ˜€”;E]InoSuŸ˜€þ=,HK%ö‚¯þÖ)ˆAH!þ+p$ þ¾¥‡z‚¯1Io›œsV<¤ˆzüEÖ.JghH$uþM-2&#"676='73'"&'7327&'&53>2";E+@/V]H½6¼H\nUm —€”;D [>wfP3,, —I6ö‚¯üx/Ur]H½½H]œlVþ¡¥‡z‚¯M>wšrN3 ™¥‡F4uþM¶!3#!!>2&#"!!"&'732²ÓÓwþ¥¢—~”9F 9þ¡ ©‘}”9G¦þýêr0®§…}Œ‚¯þõü¼þÿ­}Œ‚uþM¶+3#>2&#""&'73273264&²ÓÓc)¢—~”9GcBnnVs¢—~”9F (6o‡”¦þ~ç…|‚¯þÖK|þÒoUþ¾§…}Œ‚¯¶“ØuþMp.3#327264&#">2&#"632#"'"&'ÓÓþz;E-8pÆ–ŠqÕS¢—€”;E;D©ÎÜ›WI —€®þýµ‚¯3>6‘Ñ¡]¤ˆz‚¯þËéþÒÛ!þ£¥‡zuþM¶ 13#64&"327&'&767>2&#""&'­ÓÓË”ŠÖ¢;E]InoSuŸ˜€”;EcBnnVsŸ˜€°þzÑ‘Ïþ-‚¯1Io7sV<¤ˆz‚¯þÖK|þÒoUþ¾¥‡zuþM¶!%7!>2&#"!!"&'73273!#3˜;¢—~”9GþÄ©”9G ŬþÅ«“›þI§…}Œ‚¯þÐýþÞ­{Ž‚¯ tþêþÿ¾þMm-&#"!2#567&'!"&'7327!5!>2";Ed‹_``þë!Ÿ˜€”;D þÜ»`þÅ;`»*Ÿ˜I6ö‚¯ýïÆŒˆebýI¥‡z‚¯žº`:H:`º*¥‡F4uþM¶#&#"7'"&'7327'7'7>2";Exüüx±Ÿ˜€”;EŸzþüx²Ÿ˜€ö‚¯þXyüüx°ýô¥‡z‚¯â yüüx³Ø¥‡zuþM¶*327#467>2&#"#4'"&' ;E-A 4y›yŸ˜€”;E Z>Vy|-Ÿ˜€›‚¯¦2PœþÈIϼ+¥‡z‚¯þæEaÖþ·8ó2üJ¥‡zuþM¶'&#"63"&'7327&'&53>2";E*’yþ€”;E\?Vy~+Ÿ˜€ö‚¯ü&8þ·þŒ'þ¢¥‡z‚¯LFaÖIþÈõ1…¥‡zuþMÀù>32&#"#"&'7327!5ã¢KL~”9GA¢LK~”9Güïâ§…}Œ‚¯ú°§…}Œ‚¯g  kýb¶>32&#"#"&'73275!ã¢KL~”9GA¢LK~”9GþÉâ§…}Œ‚¯ú°§…}Œ‚¯ýР ÿÿ?œÅ™ÿÿÙÓÛj& Á J$ÿÿÙŸÛj& Á' JçþW J@$ÙÿÛ¦ 5 5ÛúþûøúþF¶Ѷeþ‘þ“¶ѦÑÙÿÛ¦ 55ÙúþúþFѶþ/ì¶þ/¦þ/¶mÿÿÙÿݦ' J/ÿ»~ÿÿÙÿÛ¦& Jþ»ÿÿÙÿÛ'' Já~ÿÿÙÿÛ'' JáÿÿÙÿÝ' J/Ì~ÿÿÙÿÛ ' JÿþÇÙþñÜN:A%#"'&'&'&#"5>32326#"'&'&'&#"5>32326 5Üj²bn’ š^X¬bh´`n” œ^V¨hj²bn’ š^X¬bh´`n” œ^V¨gü@ÀúþP³NE;=LT³NE;=K›²PD:32326#"'&'&'&#"5>3232655Üj²bn’ š^X¬bh´`n” œ^V¨hj²bn’ š^X¬bh´`n” œ^V¨ûeúþÀP³NE;=LT³NE;=K›²PD:327&#"56767326 5Üj²bDS4ŒWV¨hj²bm“\¤Y@/X¬bh´`ES3‹VX¬bhZmM’p[¤Y@1V¨gü@Àúþ–²PDƒ4KU³NE;é@âLT³NE‚4LR²N"*,é@ãJ^þëþî²pªoÙþ_ÜN5<#"'3267#"/'7&#"5>327&#"5>32732655Üj²bDS4ŒWV¨hj²bm“\¤Y@/X¬bh´`ES3‹VX¬bh´`n”[¤Y@1V¨ûeúþÀ–²PDƒ4KU³NE;é@âLT³NE‚4LR²ND:é@ãJ^°þ‘ªþ²Ùý„ÛT 5!5!-5 !5!Ûúþü‹uúþúþuü‹úþúþû°/ª0²Òý\ªû^ÕÒ²þЪþÑ~ªÙý„ÛT -55!55!Ùuü‹úþúþü‹þsûÕÒ²þЪþÑþ᪪ü°/ª0²ÒùªªÙÿÜN%#"/&'&#"5>32326!! 5Üj³an’š^X¬bh´`n”œ^V¨ûfúþü@Àúþ–²PD:32326!!55Üj³an’š^X¬bh´`n”œ^V¨ûfúþúþÀ–²PD:323265-5Ûi³an’›^X¬bi³an“›^V©gúþü‹þsuü‹úþ¾²OE;=LS²NE; =KJ°/ª0²Òú:ÕÒ²þЪþÑÙþÛ !(#"/&'&#"5>32326-5 5Ûi³an’›^X¬bi³an“›^V©ûeuü‹úþúþü‹¾²OE;=LS²NE; =KJÕÒ²þЪþÑû¿°/ª0²ÒÙþ,Û× -55!55!Ùuü‹úþúþü‹þs%ÕÒ²þЪþÑþ᪪(°/ª0²ÒùÙªªÙþ,Û× 5!5!-5 !5!Ûúþü‹uúþúþuü‹úþúþ%°/ª0²Òý\ª~ÕÒ²þЪþÑû^ªÙþ6Ûî 5 5 -55Ûúþü‹uúþúþuü‹úþ•°/ª0²ÒýV/°þÑý¦ÕÒ²þЪþÑþа/°Ùþ6Ûî -555 5Ùuü‹úþúþü‹uúþ•ÕÒ²þЪþÑþÛ°/°ý'°/ª0²ÒýK/°þÑÙÿ„Û& 55Ûúþúþûøpþ/¶Ñû¶ѦѶþ“Ùÿ„Û& 5 5Ùúþûøúþp¶þ/¶ý›om¶þ/¦þ/ÿÿÙÿ„Ý&' J/þî–ÿÿÙÿ„Û&' Jÿþþä—Úÿ¶Ü{ 5!5 5!Úúþü@þ¾Ѫªû•°oªp²þî9ªªÚÿ¶Ü{ !5! 5 !5!ÜúþúþÀü@úþúþѪúë²þªþ‘þªÙÿÀÛÍ555Ùúþúþü@«²p²ýN²p²ü—°oªp²þîÙÿÀÛÍ 55 5ÛúþúþúþÀü@úþ«p²þþ p²þýU²þªþ‘ÙÜ(".#"#"&'5327>76325Üh¨V^œ ”n`´hb¬X^š ’nb²júþü@ÊTL>7632 5Üh¨V^œ ”n`´hb¬X^š ’nb²júýÁü?úþÊTL>ªªþÖªªÜVJ<:DN´TL<:DNüD°oªp²þîÙþ˜ÜÔ$+5!5!.#"#"&'53276767632 5Ùúþh¨V^œ ”n`´hb¬X^š ’nb²júýÀü@úþ>ªªþÖªªÜVJ<:DN´TL<:DNüD²þªþ‘ÙfÛÎ $!!!5!676762!!&'&'&!!Ùúþ‚C.8þd 6WYÎYV7 þe8-ý;úþZª{+DD\¨93[2332[0<¨[EC,üéªÙÿÏÛW7!!%5$Ùúþþþ$Üþü}ƒyª±þå]]þå×x„¦|€ÙÿÏÛW%!5505%$Ûúþƒü}þÜþ$yªª×þ€|¦„þˆ×]]Ùþ×ÛW !!'7!5!%5$¬–Zóý²…–Zþ N´þþ$Üþü}ƒqP¨ªøP¨ªþå]]þå×x„¦|€Ùþ×ÛW !!'7!5!55%$¬–Zóý²…–Zþ Ný²ƒü}þÜþ$qP¨ªøP¨ª×þ€|¦„þˆ×]]Ùÿ ÛK75!5!%5$ÙúþþÍýØ!:þ£ü[¥]3ªªþÖªªkþå-Q÷×tX¦VvÙÿ ÛK75!5!55$%$Ùúþúþ]¥ü[þ£:!ýØ3ªªþÖªªk×þŠV¦XþŒ×÷Q-ÙþqÛK!5!7!5!7!!!!'%5$&þ³Ú`ýÆȉŠ)Pþ"_=ý6ŠŠÞþÍýØ!:þ£ü[¥]êªsª¤s1ªsª¥tþå-Q÷×tX¦VvÙþqÛK!5!7!5!7!!!!'55$%$&þ³Ú`ýÆȉŠ)Pþ"_=ý6ŠŠþÜ]¥ü[þ£:!ýØêªsª¤s1ªsª¥t×þŠV¦XþŒ×÷Q-ÙþyÛ‹:E#"'&'&'&#"5>76326#"'&'&'&#"5>32>%5$Ûi³an’ ›^X¬bi²b`¡ ›^V©gi³an’ ›^X¬bi³an“ ªž°gþÍýØ!:þ£ü[¥](³NE;=LT³N9 A=Kš²OE;=LS²NE;C Eìþå-Q÷×tX¦VvÙþyÛ‹:E#"'&'&'&#"5>76326#"'&'&'&#"5>32>55$%$Ûi³an’ ›^X¬bi²b`¡ ›^V©gi³an’ ›^X¬bi³an“ ªž°ûe]¥ü[þ£:!ýØ(³NE;=LT³N9 A=Kš²OE;=LS²NE;C Eì×þŠV¦XþŒ×÷Q-ÙýíÜ‹6A#"'3267#"/'7&#"5>327&#"56767326%5$Üj²bDS4ŒWV¨hj²bm“\¤Y@/X¬bh´`ES3‹VX¬bhZmM’p[¤Y@1V¨gþÍýØ!:þ£ü[¥]$²PDƒ4KU³NE;é@âLT³NE‚4LR²N"*,é@ãJæþå-Q÷×tX¦VvÙýíÜ‹6A#"'3267#"/'7&#"5>327&#"5676732655$%$Üj²bDS4ŒWV¨hj²bm“\¤Y@/X¬bh´`ES3‹VX¬bhZmM’p[¤Y@1V¨ûe]¥ü[þ£:!ýØ$²PDƒ4KU³NE;é@âLT³NE‚4LR²N"*,é@ãJæ×þŠV¦XþŒ×÷Q-Ùþ¡Û®7 5Ùúþúþü@ÀúþÃþ²pôþ²p«þëþî²pªoÙþ¡Û®%5555ÛúþúþúþÀòþ²²²þ²i°þ‘ªþ²µÿÉŸ³ ' '!Â]ý#¿Ý\eÁý#þ´ÝÂÏN\ý#¿Ý]xý–Âý#LÝÁ ÿÉ ³ !77 ! ýþˆ\Ý¿ý#þ€ÏÂÝþ´ý#Nþˆ]ý#¿ÝýòÏÁý#þ´Ýµ4Ÿ !7 7:\ý#¿Ý]xý–Âý#LÝÁ]Ý¿ý#\eÁÝLý#Âý1 4  %''' !ý]Ý¿ý#\eÁÝLý#Âý1™\Ý¿ý#]þˆjÂÝþ´ý#Á7†P~ % ! !!5 5!3þü!üþýß…ýþö é †üüþïþþõƒƒþöþöƒƒ 7†?~% !!3þü ûô†üüþïþ*^V !!^üüþïþ* üþûô ^ÿÍVÕ!!!^ÖþÉ ûôþµÿÉŸ³' '!ŸÁý#þ´ÝÂÏäÂý#LÝÁ ÿÉ ³!  ÏÂÝþ´ý#äÏÁý#þ´Ýµ4Ÿ%7 7ÐÂý#LÝÁ4ÁÝLý#Âý1 4  ! ÁÝLý#Âý1ÂÝþ´ý#Á7†P~ % ! !3þü!üþý߆üüþïþþ^ÿÍV ! !! !EþþþïüüþïÉþüCüþuÿùR× #7!5!7ÈZþxxèü/{êxŠxêªþ:êxu-R '!5!'ÈŠxêû…Ñèxˆ þvxêþ:ªêxŠHÿù%× 7!!7Òþvxê{ü/èxþxŠxêƪþäêxþvH-% 3'!!'ÒZˆxèÑû…êx þvxêþäªÆêxºÿÕ$!%!!ºúW7úÉü ùàržºÿÕ$!!!ºúW7úÉü ùàžºÿÕ$!!,7úÉrŠ<úR ùàºÿÕ$!!cúÉrŠ<úR ùàÿ!$ výŠüó üòdxxýˆüðüðÿ!$ žuüó üòýˆðýˆüðüðÿ!$ ! žuvú} üòýˆxüðüðÿ!$! žëýŠüó üòxýˆüðüð ºÿÕ$ #)-17#535#5#5#5##5#5#5##5##53#5#5#5##5Õãqrrrrþ¥ÌêÊMrqêÌêÊþ¤rärrrrärrætr¶ÌÌ´ÊÊü$tttt¬ærtttttúÆrtæ¶ÌÌ´ÊÊÐtræ$ÿÊÐ# !$VVþºûà¶mý“ü$ÿÊÐ# ! !ªzý0üªVVþºûà‹ü±O þmý“ü–ÿFfü   vvýŠýŠrèèý5þ•kØkþ•üæ\­þSü¤þS–ÿFfü7 –èèýó\­þSü¤þS"ÿ¹Ù‰ ! ÐþR®[®þRGèèýýpþ„( $  %pýûþýýüþý@¨*––þÖûXþÖ––Nÿ ¦L :lý”üLüªüªF Nÿ ¦L  ü²N þ lý”üÆþîü†þìÐVüªüªF  jÕ3!!!!!!#535#53ÉÊ[þ¥[þ¥×ü_¿¿¿¿Õþþ~ª, *3###535#5333#y±±¸····¸±±¼ýÔ,8ýÈÿ×jÕ#3327673#"'!!&'&#"#>32ÉÊ &}f[×ü_ &}f[Õý, %$R†”þ/ª %$R†” Õ!2+##5332654&+!ÉÈû€€ûþÊ¿¿Êþššþ[ÕqrÛÝqqý¨ÏÑ’‡†’ÐÉþfTÕ$Ç@  $ !? %üì2üÄì9999Ì991@&  B •°• $•/ôìÔì999ôì990KSXíí9Y"²@&]@Bz%%%&'&&& &66FFhuuwˆˆ˜˜]]#.+;#"&! 32654&#A{>ÍÙ¿J‹xÜn†?MãÍÈüƒý‰þ’••’¼~þh–býñ–ªômÖØºOýƒ…Hÿ¢œ¼#(07#5#"''7&546;7&'&#"5>327354326=-¸?¼ˆ‡\g`n;ýû)ž T—`¶Te¾Zçx”_¨9»58¯þ¼>c™¹ýÅåc3Výªfa<}N…V{½À¿ E..ª''r³OËs+Aºþx.Ù´)þâ 3{ ÿèÿB“333#;#"'&'##53w1ÀªÀ ÑªKs½½ÕQ fªÖ‡‡žþÂ3ýÍþo‰NšP þÖr>ÿÿÉþ¿Õ6ºþå!#4&#"#3676323#d¸||•¬¹¹BYZuÁcc¸¸žŸž¾¤ý‡ýže22wxèýõþLÉþ¿jÕ%3###3!Á©ÅEý3ÊÊžýªþAÏý1Õý‰wýHºþåœ33 3###º¹%ëý®ÌŸ¸8ýǹüiãýôþEþL#ýÝ\þ¿èÕ !!#!5!s•üPÉû=°ügÕšûoþAš‘Xþå“` !!#!5!qjýLl¸ü}´ýe`¨üÛþR¨%sÿãwñ-@••Œ‘¯ üìÔì221/ìäôÄìÄî053#5# !232#"³ÄÄMì¥þòþ¬T¥ìüßêÌÍëëÍÌêíèú+ç„€«\\«€ýxþãþ»EEþ»ÉþfÕ! !+53265##É-}-ÍãMD†nþËþÄÕüøú“þòôª–·üúáhÕ %!#3!3¼ýÛ…åýÇÒˆ¡ˆÕÇçüRÕþsÿãwñ%#3>3 !"&#" 7ÄÄMì¥Tþ¬þò¥ì!êÌÍëëšçèÕç„€þUýHþU€k:Eþ»ýÆþ»=à{0#3 632#54&"$þ·úþ\Ã^TÞƒ¹²Qr)mü“`üTæá¿†rr:T*D ð # #3 3 67632#54&#"fþÉþþÅþÂþþŠÌ:9ã:76&7#"733%3úhþôÒþÿþݺ “ÙkÀjþw”Ó˜¼„rq¿-xÑž‡¡«–D|Hv`ÓQ°¯~ý®°ûPþH_##"$'5332654&76#"#3$32¨¿þ¾Ò°þØ »Ÿ”•·Ç$Zh‘ü9¾d½RÔ™¶°½ËŸ¬YP[yƒ„è¸f®®ýãP°°°Fÿë”u .63 ?# 6%#"?3327632#5&7$ªùþÔ'Ež‹ ÂÛÛ¬þœ99 …Z….¤ Ä IBÊÑa¡uy¤h$4Q´ Êþ(¼×  dcŽáZe~ˆPA45Gx=%'þ” þƒiþc_#6#"#3$324ÑRhi‡þÑFÄu¿~Òuþf¨®®ýƒ°°°°üÕPþü_#6#"#3$32$32#6#"ËUlh’þâQ¾tÀxÊl“ÕžÁ‰o‘þìkþg¨®®üÔ_°°°°°üQ,®®ýXÿﳇ $6#"72767#"7#"'53;73$32ÉiþÙO_Ô{k¿'þÍþøˆÓjh¶°Æ jW°z{Ó+®®ýΆ8B~÷BA¯ÖDæéýk6þY±±HL_ "6#"3%$32#6#"#7#"73$32©eþ»Rr;'iŽÔ›¾‡hþ삸þ{«Ú$¿™Ö,®²þ ®°}°°üQ,®®üÔÈȯ°´´Žw_!#6#"#3$32¾¿ˆh“þÜ5¾^À‰Ø ,®®þ‘¢°°ÀPþ‹‡ 6#"32%##"73$32¡oþÇNq¯ªmÍ]þЬÓIÓ4’Ó,®®ýõ®¿ý‰‘À¯ãýïǰ°PW` "6#"32%#7#"76##3$32$36eo‚þ´NmˆIÁþy»·[fyþ¸_¿ˆÁŽÈ–°Â,®ýõ®®þο¿¯}®¬üÔ_°°³³±PÿïÇ )32767$76%&#"#"=3326323¢ýïE¶syx cÀ»Òþ·VÏ&J]ÕzÃ7S²r¬#1XÛ-ƒþõ;=m¤ý; @@û]¦kr•¢w?|ÀþÓ†P{‡!#6#"#'! #5&#"$36¶À“iþÚs¿™" …¼­þ ~ŽÛ ,®®üÔ8Ó|¡{aA£þ¹t°±P_%#"7332%332%3#7#",þ’œÒ¦¾“r‡ÀŠ\iÀ“Áþ€Š¾¯¯¯°üÓ®®-üÓ®®-û¡¯¯Pr_%#"7332%3#,þ’œÒšÀ‰rsÀœÂ¯¯¯°üÓ®®-û¡xþ#‡#7#"7#"73327332%3ÒLþ½ÊBþì©\ÎNt2Ö¾Q BizÌhþN„Áºˆ—×þºsýã^yÜ®ý'üŽP#‡3$32#6#"#7#"73325mTÍ@ rÕœ¾‡hþæsÀþœœÒ˜ÃŠr2Uý¡y°°üQ,®®üÔ¯¯¯°üÓ®P]‡332%3#7#"7íMÜ7ph^ʈÊþœœÒa&ý×üÔ®®-û¡¯¯¯4þw`6#"$7327! 3$36ˆjþÙeü¼!ýDu˜ŽÎcÂþàþú¥2нx‘Ö-+®®ý9KžìF›Æº…¶F4DZ±þËPþJ%#"7#"7332%332%'3#Þþ€ŠÈþœœÒ¤À“r‡ÀŠ\h$ËxmЯ¯¯¯¯°üÓ®®-üÓ®®,ìþçüiý„OþO_ -6&32%6#2%#7#'#7!"3$32$32ožþçGp¯ }Yþ¯H••·þÖ–t UÎ@þýþñÔ,t¿SÔÀP×Ã-mn°þ­®ú¯¯þ®¯þϯ¯-;þ,Ìů1.±±±±þÍdþE‡%##3%3%73#mgÎQ6þZÄ{ÇO¦BUÂE3 Ë{ÌPþ\oý¯R„{íoýø†»Sý{þ«xÀüŸ~Pt_$32#6#"#3–{ŽÕ›É‡^þÙqÁž¿¯°°üQ,®®üÔ_Pþr`%#"733273#þ¯›Ò”¾róˆÉœƒÚ¯¯¯°üÓ®®.ü@ý~Pþh_%#"7332%3!#532$þœ™Ò˜Â‰riÀr;þ.þÛUIçY¥¥¯°üÓ®®-ü‘þWþ׋ßPþl‡#3$32#6#"|jcÚK—JÄ={Õ‹½th,ýýØ8ý³‹°°üQ,®2þl`27#73$32 #6#"[wËXÐÚûþâ$’½(æÔ+‚¾~£sþ÷e¡þ­z²3ö±°þÍýæ®®ýÎÚPÿîŇ3 7# %33–ýüCÍ8id,ýÛþ©*>'ÂjÒKpð'µþ2Ö²·ý\þæ-XºC)ýÙPþ `!6#"#3$32$32#6#"ôs_‘þà`\ÚDˆÀuÉi–ћ‰qþët,®®üõýýâ`±±±±±üQ,®®üÔ<þq` #6#"6 %'73 &!"#3$6"À)gþÜ]ê—³ý´éëÝå þسÅÅÆ,ßÐ*#®±ý—sþþ^Q¾zßn(±²þËþa_3 73!Èý8`”¾‹!TÀ^$ý97çþCÿü%ðëüÓþÿþ‹Fþ`‰$# /33 73$'#%&'R$w­þËòþèØ¡a‘¡ýõÖ°;þÿ¹Ë"›,ƒ«ØÜÒdíRmQ”ýrþ¾®<‰z°¾þ–×¿ËøP_!#7#"6#"#3$3232%3xÂþ–ŸÊ,IkƒþàfÃŽ¿ äÐZgiC^¿¯¯2ù®®üÖ^±±±ý„®®-dþt‡6#"#!3#"$7#ˆi|þÆ]öþ1³*p®ê‘2xšË^À,®ªýýofÀCйþx£¯ýàPr! 33 767537632ÿ,ý¬þÑ*#Ë&Å8Oý|І…†ñ$2þÎ2þ÷­¹2šÂçÔ¤v;<üPþm‡%#7#"33%3ãnÜOþ›Í,оŒ‡h*sNÓ;„ýš%l¯1.üÒ­¯!5ýÍPþÒ_%#7##"7332%3E½ÔmËJÅ@¿†roÃF_Eý¾3¯°ü´™BPÿïåˆ%3 7#6! 6%!#5&"% •ýþB«G½seþŸf)ý¹þÖ*IÄWÊ©À^3*Ù+½þ0²²³½Ê ýJþÎ2Á9R¾M?[–þº'þàqÿã» $@ E EüìÔìì1@¹ ¹ŒôìÔì0"32654&'2#"$54$–™··™™··™ù,þÔùùþÔ,g}ss}}ss}¤ÓÁÁÓÓÁÁÓsÿã§ð+2@ -! ‘ ,üì2ôì2ì1@• ­•&•‘Œ,äôììôì046$32#"$&%!327676%!&'.#"s~Ô&¢¢&Ô~~ÔþÚ¢¢þÚÔ~YûŠNÖwwkØ]ûŒ~ŠNÖwwkØ]êÑzzÑþâžþâÑzzÑIÊ‘S`0aäJùÉ’R`0aåIsÿã§ð"'I@"•$$#) ‘#(üì2ôì2ì9/<ì21@•"#­•!%•‘Œ(äôì2ì2ô<ì2046$32#"$&7)6&')s~Ô&¢¢&Ô~~ÔþÚ¢¢þÚÔ~Û µ¤þ&µ þõµý\ÚµþõêÑzzÑþâžþâÑzzÑIÉþæ!ýû!tÉ!ýü!þæ@5Õ c@  •  ÜÄÔÄ1/<ôì990@    BKSXíííí@   Y"5! # #7!v•þ(ðþvþuðyTýW+ªšýýFý麣ÎC8Õ c@  •ÜÄÔÄ1/ä2ì990@    BKSXíííí@   Y"%!5 3 3!ûkÌýþð‹Šðýþxþ«©ššªqºýéýF£þ2@ÕÕj@ • •  Ü<Ô<Ì1/ì99ôì990@   BKSXíííí@   Y"! !7!5 5!ÙýWXþ´©þ¨wÑûkÑþ/•+þWý(©–ýÁª L?ª –èÕ #@‘   ÜüÜüÜì1/ô<<Ì203#3#3#ÌÌýzÌÌDÊÊÕÿÿÿÿú+ÿÿhÕ0ÿÿhÕ9ÿÿÉ‹Õ(ÿÿƒEÕP–ÿãàð #/3H@5E1-0 !'E4ü<ì2ÄÔ<ì2Äì1@3¹00* ¹ ¹‘4¹*¹$Œ4ôìÔìôìÔì9/ì02654&#""$54$322654&#""$54$32!!»™¹¹™™¹¹™ùþÔ,ùù,þÔù™¹¹™™¹¹™ùþÔ,ùù,þÔý7 ü`s94488449¤Žƒ‚ŽŽ‚ƒŽü¸94488449¤Žƒ‚ŽŽ‚ƒŽ\ªÛ|Õ:@   ÜÌ2ì2Üì2Ì21@• •­‘• /<ì2ä2ôìì20!!!!!!!!5!!Û ‹ þ¿AýõþuýõAþ¿ÕýœdªûªÇý9ª\RÕ T@ •   ôì2ÔÄ91/<ôì0@  BKSXí<<íííY"!#! #!&ʬþ,ïþPþsæýÕšývýOÓç–~Õ -@ •¯•­•  Ü<Ì2ÜÌ´? ?]1/ìüìüì03#3#3#€þþþþþþþQÍþIÍÕÍ\RÕ T@ •   ôì2ÔÄ91/ìô<0@  BKSXí<<íííY"3 !3%!cïýÔâûTÊþsæÕýOývšÕýéÓüsÿã§ð+7@ •&-& ‘,üìôìì9/ì1@ !• •‘Œ,äôì2ì2046$32#"$&767>54'&'&s~Ô&¢¢&Ô~~ÔþÚ¢¢þÚÔ~Õ.]Ø=@µN\ªµN\.]Ø=êÑzzÑþâžþâÑzzÑž}qäa ³!ˆSáÝûM!‰Rá}|påasÿ•§>#-n@.  '&$ /$ ‘.üìôììÄ9999991@ .'& ) )••‘Œ.äôìì/Ä9999999046$327#"''7&7&#"4'32>s~Ô&¢ãÄ ‚n€~ÔþÚ¢äÄ œnÕ‘ê§wÖœ\Š‘ý§wÖœ\êÑzvÄiÂjþÞžþâÑzwÅkÁj!žæ®˜^`¥á|å¯üg^`¥á–”Õ .@••• •¯  Ü<<<Ì2221/äìÜììÜì03#3#3#3#–þþþþþþþþÕÍßÍáÍáÍ)àÕ:@ ¯ ÜÜÄÌ1/<ä0@íí22íí # #3².èþ]þºæèºýFýâÕÉ;Õ -@    üüÜüÜüü1@ ‘• ­ /<ô<ìä03!#!#!ÊÔÊý"ÊÔÕýœüÇý9q><Õ@  ÔÄÜÄÄ9/ì1´€ ]@¯ /<ì220K°BPX@     ìììì@     @ ííY333 # #‚ÚÊ Øþ Øþ\þXÚÕþdœþsý3üø{ý…–¢Õ 1@• ¯•  Ü<Ì2Ü<Ì2´??]1/<ì2ô<ì20%3#3#3#3#¤þþþþýòþþþþÍÍÕÍûÅÍÕÍ\Õ 7@••  ôìÔÄ91/ìôì0@ BKSXííY" !!!!&æýâûT¬üœdDçúÕÕšûo–h’h $@    ÜìÜìÜìÌ1/<<Ì2203#3#3#ÆÌÌþhÌÌþhÌÌhÿÿÿÿÿÉ‹Õ7o–Õ !@ •¯• /Ì2üÌ21/ì2ôì20!!!!5!!o&þÓ.üÚ-þÒÕªûªªoÿâ1ð/,@!•‘ '•,Œ01*$ 0Ì2ÜìÜ2Ì1ä2ì2ô<ì20!"'53 !"563 676!2&# !27# '&Ð%4Âþ¬€rmyþðÿymr€OÇ4%%4ÂT€rmyÿþðymr€þ²È4*B6Ð!¯*:'(8)¯ Ï6AB6Ï ¯)þÈþØþÙþÆ*¯!Ð6oÌÕP@   Ô<<Ì2ì22Ô<<ü<<Ì21@ • • ¯/<ä2Ü<<ì22Ü<<ì2203!3!!!!#!#!5!!5!!‘Ê’ÊþëþëÊþnÊþÞ"þÞ"Ê’ÕþxˆþxªþŽªþy‡þy‡ªrªªþŽrÿÿÉ3լ̈Õ@•¯•üìÄ21/ìüì03!!!̼ýòÕªûªÿÿÉ“Õ,oÌÕ7@   /<<Ì2ü<<Ì21@•• ¯ /äÜ<ì2Ü<ì203!!!!#!5!!5!¿ÊCý½Cý½Êý°Pý°PÕþxªþŽªþy‡ªrªÉ•Õ7@ ¯üK°TX¹@8Y2ì21/ìÌÌ0@ 0 @ P ` Ÿ ]73#3#ÉÌÌÊÊÍÍÕû¦Ÿÿã¤Õ>@••‘Œ üÄìÔÄìÔì1äôììÄ0@ BKSXíY"47!5!32654'3! $Ÿ¾»ü¤¬ýx·ÅÛÉâÕË¿áþ»þ¹þÎþ¹ßwNªªþetäw–¤ˆˆ³Îà¡Îæùcÿã­ð #/9@1E- !'E0ü<ì2Ô<ì2ì1@¹ ¹‘0¹*¹$Œ0ôìÔìôìÔì02654&#""$54$322654&#""$54$32ˆ™··™™··™ùþÔ,ùù,þÔù™··™™··™ùþÔ,ùù,þÔPIIPPIIP¤¥˜—¦¦—˜¥ýPIIPPIIP¤¦—˜¥¥˜—¦sÿã§ð'(@ ) ‘(üìôìì1@ •#•‘Œ(äôìì046$32#"$&732>54.#"s~Ô&¢¢&Ô~~ÔþÚ¢¢þÚÔ~Õ\œÖwwÖœ\\œÖwwÖœ\êÑzzÑþâžþâÑzzÑž}á¥``¥á}|á¥``¥ásÿ‘§ð,P@  ! #.# ‘-üìôììÄ9991@ ! (•(•‘Œ-äôììÀ99046$32'#"$&73277654.#"s~Ô&¢¢&Ô~l¢§Äå¢þÚÔ~Õ\œÖw§þ‘ƒj\œÖwwÖœ\êžÐzzÐþâžžþàiÇkÊwzО|â¤`^¾jþI®å|â¤``¤âÉ;Õ -@   üüÜüÜüü1@ ‘ •­ /ôì2ä203!3!#ÉÊÞÊþ,Êdqý9ÇüýœdÉÇÕ (@ •¯•­•  Ü<<Ü<<Ì1/ìüìüì03#3#3#ÉþþþþþþQÍþIÍÕÍ–hÕ ?@•¯ •­ •   Ü<Ì2ÜÌÜ<Ì2¶??? ]1/<ì2üìü<ì20#53#533#3#3#hþþþþýþþþþþþþÍú+Í„ÍþIÍÕÍsÿã§ð'+>@- )(( ‘,üìôì9/Ìì²/)]1@+Î(­•#•‘Œ,äôììôì046$32#"$&732>54.#"3#s~Ô&¢¢&Ô~~ÔþÚ¢¢þÚÔ~Õ\œÖwwÖœ\\œÖwwÖœ\ÆþþêÑzzÑþâžþâÑzzÑž}á¥``¥á}|á¥``¥áÍsÿä§>,P@  %$#& !.! ‘-üìôììÄ9991@ #&$%(•(•‘Œ-äôììÄ99046$327#"$&732>54''&#"s~Ô&¢äÄ ƒžn~ÔþÚ¢¢þÚÔ~Õ\œÖwwÖœ\þ”‚p§wÖœ\êžÐzvÄiÂkþàžžþâÐzzО|â¤``¤â|å®þ?lÆ^`¤âsÿãrï%1=G@8&,20>üìô<ì2Ü<ì21@/•;• 5 )•#•‘#Œ>äôìì9/ì/ì0! #"&547 !&54632! 32654&#"4&#"326s†S“_ ™…„™þþþû™„…™ _þmþ­þz™,,,,,,,,égŸs'O;‘‘H6þ¾þâþâþ¾6H‘‘;O'sŸz<11<;22‡<11<;//dÀÕ #@• ­¯  Ô<Äü<Ä1/äô<ì203!!#!5!­ÊIý·Êý·IÕýjªýk•ªÿÿ=;Õ;sÿãrï3?Kf@•F4%+6:0Lüì2ô<ì2Ü<ì29/<ü<Ì1@•=•(I• C (7##•1•‘1ŒLäôìì9/ì/ì/<ì2ÌÄ0! #"&547"333###3&54632! 32654&#"4&#"326s†S“_ ™…„™î—»ÌééÌ»—…™A;…þïþ­þz™,,,,,,,,égŸs'O;‘‘H6¢Šßÿÿªÿÿߊ¢6H‘‘;OO4Ÿz<11<;22‡<11<;//É‹Õ;@ •••­•  üì2ÔÄÄÜ<ì21/ì2ìôìî20²]!!!33##!!!ɰýÌêêÌþïøü>ÕªþFÿÿªÿÿýãªÿÿhÕ)É;Õ@• üìÔìì1/ìô<0)3!3;ûŽÊÞÊÕúÕ+ÉyÕ=@ B• ü<Ô1/ôì20KSX@ììììY!# 5!!±èßþ!°ý8ßÀkªªýšsÛÕ#O@%$!  /<<ì22Ô<ì2ìÔ<ì2ì1@• • /<<Ô<ì2ô<<Ô<ì2032653#2#4&##"#3"3ÂÊŠòÓþ‡ÖÖyÓòŠÊŠòÓyÖÖþ‡Óò+ªþVâÈþîþºþÛþºþîÈâþVªâÈF%FÈâÉöÕ.@ ¯üK°TX¹@8YìÄÄ1/ìÄ0´í!##ÉÞþuÄÕý-úásÛÕ+f@- ,&'  #+ /<<<ì222Ô<ì2ÄìÔ<ì2ìÄ1@+¹* •  #•*'"/<<Ô<ì2ô<<Ô<ì29/<ì205!5"3332653#!!2#4&##"#35ÁÖþ‡ÓòŠÊŠòÓþ‡Ö¿þAÖyÓòŠÊŠòÓyÖ•ª>FÈâªþVâÈþîþº>ª=þºþîÈâþVªâÈF=6-éÕ@ ÜÌÜÌ1/ÌÄ20!3!3éüM•-¨þûÿã¬Ó$36767#"&546?>7>5#53ó¿!Ya^Ág¸ßHZX/'ÅËËÅ-93B$BüS #C¼98ŸL‰VV/5<4þú¾­,5^1Y7ÿÿÙŸÛ2& Á JþW°:X!##°¨ð¸ýµÇ:o#5!#¶ï¨¹…ý&°þòXÌ3!3hðþX¸ÚÇþòoÌ!533oþXï¹þòKÿÿ“°ðMÿÿªþ¼‚Õ'{ü6{ÿÿªþ¼‚Õ'‚ü6‚ÿÿªþ¼‚Õ'~ü6€ÿÿªþ¼‚Õ'€ü6ÿÿªþ¼‚Õ'{ü6€ÿÿªþ¼‚Õ&{€ü6ÿÿªþ¼‚Õ'€ü6‚ÿÿªþ¼‚Õ&€‚ü6ÿÿªþ¼‚Õ'{ü6ÿÿªþ¼ƒÕ&{|ü6ÿÿªþ¼‚Õ&‚{ü6ÿÿªþ¼‚Õ'‚ü6{ÿÿªþ¼‚Õ&{}ü6ÿÿªþ¼‚Õ'{ü6}ÿÿªþ¼‚Õ&‚ü6ÿÿªþ¼‚Õ&~‚ü6ÿÿªþ¼ƒÕ'~ü6|ÿÿªþ¼‚Õ'ü6ÿÿªþ¼ƒÕ'|ü6‚ÿÿªþ¼‚Õ&‚ü6ÿÿªþ¼‚Õ'~ü6}ÿÿªþ¼‚Õ&}ü6ÿÿªþ¼‚Õ&‚ü6ÿÿªþ¼‚Õ'~ü6‚ÿÿªþ¼‚Õ'~ü6{ÿÿªþ¼‚Õ&{ü6ÿÿªþ¼‚Õ&~ü6ÿÿªþ¼ƒÕ&|ü6ÿÿªþ¼‚Õ&€€ü6ÿÿªþ¼‚Õ&}}ü6ÿÿªþ¼ƒÕ&|ü6ÿÿªþ¼‚Õ&~ü6ÿÿªþ¼‚Õ'ü6{ÿÿªþ¼‚Õ&~{ü6ÿÿªþ¼‚Õ'‚ü6}ÿÿªþ¼‚Õ&‚}ü6ÿÿªþ¼‚Õ&}ü6ÿÿªþ¼ƒÕ&}|ü6ÿÿªþ¼‚Õ&€ü6ÿÿªþ¼‚Õ'€ü6~ÿÿªþ¼ƒÕ&|ü6ÿÿªþ¼‚Õ&~ü6ÿÿªþ¼ƒÕ&|{ü6ÿÿªþ¼‚Õ&{ü6ÿÿªþ¼ƒÕ&|‚ü6ÿÿªþ¼‚Õ&‚ü6ÿÿªþ¼ƒÕ'€ü6|ÿÿªþ¼‚Õ&€ü6ÿÿªþ¼ƒÕ&|}ü6ÿÿªþ¼‚Õ&}ü6ÿÿªþ¼‚Õ&~~ü6ÿÿªþ¼‚Õ&ü6ÿÿªþ¼‚Õ&ü6ÿÿªþ¼ƒÕ&~|ü6ÿÿªþ¼‚Õ&~}ü6ÿÿªþ¼‚Õ&}ü6ÿÿªþ¼‚Õ&ü6ÿÿªþ¼ƒÕ&||ü6ÿÿªþ¼‚Õ&€ü6ÿÿªþ¼ƒÕ&€|ü6ÿÿªþ¼ƒÕ&|ü6ÿÿªþ¼‚Õ&~ü6ÿÿªþ¼‚Õ&€}ü6ÿÿªþ¼‚Õ'€ü6}ÿÿÉìÕ%ÿÿÉÕ3F Õ%#"3!"$54$;3@þššÈþ8ûþÿûþʦ1’‡†’¦ãÛÝâXÿÿɰÕ'ÿÿÿúéÕ7ÿúéÕ)5!3!éû˪+úÕÿÿsÿã‹ð*ÿÿÉjÕ.ÿÕvÕ !#! !3vÊýbþüåüæ ÍÊwý‰¸ý1ÏÿÿÿãOÕÿÿsÿã'ð&ÿÿsÿã'ðHÿÿ\Õ=ÿÿÉ#Õ)ÿÿÉ#Õ ÄÿÿÉÕ0ÿÿÉ3Õ1ÿÿÉjÕ/ÿÿ‡ÿã¢ð6ÿÿÉTÕ5;ÆÕ.'3;3! &546#"3A{>ÍÙ¿J‹xÜÊþ8ÿüƒwþ’••’~˜þ–bwú+ÖØºý±‡þú…ÿÿhÕÿÿhÕ9ÿÿÉ;Õ+ÿÿ£ÿã»ð ÓÉò.#"#632[ÂhqÊÓ÷`¾˜ìQQ•Ëüîê,ÿÿD¦Õ:ÿÿ=;Õ;ÿÿÿüçÕ<‘´Õ !"3!"3!"&5467.54$3!êþ¼££DþÕ”‘‘”õýüçú€|•¥û #‡‹Œ…ýšÂorqp¦À±‰¢ ˘ÈÚÿÿhÕ$ÿÿhÕãÿÿÉ‹Õ(ƒEÕ )5!!5!!5!EüPæý9ÇýªºªªÿÿÉ“Õ,ÿÿsÿãÙð2ÿÿ²ÿã)Õ8²)ò*@ 8AüK°TX¹ÿÀ8Yìüì1µ •‘ /<ôì03! #4&#"²!!Ë®Âî¤$*þÖþÜü\‹ðÓÓðüuÿÿ©Õ ÔsZÕ@  2üìôì1¶• • /ìôì0# !3! !ôþËþá5ôÊþaþPþh–²/þéþÔþÒþè/ú+j‚€i¯·>!!¯þø>þÂ’þÀ·>!##¯¤¤‡>þÂþÀ@ÿÿ¯>'¿_¿ÿÿ¯þÀ>'À_¿’þÀ·# !##!!¯¤¤‡þø>þÂþÀ@#þ¯·#!!!!¯þøþø>þÂ#þ¯Ö!!!!ýþøý²Vüª>þÂÖ¨¯`¢!!!!¯VüªVüª¢¨ðªÿÿrÿãðiÿÿdÿã¼{jÿÿÉÆÕXÿÿ¦n`+vÿãú)4>@01, *$6E5üìÌÌ9ÔÌìÔÌ1@ $• *•Œ05Ì2ô2ì2Üì0#"'&'&#"#"'&547673!27676323 4'&'3úftê[na`zxz{Ân[êtfCGoù~[UŠ]LKf›dKJ]ŠU[~úoFCþò‹žD@@DD€D‹òÆâì˜kóâ¶þº63366336F¶âók˜ìâ˜ÿã¡Å!<@!  # E"üìÌÌ9ÔÌìÔÌ1@ ©© Œ! "Ì2ô2ì2Üì0!"$"# 33276762324ŠþrTþÕðþÔRþrŠÆ’Ð>IxdüdyI?Ð’ÅþãþëþPââ±þ¹úþû8[ 77 [8øGÿÿ<rÕ&¾,ßÿÿ>Š{&ÞósÿãÐð   !3#!! ! þHþÿ¸Ò0ÊÊþÐþ˜þÅþÆþˆx:;hLþ¸þåþæþ¸HÅ–ú+•þèþf¥ab¥þgpÿãû{ "326&33###" r“¬¬“•«¬hÕ¸¸Ð þùñðþîàùßéÇÈèç’çþ¿û  øþÒ98þäÓ¿Õ3#!#!#3! !¡å9Òˆý_ˆÕüþ:ÊÊoþî%Õú+þ•ýkÕýjÏýÁÿã{"-#5#"&547!#3!63!54&#"5>32"326=¸?¼ˆ¬Ë/þø¸¸Òj•§—`¶Te¾Zóðþ‘߬o™¹ýªfaÁ¢sPý÷`þA"‹..ª''üþ´f{bsÙ´)eþ¿Õ767!!3##!#!!¬†&aOý)ªªÊü¨ªþp(”ª?x4&ªûþAþ¿ëÔþ þµD+kþåç`76765!!3##!#!!°[(bRý£““¹ý-“fþ}v“(UÓ©Ô“üÆþRþå®:ŒþdÜ6TÕ356765!!#!TÝ:WOý)Êþfbª0£ödþªúÕ+¸ýÊþøýLÑ`356765!!+!L»3DSý£¸þ{X^™}¦з“ü3ÍoþPÂÏÉöÕ! !!+##É-}ý)Åþ„ËþÄÕüøªúÕü úẬ`! !!###º >?hý£¹þ˸þʹ`ýî“ü3°ý'ÙüPÿÿsÿãÙð'yâ2ÿÿqÿãu{&Ry.ÿ„sÿãeð3#%3# '&76   1ÓÓ¤ÓÓñýLÐÏÏдÐÏÏþÈþþà æ Fþþþý›ÒÒÄÓÒÒÓý<Ò—þ¸þåþæþ¸HqÿãC{3#%3#"32654&' ! ¼ÓÓhÓÓJÃãáÅÂãã Iþ·þàþßþ¸HÊþþþçþnçèÈÇéœþÈþìþíþÇ98ÿÿsÿã jð&'yryâÿÿqÿã¶{'yoÿ„'y.ÿ„:þWÎñ '/7?GO€„%3#%3#3#%3#3#%3#"264"264$"264"264$"264"264$"2642+ '&' &547"#"&546;&546 676 3#J††ý††ýþø††"††ü{´ii´h ´ii´h©´ii´h¡´ii´hý†´ii´hþ´ii´h©´ii´hG««4«þãUUþâ©3««2©UU«4ý¯††œœœIœœœþFœœœ]Ž÷ŽŽ÷äöŽŽööŽŽöþ9Ž÷ŽŽ÷ŽŽ÷ŽŽ÷þ7Ž÷ŽŽ÷ŽŽ÷ŽŽ÷R̬©Ì\…«Ëdfʬ…\Ê«¬ÌZ…«ÌeeÌ«…ZþÒœÿúþfÕ!!!2+5327654&#!#!ïýqmÌäL>†87||þˆËýîÕªþFwrîþÎþòôªKKÂ"Ÿžý9+<þVH`!!3 +5327654'&#!#!<1þBúFRRQµÁ¬n!&&,‹þüµþB`“þªGQåþòÕa`œ07“¦$)þÍÿúéÕ!!;#"&!ïýîm†?MãÍýîÕªü×–ªô)<m`!!;#"'&5!<1þF##mXn¶PSþE`“ý¾‘.0œ`bÔ7¯³Õ*@  üì2ÌÔìÌ1@ • ­•/<ôìôì0!2#4&#!#463!#"z¡ºÞÉ||þˆË£µ àiM?ÎéîþfŠŸžý9?ÖÀœaÿÿºd(ÖX3#3Öªª¿ˆXˆû0Xú¨ÖX3#3Öªª¿ˆ$ˆüdXú¨ÖX3#3Öªª¿ˆðˆý˜Xú¨ÖX3#3Öªª¿ˆ¼ˆþÌXú¨ÖX73#3#Öªª¿ˆˆˆˆXú¨ÖX3##3sªªþ눈Xˆû0XÖX3##3sªªþ눈$ˆüdXÖX3##3sªªþ눈ðˆý˜XÖX3##3sªªþ눈¼ˆþÌXÖX%3#!#3sªªþ눈ˆˆXÖX!#!!^ˆGþAXˆÖX!#3!!^ˆˆ¿þAXþ̈ÖX!#3!!^ˆˆ¿þAXý˜ˆÖX!#3!!^ˆˆ¿þAXüdˆÖX%!!3^¿ý¹ˆˆˆXfœŽä 3'#'^9÷L’k“LäÝCƒýU«ƒCf˜Žà #'737—9øL“k’L˜ÝCƒ«ýUƒCÜCà 3#3#'À€€ f *ŽDþ‘ÈÈÜCà #53#73C€€€ fRŽü¼oÈÈÿÿÃCDøýd‰×Ô35 !5 !5 ÏJþ¶Jþ¢ ®¸ £'£Å¢þŒåcmþûþZ‰›`35 !5 !5 »,þÔ,þÔá„ ™|™˜þèžMY¼þ¸sËJð 5! -u¤‹×ýãÍþþÒ.1Ô ÛsVJ{ 5! -u¤‹×ýãXþþÒ.1Ô ½Éþf;Õ3!3+53265!#ÉÊÞÊÍãM?†ný"ÊÕýœdú“þòôª–Â_ý9ºþVd4&#"#3>32+532765¬||•¬¹¹B³uÁÆ£µF1n!&žŸž¾¤ý‡ýžedïèýHÖÀœ08’ÿúþLÕ*!!!2!"'&'5327654'&+5!#!ïýî^þeicUQ˜˜þès‚‚j~‰Àcd\]¥®ýžËýîժ˚þ8+lhŠÜzy$Ã1KK†IJ˜êüJ+7þL4ž02!"'&'5327654'&+5!;#"&5#533!AicUQþÐþè^cdjTÈm¾cd\[§®®ýjKs½½Õ¢‡‡¹eÜ8+lhŠÝò%Ã12KK„KJ¦óý¤‰NšŸÒ`>þ¨ÿÿ¤ÿã{ðR…þhÈ|1&'&547632&'&#";#"32767#"$546‹p<HmmFE˜MU…ˆUU8¾%ðåÁº~` !!!!#ºÄýöÕþ+º`”þÓ”ýõÿÿoÿãÇ{V îÕ3 3#!+!# ! !JåÐÑå9Òˆý_ˆÒˆý_ˆÕ¬þî%sþî%Õû>Âú+þþýçý{ÿã'{ 5@M"326=%#5#"'#5#"&5463!54&#"5>3205>32"326=63!54&#"¾ß¬o™¹²¸?¼ˆnQ¸?¼ˆ¬Ëýû§—`¶Te¾Zóxe¾Zóðþ‘߬o™¹ýˆ5yǧ—`[A3f{bsÙ´)Lýªfa' ªfaÁ¢½À‹..ª''~D''üþ´f{bsÙ´)hn¦<‹ÿã -ð 3676! ! '&'!# !  Jå¸-p¼;:xþˆþÆþżP.ýgˆÕ¬þî%ˆþHþý¸Õþ®}Òþ[þžþŸþ[ÒXrþý%þ¸þåþæþ¸H{ÿã{{"-82 '&'#"&5463!54&#"5>3 6"326="32654&yðþîþˆ7!`Œ²±Ìýû§—`¶Te¾Z*qŠþO߬o™¹”¬«•“¬¬{þÈþìþíþÇ>RE‡aÁ¢½À‹..ª''½½ý¸f{bsÙ´)¬çþnçèÈÇéÿãqÕ !3!2653! '!#¼þî%þ{å¼J®Ëþßþæþsv%ý_ˆÕý®ûrÀÓð‹ü\þÜþÖ4hþ{ÿã{(3%#"&5463!54&#"5>3232653#5# "326=“H¢²±Ëýû§—`¶Te¾Zóð||•­¸¸C±uþåþÛ߬o™¹ßoÁ¢½À‹..ª''üÿ¾ŸŸ¾¤{û ¬fcPf{bsÙ´)´Õ !!#3 3¼þî%Ljý_ˆÕ:åÜ×ÒýÇýýÙþÕûáú+{ÿãN{ ("326=5#"&5463!54&#"5>323¾ß¬o™¹?¼ˆ¬Ëýû§—`¶Te¾Zóð^Ãþ\3f{bsÙ´)ýͪfaÁ¢½À‹..ª''üÿþ5¬û ´Õ )!#!#333#¼þî%~gþY’åˆý_ˆÕ:ågécÒý‹i5ý¨þþÕüR®ûª‹{ÿãN{"-0!5#"&5463!54&#"5>32333#"326=!#u?¼ˆ¬Ëýû§—`¶Te¾ZóxgƚÛ›ÑÓþ߬o™¹GªfaÁ¢½À‹..ª''~mÍþcýÍ3f{bsÙ´)þþV›Õ !+53276?!#3 3¼þî%lKMJ|Ø«L*+2ˆý_ˆÕ:åÏËÒýýqÆ?=ª$%…2þÕû@À{þVN{'2!5#"&5463!54&#"5>323+5326?"326=u?¼ˆ¬Ëýû§—`¶Te¾Zóð^ÃþN”|“lLT3þô߬o™¹ªfaÁ¢½À‹..ª''üÿþwjû8ÈzšH†B3f{bsÙ´)ÿÿsÿã'ð“ÿÿÿãõ{ jÕ33#! !##53ÉÊ¿¿žýþöý3Ê¿¿Õ¹ªþìwýHüãÏý1rª¤3!!3 ###53¹"þÞ%ëý®kðýǹ´´¬¤ý¹ãýôý¬#ýÝĤÉfÕ 37!!ÉÊü×ü_­(ý^Mý*ªúÁc37#Á¸ê¸œxýIüžåSœÕ 33#!!#53ûʨ¨×ü_¨¨Õà¤üYªQ¤xò 33###53Y¸áá¸ááþâ¤û®R¤ ÿãjð% 3#! '&#5376 !&'! 76;:¼¡~ °¼þÆþż± ~¢¼þHj´iüF w¸vðÒµþãþ¾ÄÓÒÄCµÒ¤¤†ÖÖ†þú—¤¤— ÿãŽ{'23##"'&'#53676"!&'&!3276Íð‰oÄÀ ~‰ðñˆ~ ÂÆoˆñ”V?s?V«ýƒLV•“VM{œ~ÍôôÍ~œœsUƒUuþ%«gstgsÿã jð$. 676! ! '&'!     ':¼/##.½;:xþˆþÆþŽ.$#.¼þÆþÅþ‡yþHþý¸þHþý¸ðÒ5==5Òþ[þžþŸþ[Ò4=<4Ӥĥ¤þ¸þåþæþ¸HHþ¸þåþæþ¸Hqÿã¶{ 1"32654&!"32654&'267632#"'&'#"´”¬«•“¬¬ü,”¬«•“¬¬“ð‰‰ñðþîðñ‰‰ðñþïßçþnçèÈÇéçþnçèÈÇ霜œþÈþìþíþÇ98 Õ32654&#%!2+3###53“þššþ8Èû€€ûþííÊ¿¿/ýÏ’‡†’¦qrÛÝqqÄþüÿûþV¤{&  533>32#"&'3##5å§þܧ§$ü½¿¹:±{ÌÿÿÌ{±:þþ¹d–ççþjçþgìªdaþ¼ýðþ¼adþÌŽŽ2™Õ'!2+##"&'&5476;2654&+ÕÈûþÿûþÊ-\0:32#"'#‘ ’ŽXS§þܧ¹3),4:32#"&å§þܧ§$þ5¹¿¿¹þþ:±{ÌÿÿÌ{±d–ççþjç+ý®›““þÅdaþ¼ýðþ¼a Õ326&#332+3##5#53“þš™Žþ8ÊþûþÿûþííÊ¿¿'ýÑ’ ‘®þøáþHâ^ddÿûþV¤&  533>32#"&'3##5å§þܧ§$ü½¿¹:±{ÌÿÿÌ{±:þþ¹d–ççþjçþg ý¢daþ¼ýðþ¼adþÌŽŽ ¬Õ!#!5!¬Êý)¡+ªÁþVy{3#\¸¸{ùöÉþVð4&#"#367632#Pš™³×ÊÊQfežãéÉ×ÕÿÞûñ‡CBþÁþÌüƒºþVd{#4&#"#3>32d¸||•¬¹¹B³uÁƤý\žŸž¾¤ûÝ ®edïÿÿðÃ# Ib !5!5!5!bþ>Âþ>ÂI–––5áÕ:@ üK° TX¹ÿÀ8Yì991äÌ@ _°ï]0¶ P]3#5Ë¢Õýqþ›eŪoÕ7@ „üK°TK°T[X¹ÿÀ8Yì1ôì0@ @P`p ]#oªÕýÕ+ÿÿ¯³Õ»LþVT&#"3733#;#"&50# 7632’7M\P¸úú=x1F¿™<þèõ5„K9úüþ ýp|tœÌʆ½öÉþ¿ÝÕ !33#!#É–ĪªþðýjÄÕûáúÕþAáûºþå÷{3##4&#"#3>32d““¸||•¬¹¹B³uÁƤýïþRžŸž¾¤ý‡`®edïÿã9ð(%!5!#$'&''7&5!2.# !26Ãþ¶uþæ þ¢Æ(T+p‹^’opü‹þÆ+ûjŠk¨Õ‘¦ýSUÌ’â%n™HF×_`™—þÙ•þ_Ïw™%þV{&0:%!"&'5326=#"'&''7&53253732654'&'&#"Zþþúa¬QQžRµ´9²|Î~Ch!tüÎ|²9¸•!¶¹ýŸ.R”•¥ 2R–”¥‹þâþé³,*½¿[cbSp#c'8>:bcªþ±2c==ËW367'&'&#"d¸ýǹ•!¶¹B³uÁcJ‘!¬º 3>|•¬¤ý\j¾þTo2c=ƒ®edxY™1c90u@O¾¤_‹Õ$+#.+#'7! 7-&'&'#3767A{>ÍÙ¿J‹xÜÊš+ÅÈ~Ié+ÿƒý‰,J“þþ“J= ¼~þh–bý‰3BFk>dNU ºò³?(Bþ(D8cJ{.#"%#'73>32JI,œ§²!þ-¹•!¶¹:º….´˾4bœþTo2c<„®fcÿãð/.#"%!"&'532654&/'%&'&54$32HsÌ_¥³w¦T"+þ™W6lþÝþçjï€{ìr­¼‡šaýâ+eM0eõiÚ¤Å76€vceµw'8l¶Ùà0/ÐEFˆ~n|´w".`«Æä&ÿã'{/.#"%#"&'532654&/'%&'&54632‹N¨Z‰‰b”-º!þÖK,R÷ØZÃlfÆa‚Œe«$þO!#>&LàÎf´?®((TT@I! “cc (L‰œ¶##¾55YQKP%ca&Jƒž¬ÿ—ŸÕ#546;!3#!#-„vœÀÖÊÞÊÊý"Ê0^i1Fµ£ýœdú+Çý9ÿÿº˜`ÜwÑÕ #!5!!5ÑÊý°PýpÕú+ɪ¸ªF Õ#";##"$54$3@þššþÊÊþûþÿû/’†‡’×ú+XâÝÛãÉÕ 3333! ÉÄËÅþÓþþƒÕúáüú+øüÉ“m3#ÉÊÊmø“D UÕ%3 3# # #3ô>ã:9Íþ‰þþÅþÂãþÆþÇÍwþÅûîú+úðîûÕÂЕX¶©ÄÔ1Ôì0!5!•þ-ÓЈœ½X'3ÖI(œsIˆnhäX#'3äþh'OÐý˜W™`4òX#'3òýòv5]ÐüdDàZùX#'3ù ýè|;dÐû07!œ½X#Öç(ýøXþ̈Iÿÿœ•$EþÌÿÿh½$FþÌÿÿn4ä$GþÌÿÿ`ò$HþÌnhäX#7äOýÙhþðˆ™Wý˜ÿÿh½$JþÌÿÿÂh•ðEý˜ÿÿ4½ðFý˜ÿÿnäðGý˜`4òX#7ò]ýËv¼ˆàDüdÿÿn4ä$OþÌÿÿ4½ðJý˜ÿÿÂ4•¼Eüdÿÿ½¼FüdZùX%#7ùdýÅ|ˆˆ!7û0ÿÿ`ò$TþÌÿÿnäðOý˜ÿÿ½¼Jüdÿÿ•ˆEû0±<0Ö^XµÔì1ÄÄ33ÖˆXú¨–:Ü #'+/37Ú·/$0(7,48Ü<Ü<<<<¶#+ 3'Ü<<<<Ü<¶ Ü<Ü<<<<¶ Ü<<<<Ü<°9̰XKRX°8K° bf °TX±30<xÖN\ašÄdþÁ‹Urn¯³$.%675!26! $547&# !&'$! $ cþ¹©ŸeÙþ'þ4'T­þû¨Ô‡8þø îþþõ…þåþïÃN!VÆmø³©ýÿ•ýÒ0w_Œšþ·cþ-þ±SÖR@@´]þžšþwlnÿâ6³! 3!4!"#! 6þþ"ZÐn':þäóS¾E²·Èþé/þÑþ·OsÑþÿö ‰þ‹nÿâ6³! 3! 54'#5364##'! Íúü85Ä<'0¾ª[Üüþþ%º³»æ|sþ}þþàþ¨NsÍ(©P Úõšžnÿâ˳ &"673! ! 7! 547&5! 3ÑÖÑhfÀ=þÈþ´G=Âýÿýýe¾…‘ HÞ6ß´_c ýåˆþvKþ]›XKý¸RF¼”ÎŽþ.%@nÿâ µ "! ! %!$#"! !663 Iþóþí W Ìþ÷ò×þ.þ<Îà•s÷ƒ’‚þ~ý“þ\¤›þFþúåÛÒyþíý-ý½Cm!æÚýén³## #! ›Æ¤õþۮȤã²ûþŠþ{C¸š~þ‚þfþSþ²y‚šýânÿâ6 ! 3 5+53$54'!6þþ+Î<'0ÒܯÿÈdúúÆþó$þÜþ®Dx<¨¯•¹¾mþ÷dcþžnë³5%67$5!26 63 #=# ###&!"6!&%$]s‘þ=0·èpdžm^ó®ßÍüýÿ¬ãÛ­þþø-²zþÐ(þ™þ›þɦxCóð{ë²»»²þgºþd±È?GçþZ¦þþZ¦çþ·yþAé #þv¥\[þÃnÿâ4³ &'  ! 5%254!"#! ‹j¸þÃ:%©þ2þãžþá™{²ºÔÚË?þÁ¸þ•býþ®îJÑùql|þc‚ÿâJ  !"! 7! )!"63 –þɨ5+´þþ#Qþ¬©Œé«OKþ&þ­DþúþèT‚ æÇUn†³ #!"#!"#!263 †þÇà^þòå·þ÷ë>×þÚ¾Þx‚¹ÉÂþfþØnUσþÏý‚‡(þ}þ1þ§þ–(›Ï!ððýßnÿâ6Ÿ! 73! 54'#53$54$536þ0þÇ5!°Úsþ]Ü{ëÿ×%þ0ß³³þÁ?CÀ-¶?°£rô–ŽÝ²ynnÿà5Á% 3! %5'6%5%5þþ!¾!3ý×`ý¸¢þ]ÆÑþJþVO;2xÖþ}²ΰ_§‚ná³&#5% #! #5%$!$7 63 áþ¢ï‡þûþõÀþæþü”ëþ™Êüò°} ŠuÛÜ|þbþübIŒKþ×þ¢^(þ´•þÁþžw£üû þØ4ôô‚ÿâJŸ! 3! 54'73Jþþ#´+5ü-ÈJ-þRkûmþvIK³&™Ùæ|þûnÿâk³$3254'##533! 547 „XÑñïÍÖ’»“.úþ×þ©þ¼þÇÀܧ/ð³þ½˜þˆw™@¶DüíçD\þu±þ¶Ñþ&ÖÕI°R2ÿá(³! 3! &#"#&'#53263 'þ4þ8ËDB§Ÿž“Œ›Ki©qîýóê.þ×þ²5´©TþhMŒŸŸŸþ†nÿ⌳ 7! ! !#"$53;265+5765!"%5!263 Fþïþ÷2þ¿þédÏþµËÚ‚JÆè|;Ôþ÷…o&þIþ+ÃýmŒ»ªìØžvþ‹þy‡ýÀÔþÞÙ;€Í‰—‰ß5€p”rý×)‹ÇÁþZþå’{nÿâ5Ÿ! 73! '#'235þþ#7ÌE!?дÄB³<m¬Ý©ÊþèÝÜþ·N$²¨þÿù^þª¢nÿ⻳*7675!23 #=! # !&'$üxšþ`ÆÙ‰xæÆ¯åÖþýþñ«ýì³vS¥8þøýþïþß±b" K÷þùþ aëþ”`òTTþrþÀ@þ¨mþMþ­páRcE¾nÿâ4¡! 3! 54736734þþ!Â"!?¥þ5᳤›¨Åþ» þóþéDøc ¹(©ÉÔ”(þÚ t9nÿâ4³#&#  ! 5!4#"#54!5 63 ŒsÇþÛ`¨þ1þ ㈲®³¤þç6UÔKËÆIþrþŠ]þ ù=`|´::´ŸÀÀþ³‚K³74#"6#=&#! ¥Ä®›ÌÀÜèþÚ¹³U’uþæáhþ=^þýþ§u°®bü|ðÃþí’nÿâà# 325&+53$54$73‘ø(þåþþÆr׆Ì«¯¬ÀÒZ þã¸$®Œ{þöþâþ¸Hp,=þ‹ôþcþöþò­û£e‘ŒTˆnÿâ4Ÿ &# ! ! 5!63ŒzÊþäD¨þþ䦔¨£PþpYþqlýô>J=RI‚ÿâI³$!26! #54#"67 ! 3! 5!"ƒ[È`%þ礧¯¦Šáþ þ0³Iþω¦y:½½Ÿ DD ›þžUþwýÛþ…q‹R`nÿâ\ ##3#! 73! # !3'33;#"[Ü?ž~Wþþ#;ÌH 5^áþgœ^%È"òüîòÕDŽõiþ¹þ5þèÝÜþ·NÅ-6¨¨þÏ¥G‚ÿâJŸ !! 7! 363–þË¢ˆ9&´þ&þµ¡‰éUþXþv€n_ýÑ%˜ý¼N2ÿâï³!%!5 65&%'%7764&#532ïMþ§‘PþÉþ™ÉþúséþyPjJ@‚œ„JKpÌŠ«þënÜÆæ zÀ(E•¾ŒÅÂS8›KJ²7Änÿâ5³&! 3! 4+53254'#53254!#53 35þþ!¾!-šçÓššççƒþmvvQ—©ƒ–™þIþœų„yµ™¸žþª›aN‡”Gnxÿâ>²& 3! 4'#5327&+53654!5 #\þµ0'ƒ©©lƒ¦¦oþ×矶­ÀæMû³þºà±ƒ}·´žþÒ¥Sg~€\VáþNnÿ^6³ $! 27#! 3"%#',$*þ×þÛ¾Ù?þêâäþå.ïÃþçþîÅÒþhxx˜¢ þ`û©S^¦;ýÁþ^þ¢þøO¾æçnÿâ4µ! 53! 5+53$#%4þþ%½%(òä{[ýµÁÆþºF–þLÔÓÝþÖ›¤­xìý¿žqþÒnÿâB´ ! 53! !#53$#3!2735þþ!¿ -þêÀng§ƒþ!¾!Þ}š þÕ)Èþ掎þºF`­»owÆÅáþ€¦œnÿâÁ³%!$! 5)4! ! %#$! 3#3„þÇþá&2ý¨9þÎþÚ þþ# þõä㌌ŒÞþÎþÔôbþºŸãûÚxþlÌ!j`?Ûþ~—¾þʸnÿâ6´ ,4&#  !"'!5 5!"! 5$7 6!|¦þÞ 'ºþ€šþ/þÚ‹™%þˉv'ºµÚþÙþkþÔ„ý݇žþl ôx'›Âýþ¯¥öýúØØþÄ¿Pþ#‡#32%$76#"##"6%3$32šýüBpr.«HZþãd ýD]Ï]þÇ©Ó*H$¼O¾H5ÁÔ*üN¨þ,®®®Fhú®Iý¡à(ýô‘¯2ùú:(ýjnþÍdþ(Ó0<$47'&'#&%'67$%&573265&5#"6kVoþrþb32#4&#"#9þó`M1¸C±uÁȸ||•­MM 7ÑÔB³uÁƸ||•¬¹e,'"¼xMü¬fcðç¦ýaŸŸ¾¤‘?'¼»Gzýžedïèý\žŸž¾¤ûÝ®þVã5<!"'&76763!!32653#5#"&5#3!#"&5332765!"3 þÛ•^SWsvÝ™||•­¸¸C±uÁÈáÕþsC±uÁȸ||•WVþÛƒƒ¶^S‘ƒBWþLýaŸŸ¾¤{û ¬fcðçüûB¢Vfcðçfþ¡ŸŸ__¤{{Š®þV ›H!&#5#"&5332654/&763!6763232653#5#"'&=4&#"#9þó`M1¸C±uÁȸ||•­MM 7ÑÔc%ZkÁÆ>8nŒ­¸¸C±l¯bd||x¬¹e,'"¼xMü¬fcðç¦ýaŸŸ¾¤‘?'¼»Gzýž2ïèã—XO¾¤{û ¬fcx{ä䟞¾¤ûÝÿÿˆ[B`&/þN VÈ 332673 &Vv aWV` v žþÞžKKJLÿÿJ[¢`&Cþç N~`27676=3#!5!cÁú\@º&@e‹¾xþjÁ`üQ£qò73>53³zíýK-b[;¸Iwz?þ‡í´-b\;¸2Nh`iþ——8^—Xþô d­wNjýi8^—X öVšnZ7X½`##!5!½ÊºüeÑü/Ѻ`#4.#!5!2%#¹ '>nŒiý+Õ…Ä”^;ûk¹íþíj‹t@,?]‘²EýT`X»`!2#!5!2>4.#!X×–è\##\ç–ý(Øq¨f==f¨qý(`Ai•™°™•iAŽ*HnušunH*X»!!3! \û\»¨ý¤ÑCþL„ü$º`)!2!4.#ú5£Óƒ5ûWï !3WmO`<Ù§½ü¾…^‚h=)X»`#4.#!5!2»ºTŒtüÈ7¢Ó‚5ý송m)<Ù`ÿøº`#4.#!#"'53265#5!2ºº $@pPþ${˜5NA&G.­CÁl,^ý¢`Jce:%ýÍÖÐr£3CŠ´Ù-Û!5!3!Ûúþ-¨--ª-ýÓÿÿXS–&!¡?ÿÿNS–&N?ÿÿXS–'Xü&!—?ÿÿXS–'Xü'!ûL?ÿÿºþ»Ÿ`&&ÿÿºþuŸ`&&ÿÿºþ»Ÿ`&&ÿÿXH`'þá'ÿÿXÿö`'þ!(ÿÿX`'þ)ÿÿº€`&*ÿÿY`'þ +ªÿÿYç`'þ ,zÿÿ¹ÿã¿k&.ÿÿY¢`'þ  /ÚÿÿXþV’`'þ±0ÿÿXÊ`'þ±1ÿÿXðÕ'þQ2ÿÿXµp&04ÿÿXx`'þ!6ÿÿ¹ÿã¿`&7ÿÿºþVd`&q9ÿÿºŽ`&|:ÿÿX`'þQ<ÿÿºþV_&Ñ=ÿÿXÊ`'þ±>ÿÿXS`'9ü ?ÿÿÿøˆ`&@ÿÿºt–'!û´+ÿÿXH–'ÿq'ÿÿXÊ–'ÿA1ÿÿºŽ–&:X‘, ##54>7#33>53rÙþ`#8!¸2-A,º¸»xž#8"¸2.@,›þeX5AnEþô¹QŠ`Q2,  BþLý« 6AnE ¹R‰aQ1,ÿÿ‚þ ë'È9ÿŽÿÿþ ï'È9ÿÊÿÿÿìþ ‡X&ËÈàÿÿÿÿìþ ~X'ÈàÿÌÿÿ‚þ ë'ǼÿŽÿÿþ ï'ǼÿÊÿÿÿìþ óX&ËÇcÿÿÿÿìþ ~X&ÌÇcÿÿÿ‚þ ë'ɼÿŽÿÿþ ï'ɼÿÊÿÿÿìþ óX&ËÉcÿÿÿÿìþ ~X&ÌÉcÿÿÿ‚ÿìë'È9„Žÿÿÿìï'È9„Êÿÿÿì‡â&ËÈàLÿÿÿì~â&ÌÈàLÿÿ‚ÿìë'ɼ„Žÿÿÿìï&Êɼ„ÿÿÿìóâ&ËÉcLÿÿÿì~â&ÌÉcLÿÿ‚ÿìë™'K„ý¨Žÿÿÿìï™&ÊK„ý¨ÿÿÿì0a&ËKÿ+þpÿÿÿì~a&ÌKÿ+þpÿÿÿ¤Ÿ'Æx~ºÿÿÿ¥\F&ÍÆx¶ÿÿÿì?&ÎÆ,~ÿÿÿì x&ÏÆ>èÿÿÿ¤Ÿ'Éxxºÿÿÿ¥\F&ÍÉx°ÿÿÿì?&ÎÉ,xÿÿÿì x&ÏÉ>âÿÿþ (f'ȯZÿÿþ >f'È£}†ÿÿÿìþ>\/&‡È ÿ8ÿÿÿìþ>>/&ˆÈ ÿ8ÿÿþ (f'ÅŠZÿÿþ >f'Å&ÿç†ÿÿÿìÿ8\/&‡Åÿ8ÿÿÿìÿ8>/&ˆÅÿ8ÿÿþ (f'Ç––Zÿÿþ >f'Ç2†ÿÿÿìþ>\/&‡Çÿ8ÿÿÿìþ>>/&ˆÇÿ8ÿÿþ (f'É–¯Zÿÿþ >f'É2†ÿÿÿìþ>\/&‡Éÿ8ÿÿÿìþ>>/&ˆÉÿ8ÿÿ}þÔR'Å+þÔ\ÿÿ}þÔGR'Å+þÔŽÿÿ}ÿÚ°'Åú\ÿÿ}ÿÚG°'ÅúŽÿÿ}ÿÚª'Æú\ÿÿ}ÿÚGª'ÆúŽÿÿ}ÿÚ÷'KÿÂÿ\ÿÿ}ÿÚG÷'KÿÂÿŽÿÿÿ«þ „°'Æô ^ÿÿÿ«þ ~°&’Æô ÿÿÿ«þ Á/&^K¼þ>ÿÿÿ«þ ~/&’K¼þ>ÿÿ‚ÿ§)‚ÿ§Ù7%#"'$47332767654'&54767;#"'&/œc©Í·À€þ¶?¸AËh—¸Âž#6þÊ2 #déý­GG&+@X„A:g!axL54#"%473303576 !! &5"'&3254&'±?ÐTKJ&ý߸|ŠtD.^(þ¨£.Eþôò:qÁ!&PET¿*Ÿ¤4pHuJ6>(E&7 kcCryb¸lâBcÞß5/iCp4— ÿÿÿìÿ½½åÏÿÿÿìþ Ä«ÐÿÿÿÈÇÖ'ÆqFkÿÿÿÇÒÖ&¾ÆqFÿÿÿìÏl&¿ÆKÜÿÿÿìl&ÀÆKÜÿÿÿ«þ @r'ÿôþ>pÿÿÿ«þ 6r'ÿôþ>Òÿì‡X %+53276=3+HZ#c,1¸VV¸,1jÙÙ»ÿì~X%+53276=3;#"+M˜Z#c,1¸1,c7n–VV¸,1jÙÙj1,¸ÿÿ‚þóÀJqÿÿ‚þð¿ÔÿÿÿìþÔóX&;ÅcþÔÿÿÿìþÔ~X&<ÅcþÔüpn"56$3çþ=æìÅßÔgi~wun52&$ßÅìæþ=Ôšuw~igý* '/&'&#"#67632O,$e5F¢qpÈ[?8WH7  $0G‡JI  Ö'327673#"'&'O,$a9G¢qpÈ[?8Wì7  $,K‡JI ÿÿºPšsÿ,ÿÿÿìlš&hsÿ,ÿÿºPýtÿ,i,k ;#"'&=3!1,cK‚Ž\W¸L71,¸\W+ÿÿþPÿöuÿ,ÿÿºPªvÿ,ÿÿÿìlª'vÿ,hÿÿ¹Pýwÿ,ÿÿÿìlý'wÿ,hÿÿþèPÿØxÿ,ÿÿÿìþèl¸'xÿ,hÿÿÿôËdôyÿ,ÿÿÿìlô'yÿ,hÿÿá<zÿ,ÿÿÿìl&hzÿ,ÿÿ£UÞNÿÿÿµ…ƒ'{ÿÂTÿÿÿµ…ƒ&r{ÿÂÿÿlÃ9'|ÿÂTÿÿl„9&r|ÿÂÿÿÿ«þ @µ'|ÿÂþ>pÿÿÿ«þ 6µ&Ò|ÿÂþ>ÿÿlþ Ã'}ÿTÿÿlþ „&r}ÿÿÿ‚þóÀµ'|ÿôþ>qÿÿ‚þð¿»&Ô|XýDÿÿÿìÑç&;|ÿ+þpÿÿÿì~ç&<|ÿ+þpÿÿÁyTÁ„ 3;#"'&Á¸1,cK‚šPWs¡ûkj1,¸\eÿÿ‚þ¢ë'Ä9þ¢Žÿÿþ¢ï&ÊÄ9þ¢ÿÿÿìþÔ‡X&ËÄàþÔÿÿÿìþÔ~X&ÌÄàþÔÿÿ‹ÿÆ 'Åú„oÿÿ‘^&ÎÅ^„ÿÿ‚ÿìë 'Å¼ŠŽÿÿÿìï &ÊżŠÿÿÿìóè&ËÅcRÿÿÿì~è&ÌÅcRÿÿ‚ÿìë'Æ¼ŠŽÿÿÿìï&ÊÆ¼Šÿÿÿìóâ&ËÆcRÿÿÿì~â&ÌÆcRÿÿþ (f'ÄZÿÿþ >f&†Ä¼ÿÎÿÿÿìþÔ\/&‡Ä þÔÿÿÿìþÔ>/&ˆÄ þÔÿÿþ (fZþ >f0%3#"'&'&'!27# '&5767"#"5$3 "(1{R=IrbàJIÁÔ–úþ^©ƒÔ`‰ _Œ‡_Á&Èm3HZ¸¸–dœ²P·ü‰^¤v¸c–àße4)¸?6š [ _wÿì\/&'&'&5672+5327676SSgU´R¡HK¢¬ÜLX¦J‘KÝ£€dãht^¸#4bš4bBP¸H:jVÿì>/);#"'&'+53276767&'&'&5672~ÜAI2hrBVÑ~(;E)‘KÝ£€dãht^eSgU´R¡HK¢ 4bš)N"w¸¨6a.%P¸H:jV#¸ÿÿþ (°'Ä?Zÿÿþ >°&†Ä?ÿÿÿì\L&‡Ä ¶ÿÿÿì>L&ˆÄ ¶ÿÿ}ÿÚR\}ÿÚGR &'3;#"'#"'532767654"9¶ãaRQS,cK‚“a]Ï.-fgsT!"¬#?z™N‰†uIS,¸‚€!&¸* 1p*Dÿÿ}ÿÚ°'ÄE\ÿÿ}ÿÚG°&ŽÄEÿÿÿ«þ b&^ÿ«þ ~&3;#"'!5 767654x¸ I*eK‚‚2Dûþäþ¾0ËÚ# &pgM,¸>þê…—¸€ŠÐ:H~ÿÿÿ«þ b¶'Äq ^ÿÿÿ«þ ~¶&’Äq ÿÿ‚þ î`‚þ GîF%7653323;#"'#"'&''&'#&'$473327676'&/3¸N0%¸@nޏS,cK‚‘vDm% I0Š1_@8‰'T…ÁPx€mþíi¸l“_Qb_y^@@¸$:µ|_ÊÍ2©&þªaS,¸`[ F{Ÿ<³kª>GHö´Îܳ&%0žlŽ}=êœJ<~ÿìÿã î1%+53276=3327653763#"'&'#"'&€+8Lc‚Kc,P¸,+hm,%¸@nޏ\Kf%#?7‰0`DAbH<Š;!.¸,PdÀœ@dczgÂÍ2ª&þªÇq\ =„œ!1(ÿìÿã7î8#"'&'#"'&'+53276=3327653763;#"'ý%#?7‰0`DAbH<)+8Lc‚Kc,P¸,+hm,%¸@nޏS,cK‚‘vD =„œ!1(I;!.¸,PdÀœ@dczgÂÍ2ª&þªaS,¸`Zÿÿ‚þ °'Æâ `ÿÿ‚þ G°&–Æâ ÿÿÿìÿã °&—ÆŠ ÿÿÿìÿã7°&˜ÆŠ ÿÿ‚þ æb‚þ áæ<I)"'&5#&'$47332767654'367676;#"/"3276'&'&uþì&4-JXîPx€mþíi¸l“_Qf[¢+!'« (s{l“HX}aº*=RK‚ƒgÌL~¨‘»í»‰%º€›MGHö´Îܳ&%DŠl“Š7(2’l^F"%GéMF ,¸\v7QlÂ?[F‡ÿì2å .327654'&#"!"'&'+53276=36767632Ш‘»íº‹%0LºþìJNA'f¬‚Kc,P¸-e_™KUskº¸ÊælÂ?[F‡ýÉ*#=Џ,PdrNP2†T‰?!'Dì©mxÿìå+8)"'&'+53276=36767632;#"/327654'&#"˜þèJNA'f¬‚Kc,P¸-e_™KUqm¾*=RK‚ƒgÌ਑»íº‹%0L*#=Џ,PdrNP2†T‰?!'DìKH ,¸\vælÂ?[F‡ÿÿ‚þ ¶'Äû bÿÿ‚þ á¶&žÄû ÿÿÿì2¶&ŸÄÛ ÿÿÿì¶& ÄÛ ÿÿÜd¬))5!3%632;#"/%3276'&'&#"@ý¿þ‘o¸Ù\Dui¼*=RK‚ƒgÌýé»í»‰%0Pz±¸\û?c!'EëMF ,¸\v¸?]D‡QxÿìÔ %3276'&'&#")5!3%6329»í»‰%0Pz±uýÁþõ ¸Ù\Duiº¸Ê¸?]D‡Qxþ’¸\û?c!'Eë©mxÿì¤))5!3%632;#"/%3276'&'&#"8ý¿þõ ¸Ù\Dui¼*=RK‚ƒgÌýé»í»‰%0Pz±¸\û?c!'EëMF ,¸\v¸?]D‡QxÿÿÜ'ÄÏRdÿÿ¬&¦ÄÏRÿÿÿìÔ&§ÄÇRÿÿÿì¤&¨ÄÇRÿÿuþ ²*fuþ ²%+! '&7.54762;# '!2764"²˜þÿþ[b»=D}aî_[9^D¶U þöøš)k_ÁÔý1ˆÎþoc¼z’Œ2t*n@00@p[C+ @M¸äkl=žv–8`3$ÿìø*727&'&5763"327%+5<¡ÊK4XÌ}ûÚº>SF7J þ\þ¢²X¸];dŒ}M©‰ÿ4F!¸Å¤¸ÿìð$/%+532767&'&5476762;#""654'îÂÊv`kB;(aD hYîYh MXD=p`vʨ4/gg/¹¹¸($'UZ'-)74--47)-'bM,(¸U __ ÿÿuþ ²F'Äw°fÿÿuþ ²L&®Ä©¶ÿÿÿìøF&¯Äw°ÿÿÿìðL&°Ä£¶ÿÿÿ¤Ÿ'Äõ~ºÿÿÿ¥\L&ÍÄõ¶ÿÿÿì?&ÎÄ©~ÿÿÿì ~&ÏÄ»èÿÿkþG›'ÅR~ÿÿkþ À&ÐÅ„kÿÿÿì?&ÑÅ,~ÿÿÿì ~&ÒÅ8èÿÿÿÈÇkÿÇÒ!D#"'5327654'&'&7676'&'$54733276763;#"'ÐJ&P DfXRNB8D-<9_¸h$$EB|=Q#!v+6ºú(  %þ¶{{qe›ÿì))5!27654'&54767;#"'&/6þ¶6”-6þÊ2 héý­GG&+@X„A:g!a_¸h$$EB|=Q#!v+6ºú(  %ý?¸+)x.›ÿÿþÈlþÈ#$%653;#"'#"'$&733276N¸1,cK‚pNyþû†UcEþÜ@¸A¦(IPm®I~ãjûkj1,¸3.(±B"[Š\ss~B"5ÿì¯ +5327653¯WPš‚Kc,1¸s²e\¸,1j•ÿìº%+5327653;#"SM˜‚Kc,1¸1,cK‚–VV¸,1j•ûkj1,¸ÿÿŒþ^ómŒþgt5%327654'&'&#"#"'&#4763&547632;#"bzL,5;(.;DÀ …Kµ2KÈxAZ¢M\HTª((&iK‚¯¨*9:X DD(©PNNOþ“m­f7*(”„?$G³C,,¸ÿìÿΦm$%#"'+5326767632%327654'&#"da“În@h t4W‡^Q°[aýð>Ÿ/4(*X.[4fb0¸G1µP8TY¸NE5EK&)Ÿ/4:''5)24fb0¸$#1µP8S§1>,¸ÄE5EX !a%ÿÿ“þµH¶'Ä? Óÿÿ“þ +¼&,Ä?&ÿÿÿì‡è'ÄàRËÿÿÿì~è'ÄàRÌÿÿ‹ÿÆ Þo‘^î $&'&'&'3;#"'&'#"'&5476¤ xRo´t¸$8pK‚ZI-&Šœ8:½Ìm*12e CY>)2Ñ'+¨®eO,¸3;I0š­Dÿìÿ½½å-=67654'&#"27&'&5476&'5#"'+5327654'&”$"':Aù4N--0M,Qߨ@(J¯ƒšx’‰«b 41}! @H=.%4-+#%vˆ iEN@TSZ '¹D³ÑÞ49g=ql)¸D%'“i.C!v-‹3j  °;AWE… ¸L9P)8K6(¸œS/V¸L_”+Y‡9›K1\Sÿÿ‚þóÀJq‚þð¿765&'&'&54767632;#"'&#"#"'$4733276L[/,4PT*uW€ ##rpl$-AIq€ÚYh¼uþÛ?¸A¦B³[M•!3!+ (;=A<^†Ä¸¬¥#0{bV` )g™ZZ™rNÿÿ‚þ ÀJ'Åôþ qÿÿ‚þ ¿'Åôþ ÔÿÿÿìþÔóX&;ÅcþÔÿÿÿìþÔ~X&<ÅcþÔÿÿÿ.ÿì¿í&ß{þ–,ÿÿÿ.ÿìÚí&à{þ–,ÿÿÿåÿì¿£&ß|þ–,ÿÿÿåÿìÚ£&à|þ–,ÿÿþ ¿&ß}þÈÿÿþ Ú&à}þÈTÿì¿#"'5327367653¿‹7MÍžjK`Uqˆþ³ª%¸BþÔÚUG´ ¸ ˜FüA+7‰¸®TÿìÚ#"'5327367653;#"'&4;IÊ¡jK`Uqˆþ³ª%¸"@Pi¯f<[A´ ¸ ˜FüA+7‰¸®üD®Tž¸ó)ÿTL* 35'5467676?67654&#">32üüü–Ë,X\"$߸gÁ^a³Olƒ39ZZ8Lüüüý®þþ“{4<+VZ@ELŸÂ89¼CFnY1^5YV‚ešdÿãªÕ 73!!d0æ0¨ÁýŒÁêõ#²úN@öþ ª|Èÿíè $327654&#632!"'327654&#|4ûw=ƯþÞˆdð¢Î×Öu«þ½d„´oê^,ì¿~þ#r;BY•Wa{ÐÕzzäŽp¤4þ€=8hŽdÿãêó  küùýxˆýwýwÈÒ 33 !7>'.'ÈZ„žŸ '8þ¹þÂZÎÇA ¼þÒxzùeþb¸­ÀcÔz\¬‘ Èœò #%%|´Ôýü ýü 6þÊòu²SþÃX²SþÃX²Èœò #%|´Ôýü *üÖòu²SþÃX²–îÕ !#3!53#–XÒÒý¨ÒÒÕ´û“´´mÈ8Õ !!!!!Èpü¼ýøýøÕú+EÜþ$´þ#–ÿã¤ó# $&6$ 67!!!!&¤zÐþàþÆþàÐzzÐ : ÐzýSÂþ´þþÐòÂþîˆòþîNþàÐ{{Ð : Ð{{ÐþàýÃþ óÃþî‰óþî0þ ÃÈ|Õ3#È´´Õú+Èÿãƒó !#3 |´´ˆxý.ÙxýqÕýá=†ýý{†CÈûÕ #3|ÿ€ýM€´3€ýMÕÈ Ôó 3  #Ètƒ8/.€ýRýÒýÑý³´Õýå9ýÑ/€ýS.ýÒîûLÈwó3  #Ètƒ8€ýRý³´Õýå9€ýSîûLÈœÕ !!!!!!!|ÜýpÔú,DÜû”Ü´Üþ$ÜEú+!þ$Üþ$Üýoþ$Ü–ÿã¤ó'64."26 $&6$ "&462’^^ŸÞðÞŸ^^ŸÞðÞ±zÐþàþÆþàÐzzÐ : Ðzý…RtRRtR”ßðßž__žßðßž__XþàÐ{{Ð : Ð{{Ðþà×RRtRRÈçè$54$!"#63 ( þÓþâ57´¢~bþYfÔ¶ùúÄÔþ¿þìþ°’È*Õ 33 3# È´ýý´´þþÕý¢^ú+½ý¡_ûC–ò 4."2>#&'.4>2fH}’}HH}’}üzf@H´GAhxyÏôÏyç“|HH|“}HHLÑ;%ý‰w%<ÐôÏyyÏÈDé ##63 7654'&#"ØlÈÿv‹´¢~l …†‹r¾+.éþåüþÑN$þ\Õüosr–žlX–ÿòòê  ”^þ¢€þc^þ¢€Lþ¢þ¢þ„^^ž€düò%#%7ü8þ2´þ"8Ь•û­™¬È´ê#34€üÈ´´ê€üÉýÍÕý\–ÿãçò 7   'QþE–’“–þE»–þmþn–í£bý¡_bý]ýXbdýœb–âÕ$!#5&'&76753676'&´ª¡¡€«´ª¡¡€«`KmmKþì`KmmKÌ€¡Ç¢€ËË€¡þ9¢€‡ý0Ll2lKýHÐLn˜–nLdò !#73—´ý€ÿ´ÿ€ýô~€þãþ€ý‚–ÿñ¢¹%4&"2$ &767&'&6 4&"2î{®{{®/åþ¾år/77/råBår/77/r´{®{{® ®{{®{1ååBs/.rCååþ¾s/.rî{{®{Èàè 3632!2654&#"È„ó þ©þóÊæ´¢*0Õæ½ÐÜýgNvcœÈÿíàÕ 3 #"'032654&È´ Wþàó„´0*¢´æÕýgÜнæ‡þœcvd¼Õ5!3#d¤´´‘´ú+‘dªò #7 "&462ªýÐæýШûûþ‘RtRRtR²úN²@úÚ&ýØRRtRRÿÿÈ|ÕðdÿãªÕ73 d0æ0¨þþ#²úN@&úÚÿÿ–ÿãçòþd'ó #dÈûzýÛ´þ,Çý;„þûXþªà‚¨ !5!5!)5!ýþ­S2Sý½þ®RàÈÈÈÈÈÿÿª8‚' ÿX]Fÿÿª:‚ ' b\:ÿÿª=‚ ' ÿ]\Cÿÿª<‚ ']< bÿÿª=‚ ' ÿ] bÿÿª‚H'\€&\'\€\ÿÿª‚H'\€'\€'\]ÿÿª‚H' þ '\€'\€\ÿÿª‚H'\€&\'\]€ÿÿª‚H']€'\€'\]ÿÿª‚H']€'\'\€ þ ÿÿª‚H&\&  '\€\ÿÿª‚H&]&  '\€\ÿÿª‚H' þ '\'\€  ÿÿª‚H']'\€&\\€ÿÿª‚H']'\€'\€]ÿÿª‚H' þ '\€'\€]ÿÿª‚H&\']€']\€ÿÿª‚H&]'\€']]€ÿÿª‚H' þ ']€']\€ÿÿª‚H&  '\€']\ÿÿª‚H&  &]'\€]ÿÿª‚H&  '\€'] þ ÿÿª‚H'  '\€&\\€ÿÿª‚H&]'\€'\€  ÿÿª‚H' þ '  '\€\€ÿÿª‚H']€'\€&\  ÿÿª‚H'  &]'\€]€ÿÿª‚H'  ' þ '\€]€ÿÿª‚H'  '\€&  \ÿÿª‚H'  '\€&  ]ÿÿª‚H'  &  '\€ þ ÿÿª‚H']€'\'\€\ÿÿª‚H']€&]'\\€ÿÿª‚H']€'\'\€ þ ÿÿª‚H']€']€'\\ÿÿª‚H']€&]'\]€ÿÿª‚H']€' þ '\]€ÿÿª‚H']€'\&  \ÿÿª‚H']€'\&  ]ÿÿª‚H']€&  '\ þ ÿÿª‚H']€&\'\€]ÿÿª‚H']€&]'\€]ÿÿª‚H']€']'\€ þ ÿÿª‚H']€']']€\ÿÿª‚H']€']€']]ÿÿª‚H']€']']€ þ ÿÿª‚H']€&\']  ÿÿª‚H']€']&]  ÿÿª‚H']€' þ ']  ÿÿª‚H']€&\'\€  ÿÿª‚H']€'  '\€]ÿÿª‚H']€'\€'   þ ÿÿª‚H']€'  &\]€ÿÿª‚H']€']€&]  ÿÿª‚H']€']€' þ   ÿÿª‚H']€&\&    ÿÿª‚H']€&]&    ÿÿª‚H']€' þ &    ÿÿª‚H'  &\'\€\ÿÿª‚H'  '\€'\]ÿÿª‚H'  ' þ '\€\ÿÿª‚H'  &\'\]€ÿÿª‚H'  ']€'\]ÿÿª‚H'  ']€'\ þ ÿÿª‚H'  &\&  \ÿÿª‚H'  &]&  \ÿÿª‚H'  ' þ '\  ÿÿª‚H'  ']'\€\ÿÿª‚H'  ']'\€]ÿÿª‚H'  ' þ '\€]ÿÿª‚H'  &\']€]ÿÿª‚H'  &]']]€ÿÿª‚H'  ' þ ']€]ÿÿª‚H'  &  ']\ÿÿª‚H'  &  &]]ÿÿª‚H'  &  '] þ ÿÿª‚H'  '  '\€\ÿÿª‚H'  &]'\€  ÿÿª‚H'  ' þ '  \€ÿÿª‚H'  ']€&\  ÿÿª‚H'  '  &]]€ÿÿª‚H'  '  ' þ ]€ÿÿª‚H'  '  &  \ÿÿª‚H'  '  &  ]ÿÿª‚H'  '  &   þ ÜÕ #3 !!#!]ÍîÍþW:þ\˜ý€™w9þã8qúóqú+¡þ_ÕÇü÷ÉNÕ  %*!2#!327&#363&#!3654/654'ÉfçúÀþþðûý†ê;33;êÖ$ $ýþÊ#ÐÐ>ÐÐÕÀ±å]aþáÈÚéý{wˆýÜúó ûDÜåD–6ÍÄ6è3Õ! )327&#!36'è²–þhþPýý’cõ  öþpÊÆßßÕþ—þ€þ~þ–qúóA‹Aúó ûk•{qœÉSÕ3%!!!!!!-ÊþÒxýÇý9øûvqúó ddýädýsdÉìÕ !!!!!#3É#ýoQý¯þn.ÊÊÕdýädýqúósÿã‹ð&&$#"32767!5!# !2dþü…»‡‡»‘eVþRuþæ þ¢þu‹^’oüR©©äaG@û;@&5çdýSU™mn™HFûcI¯þºþ»¯f¾Õ3%!#3!53#.ÊþnXddý¨ddqúó ddúódd ÿ–þfYÕ6765%!#!53265-V?OþÔÍãþí?†nqú±òd J^ê dú“þòôd–ÂÉ0Õ !3 #!3ÉŸü£’™üÂþpdÊÕý‰wý@üëÏý1qúó É2Õ !!!3É’×û—dÊÕúdoúó ÄoÕ !#!! !3!3Ýþ_GþbþnØ}×þÒÊúÊqû®RúÕüøú+qúó úó rÿãÚð'( ! '&76 7& 676'&&:¼¾½½þÆþż½½¼Glllþðli$ ›› Þ#››ûÌðÒÕþ þ¡ÔÓÓÒabÓÒúŽ22×22ûjT%¶ýœµ%5û¯$¶c¶$ýôˆÿÜŸö-6&/.4%&  %5 64&/.$ Pdˆ¬o©¨&œªn°žÎþÅ¢m”nÊÉþàþþûßg©zŠoÊ·Æ-[þÊš)'¹þÿNXd»''ã´pu‰éi$2ëþXîf|•’ý† /ÏŒôÿú°Õ 3%!!!!rÈüÀ¶ýîþpýìqúó ddúq±ÿãóÕ $!&%! 65! ÆX!û†!YþÓ‘€ €‘þ¬ýfþ¬qü™þæ‚ba@üÀþž`|gdü5ðÓÓðËü\þÜþÖ*$·Õ 3%! 3!šîÈþþ®ÙÚdýÇþÌqúó dûéú+D®Õ 3!3%! ! 3! !ÄDÈþ¼û5DÈþ¼þ»:9:9dþ‰þ|þÅþÂþ€qúó úó dûîûîú+úðlÕ 3%! 3 ! #(\Æü¤þ~¸v„bþL:þHþŠþ|d¶qúó dýÎ2ý„ü§2ýÎ{ÿü¬Õ 3!! #3nÚdýðþpýð”ªþ2ÈÌÊÂüòý9ÇüòªýVý{ÿã“{",34&'3!5#"&546;54&#"5>3 5#">76/–=Kˆdþ°?¼V¬ËýûÐu—`¶Twß8þ°Ð6/^b;:þgCˆzÓ†]ˆýYýªfaÁ¢½ÀH‹..t''üþ‹UýíNHGÜýg‹wt”ÿã-!>32#"&'!4'&'676763&#"327”N:±|ËÿÿË|±:þ²^,<<,9üR†ù¥KM_]¥ý¢daþ¼ýðþ¼ad¨tŸ‚= üz =OsKÚú¬TþdihtJžŸ‚‚qÿãç{#%#"!2&'&#"3276%çM¥]ýþÖ-U¢LEmGJXHCQRHVþ,${z$d$$>:##düWS%€êæƒ&”ÿã-!!5#"323327654'&'&#"ÅNþ²:±|ËÿÿË|±ýv9,<<,^(†ý¥]_MK¥¶^ùì¨daDDaþZžKsO= † =‚ú¬Tþdü6‚‚ŸžJthioÿã}{!327# 32!.#"}ý‹K_ÙÃmÃkþôþÇ)üåý#ÆÅiÌ©J@þb]u-)8 CþÚ÷qzþÛþóŽÓ¾ç/ã 3476%#"!!!#5354763g.9‡ñ®”:9„þ|þ±°°WX¼® -8‘û¶J_D8‹d97’ddüædd¼TVqþVð{#.=65326=#"325!!"&32767654'&#"jëülQžRµ´:±|ËÿÿË|±:NþÖþÍrÊy^,<<,9/¥KM_]¥úü=ÊŒoú—€,*½¿qdaDDad¨ü-þâþéwŸ‚= † =OsKýÂihtJžŸ‚‚ºH "34'&3'!>32!4&#"! GŒS5ü‡ëOIÆÔÛþ¬kk€•þ± h¾ý”@Á[:¶ú´Ldýžedïèý\Пž¾¤ýUæ5 33#!!J‡ ¹¹KOþ±üüh˜éËû ÿ×þV #676#532765!3#¨‡%G(=ôÝ1l$%OQRa¸¸ûеT0Hôd01™¬ûŒÖ``¾éº2 !3 #!3ºO„ŒýHÑ–ýmþ±d‡üiãýöýª#ýݰú´Læê&5#"'&5!3J=(G%‡õ¶RQOLi” H0Tµ0úZ``Ö~ûJœ^dº‡{"&1<!>32>32!4&#"!4&#"!3%34'&%34'&ºOIÆÔTÞÔÛþ¬kk€•þ¬kk€•þ±d‡[ GŒS5ã GŒS5`®ed¬J€vïèý\Пž¾«ý\Пž¾¤ýUüüh˜ h¾ý”@Á[: h¾ý”@Á[:ºH{ "34'&%3'!>32!4&#"! GŒS5ü‡ëOIÆÔÛþ¬kk€•þ± h¾ý”@Á[:üh˜d®edïèý\Пž¾¤ýUqÿãu{ #2#"27&"676'&sðþîðñþï‚3x33x3d4'pp'Ú3(pp({þÈþìþíþÇ98û× º ükp-€þ$€-Rü’-Û€-qþVð{-%!!>32#"&4'&'&'676#&#"32¿þ²N:±|ËÿÿË|±Š9,<<,^ü؆¥]_MK¥¨ý®¨daþ¼ýðþ¼a¦žKsO= üz =‚ýoHú¸Ê‚‚ŸžJthiqþVð{-%#"325!!3#32767654'&#"¢:±|ËÿÿË|±:Nþ²ý<^,<<,9(††þ¥KM_]¥¨daDDad¨ùø”Ÿ‚= † =OsKü2HüHihtJžŸ‚‚ºß{3'!>32.#"!†êN:º…4I,œ§þ²üüh˜d®fc…˾ýzoÿãÇ{E67654'&/&'&5432654&/.54632.#"#"&'i'K&'q4¥=B%%U+.„39GÓS OjqL‘4vàÎf´LJ\_opPx3¡„÷ØZÃlù=vf03"3;@{R?Bsl37'*7CoTüþ78^UNO,,—ˆ¦µ z1$YXDL#/ž¤À%%7ˆž%&7#!!;!"&5#53Ð*‡\{þ…Ks½þ­Õ¢‡‡jU|ÿü7­N(þ¬dýU‰NdŸÒudT±ÿåD` "%&'&5##!5#"&5!3265!ù GŒS5C‡ëþ¬IÆÔÛTkk€•TS h¾lýÀÁ[:˜ühd®edïè¤ý0Ÿž¾¤«=±` 3%! 3!ÍYƒþ£þñT^^dþ\þÔüüh˜düT¬û Vò`3!3%!!3! !ñð‡òübð‡òþùTæåNæådþÛþÊñòþÇüüh˜üh˜dü–jü–jû –üjL` 3%! 3 ! #«—ýUþ¢|þ¥åþpþãþã|[üüh˜dþþ-ýsþÓ=þVÃ`7%! 3+53267Ò²>þ•þæ^]_lþP’|““XQ+üûÛ™Œdü—iû8Ç{dCYXb` 3%!!!5!\ývŒŠü‰ñýw‰ûö‰ýüüh˜ddühdd˜ÿÿhÕ$ÿÿÉìÕ%ÿÿsÿã'ð&ÿÿɰÕ'ÿÿÉ‹Õ(ÿÿÉ#Õ)ÿÿsÿã‹ð*ÿÿÉ;Õ+ÿÿ—öÕÿÿÿ–þf“Õ-ÿÿÉjÕ.ÿÿÉjÕ/ÿÿÉÕ0ÿÿÉ3Õ1ÿÿsÿãÙð2ÿÿÉÕ3ÿÿsþøÙð4ÿÿÉTÕ5ÿÿ‡ÿã¢ð6ÿÿÿúéÕ7ÿÿ²ÿã)Õ8ÿÿhÕ9ÿÿD¦Õ:ÿÿ=;Õ;ÿÿÿüçÕ<ÿÿ\Õ=ÿÿ{ÿã-{Dÿÿºÿã¤Eÿÿqÿãç{FÿÿqÿãZGÿÿqÿã{Hÿÿ/øIÿÿqþVZ{JÿÿºdKÿÿÁyLÿÿÿÛþVyMÿÿºœNÿÿÁ9 ÿÿº{Pÿÿºd{Qÿÿqÿãu{RÿÿºþV¤{SÿÿqþVZ{TÿÿºJ{UÿÿoÿãÇ{Vÿÿ7òžWÿÿ®ÿãX{Xÿÿ=`YÿÿV5`Zÿÿ;y`[ÿÿ=þV`\ÿÿXÛ`]ˆÿãð   6/&"27ö þöþ þøØÌÌd3{44{3þºÊÊðþsý þsóü#ÔÕ0úÙ÷þ,þ-k¬Õ37!!5!5%6ÊbJûÜJþ™gqúó dúdd HdH‚šð(7!676'&'$32!!7676&#"û)`"LlDbZE‚Ñþçµó0Q]þú(ûèž=y‡m˜ÁdÍ•@9\9p¨dºÏþÝ9hôÌb¬–‘þiddAb¿¨•œÿãsð$*0"'5327&+5327&#"56325654&'>54+»Ô!ĪeO6?ÌÔ;2:LœÙæ¯æ €Ž¢þÐÌuWEdJj D• d <h@Ѳ|ª!ÅÝò’Uèl$–þyX¬Z¸Õ#3 !!3#!!5§ËÈþÔþQ¯“­­þpýßqúóÁüãÍü3dþ\¤”ÿãŒÕ#66'&#"!! !"'532ÿÈg¶ÌÌd1j´ÎKþEþÔþ½¹Ð½Ü‘àýýüæ\Ü`ýI× Kïdþ# õþFù<ˆdqÿãªð %%6'27&"2'& 632# |ÊÊþ&ÍÍd:«-(«?ô§¨"™þÖ^BhõþðöþßþîPpc \ʳþ‘þ#•2"ŒSW[_t‰476762"'&'&476762"'&'$476762"'&'476762"'&'&!'!%3"'&'&4767632"'&'&476762'HIIHýÞHIIHø Y÷ÁÙþ·I%$ý­$IÌ$IýéI%$I%$S$IüŸõû Ûü%ŒÃý=HIIH ÈF !;+AWnrvz¦476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&4767632"'&'&!'!%3"'&'&4767632"'&'&5476762'H$%$%HýÞH$%$%Hþ÷&$Iù˜ Y÷ÁÙþ·J%$ý­$JÌ$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=H$%$%H ÈF !;*@Uiƒ‡‹¡·"'&'&476762"'&'&5476762 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632!'!%3"'&'&4767632"'&'&5476762¤$H%$HþÍJ&$UJHJHý~J&$ú Y÷ÁÙþ·J%$ý­$JRHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=H$%$%HÈF !;+AEIM"'&'&4767632%"'&'&4767632"'&'&5476762!'!%3rJ%$þ¶$$%þÒ$Jþm Y÷ÁÙ@H$%ùJI $%Hüôõû Ûü%ŒÃý=ÈF !;+AX\`d"'&'&4767632%"'&'&4767632"'&'&54767624767632"'&'&!'!%3rJ%$þ¶$$%þÒ$JÕ&$Iù˜ Y÷ÁÙ@H$%ùJI $%H$$%ý¨õû Ûü%ŒÃý=ÈF !;+AXnrvz"'&'&4767632%"'&'&4767632"'&'&5476762"'&'&4767632"'&'&4767632!'!%3rJ%$þ¶$$%þÒ$JV$$%ýÅ$%$ú Y÷ÁÙ@H$%ùJI $%HýíH%$HGüöõû Ûü%ŒÃý= ÈF !;+AXmƒ‡‹"'&'&4767632%"'&'&4767632"'&'&5476762"'&'&4767632"'&'&476762"'&'&4767632!'!%3rJ%$þ¶$$%þÒ$JV$$%þÎ$HþÒ$%$ú Y÷ÁÙ@H$%ùJI $%HýíH%$ JHHGüöõû Ûü%ŒÃý= ÈF !;+AWmƒ™¡¥"'&'&4767632%"'&'&4767632"'&'&5476762%476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&!'!%3rJ%$þ¶$$%þÒ$JÌH$%$%HýÞH$%$%Hø Y÷ÁÙ@H$%ùJI $%Hz$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý= ÈF !;+AWmƒ™°´¸¼"'&'&4767632%"'&'&4767632"'&'&5476762%476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&4767632"'&'&!'!%3rJ%$þ¶$$%þÒ$JÌH$%$%HýÞH$%$%Hþ÷&$Iù˜ Y÷ÁÙ@H$%ùJI $%Hz$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý= ÈF !;+AVl‚—«ÁÅÉÍ"'&'&4767632%"'&'&4767632"'&'&5476762!"'&'&476762"'&'&5476762 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632!'!%3rJ%$þ¶$$%þÒ$JI$H%$HþÍJ&$UJHJHý~J&$ú Y÷ÁÙ@H$%ùJI $%HHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=ÈF !;)>SW[_476762"'&'&476762"'&'$476762"'&'476762"'&'&!'!%3ÁHIIHýÞHIIHüõ Y÷ÁÙÌ$IýéI%$I%$S$IüŸõû Ûü%ŒÃý=ÈF !;!6K`u4767632"'&'&!'!%3476762"'&'&476762"'&'$476762"'&'476762"'&'&0&$Iù˜ Y÷ÁÙüHIIHýÞHIIHÃ$Iý¨õû Ûü%ŒÃý=m$IýéI%$I%$S$I ÈF !;,048Ndz"'&'&4767632"'&'&4767632!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&±$$%ýÅ$%$ú Y÷ÁÙüH$%$%HýÞH$%$%H?H%$HGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$J ÈF !;+AEIMcy¥"'&'&4767632"'&'&476762"'&'&4767632!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&±$$%þÎ$HþÒ$%$ú Y÷ÁÙüH$%$%HýÞH$%$%H?H%$ JHHGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$J ÈF !;+AW[_cy¥»476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&'H$%$%HýÞH$%$%Hø Y÷ÁÙüH$%$%HýÞH$%$%HÌ$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=m$JýéJ%$J%$S$J ÈF !;+AWnrvz¦¼Ò476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&4767632"'&'&!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&'H$%$%HýÞH$%$%Hþ÷&$Iù˜ Y÷ÁÙüH$%$%HýÞH$%$%HÌ$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=m$JýéJ%$J%$S$J ÈF !;*@Uiƒ‡‹¡·Íã"'&'&476762"'&'&5476762 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&¤$H%$HþÍJ&$UJHJHý~J&$ú Y÷ÁÙüH$%$%HýÞH$%$%HRHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=m$JýéJ%$J%$S$JÈF !; !7Mcy7!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&È Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JHFõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$% ÈF !;"8Ndz4767632"'&'&!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&0&$Iù˜ Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JHÃ$$%ý¨õû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$% ÈF !;,048Ndz¦"'&'&4767632"'&'&4767632!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&±$$%ýÅ$%$ú Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JH?H%$HGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$% ÈF !;+AEIMcy¥»"'&'&4767632"'&'&476762"'&'&4767632!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&±$$%þÎ$HþÒ$%$ú Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JH?H%$ JHHGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$% ÈF !;+AW[_cy¥»Ñ476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&'H$%$%HýÞH$%$%Hø Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JHÌ$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$% ÈF !;+AWnrvz¦¼Òè476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&4767632"'&'&!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&'H$%$%HýÞH$%$%Hþ÷&$Iù˜ Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JHÌ$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%ÈF !;*@Uiƒ‡‹¡·Íãù"'&'&476762"'&'&5476762 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632!'!%3476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&476762"'&'&¤$H%$HþÍJ&$UJHJHý~J&$ú Y÷ÁÙüH$%$%HýÞH$%$%Hþ÷JHRHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$% ÈF !; ":Pf|’7!'!%3"'&'&54767632"'&'&54767632 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632È Y÷ÁÙý„$$%%$$%þÍJ%$0$H%$Hý•J%$Fõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H ÈF !;"9Qg}“©4767632"'&'&!'!%3"'&'&54767632"'&'&54767632 "'&'&4767632"'&'&'476762"'&'.76762"'&'&547676320&$Iù˜ Y÷ÁÙý„$$%%$$%þÍJ%$0$H%$Hý•J%$Ã$$%ý¨õû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H ÈF !;,048Og}“©¿"'&'&4767632"'&'&4767632!'!%3"'&'&54767632"'&'&54767632 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632±$$%ýÅ$%$ú Y÷ÁÙý„$$%%$$%þÍJ%$0$H%$Hý•J%$?H%$HGüöõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H ÈF !;+AEIMd|’¨¾Ô"'&'&4767632"'&'&476762"'&'&4767632!'!%3"'&'&54767632"'&'&54767632 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632±$$%þÎ$HþÒ$%$ú Y÷ÁÙý„$$%%$$%þÍJ%$0$H%$Hý•J%$?H%$ JHHGüöõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H ÈF !;+AW[_cz’¨¾Ôê476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&!'!%3"'&'&54767632"'&'&54767632 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632'H$%$%HýÞH$%$%Hø Y÷ÁÙý„$$%%$$%þÍJ%$0$H%$Hý•J%$Ì$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%HÈF !;+AWnrvz‘©¿Õë476762#"'&'&4767632"'&'$476762#"'&'4767632"'&'&4767632"'&'&!'!%3"'&'&54767632"'&'&54767632 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632'H$%$%HýÞH$%$%Hþ÷&$Iù˜ Y÷ÁÙý„$$%%$$%þÍJ%$0$H%$Hý•J%$Ì$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%HÈF !;*@Uiƒ‡‹¡·Ìáö "'&'&476762"'&'&5476762 "'&'&4767632"'&'&'476762"'&'.76762"'&'&54767632!'!%3"'&'&5476762"'&'&5476762 "'&'&4767632"'&'.76762"'&'.76762"'&'&4767632¤$H%$HþÌI&$UIHIHý}I&$ú Y÷ÁÙý„$I%$IþÌI%$0$H%$Hý”I%$RHIýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=ò%$Iýï&$IHIIHýîHIIHÈþ½m!5!!áÃü$õû fö§Èþ½m !!7!!!!Èõû Ûü%ŒÃý=mö§?ü'Èþ½m"2#"'&'&47676!!7!!!!E$$%ý¨õû Ûü%ŒÃý=&$Ihö§?ü'Èþ½m+/37476762#"'&'&476762"'&'&!!7!!!!ÁH%$HGüöõû Ûü%ŒÃý=|$I;$%$øö§?ü'Èþ½m+AEIM476762#"'&'&476762"'&'&476762"'&'&!!7!!!!ÁH%$ JHHGüöõû Ûü%ŒÃý=|$$%2$H.$%$øö§?ü'Èþ½m+AW[_c2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!N$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=H$%ýî$%H"H$%ýþ$%Hqö§?ü'Èþ½m+AWnrvz2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676!!7!!!!N$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=H$%ýî$%H"H$%ýþ$%H &$Ihö§?ü' Èþ½m*@Uiƒ‡‹%476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!ÔHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=‘$H%$H3J&$ý«JHJH‚J&$äö§?ü'Èþ½m!2#"'&'&47676!!7!!!!E$$%ý¨õû Ûü%ŒÃý=kJHö§?ü'Èþ½m,0482#"'&'&476762#"'&'&47676!!7!!!!E$$%%$$%ý¨õû Ûü%ŒÃý=iJHûœ&$Ihö§?ü'Èþ½m,BFJN2#"'&'&47676476762#"'&'&476762"'&'&!!7!!!!E$$%þ¡H%$HGüöõû Ûü%ŒÃý=kJHú$$%;$%$øö§?ü'Èþ½m,AW[_c2#"'&'&47676476762#"'&'&476762"'&'&476762"'&'&!!7!!!!E$$%þ¡H%$ JHHGüöõû Ûü%ŒÃý=kJHú$$%2$H.$%$øö§?ü'Èþ½m+AWmquy2#"'&'&476762"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!E$$%.$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=kJHü£H$%ýî$%H"H$%ýþ$%Hqö§?ü' Èþ½m+AWm„ˆŒ2#"'&'&476762"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676!!7!!!!E$$%.$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=kJHü£H$%ýî$%H"H$%ýþ$%H &$Ihö§?ü' Èþ½m*@Vk•™¡2#"'&'&47676476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!E$$%´HJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=kJHû&$H%$H3J&$ý«JHJH‚J&$äö§?ü'Èþ½m+/37476762#"'&'4767632"'&'&!!7!!!!ÂH$%$%Hüôõû Ûü%ŒÃý=ÃJ%$S$J“ö§?ü'Èþ½m"8N2#"'&'&47676!!7!!!!476762#"'&'4767632"'&'&E$$%ý¨õû Ûü%ŒÃý=H$%$%H&$Ihö§?ü'IJ%$S$JÈþ½m,048Nd476762#"'&'&476762"'&'&!!7!!!!476762#"'&'4767632"'&'&ÁH%$HGüöõû Ûü%ŒÃý=H$%$%H|$$%;$%$øö§?ü'IJ%$S$JÈþ½m+AEIMcy476762#"'&'&476762"'&'&476762"'&'&!!7!!!!476762#"'&'4767632"'&'&ÁH%$ JHHGüöõû Ûü%ŒÃý=H$%$%H|$$%2$H.$%$øö§?ü'IJ%$S$J Èþ½m+AW[_cy2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!476762#"'&'4767632"'&'&N$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=H$%$%HH$%ýî$%H"H$%ýþ$%Hqö§?ü'IJ%$S$J Èþ½m+AWnrvz¦2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676!!7!!!!476762#"'&'4767632"'&'&N$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=H$%$%HH$%ýî$%H"H$%ýþ$%H &$Ihö§?ü'IJ%$S$J Èþ½m*@Uiƒ‡‹¡·%476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!476762#"'&'4767632"'&'&ÔHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=H$%$%H‘$H%$H3J&$ý«JHJH‚J&$äö§?ü'IJ%$S$JÈþ½m+AEIM476762#"'&'476762"'&'&4767632"'&'&!!7!!!!ÂH$%ùJI $%Hüôõû Ûü%ŒÃý=ÃJ%$J$$%.$J“ö§?ü'Èþ½m+AX\`d476762#"'&'476762"'&'&4767632"'&'&2#"'&'&47676!!7!!!!ÂH$%ùJI $%H$$%ý¨õû Ûü%ŒÃý=ÃJ%$J$$%.$Jû+&$Ihö§?ü'Èþ½m+AXnrvz476762#"'&'476762"'&'&4767632"'&'&476762#"'&'&476762"'&'&!!7!!!!ÂH$%ùJI $%HýíH%$HGüöõû Ûü%ŒÃý=ÃJ%$J$$%.$Jùª$$%;$%$øö§?ü' Èþ½m+AXmƒ‡‹476762#"'&'476762"'&'&4767632"'&'&476762#"'&'&476762"'&'&476762"'&'&!!7!!!!ÂH$%ùJI $%HýíH%$ JHHGüöõû Ûü%ŒÃý=ÃJ%$J$$%.$Jùª$$%2$H.$%$øö§?ü' Èþ½m+AWmƒ™¡¥476762#"'&'476762"'&'&4767632"'&'&2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!ÂH$%ùJI $%Hz$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=ÃJ%$J$$%.$Jü4H$%ýî$%H"H$%ýþ$%Hqö§?ü' Èþ½m+AWmƒ™°´¸¼476762#"'&'476762"'&'&4767632"'&'&2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676!!7!!!!ÂH$%ùJI $%Hz$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=ÃJ%$J$$%.$Jü4H$%ýî$%H"H$%ýþ$%H &$Ihö§?ü' Èþ½m+AVl‚—«ÁÅÉÍ476762#"'&'476762"'&'&4767632"'&'&476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!ÂH$%ùJI $%HHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=ÃJ%$J$$%.$Jú·$H%$H3J&$ý«JHJH‚J&$äö§?ü'Èþ½m)>SW[_2"'&'&476762#"'&'&47672#"'&'&47672"'&'&47676!!7!!!!N$IýéI%$I%$S$IüŸõû Ûü%ŒÃý=tHIýîIH"HIýþIH ö§?ü'Èþ½m!6K`u2"'&'&47676!!7!!!!2"'&'&476762#"'&'&47672#"'&'&47672"'&'&47676E$Iý¨õû Ûü%ŒÃý=m$IýéI%$I%$S$I&$Ihö§?ü'úHIýîIH"HIýþIH Èþ½m,048Ndz476762#"'&'&476762"'&'&!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676ÁH%$HGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$J|$$%;$%$øö§?ü'úH$%ýî$%H"H$%ýþ$%H Èþ½m+AEIMcy¥476762#"'&'&476762"'&'&476762"'&'&!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676ÁH%$ JHHGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$J|$$%2$H.$%$øö§?ü'úH$%ýî$%H"H$%ýþ$%H Èþ½m+AW[_cy¥»2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676N$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=m$JýéJ%$J%$S$JH$%ýî$%H"H$%ýþ$%Hqö§?ü'úH$%ýî$%H"H$%ýþ$%H Èþ½m)>SimquŠŸ´É2"'&'&476762#"'&'&47672#"'&'&47672"'&'&476762"'&'&47676!!7!!!!2"'&'&476762#"'&'&47672#"'&'&47672"'&'&47676N$IýéI%$I%$S$Iä$Iý¨õû Ûü%ŒÃý=m$IýéI%$I%$S$IHIýîIH"HIýþIH &$Ihö§?ü'úHIýîIH"HIýþIH Èþ½m*@Uiƒ‡‹¡·Íã%476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676ÔHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=m$JýéJ%$J%$S$J‘$H%$H3J&$ý«JHJH‚J&$äö§?ü'úH$%ýî$%H"H$%ýþ$%HÈþ½m !7Mcy!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676Èõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%mö§?ü'úH$%ýî$%H"H$%ýþ$%H JH Èþ½m"8Ndz2#"'&'&47676!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676E$$%ý¨õû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%&$Ihö§?ü'úH$%ýî$%H"H$%ýþ$%H JH Èþ½m+/37Lav‹ 476762#"'&'&476762"'&'&!!7!!!!2"'&'&476762#"'&'&47672#"'&'&47672"'&'&476762"'&'&47676ÁH%$HGüöõû Ûü%ŒÃý=m$IýéI%$I%$S$Iä$I|$I;$%$øö§?ü'úHIýîIH"HIýþIH JH Èþ½m+AEIMcy¥»476762#"'&'&476762"'&'&476762"'&'&!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676ÁH%$ JHHGüöõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%|$$%2$H.$%$øö§?ü'úH$%ýî$%H"H$%ýþ$%H JH Èþ½m+AW[_cy¥»Ñ2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676N$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%H$%ýî$%H"H$%ýþ$%Hqö§?ü'úH$%ýî$%H"H$%ýþ$%H JH Èþ½m+AWnrvz¦¼Òè2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676N$JýéJ%$J%$S$Jä$$%ý¨õû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%H$%ýî$%H"H$%ýþ$%H &$Ihö§?ü'úH$%ýî$%H"H$%ýþ$%H JHÈþ½m*@Uiƒ‡‹¡·Íãù%476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&476762#"'&'&47676ÔHJýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=m$JýéJ%$J%$S$Jä$$%‘$H%$H3J&$ý«JHJH‚J&$äö§?ü'úH$%ýî$%H"H$%ýþ$%H JH Èþ½m ":Pf|’!!7!!!!4767632"'&'&%4767632#"'&'&476762"'&'4767672"'&'&%4767>#"'&'&4767632'&'Èõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%Hmö§?ü'|$$%%$$%3J%$ýÐ$H%$HkJ%$ Èþ½m"9Qg}“©2#"'&'&47676!!7!!!!4767632"'&'&%4767632#"'&'&476762"'&'4767672"'&'&%4767>#"'&'&4767632'&'E$$%ý¨õû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H&$Ihö§?ü'|$$%%$$%3J%$ýÐ$H%$HkJ%$ Èþ½m,048Og}“©¿476762#"'&'&476762"'&'&!!7!!!!4767632"'&'&%4767632#"'&'&476762"'&'4767672"'&'&%4767>#"'&'&4767632'&'ÁH%$HGüöõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H|$$%;$%$øö§?ü'|$$%%$$%3J%$ýÐ$H%$HkJ%$ Èþ½m+AEIMd|’¨¾Ô476762#"'&'&476762"'&'&476762"'&'&!!7!!!!4767632"'&'&%4767632#"'&'&476762"'&'4767672"'&'&%4767>#"'&'&4767632'&'ÁH%$ JHHGüöõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%H|$$%2$H.$%$øö§?ü'|$$%%$$%3J%$ýÐ$H%$HkJ%$ Èþ½m+AW[_cz’¨¾Ôê2"'&'&5476762#"'&'&47672#"'&'&547672"'&'&47676!!7!!!!4767632"'&'&%4767632#"'&'&476762"'&'4767672"'&'&%4767>#"'&'&4767632'&'N$JýéJ%$J%$S$JüŸõû Ûü%ŒÃý=ò%$Jýï&$$%H$%$%HýîH$%$%HH$%ýî$%H"H$%ýþ$%Hqö§?ü'|$$%%$$%3J%$ýÐ$H%$HkJ%$Èþ½m)>Simqu‹¡¶Ëàõ2"'&'&476762#"'&'&47672#"'&'&47672"'&'&476762"'&'&47676!!7!!!!4767632"'&'&%4767632"'&'&476762'&'4767>"'&'&%4767>"'&'&476762'&'N$IýéI%$I%$S$Iä$Iý¨õû Ûü%ŒÃý=ò%$Iýï&$IHIIHýîHIIHHIýîIH"HIýþIH &$Ihö§?ü'|$I%$I4I%$ýÐ$H%$HlI%$Èþ½m*@Uiƒ‡‹¡·Ìáö %476762"'&'&%4767632"'&'&476762"'&'4767672"'&'$4767>"'&'4767632'&'!!7!!!!4767632"'&'&%4767632"'&'&476762'&'4767>"'&'&%4767>"'&'&476762'&'ÔHIýï%$HG$$%$HýÞGH%$Hüãõû Ûü%ŒÃý=ò%$Iýï&$IHIIHýîHIIH‘$H%$H4I&$ý«IHIHƒI&$äö§?ü'|$I%$I4I%$ýÐ$H%$HlI%$Èþgm "3!254#%!2#!"54!¸xx¿xxûA¿ððûAð,Gõxø‡xxyxxðø‡ððyð÷ÓøÿÈþgm$03;#"'##65##"5476"3!254#%!2#!"54!3#'!#×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðK† Òš „Dþ¶D„yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðþ¬þUü¼ÚÚÈþgm$0I#"'##65##"5476"3!254#%!2#!"54!!56754&#"5>32×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðž¨ýª"?XhU4zHM…9‘®þµ8yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðü?rn81^BQ##{„l‹þä0Èþgm$0Y#"'##65##"5476"3!254#%!2#!"54#"&'532654&+532654&#"5>32×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðš\e¾±9}F4wCmxolV^^ad_(fQI€7©Zyþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðý‘mR|†yOFJLl?<:=svcE`Èþgm$03>#"'##65##"5476"3!254#%!2#!"54 !33##5!5×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðŽþË5¦‡‡þbyþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðþ—þ]ýämººyÈþgm$0Q#"'##65##"5476"3!254#%!2#!"54!!67632#"&'53264&#"×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðþþy¡^^a`°<~B9>>Eo‚‚o4h6yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðð_Ì MLƒ‡KJq f®fÈþgm$0@`#"'##65##"5476"3!254#%!2#!"54"327654'&&'&#"67632#"&547632×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðGX3333XW3333«1221€DD &9:D‘TTXW‘§°ll¶122yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðýž45[Z4554Z[54bg KL™1LM„ONÞÔÆuv Èþgm$07#"'##65##"5476"3!254#%!2#!"54!#!×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAððiþ¤ˆHþ3yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðð0üíäÈþgm$0=[j#"'##65##"5476"3!254#%!2#!"54"32764'%&'&546 #"'&54767327654'&"×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAð—º55j]\655þìT./¤RQ./SZ85UVžŸUV56-/.UQ100/¦0/yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðý[,+KLV,+–+]12Hdt::dJ01:7PyAAAAyN98Æ?&%%$A?&%%$Èþgm$0P_#"'##65##"5476"3!254#%!2#!"54532767#"&547632#"'&2654'&#"×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAð.1220DC #<9E¨WX‘§WXkl¶122ÌXf33XU5443yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðûßg KKš/˜„MNooÔÆuv rh\Z4554Z\44Èþgm$0>JQ#"'##65##"5476"3!254#%!2#!"54"27654/2#"&546573×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAðêŽ2332Ž233yƒªªƒ¢ŒŒþt…Œ‰yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðþÈVV¬­VVVV­¬V¯ÞÓÔÞÞÔÓÞü¬Ñ)t'ü½Èþgm$0=#"'##65##"5476"3!254#%!2#!"543+53265×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAð²A@1(TFyþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyððýÜ•FE`TlÈþgm$0J#"'##65##"5476"3!254#%!2#!"54#"&54632.#"3267×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAð<1e9µÈÉ´9f0/j6||{}7j.yþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðûëãÎÍåt"$ª¬««$"Èþgm4@L"#"&54632&#"32#"'##65##"5476"3!254#%!2#!"54ûž›œžŸœVX~_ Ua`UU`a”A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAð,×ÚÛ××Û¥É(j8€pžžþžnyþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyðÈþgm$0;#"'##65##"5476"3!254#%!2#!"5433 ##×A; ÃlB;˜;Blà ;ý"xx¿xxûA¿ððûAððj¤þi¸§þxyþ~&%Nä›ÌkkÌ›äN%&‚Vxø‡xxyxxðø‡ððyððþŸaþzþB“þmÈþgm!-0867632 &547632"3!254#%!2#!"54!3#'!#Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðK† Òš „Dþ¶D„¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðþ¬þUü¼ÚÚÈþgm!-F67632 &547632"3!254#%!2#!"54!!56754&#"5>32Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðž¨ýª"?XhU4zHM…9‘®þµ8¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðü?rn81^BQ##{„l‹þä0Èþgm!-V67632 &547632"3!254#%!2#!"54#"&'532654&+532654&#"5>32Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðš\e¾±9}F4wCmxolV^^ad_(fQI€7©Z¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðý‘mR|†yOFJLl?<:=svcE`Èþgm!-0;67632 &547632"3!254#%!2#!"54 !33##5!5Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðŽþË5¦‡‡þb¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðþ—þ]ýämººyÈþgm!-N67632 &547632"3!254#%!2#!"54!!67632#"&'53264&#"Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðþþy¡^^a`°<~B9>>Eo‚‚o4h6¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðð_Ì MLƒ‡KJq f®fÈþgm!-=]67632 &547632"3!254#%!2#!"54"327654'&&'&#"67632#"&547632Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðGX3333XW3333«1221€DD &9:D‘TTXW‘§°ll¶122¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðýž45[Z4554Z[54bg KL™1LM„ONÞÔÆuv Èþgm!-467632 &547632"3!254#%!2#!"54!#!Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAððiþ¤ˆHþ3¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðð0üíäÈþgm!-:Xg67632 &547632"3!254#%!2#!"54"32764'%&'&546 #"'&54767327654'&"Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAð—º55j]\655þìT./¤RQ./SZ85UVžŸUV56-/.UQ100/¦0/¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðý[,+KLV,+–+]12Hdt::dJ01:7PyAAAAyN98Æ?&%%$A?&%%$Èþgm!-M\67632 &547632"3!254#%!2#!"54532767#"&547632#"'&2654'&#"Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAð.1220DC #<9E¨WX‘§WXkl¶122ÌXf33XU5443¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðûßg KKš/˜„MNooÔÆuv rh\Z4554Z\44Èþgm!-;GN67632 &547632"3!254#%!2#!"54"27654/2#"&546573Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAðêŽ2332Ž233yƒªªƒ¢ŒŒþt…Œ‰¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðþÈVV¬­VVVV­¬V¯ÞÓÔÞÞÔÓÞü¬Ñ)t'ü½Èþgm!-:67632 &547632"3!254#%!2#!"543+53265Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAð²A@1(TF¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyððýÜ•FE`TlÈþgm!-G67632 &547632"3!254#%!2#!"54#"&54632.#"3267Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAð<1e9µÈÉ´9f0/j6||{}7j.¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðûëãÎÍåt"$ª¬««$"Ùþxm1=I"#"&54632&#"3267632 &547632"3!254#%!2#!"54ûž›œžŸœVX~_ Ua`UU`a‰7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAð,×ÚÛ××Û¥É(j8€pžžþžþ0v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyðÈþgm!-867632 &547632"3!254#%!2#!"5433 ##Ì7>T‹>}þÄþÀ}?ŠV<7ýxx¿xxûA¿ððûAððj¤þi¸§þx¶v>G•-;žŸþn’ ;-•GAÌxø‡xxyxxðø‡ððyððþŸaþzþB“þmÈþgm!)0 00"3!254#%!2#!"54!3#'!#ʘþhþfþˆxx¿xxûA¿ððûAðK† Òš „Dþ¶D„ùýòýú xø‡xxyxxðø‡ððyðþ¬þUü¼ÚÚÈþgm70 00"3!254#%!2#!"54!!56754&#"5>32ʘþhþfþˆxx¿xxûA¿ððûAðž¨ýª"?XhU4zHM…9‘®þµ8ùýòýú xø‡xxyxxðø‡ððyðü?rn81^BQ##{„l‹þä0ÈþgmG0 00"3!254#%!2#!"54#"&'532654&+532654&#"5>32ʘþhþfþˆxx¿xxûA¿ððûAðš\e¾±9}F4wCmxolV^^ad_(fQI€7©Zùýòýú xø‡xxyxxðø‡ððyðý‘mR|†yOFJLl?<:=svcE`Èþgm!,0 00"3!254#%!2#!"54 !33##5!5ʘþhþfþˆxx¿xxûA¿ððûAðŽþË5¦‡‡þbùýòýú xø‡xxyxxðø‡ððyðþ—þ]ýämººyÈþgm?0 00"3!254#%!2#!"54!!67632#"&'53264&#"ʘþhþfþˆxx¿xxûA¿ððûAðþþy¡^^a`°<~B9>>Eo‚‚o4h6ùýòýú xø‡xxyxxðø‡ððyðð_Ì MLƒ‡KJq f®fÈþgm.N0 00"3!254#%!2#!"54"327654'&&'&#"67632#"&547632ʘþhþfþˆxx¿xxûA¿ððûAðGX3333XW3333«1221€DD &9:D‘TTXW‘§°ll¶122ùýòýú xø‡xxyxxðø‡ððyðýž45[Z4554Z[54bg KL™1LM„ONÞÔÆuv Èþgm%0 00"3!254#%!2#!"54!#!ʘþhþfþˆxx¿xxûA¿ððûAððiþ¤ˆHþ3ùýòýú xø‡xxyxxðø‡ððyðð0üíäÈþgm+IX0 00"3!254#%!2#!"54"32764'%&'&546 #"'&54767327654'&"ʘþhþfþˆxx¿xxûA¿ððûAð—º55j]\655þìT./¤RQ./SZ85UVžŸUV56-/.UQ100/¦0/ùýòýú xø‡xxyxxðø‡ððyðý[,+KLV,+–+]12Hdt::dJ01:7PyAAAAyN98Æ?&%%$A?&%%$Èþgm>M0 00"3!254#%!2#!"54532767#"&547632#"'&2654'&#"ʘþhþfþˆxx¿xxûA¿ððûAð.1220DC #<9E¨WX‘§WXkl¶122ÌXf33XU5443ùýòýú xø‡xxyxxðø‡ððyðûßg KKš/˜„MNooÔÆuv rh\Z4554Z\44Èþgm,8?0 00"3!254#%!2#!"54"27654/2#"&546573ʘþhþfþˆxx¿xxûA¿ððûAðêŽ2332Ž233yƒªªƒ¢ŒŒþt…Œ‰ùýòýú xø‡xxyxxðø‡ððyðþÈVV¬­VVVV­¬V¯ÞÓÔÞÞÔÓÞü¬Ñ)t'ü½Èþgm+0 00"3!254#%!2#!"543+53265ʘþhþfþˆxx¿xxûA¿ððûAð²A@1(TFùýòýú xø‡xxyxxðø‡ððyððýÜ•FE`TlÈþgm80 00"3!254#%!2#!"54#"&54632.#"3267ʘþhþfþˆxx¿xxûA¿ððûAð<1e9µÈÉ´9f0/j6||{}7j.ùýòýú xø‡xxyxxðø‡ððyðûëãÎÍåt"$ª¬««$"Èþgm".:0 00"#"&54632&#"32"3!254#%!2#!"54ʘþhþf5ž›œžŸœVX~_ Ua`UU`aþuxx¿xxûA¿ððûAðùýòýúA×ÚÛ××Û¥É(j8€pžžþžoxø‡xxyxxðø‡ððyðÈþgm)0 00"3!254#%!2#!"5433 ##ʘþhþfþˆxx¿xxûA¿ððûAððj¤þi¸§þxùýòýú xø‡xxyxxðø‡ððyððþŸaþzþB“þmÈþgm !! !"3!254#%!2#!"54ŽÑþ‰þ‰þ‡þ‰Ðþ0xx¿xxûA¿ððûAð1þGþïþGþï¹}xø‡xxyxxðø‡ððyðÈþgm#/;>F65'&'&547632&54 632'"3!254#%!2#!"54!3#'!#U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðK† Òš „Dþ¶D„üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðþ¬þUü¼ÚÚÈþgm#/;T65'&'&547632&54 632'"3!254#%!2#!"54!!56754&#"5>32U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðž¨ýª"?XhU4zHM…9‘®þµ8üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðü?rn81^BQ##{„l‹þä0Èþgm#/;d65'&'&547632&54 632'"3!254#%!2#!"54#"&'532654&+532654&#"5>32U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðš\e¾±9}F4wCmxolV^^ad_(fQI€7©ZüLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðý‘mR|†yOFJLl?<:=svcE`Èþgm#/;>I65'&'&547632&54 632'"3!254#%!2#!"54 !33##5!5U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðŽþË5¦‡‡þbüLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðþ—þ]ýämººyÈþgm#/;\65'&'&547632&54 632'"3!254#%!2#!"54!!67632#"&'53264&#"U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðþþy¡^^a`°<~B9>>Eo‚‚o4h6üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðð_Ì MLƒ‡KJq f®fÈþgm#/;Kk65'&'&547632&54 632'"3!254#%!2#!"54"327654'&&'&#"67632#"&547632U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðGX3333XW3333«1221€DD &9:D‘TTXW‘§°ll¶122üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðýž45[Z4554Z[54bg KL™1LM„ONÞÔÆuv Èþgm#/;B65'&'&547632&54 632'"3!254#%!2#!"54!#!U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAððiþ¤ˆHþ3üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðð0üíäÈþgm#/;Hfu65'&'&547632&54 632'"3!254#%!2#!"54"32764'%&'&546 #"'&54767327654'&"U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAð—º55j]\655þìT./¤RQ./SZ85UVžŸUV56-/.UQ100/¦0/üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðý[,+KLV,+–+]12Hdt::dJ01:7PyAAAAyN98Æ?&%%$A?&%%$Èþgm#/;[j65'&'&547632&54 632'"3!254#%!2#!"54532767#"&547632#"'&2654'&#"U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAð.1220DC #<9E¨WX‘§WXkl¶122ÌXf33XU5443üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðûßg KKš/˜„MNooÔÆuv rh\Z4554Z\44Èþgm#/;IU\65'&'&547632&54 632'"3!254#%!2#!"54"27654/2#"&546573U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAðêŽ2332Ž233yƒªªƒ¢ŒŒþt…Œ‰üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðþÈVV¬­VVVV­¬V¯ÞÓÔÞÞÔÓÞü¬Ñ)t'ü½Èþgm#/;H65'&'&547632&54 632'"3!254#%!2#!"543+53265U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAð²A@1(TFüLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyððýÜ•FE`TlÈþgm#/;U65'&'&547632&54 632'"3!254#%!2#!"54#"&54632.#"3267U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAð<1e9µÈÉ´9f0/j6||{}7j.üLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðûëãÎÍåt"$ª¬««$"Èþgm#/;MW65'&'&547632&54 632'"3!254#%!2#!"54"#"&54632&#"32U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAð3ž›œžŸœVX~_ Ua`UU`aüLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyðû¿×ÚÛ××Û¥É(j8€pžžþžÈþgm#/;F65'&'&547632&54 632'"3!254#%!2#!"5433 ##U9Hª5’?«K1|Ø|1K«?’5©I9üÉxx¿xxûA¿ððûAððj¤þi¸§þxüLûà C•4$‚jêêj‚$4’F ÅûLñxø‡xxyxxðø‡ððyððþŸaþzþB“þmÈþgm +!%%!%%"3!254#%!2#!"54dþ¼ecþ»b­²þ¸`þ‰þ‡bþ·³þMxx¿xxûA¿ððûAðnþξþ;¾3¾õþo(þâþTßߨ"(Uxø‡xxyxxðø‡ððyð™ÿj¿V#+3·462"7"32654$"&462"32654462"6"&4622>7>54&'&'>54&#"&547&"'654.#"'72>32%%"&''%&/'%.547&54632æB\BB\t- .¯B\BB\, -þo  ì  ¡lN. † ;qsV6C70AIbbOS‚C‚*¨*‚C‚SObbIA07C6Vsq; † .8˜L+Ê‹­]œKƒ˜YŸýìûþ ©ú© þ ûýìŸY˜ƒKœ]­‹Ê+8ggg‚=>ugggÜ=>ý"6''6']6''6'à$9]W>:ûLkt“LJ˜73(#ƒXQik¤\B?&STTS&?B\¤kiQXƒ#(37˜JL“tkLûþÆ>W]9†¾·ŒŠr¬ÈlÈ¡~3D#®@¬mŠŠm¬@®#D3~¡ÈlȬrŠŒ·¾† Kÿj -Š "(,Ž™Ÿý"&4632'2654#"3#"&46327'7#5%32767654'&'7>732>7>54'.#"&$ &/.#"3276%2654#"'747'&'#".'.54>7>32676 767>32+"&'&'&'&'& '326y2>=32>=-5nnI3=>23=>ûS3Å9?*”nýÒB?94±‹iE€B9?B  R' 8%/6 1.4&++ #?Y=þ÷þ¾þ÷=Y?# ++&4.1 6/%8 'R  -íª*?9ÅúË 9 !;+57? B:),#3‡A32%A(7¤¤¤7(A%23A‡3#,):B ?75+;! 9 "`  B6ˆÄˆ6B  _# 4aþºa7k~Ñn‚nn‚nAÔÒ‹n‚nn‚nµ-Úº”ýMÒÒ“v$DK;7" D;KD$v h5WM' 1 *L7.4(#"NƒemmeƒN"#(4.7L* 1 'MW5hNAš»”ºÚûï*,PÝI  ,9 :kR4_5"2S''RNNR''S2"5_4Rk: 9,  IÝP,*0(sBD0H.&&.H0DBs(þà$'&=ÿj(2AN¸7327327#"'#""'72#"'&547632">7&>32#"'&327654'&#"654.'&'&#"&'%% 767%767%7&54>76?62>?''! '&'7&''¦\E[:TT:[E\lJDEI¸>zÂz>Z†þü+Q (F65/AFeN$0+E¸dFB/56F( Qy 0( ,@“ *ó™t›t™ó* B þ¿þág¤µ굤gþáþÀ úÀ &<ý]iâi]ý;& l m nmuÃÙþàþßÙÁvmmm Œb@,,@bd¨x==x.L #$-G0,a&0$4%Ca,0G-$#  ;§‚t.f>v¡§:ÄÄ:§¡rAe.t‚+B,E@y>zçw„„wçz>y9L,B=|9jwA“uŒ: ‰a a‰ :Œu“Awj9|BQW.>.þ÷ŽžžŒ .>.QWB ªÿj– %1;Gh˜ª¼462"7"32654"547632"&462432#"'&"3265473267!"& 7654'>54'&#".#" 632+ '.'&'#"&'&'&54632676&#";67&%32767654&'&#"RtRRt‘78,%,% RtRRtþÿ%,%,78üãj‚Î`´;j¨þî€êŠÀ¥|TVZ‚GqpG‚ZVT|Ðj7aij "†Y:8«m”þà”m«8:Y†" jiaÖ (+G&<5t5<&G+( tRRtRh11þR $ $ tRRtRþ$ $k11ý¨T¤XLTÖrþÞËš¸†•,0^1ŠioE55EoiŠ1^0,•†¸š¤|ˆ›¤‡,6[?Ki{pn­7LL7­np{iK?[6,‡¤›ˆ|ýÌR:3—/‡{W``W{‡/—3:R ªÿj­n ".49>BF4632#"&%462#"&! ! ! ! ! 67##%67#5#‚Q;:RR:;QBRtSS:;Qüm¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýòÛþ•ýüþ”²XL¤ˆ¤L Hdý eÿ;QQ;:SS:;QQ;:SSÛþÄþC½<=Àþ@þÃuýñþ‹þŒýô jþþþ–jß *%þ¦ZþÛ*™Rd¸¸f ªÿj­n #/5:?CG! ! ! ! 462#4&"!462#4&"! 67##%67#5#1¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò¼ŒÄŒ‡=T=ý)ŒÄŒ‡=T=ßÛþ•ýüþ”²XL¤ˆ¤L Hdý eêþÄþC½<=Àþ@þÃuýñþ‹þŒýô ‹ÅÅ‹SwwS‹ÅÅ‹SwwS¬þþþ–jß *%þ¦ZþÛ*™Rd¸¸f _ÿjùn #/Y~5#67##67#%! 462#4&"!462#4&"! "'&/! &"&5476?&7! 4'#"'&/&'&! 6?"'462#4&"!462#4&"! ! ! ! ! %!7276ŒÄŒ‡=T=Ɍȇ=T=û½tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAÛþ•ýüþ”BüW!\ŽÊÊŽ\Œ‹ÅÅ‹SwwS‹ÅÅ‹SwwS¢uýñþ‹þŒýô tþÄþC½<=Àþ@þ¹þþþ–j{u\ŽŽ\ªÿj­n #/;AJ"&547462#4&"!462#4&"! ! ! ! ! %!7276¨AL6û¯ŒÄŒ‡=T=Ɍȇ=T=û½tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAÛþ•ýüþ”BüW!\ŽÊÊŽ\,€8"+6,#5 ‹ÅÅ‹SwwS‹ÅÅ‹SwwS¢uýñþ‹þŒýô tþÄþC½<=Àþ@þ¹þþþ–j{u\ŽŽ\ªÿj­n %+3%%''7'7! ! ! ! ! %!$76|'MÆÆMþÙ þÙMÆÆMýõtu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAÛþ•ýüþ”BüW!\Ž”Ž\'În‹ŠnÎUUÎnŠ‹nýõuýñþ‹þŒýô tþÄþC½<=Àþ@þ¹þþþ–j{u\ŽŽ\ÿjÈc*5IW_7767 '&! /! '462#"&%4632#"&4$! ! 7&%654$! 6! &#"32s(“Ž's%2¶ýü¶2þï¿<=½Þåþ×þØæà”RtSS:;Qý¾Q;:RR:;Qþ €ýâýôþ‹þŒýòãþÛ¼þCþÃþÄþA½ôJKC°Þݰ°ÝÞÑG,&Ž',H92µµ3QþÄþC½<=à99à*;QQ;:SS:;QQvRS\†¾¾†‚\üþ¥þŒýô t[ü\6JQrrQJ6Ïõnnªÿj­0-9J%462#"&%4632#"&'7 767 '&! ! 6 %! 7Ò/MþÑ?RtSS:;Qý¾Q;:RR:;QMþÑMýÆs(Ž”Ž's%2¶ýü¶2þï¿<=½þCþÃþÄþAâ„*„»­ýôþ‹þŒýò®gÔoÕþ¼;QQ;:SS:;QQvRSìnÕoý>G,&ŽŽ',H92µµ3QþÄþC½<=Àþ@**ìýÐçþÑþŒýô t/ç0ªÿj­n'297 767 '&! ! ! ! 4632#"&-%s(Ž”Ž's%2¶ýü¶2þï¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýòØQ;:RR:;Qú'MÆÆMþÙÑG,&ŽŽ',H92µµ3QþÄþC½<=Àþ@þÃuýñþ‹þŒýô ‡;QQvRSdÎn‹ŠnΪÿj­n'3?7 767 '&462#4&"!462#4&"! ! ! ! s(Ž”Ž's%2¶ýü¶2,ŒÄŒ‡=T=Ɍȇ=T=û½tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAÑG,&ŽŽ',H92µµ3ó‹ÅÅ‹SwwS‹ÅÅ‹SwwS¢uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n 7CQ462#4&"!462#4&"!27&'# 3 536! ! ! 327674'&fŒÄŒ‡=T=ý)ŒÄŒ‡=T=þ”¿<ˆveA+-þþþ”‡”‡{7ÑþCþÃþÄþA‡tu ýôþ‹þŒýòO\&$ !Œ‹ÅÅ‹SwwS‹ÅÅ‹SwwS¢þÄþC)0ljÊþåÉÕ dcÚ3=Àþ@þÃuýñþ‹þŒýô 6C$(9.ªÿj­n'3?7 767 '&"&53265!"&53265! ! ! ! s(Ž”Ž's%2¶ýü¶2ŒÄŒ‡=T=þ7ŒÄŒ‡=T=ý?tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAÑG,&ŽŽ',H92µµ3ï‹ÅÅ‹SwwS‹ÅÅ‹SwwSþbuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n/;GW2#'&5&7633476!2367672#'&'476! ! ! ! 7 767 '&¦<2¨Ÿ> &?)   #ýI=#   )?& >Ÿ¨2<þtu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAìs(Ž”Ž's%2¶ýü¶2À%?A>ϾDLD 1GG1 DLD¾Ï>A?%þ*uýñþ‹þŒýô tþÄþC½<=Àþ@ýªG,&ŽŽ',H92µµ3ªÿj­n#3<! 4'#"&5"&=#! ! %7767 '&!&'&! 1¿<=½Tn¦ì¦¦ì¦nU‡tu ýôþ‹þŒýòss(“Ž's%2¶ýü¶2`”ÞþÂþÄàêþÄþC½<àOdŽŽddŽŽdO Ãuýñþ‹þŒýô [G,&Ž',H92µµ3;ààªÿj­n)5!!5!2767!! ! ! ! ˜ªûÔªlÊŽ's%2¶þþü~tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAŒ‡‡‡‡ý¬Ž',H92µ9uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n%15!4632#"&%462#"&! ! ! ! LÀüvQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAq‡‡Œ;QQvRS:;QQ;:SSÙuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n #5!!5!5!! ! ! ! ˜ªûÔªþŒÀúžtu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAŒ‡‡‡‡ý凇yuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n )7! ! ! ! 5!5!2#"&545!5!2#"&5451¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò¢Àüx:RR:;QVx:SS:;QêþÄþC½<=Àþ@þÃuýñþ‹þŒýô ‡‡-‡Q;:SS:‡Q;:SS:ªÿj­n *6B"&475!%7 '%4632#"&%462#"&! ! ! ! PA6L6ü=À þ¨MXûÝMXMþéQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþA¬€5O66O5þE‡‡¥ðoñnnñoþ¯;QQvRS:;QQ;:SS‘uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n'35!"&53265!"&53265! ! ! ! LÀ6ŒÄŒ‡=T=þ7ŒÄŒ‡=T=ý?tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAq‡‡‹ÅÅ‹SwwS‹ÅÅ‹SwwSþbuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n%1%'4632#"&%462#"&! ! ! ! •9g9ü†Q;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþA¬{–{»;QQvRS:;QQ;:SSÙuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­nB'! ! ! ! 7"'&'&#"'67623276762&É__ýZ¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýòåþò_š4) FÄF "58 yFÄF "54( FÄFy\__þ€þÄþC½<=Àþ@þÃuýñþ‹þŒýô æ_þòþWi"bc(!__9("bb("_i"bb"(9_ªÿj­n #/;4632#"&%462#"&7'7'7'! ! ! ! ‚Q;:RR:;QBRtSS:;QÎPA<<þýAPü´tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAÿ;QQ;:SS:;QQ;:SSþ$>NvX..XvN>#uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n")6BN2#'&5&76334764632#"&-%7'7'7'! ! ! ! j<2¨ž> &@(   "üVQ;:RR:;Qú'MÆÆMþÙ†PA<<þýAPü´tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþA¯%?A>ϾDLD 1GN;QQvRSdÎn‹ŠnÎþ>NvX..XvN>#uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n $0<462#4&"!462#4&"7'7'7'! ! ! ! ŒÄŒ‡=T=Ɍȇ=T=÷PA<<þýAPü´tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAŒ‹ÅÅ‹SwwS‹ÅÅ‹SwwSþ]>NvX..XvN>#uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n $0<7'7'7'"&53265!"&53265! ! ! ! öPA<<þýAPLŒÄŒ‡=T=þ7ŒÄŒ‡=T=ý?tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAé>NvX..XvN>Á‹ÅÅ‹SwwS‹ÅÅ‹SwwSþbuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n ".8>4632#"&%462#"&! ! ! ! %5!#"&5!#26‚Q;:RR:;QBRtSS:;Qüm¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò¢ÀòŒÄŒUÎ=T=ÿ;QQ;:SS:;QQ;:SSÛþÄþC½<=Àþ@þÃuýñþ‹þŒýô c‡‡‹ÅÅ‹Swwªÿj­n )394632#"&-%! ! ! ! %5!#"&5!#26‚Q;:RR:;Qú'MÆÆMþÙüµ¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò¢ÀòŒÄŒUÎ=T=ý;QQvRSdÎn‹ŠnÎèþÄþC½<=Àþ@þÃuýñþ‹þŒýô c‡‡‹ÅÅ‹Swwªÿj­n %/5! ! ! ! '7'7%%5!#"&5!#261¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò2þÙMÆÆMÇ'MÆÆMþÙýÐÀòŒÄŒUÎ=T=êþÄþC½<=Àþ@þÃuýñþ‹þŒýô ±UÎnŠ‹nÎÎn‹ŠnÎþ‡‡‹ÅÅ‹Swwªÿj­n)5F%7 '%4632#"&%462#"&! ! ! ! 676 &'&#&þ¨MXûÝMXMþéQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAì%2¶¶3$s(ŽÊÊŽ'ðoñnnñoþ¯;QQvRS:;QQ;:SS‘uýñþ‹þŒýô tþÄþC½<=Àþ@ý%83µµ38H,'ŽŽ',ªÿj­n"-9EV%'6762&'&"%7 '%4632#"&%462#"&! ! ! ! 676 &'&#&ÕyFÄFyT;þ¨MXûÝMXMþéQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAì%2¶¶3$s(ŽÊÊŽ'Ÿ9("bb"(9<<dðoñnnñoþ¯;QQvRS:;QQ;:SS‘uýñþ‹þŒýô tþÄþC½<=Àþ@ý%83µµ38H,'ŽŽ',ªÿj­n)5F'4632#"&%462#"&%! ! ! ! 676 &'&#&†MþÑMþ+Q;:RR:;QBRtSS:;Qþ/MþÑþ%tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAì%2¶¶3$s(ŽÊÊŽ'gnÕoÞ;QQvRS:;QQ;:SSìÔoÕýñuýñþ‹þŒýô tþÄþC½<=Àþ@ý%83µµ38H,'ŽŽ',ªÿj­n(,7BFV676 &'&#&! ! ! ! %462#"&%4632#"&''6762&'&"%2¶¶3$s(ŽÊÊŽ'þ¡¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò(/MþÑ?RtSS:;Qý¾Q;:RR:;QMþÑM‚yFÄFyTL83µµ38H,'ŽŽ',åþÄþC½<=Àþ@þÃuýñþ‹þŒýô ñÔoÕþ¼;QQ;:SS:;QQvRSìnÕoü 9("bb"(9<<ªÿj­n #4O! ! ! ! "&53265676 &'&#&"&54?&'&532651¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýòHŒÄŒ‡=T=þ²%2¶¶3$s(ŽÊÊŽ'²F:M L6 M:F‡=T=êþÄþC½<=Àþ@þÃuýñþ‹þŒýô ‹ÅÅ‹SwwSüÄ83µµ38H,'ŽŽ',ƒŒbQ?7#+6,#5? RbŒSwwSªÿj­n*6676 &'&#&%%''7'7! ! ! ! %2¶¶3$s(ŽÊÊŽ'ì'MÆÆMþÙ þÙMÆÆMýõtu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAL83µµ38H,'ŽŽ',"În‹ŠnÎUUÎnŠ‹nýõuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n!-9' 7 676 &'&#&"&47! ! ! ! É__¸þò_ü/%2¶¶3$s(ŽÊÊŽ'ÚB6L6û¿<=½þCþÃþÄþA‡tu ýôþ‹þŒýò\__þò_þòý‘83µµ38H,'ŽŽ',#€5O66O5¾þÄþC½<=Àþ@þÃuýñþ‹þŒýô ªÿj­n ".4<4632#"&%462#"&! ! ! ! !4 !&'& ‚Q;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAóü'£'ü©½EkþÒjEÿ;QQ;:SS:;QQ;:SSÛuýñþ‹þŒýô tþÄþC½<=Àþ@ü¤èFþºa`LtuLªÿj­n)5;C%7 '%4632#"&%462#"&! ! ! ! !4 !&'& þ¨MXûÝMXMþéQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAóü'£'ü©½EkþÒjEðoñnnñoþ¯;QQvRS:;QQ;:SS‘uýñþ‹þŒýô tþÄþC½<=Àþ@ü¤èFþºa`LtuLªÿj­n NZflx„Š–œ¢32654&#"!&'& !4 ! 4'#&'#5"'#5&47&'##"&'##5! ! 4632#"&%6754&#"326'#"&546325&'&'67%&'%67%–tJUioOLrþ7½EkþÒjE?ü'£'û ¿<=½5D%DmŽ8D++!"D"!++D8ŽnD%D6‡tu ýôþ‹þŒýòq"!#ýž ##  rLOoiUJt…#!"$ g!"$!"+üO# *"!$RluIOooüé`LtuLæèFþº7þÄþC½<›…º;.)þnY6G$@<œ<=ýj–þÃ<œ<@$F7Y“*.þż†œuýñþ‹þŒýô ¤!!# ü ¢þ‘OooOIulR #!!y£ Œ( ò &„!-Òœ-!ý à ªÿj­n '-5' 7 ' 7! ! ! ! !4 !&'& É__¸þò_üÛ__¸þò_ú¼tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAóü'£'ü©½EkþÒjE__þò_þòþX__þò_þò?uýñþ‹þŒýô tþÄþC½<=Àþ@ü¤èFþºa`LtuLªÿj­n)5AGO767632#"&53265!"&53265! ! ! ! !4 !&'& ÄU% $  ';ŒÄŒ‡=T=þ7ŒÄŒ‡=T=ý?tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAóü'£'ü©½EkþÒjEÈt2  "$À‹ÅÅ‹SwwS‹ÅÅ‹SwwSþbuýñþ‹þŒýô tþÄþC½<=Àþ@ü¤èFþºa`LtuLªÿj­n %+3%%''7'7! ! ! ! !4 !&'& |'MÆÆMþÙ þÙMÆÆMýõtu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAóü'£'ü©½EkþÒjE'În‹ŠnÎUUÎnŠ‹nýõuýñþ‹þŒýô tþÄþC½<=Àþ@ü¤èFþºa`LtuL_ÿjùn =b%!4 '7'7%%! "'&/! &"&5476?&7! 4'#"'&/&'&! 6?"'¤ü'£'ý¸þÙMÆÆMÇ'MÆÆMþÙü.tu ];6L *Ñþúþ‹þŒþùÑ+ L6<\‡¿<=½%&-ˆ)/šÞþÂþÄàš/)ˆ-LËèFþºtUÎnŠ‹nÎÎn‹ŠnÎèuýñþ‹%&69 þéÑþúÐ96&%þÄþC½<9ˆ-Çšàà›Æ -ˆ9ªÿj­n*6462"4632#"&%462#"&! ! ! ! ,–Ô––ÔþÀQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAZÔ––Ô–;;QQ;:SS:;QQ;:SSÛuýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n%1=%7 '%4632#"&%462#"&462"! ! ! ! þ¨MXûÝMXMþéQ;:RR:;QBRtSS:;QþèKjKKjü³tu ýôþ‹þŒýò‡¿<=½þCþÃþÄþAðoñnnñoþ¯;QQvRS:;QQ;:SSþjKKjK¦uýñþ‹þŒýô tþÄþC½<=Àþ@ªÿj­n#.:F"&47462"%7 '%4632#"&%462#"&! ! ! ! PA6L6ý–Ô––ÔUþ¨MXûÝMXMþéQ;:RR:;QBRtSS:;Qûætu ýôþ‹þŒýò‡¿<=½þCþÃþÄþA¬€5O66O5þ.Ô––Ô–Rðoñnnñoþ¯;QQvRS:;QQ;:SS‘uýñþ‹þŒýô tþÄþC½<=Àþ@#ÿ<5nk”&462 &462%'%%7462"5.'46767 #5476764&"#5 '#54&/&'&'."% 7547676767>76767&'& QRtSSýIQQuRRþùMXM~þ¨MXüÈ–Ô––Ôý¡HVŠh=;®é®;=hŠVH‡&z':%i)8^'ˆnþûyˆ'^8)i%:'z&Lw l0‘8< 32Þý†à33<8‘0(SuQQuSSuQQvRînñoððoñüÖÔ––Ô–þxË>[1'Sk ß°þø¯à kSþÙþé1[>Ëç$n9ð(#móq,%@76?62>?''! '&&''7&''%4."#462!4."#462&'32?67#5#"'ì‚\>xcev> rtž’6þíþœþì;#• yý]Mþ´4þÈf£µ굡gþÍ.þºG *ó™t›t™ó* € &<ý]iâi]ý;& ikhdtÀÙþàþßÙÀt^b e11B1‡ŒÄŒÉ1B1‡ŒÄŒþ:$(2+$) ˆ`3H:þG??4ü.x==xü%B DG“}KSBÇ$bCJAi?l:1âw„„vã85j?g>LCR4.f>v¡§:ÄÄ:§¡rAe½ME9jwA“uŒ: ‰a a‰ :Œu“Awj9DMDVW$@"<<þýŒžžŒ@6 @"O`DQ+ZEEY,ŒÄÄŒ+ZEEY,ŒÄÄŒþ  ‘„c'F aa C `ÿjø?H]¨¶ÄÎÔÚ654.'&'& &'6?#"'% 76767%767#"&/27#"'7327 $'&54732"&546?4''7&54>76?62>?'#"&/ '&&'4."#462!4."#462&'32?67#5#"'º *òštþÈt˜ô* Pˆ,3,04þÈf¤µé¶¢fþÌ.0,4.ŠRüÈ‚\>xbfv> rtž’6þîþœþì<"– xü|%7>4Zfd &<ý^iáj]ýŽ<& hjZ4<6$,4,tÀØýÀÚÀt*$ä0B2ˆŒÄŒÊ0B2ˆŒÄŒþ:$(2,$( ˆ`4H:þF>@4|(,.f>v¡§:ÄÄ:§¡rAe.*',,ˆ3<%WLi?l:1âw„„vã85j?gD`(<3ˆ,¯.x==xü%B DG“}KSBA6%,4JDME9jwA“uŒ: ‰a a‰ :Œu“Awj9DMD44,%6<3*hbþýŒžžŒ]p-oÄ+ZEEY,ŒÄÄŒ+ZEEY,ŒÄÄŒþ  ‘„c'F aa C :ÿj&*_œª´ÃÐ27#"'7327 $'&54732#"'267#"%% 76767%767%7654.'&'&#"&'&54>76?62>?''! '&&''7&''%4632#"'&7">7&#"'&'67632327654'&#"ì‚\>xcev> rtž’6þíþœþì;#• yprw??5Àê½2H:uü}Mþ´4þÈf£µ굡gþÍ.þºG *ó™t›t™ó* € &<ý]iâi]ý;& ikhdtÀÙþàþßÙÀt^b eâcC>]0L!(C8ý$0+Eÿ8C%$M/2-;Cc¤ .* ,@ü.x==xü%B DG“}KSBh ELME N$bCJAi?l:1âw„„vã85j?g>LCR4.f>v¡§:ÄÄ:§¡rAe½ME9jwA“uŒ: ‰a a‰ :Œu“Awj9DMDVW$@"<<þýŒžžŒ@6 @"O`DŸF_W;E !I+ /!-! CB*&_z 5=ÿjJƒ˜­7327327#"'#""'72%654.'&'&#"&'%% 767%767%7&54>76?62>?''! '&'7&''>32#'&'4632%2347632#'&546¦\E[:TT:[E\lJDEI¸>zÂz>Z†º *ó™t›t™ó* B þ¿þág¤µ굤gþáþÀ úÀ &<ý]iâi]ý;& l m nmuÃÙþàþßÙÁvmmm ã :-.>>Ÿ¨1@/=# ¨-:  #=/@1¨Ÿ>>Œb@,,@bd¨x==x.8‚t.f>v¡§:ÄÄ:§¡rAe.t‚+B,E@y>zçw„„wçz>y9L,B=|9jwA“uŒ: ‰a a‰ :Œu“Awj9|BQW.>.þ÷ŽžžŒ .>.QWB•0B=1JJ¾Ï=B*HGrB0GH*B=ϾJJ1= =ÿj(7Du®¸-'"'72#"'&547632">7&>32#"'&327654'&#"654.'&'&#"&'%% 767%767%7&54>76?62>?''! '&'7&''2767!Ò/MþÑMþÑMs>zÂz>Z†þü+Q (F65/AFeN$0+E¸dFB/56F( Qy 0( ,@“ *ó™t›t™ó* B þ¿þág¤µ굤gþáþÀ úÀ &<ý]iâi]ý;& l m nmuÃÙþàþßÙÁvmmm ïÊŽ(s"5µþýgÔoÕnnÕoþ=x==x.L #$-G0,a&0$4%Ca,0G-$#  ;§‚t.f>v¡§:ÄÄ:§¡rAe.t‚+B,E@y>zçw„„wçz>y9L,B=|9jwA“uŒ: ‰a a‰ :Œu“Awj9|BQW.>.þ÷ŽžžŒ .>.QWBþŽ(+H65µ=ÿj'4i¨µ¾#"'&547632">7&>32#"'&327654'&#"654.'&'&#"&'%% 76?%767%72>?''! '&''7&''7&'54>76?7'7'7'27#"'7l+Q (F65/AFeN$0+E¸dFB/56F( Qy 0( ,@“ *ó™t›t™ó*  B þ¿þáf£µ굡gþáþÀ ýÓâi]ý;&  l m nmtÀÙþàþßÙÀtmmm l &<ý]£PA<<þýAP „[>wdev>¨L #$-G0,a&0$4%Ca,0G-$#  ;§ƒs.f>v¡§:ÄÄ:§¡rAe.$‚A+B,E@y>zâw„„vãz>y9L,B a‰ :Œu“Awj9ŠWBQW.>.þýŒžžŒ.>.QWB`*9jwA“uŒ: ‰aû:=NwY.-YwN=Ú.x==x =ÿj'4ež¦¯¸¼À#"'&547632">7&>32#"'&327654'&#"654.'&'&#"&'%% 767%767%7&54>76?62>?''! '&'7&''62&"%6 &#"27#"'7'%%l+Q (F65/AFeN$0+E¸dFB/56F( Qy 0( ,@“ *ó™t›t™ó* B þ¿þág¤µ굤gþáþÀ úÀ &<ý]iâi]ý;& l m nmuÃÙþàþßÙÁvmmm GFÄF`Tþµµ`ŽÊÈ„[>wdev>öMþÑMþ{/MþѨL #$-G0,a&0$4%Ca,0G-$#  ;§‚t.f>v¡§:ÄÄ:§¡rAe.t‚+B,E@y>zçw„„wçz>y9L,B=|9jwA“uŒ: ‰a a‰ :Œu“Awj9|BQW.>.þ÷ŽžžŒ .>.QWBþcc_<<õµµ`ŽŽú.x==x=nÕoÔÔoÕ=ÿj ,4dŽ"&545"'7276?.53265!"&532656 & &6?6?62>?'' '7&''!2$7%767%7654/&'& &'%%B€M 6L6nÂv>[„[3 M€‡=T=þ7ŒÄŒ‡=T=÷µµ`ŽþnýÕ &<ý]iâi]ý;&+ l m nmuþdý¿þfvmmm ;×ÞõYgþáþÀ A+ó™tþÈt™ó* B þ¿ˆ‹´?5O66,5=x..c?´‹SwwS‹ÅÅ‹SwwSüÚµµ`ŽŽÆ|ÄjauŒ: ‰a a‰ :ŒuaÌ È|BQW.>.þ÷þÔ* .>.QWBæþûçz>y9L,B+‚Qˆ®b§:ÄÄ:§¡T¨nk‚+B,E@y>=ÿj4s{ƒ‡‹654.'&'&#"&'%% 76?%767%72>?''! '&''7&''7&'54>76?!&'& !476327'* *ó™t›t™ó*  B þ¿þáf£µ굡gþáþÀ ýÓâi]ý;&  l m nmtÀÙþàþßÙÀtmmm l &<ý]†½EkþÒjE?ü““ÒÑ(•þò_üÛ__Úƒs.f>v¡§:ÄÄ:§¡rAe.$‚A+B,E@y>zâw„„vãz>y9L,B a‰ :Œu“Awj9ŠWBQW.>.þýŒžžŒ.>.QWB`*9jwA“uŒ: ‰aûGaKtuKç礣þº~_þò___ÿ¹šÇ @ÔÌ03#Çu™þˆü×ÿ)Ù¥@ ÎddÔüÜì1Ô<ì20K°TK°T[X½@ÿÀ878YK°TK° T[K°T[X½ÿÀ@878YK°TK°T[X½@ÿÀ878YK°TX½ÿÀ@878Y@````pppp]3#%3#þ^ËËþyËËÙËËËýsîþðö@BúÄÀ1ôÌ0KSXÉÉY"K° TX½ÿÀ@878YK°TX½@ÿÀ878Y@ %%6FVjg //]]3#þ7¹ä™öþøü¶ÿJéu@!  ÃÃúVV ÔìÔì99991ô<ìÔì2990K° TX½ÿÀ@878YK°TX½@ÿÀ878Y´ ]'.#"#4632326=3#"&ýü9 $(}gV$=09" (}gT";9! 2-ev 3)dwý îþ‹ö‰@BúÄÀ1ôÌ0KSXÉÉY"K° TX½ÿÀ@878YK°TX½@ÿÀ878Y@*$$5CUUŸŸ¯¯//]]#ýÇÄ™æöþøüÏîÿ1øw@ úÔÄ91ô<Ä90K° TX½ÿÀ@878YK°TX½@ÿÀ878YK°TX½ÿÀ@878Y@ //- ]3#'#ý¢¼Ó‹¦¦‹øþö²²üÏîÿ1ø†@ úÔÄ91ôÄ290K° TK° T[K° T[K° T[X½ÿÀ@878YK°TX½@ÿÀ878YK°TX½ÿÀ@878Y@ "  ]373ý¢Ó‹¦¦‹Óî ²²þöüÇÿ9ø #.#"#>32Çv cSRav  Ÿ6978w{züÇÿ9ø j@à úVVÔìÔì1ôüÌ20K° TX½ÿÀ@878YK°TX½@ÿÀ878YK°TK°T[X½ÿÀ@878Y332673#"&üÇv cSRav  Ÿø6978w{zýšþfÛG·ÎdÔì1Ôì0K°TK°T[X½@ÿÀ878YK°TX½ÿÀ@878Y3#ýšÌÌÛÍüæîÿ²ö@Ì1Ô<Ì203#3#þù¹ä™‹¹ä™öþøþøüNîÿö#!#ýÄ™äÄ™äöþøþø––53#–––––73#'3#ú––ú–––––– 3#3#'3#}––}––ú–––d–––ÿ– 3#3#'3#}––}––ú––d––––ÿ––3#3#––––d––ÿ– 3#3#3#3#ú––––ú––––d––d––ÿìï&;#"'&'#"'$&733$767654'3ïF??7Kÿÿÿì‡X;ÿÿÿì~X<ÿ¥\,>%!$'$&73!2%7&'&547676323!!"'654'&'&#"xhnþèþðþÏ}þ·@¸AËQ+è"R¼:4RQ‰P þôioh4"(=)1$+<'gŠ\^ˆsM6,|y$›K2S–%j¸ßAzG' <8BNÿì?Ù0654'&323276767'&54767632#!V)B,4((7(*Hý®ñT—O<?a‚Nb–NLZB`.NJ|m‘þ¿+M;3*)3P&þ· ]027EW4,”E$2Hf3ŒÐˆ,'ÿì !5;#"'+5327&'&54767632"67654'&'&f·$'“Ùˆ¹¹ˆÙ“'$¹A??8 D?$ 9úP–2*I1C2¸99¸(M.L,0W¸ 5+5DE2.4! kþ Àä.@%&'&'&547676323!!#'$'&5473!2766'&'&#"¸B.y9“(“)Wp8c2þô0-=€ž¯ÍþŽ^E>¸><Œ–Õl/"'"3 9Ld/  #+m¹=¥E2X‘:Ö¸zF‘NV¾Š}¦`k›L:‚DbZzWK# :<,; ÿÿÿì?ÙÎÿÿÿì Ïÿÿÿì‡è&ËÄàRÿÿÿì~è&ÌÄàR¶· %4'&"2>"'&4762<R8R8z?@¸?@@?¸@Ü(8)*8…¸@@@@¸@??ÿÿþï 'żŠ'Õ©þÊÿÿÿìþôè&Ë'ÅcRÕPþôÿÿÿìþô~è&Ì'ÅcRÕPþôÿÿÿìï¶'Ǽ Êÿÿÿìóâ&ËÇcLÿÿÿì~â&ÌÇcLÿÿþ >¯&†|Šÿ8ÿÿÿì\K&‡|XþÔÿÿÿì>K&ˆ|XþÔÿÿþ >ª&†È?ÿÿÿì\F&‡È °ÿÿÿì>F&ˆÈ °ÿÿþ >ª&†ÆÂÿÿÿì\F&‡Æ¶ÿÿÿì>F&ˆÆ¶ÿÿþ >°&†'Ä?Ççÿÿÿìþ>\L&‡'Çÿ8Ä ¶ÿÿÿìþ>>L&ˆ'Çœÿ8Ä ¶3_+ 5_ü¡_•þž–bÕþV'ÕJ@!B • ¯ 6Üìüì99Ì1/<ì299Üì0KSXííY"²]33+532765#Õ¸â¸RQµþéi&&ý¸Õûƒ}úÖ``œ01­}ûƒ` 2@ ©¼ F ü<<ì221/äÜ<ì20@  @ P ` p ]33###53ø¤¤¸´´`þ¤þ<ĤþòþV.` 54!333##"3276!þÑÁ¸µ¿5R µw{i&þVÝÍ`û ›p?`3A0ÿÿ’cè3'q½=¹¼Uÿÿ’aè4'q½ÿ¹¼[ÿÿ’^è3'Á¼Pq½=ÿÿ“cåZ'ºðd¹¼Uÿÿ“cåZ'¼Œd¹¼Uÿÿ’aèZ'ºðdq½ÿÿÿ’aèZ'¼Œdq½ÿÿÿvj 3'»À\q½=ÿÿ‹cíZ'¾¼b¹¼Uÿÿvj V'¹¼}»À\ÿÿ‹cíW'¾¼uÁ¼|ÿÿvj0Z'º@d»À\ÿÿ‹c:'½¼uº(Dÿÿ‹cm:'¼âD½¼uÿÿvc u'½¼u»ÀŒÿÿvV Y'À¼P»ÀpÿÿƒVõZ'À¼PºðdÿÿƒVõZ'À¼P¼ŒdÿÿƒVõ‹'º«À¼Pÿÿ‹c['ºà½¼uÿÿüš{ÿPn&²¸þøZ,,!!,þÔ,þÔÿãOÕ=32653#"&[ÂhqÊÓ÷`¾=ìQQ•Ëîüþæê,ÿÿÿ«þ &&ùÿ«þ ö&3;#"'!5 767654x¸ I*eÃú‚2Dûþäþ¾0ËÚ# &pgM,¸>þê…—¸€ŠÐ:H~ÿÿþÈ#Ä'¼Âÿÿÿì`Ä'ÿSÃÿÿÿìºÄ'ÿSÄÿÿ‚þð¿F'¼ýÔÿÿÿìþÔ8@'ÿ+þ 'ÅcþÔ;ÿÿÿìþÔ~@'ÿ+þ 'ÅcþÔ<ÿÿÿ«þ ~r'¼þ>’Á9 9µF üìÄK°SK°QZX¹ÿÀ8Y1´—‡/ìä0@  @ P ` p ð ]3;#"&5Á¸Li µ£û‚™aœÀÖÿÿ‘^îÎÿÿqÿã%ðäÿÿqÿãqåÿÿ–þu {&óÿJOw`73#!!dž²†$þ²ÚNd˜ü`ÿþVw`#676#732767!5ʆÐ#5H2KþÜÜ1i0/éNÞ)deûеT0Hôd01™¬ûŒÖ``ÿÿÿÓþvg{'°ÿóÿÿ¿þ‰y{&óÔðØÃû3#3#ðÓÓÓÓÖþ#þ—öÕ +@ • •   Ô2ì2ü2ì21/ì2ôì20!#3!53#—^ÊËý¢ÉÊÕªûªª­• ?!5 ü¤?ªªÿÿÈË8ò'sXyÿÿÈË8 U'tXyÿÿȺ8è'yôsÿÿÈË8'vXyÿÿÈË8 U'wXyÿÿȺ8 'y,vÿÿÜ¿$ž'vô|ÿÿÜ¿$ñ'wô|ÁNÕ@ T¯üüüÄ1/ìì0333Á¸ÕÕú¾“ÿìNÕ@T¯ ÄüüüÄ1/ìì20%3!533yÕýžÕ¸“““BÿìyÕ@ T¯Äüüì1/ìì0)533yþsÕ¸“Bqÿ㦓8@ E EôìÔ¶0 ]99ìüÄ1@    Œ /ìôìÔì0 6& #" 3 ¹¹¹þú*NYÃþë†hí>þú¹¹¹ý †þëé“ÿìÿ㦓A@E E ÄôìÔ¶0 ]9ìüÄ1@     Œ  /<ì2ôìÔì0 6& "'!53&54 3 ¹¹¹þú*N²NþJíh†hí>þú¹¹¹ý “©Ãþëé“ÿìÿã!“8@ E EÄôìÔ¶0 ]99ìì1@    Œ /ìôìÔì0 6& &54 #"'!5 ¹¹¹þúíh†þëÃYNþJ>þú¹¹¹ýœ©Ãþëþzþë“=xÙ 4@   ÜÄ2üÄ2ÜÄ91@  ‡/ìì290)33!xýÞþç³³Âþçj*¯þ]£ýQýiÿìxÙ 6@   ÄÜÄ2üÄ2ÜÄ91@    ‡/ì2ì290%!5!33xütjþç³³Âþç“““—¯þ]£ýQýiÿì'Ù 4@     ÄÜÄ2üÄ2Ì91@   ‡ /ìì290#5!33jþç³³Âþç“—¯þ]£ýQüÖ=Ðq) #33Ðþìþ¢þ¢Ã¤úmˆ½ýCqý"ÿìÐq )5333!þìˆmúmˆþìþ¢“Þý"“½ÿìq)533#þìˆmú¤Ãþ¢“Þü½ºOq $@  üìÔüüÄ1¶£‡/ì2ô<0)3!33Oûk¹U¹Îqý"Þý"ÿìOq (@   ÄüìÔüüÄ1·£ ‡/ì22ô<0)533!33OúιU¹Î“Þý"Þý"ÿìq $@  ÄüìÔüì1¶£‡/ì2ô<0)533!3ûkιU¹“Þý"ÞºOq $@   ü<ÔüüÄ1· £ /ì2ôì035!!5!3ºüòÇΓK“ý"“ÿìOq $@   ÄüÔüüÄ1· £ /ì2ôì0#5!!5!3ÜüòÇΓK“ý"“ÿìq @ ÄüÔüì1¶ £ /ìôì0!5!!5ûkÜüòqü“K“qÔâ:@!E E üìܲ@]üܲ@ ]ìüÄ1@ •• ‘ /ìôìÔ<ì0!&'.4> !2>4."RJr……ä 惃sKRü9[œ¸ZZ¸œ 1¨Å©bb©Å¨1 ý…“­p`88`p`88ÿìÔâ!>@#E E"Äüìܲ@]üܲ@]ìüÄ1@ • •‘ /ì2ôìÔ<ì0%!!5!&'.4> 2>4."¼ûRJr……ä 惃sKRþQ[œ¸ZZ¸œ“““{ 1¨Å©bb©Å¨1 Ÿp`88`p`88ÿìOâ:@!EE Äüìܲ@]üܲ@]ìì1@ •• ‘ /ìôìÔ<ì0#5!&'.4> 2>4."RJr……ä 惃sKRþQ[œ¸ZZ¸œ“{ 1¨Å©bb©Å¨1 üò­p`88`p`88ºO¦ &@    ÔÄüÜÌÌ21¶   /ìÜÜÜÌ03"3#!5!ò„…ñ>ûk•œ fšžüø“ÿìO¦ "·  ÄÔÄÜÌÌ21¶   /ìÜÜÜÌ03"3#!5!ò„…ñ>úcœ fšžüø“ÿì¦ $@   ÄÜüÜÌÌ21¶   /ìÜÜÜÌ03"3#!5!ò„…ñpûk•œ fšžüø“qµî7@ EüìÔ<ì2ÔüÜÄ1@    ‘ /ìôìÔ<ì2Ì0!!##"&6 !354'&"3.þCœø¼°±f^‹vÎü ]8Æmr^ÞþÄ<ÖUåf˜¶Éý"“qɃ]8˜Æƒÿìµî;@! E ÄüìÔ<ì2ÔüÜÄ1@   ‘ /ì2ôìÔ<ì2Ì0%!##"&6 !3!554'&"3.þCœø¼°±f^‹vÎù7é]8Æmr^“KþÄ<ÖUåf˜¶Éý"““ÞɃ]8˜Æƒÿìçî7@ EÄüìÔ<ì2ÔüÌ1@    ‘ /ìôìÔ<ì2Ì0%!##"&6 !!554'&"3.þCœø¼°±f^‹vúé]8Æmr^“KþÄ<ÖUåf˜¶Éü“ÞɃ]8˜ÆƒÁ•Õ ,@   üü<ü<ÜÄ1@   ¯  /ìôìÜì03!!!!!Áƒþ5Ëþ5Õ“þ/’ý´“ÿì•Õ 0@   Äüü<ü<ÜÄ1@    ¯  /ì2ôìÜì0#53!!!!!Õƒþ5Ëþ5“B“þ/’ý´“ÿìDÕ ,@    Äüü<ü<Ì1@    ¯ /ìôìÜì0)53!!!!yþsÕƒþ5Ëþ5“B“þ/’=•Õ ,@  Ü<ü<üüÄ1@   ¯  /ìôìÜì0!!5!!5!3þ5Ëþ5ƒÕß’Ñ“ú¾“ÿì•Õ 0@  ÄÜ<ü<üüÄ1@    ¯  /ì2ôìÜì0#5!!5!!5!3þ5Ëþ5ƒÕ“L’Ñ“ú¾“ÿìÀÕ ,@    ÄÜ<ü<üì1@    ¯ /ìôìÜì0)5!!5!!5!Àý,þ5Ëþ5ƒ“L’Ñ“ºŒÕ *@  üü<ÔìüÄ1@     ì2ìÔì0!!27654'&3!23œþÐ,R4,,=ýÙ¹UiXOÓÞýµ]Oz}I_ý"Õýœ‡_Ò¤‚“ÿìŒÕ.@  Äüü<ÔìüÄ1@    /ì22ìÔì0#533!23!!27654'&ιUiXOÓþþÐ,R4,,=“Býœ‡_Ò¤‚“Þýµ]Oz}I_ÿìÕ *@  Äüü<Ôìì1@     /ì2ìÔì0!!27654'&533!2#œþÐ,R4,,=ý ιUiXXXlÞýµ]Oz}I_ý"“Býœ‡_Ò­‡…ÁùÕ@@  ôܲ_]9üÔüÄ@    /ìôì999@  ìì10!4'&'5!!ª5M‰Ãcý™ˆ4B˜™_–ÜÜ9V“þïê¸æœ@9“ÿìùÕD@   Äôܲ_]9üÔüÄ@     /ì2ôì999@  ìì10#5!&'&'&'5!!» 5M‰Ãcý™ˆ4B˜“X]°–ÜÜ9V“þïê¸æœ@9“ÿì$Õ@@   Äôܲ_]9üÔì@     /ìôì999@  ìì10#5!&'&'&'5!» 5M‰Ãcý™ˆ4B “X]°–ÜÜ9V“þïê¸æþÉq=áÕ:@   ÔÜü9ÜÄ1@  /ìô̲]ìì´]0!533TþéºÕßþÇö9ú¾“ÿìáÕ >@  ÄÔÜü9ÜÄ1@  /ì2ô̲]ìì´]0#5!533hþéºÕ“LþÇö9ú¾“ÿì Õ:@  ÄÔÜü9Ì1@  /ìô̲]ìì´]0#5!53hþ麓LþÇö9ú+ÁÀ#1@%!$üìÔìÔüüÄ1@    # /ì22ÔìÔì03432>3234&#"!4&#"!ÁôÆ}x5%–ÓÒ^ˆÕþq¤ZþýH¤Zl”þî¦ÿK--ÒX€hý¹“|‚€Å•þncƒ§ÒòÿìÀ%5@'#&ÄüìÔìÔüüÄ1@    $ /ì222ÔìÔì0#53432>3234&#"!4&#"!ÕôÆ}x5%–ÓÒ^ˆÕþq¤ZþýH¤Zl”þ“[¦ÿK--ÒX€hý¹“|‚€Å•þncƒ§Òòÿìë#1@%!$ÄüìÔìÔüì1@    " /ì22ÔìÔì0#53432>324&#"!4&#"!ÕôÆ}x5%–ÓÒ^ˆº¤ZþýH¤Zl”þ“[¦ÿK--ÒX€hý&|‚€Å•þncƒ§Òò=ÜÕ -@   Üü<ü<üÜÄ1@    /ìüÜ<ü<0!!5!3!!!ˆþµK¸Kþµœ“Áþ?“ý“ÿìÜÕ1@   ÄÜü<ü<üÌÄ1@    /ì2ôÜ<ü<0#5!!5!3!!!œþµK¸Kþµœ“î“Áþ?“ý“ÿì‹Õ -@   ÄÜü<ü<üÌ1@    /ìôÜ<ü<0)5!!5!3!!@ý¬œþµK¸Kþµ“î“Áþ?“=XÕ>@ Üü<ü<Ü<ü<üÜÄ1@    /ì2ô<Ü<<ì220%!!5!3!3!!!þ=¹þµK¹øLþ´œ“îý““Áþ?Áþ?“ý“ÿìXÕB@  ÄÜü<ü<Ü<ü<üÜÄ1@    /ì22ô<Ü<<ì220#5!!5!3!3!!!%!œþµK¹øLþ´œý¬þ=“î“Áþ?Áþ?“ý““îýÿìÕ>@  ÄÜü<ü<Ü<ü<üÌ1@    /ì2ô<Ü<<ü<<0)5!!5!3!3!!!¼û0œþµK¹øLþ´¸þ=“î“Áþ?Áþ?“ýîýºOq %@   üìÔüüÄ1· £ /ì2ôì03!3!ºÇÎü$Uqý"“ÞýµKÿìOq *@    ÄüìÔüüÄ1@  £  /ì22ôì0#53!3!ÎÇÎü$U“Þý"“ÞýµKÿìq %@  ÄüìÔüì1·  £ /ì2ôì0)53!!ûkÎÇüòU“Þ“ýµK=ÕC´  ÔÄÄÄ1@ B•• /ììôì0KSX@ììììY!!!ÆýtFsþ0†þhéBû~ÀÕú¾“ÿìÕ Fµ  ÄÔÄÄ1@ B••  /ì2ìôì0KSX@ììììY!5!!!ÆýtFýléþh†þhéBû~À“Bú¾“ÿìÃÕC´  ÄÔÄÄ1@ B•• /ììôì0KSX@ììììY!5!!ÆýtFýléþh†þ0Bû~À“Bú+ÁóÕ 8@!  üìÔ<ü<ÔìüÄ1@       /ì2ôìÜ<ì20327654'&+!!!2/!m¨]%i¤þ ;þ ô°„@ED\ŒÔ†qQE=4."RJr…CEoJRþµXEr„„rJSü9[œ¸ZZ¸œ† 1¦ÆSV/ ó“þ{ 2¦Æ¦1 ò“"p_88_p`88ÿìÔÕ*#5!5&'.4767675!5!!2>4."RJr…CEoJRþµXEr„„rJSü9[œ¸ZZ¸œ“ó 1¦ÆSV/ ó“þ{ 2¦Æ¦1 ò“"p_88_p`88ÿìOÕ(#5!5&'.4767675!5!2>4."RJr…CEoJRþµXEr„„rJSþQ[œ¸ZZ¸œ“ó 1¦ÆSV/ ó“þ{ 2¦Æ¦1 þ{"p_88_p`88ÁQÕ %@   üìÔìüÄ1·  /ìôüÌ0!!#!3Åþµ¹¼ÔBþÅÎú¾“ÿìQÕ *@  ÄüìÔìüÄ1@    /ì2ôüÌ0#5!!#!3Ùþµ¹¼Ô“¯þÅÎú¾“ÿì}Õ %@   ÄüìÔìì1·  /ìôüÌ0#5!!#!Ùþµ¹¼“¯þÅÎú+ÁQæ (@   üü<ÜüüÄ1·   /ìÔÌüÌ0!!#3!3Åþµ¹¹ÔOþü›þüü±“ÿìQæ -@   Äüü<ÜüüÄ1@     /ì2ÔÌüÌ0#5!!#3!3Ùþµ¹¹Ô“¼þü›þüü±“ÿì}æ (@    Äüü<Üüì1·   /ìÔÌüÌ0#5!!#3!Ùþµ¹¹“¼þü›þüüÁBÕ /@   ü<ìÜ<üüÄ1@      /ì2ôìÔì0!!!5!3z;þ ôþ ¬ÕÞýµKý"qÑ“ú¾“ÿìBÕ3@   Äü<ìÜ<üüÄ1@      /ì22ôìÔì0!53!!5!3z;ý7Õôþ ¬ÕÞýµKý"“ÞÑ“ú¾“ÿìmÕ /@    Äü<ìÜ<üì1@      /ì2ôìÔì0!53!!5!z;ý7Õôþ ¬ÞýµKý"“ÞÑ“ú+qÔÕ &B@%(E# E'üìܲ@ ]<ü<ܲ@]ìüÄ1@ •# •$  /ììÔ<ìÔ<ì02>4."&'.4767673! [œ¸ZZ¸œœRJr…CEoJR¸XEr„„rJS"p_88_p`88ü~† 1¦ÆSV/ †þ{ 2¦Æ¦1 ò“ÿìÔÕ (F@ *E#'E)Äüìܲ@]<ü<ܲ@#]ìüÄ1@•' •( /ì2ìÔ<ìÔ<ì02>4."!5!5&'.4767673 [œ¸ZZ¸œlûRJr…CEoJR¸XEr„„rJS"p_88_p`88ý““ó 1¦ÆSV/ †þ{ 2¦Æ¦1 òÿìOÕ &B@(E# E&'Äüìܲ@ ]<ü<ܲ@]ìì1@ •# •  %/ììÔ<ìÔ<ì02>4."5&'.4767673!5 [œ¸ZZ¸œœRJr…CEoJR¸XEr„„rJSý0"p_88_p`88ýó 1¦ÆSV/ †þ{ 2¦Æ¦1 þ{“qÔÕ*!&'.4767675!5!!!2>4."RJr…CEoJRþµNþµXEr„„rJSü9[œ¸ZZ¸œ† 1¦ÆSV/ ó““ò 2¦Æ¦1 ò“"p_88_p`88ÿìÔÕ ,%!5!5&'.4767675!5!!2>4."ÔûRJr…CEoJRþµNþµXEr„„rJSþQ[œ¸ZZ¸œ“““ó 1¦ÆSV/ ó““ò 2¦Æ¦1 òp_88_p`88ÿìOÕ*)5!5&'.4767675!5!!2>4."¼ý0RJr…CEoJRþµNþµXEr„„rJSþQ[œ¸ZZ¸œ“ó 1¦ÆSV/ ó““ò 2¦Æ¦1 p_88_p`88ÿÿüìûÿ œûþÿÿÿª†‚Õ'\†'\Ê\ ÿÿª†ƒÕ'\†'\É] ÿÿª†‚Õ'\†']É\ ÿÿª†‚Õ'\†']É] ÿÿª†‚Õ']†'\É\ ÿÿª†‚Õ']†'\É] ÿÿª†‚Õ']†']É\ ÿÿª†‚Õ']†']É] —à :@   Ô@ ? o ]Ü99ÔÜ99ÔÌ991¶ ÔÌ2Ü<Ì0#'##'##'d22¯222¯22dàÈddddÈÉþVüÕ!#!3!3#3ÄýjþðÄ–Éþ’†áûÕûáúÕªþVÁþV8`!##333#€·ýäì·í¸þÞ{ƒü}`üü9™þV®þVX{ %5#"&5332653!"&'5326 C±uÁȸ||•­¸þþúa¬QQžRµ´þÝjBfcðç¦ýaŸŸ¾¤{ü+þâþé³,*½Ðÿÿ}þGR'ÕþŽÿÿ}þ¢GR'Ä©þ¢Žÿÿ}þ¢G÷'KÿÂÿ'Ä©þ¢Žÿÿ}ÿÚGx'ÇúâŽÿÿ}ÿÚGª'ÉúŽÿÿÿ«þ ~&'ÕXþ ’ÿÿÿ«þ ~&'Ä4þH’ÿÿÿ«þ ~&'Ä´('Ä4þH’ÿÿÿ«þ ~¶'Åô ’ÿÿÿ«þ ~°'Éô’ÿÿ‚þ G¶&–'Ä_ Äõþ¢ÿÿÿìþ¢ è&—'ÄRÄþ¢ÿÿÿìþ¢7è&˜'ÄRÄþ¢ÿÿ‚þ Gî&–Çxÿÿÿÿìþ  î&—Ç ÿÿÿÿìþ 7î&˜Ç ÿÿÿ‚þ G°&–'Æâ Çxÿÿÿÿìþ  °&—'ÆŠ Ç ÿÿÿÿìþ 7°&˜'ÆŠ Ç ÿÿÿ‚þ áæ&žÅxþ¢ÿÿÿìþ¢2å&ŸÅXþ¢ÿÿÿìþ¢å& ÅXþ¢ÿÿ‚þ á°&žÆ~ ÿÿÿì2°&ŸÆ ÿÿÿì°& Æ ÿÿ¬&¦Æ„RÿÿÿìÔ&§Æ|Rÿÿÿì¤&¨Æ|Rÿÿuþ ²F&®Æ,¶ÿÿÿìø@&¯Æ,°ÿÿÿìðF&°Æ,¶ÿÿþ¢\&ÍÄkþ¢ÿÿÿìþÔ?Ù&ÎĨþÔÿÿÿìþÔ &ÏĨþÔÿÿþ¢\L&Í'Äõ¶Äkþ¢ÿÿÿìþÔ?&Î'Ä©~ĨþÔÿÿÿìþÔ ~&Ï'Ä»èĨþÔÿÿý¨\&ÍÇîþ¢ÿÿÿìýÚ?Ù&ÎÇ,þÔÿÿÿìýÚ &ÏÇ,þÔÿÿkþ À&ÐÄkÿÿÿì?&ÑÄ©~ÿÿÿì ~&ÒÄ»èÿÿkþ Àû&ÐÆ„kÿÿÿì?&ÑÆ,~ÿÿÿì x&ÒÆ>è‚ÿ§‚7%2$6=4'%$=4767!;#"&'#!"'$4733ö¸k1yüYþ  °`üh_ ®Êø/.Z\9 Sþl¡þ À€þ¶?¸AËh—X–l k‘7¾>c`›ýè7# #5–&øE^¸209‚&b Š\^ˆ~B"ÿì„ #5!276'&'%$=4767!#“. cüYþ ¢°`üh_ ®Êø>_߸h,n‘7¾>ba›ýè7# #5–&øqe›ÿì)#5!27654'%$=4767!;#"&'#ˆ9püYþ ¢°`üh_ ®Êø/.ZZ8 `§¸h‘7¾?ba›ýè7# #5–&øE_¸/(Wÿÿ‚ÿ§Ù&ÕF„ÿÿÿìÏ&¿Õô„ÿÿÿì&ÀÕô„ÿÿÿÇÒ&¾ÄîFÿÿÿìÏr&¿ÄÈÜÿÿÿìr&ÀÄÈÜÿÿý¨Ò&¾ÇXþ¢ÿÿÿìýÚÏ&¿ÇÈþÔÿÿÿìýÚ&ÀÇÈþÔÿÿ‚ÿ§Ù+& ÕF„ÿÿÿìÏ+&!Õô„ÿÿÿì+&"Õô„ÿÿ‚þ¢Ù+& ÅXþ¢ÿÿÿìþÔÏ+&!ÅÈþÔÿÿÿìþÔ+&"ÅÈþÔÿÿ‚ÿ§Ù4& Æ„¤ÿÿÿìÏ4&!ÆK¤ÿÿÿì4&"ÆK¤ÿÿþÈ#ž&ÂÄjÿÿÿ쯞&ÃÄÿÿÿ캞&ÄÄÿÿþÈ#4&ÂÆè¤ÿÿÿì4&ÃÆ¤ÿÿÿìº4&ÄÆ¤ÿÿüà#&ÂÇ&ýÚÿÿÿìþ ó&ÃÇcÿÿÿÿìþ º&ÄÇÿÿÿ“üÇ+¼&,'Ä?&ļüÇÿÿÿìþÔ‡è'ÄàR&ËÄàþÔÿÿÿìþÔ~è'ÄàR&ÌÄàþÔÿÿ“ü®+¼&,'Ä?&Õ&ü®ÿÿÿìþôè'ÄàR&ËÕPþôÿÿÿìþô~è'ÄàR&ÌÕPþôÿÿ“þ +¶&,Æô&ÿÿÿìóâ&ËÆcRÿÿÿì~â&ÌÆcR‡Õ @Œ‹ Ô<ì2991/äüì0!!!!h3þþ3hþ˜ÕýÃþ^¢ýÌþœÃªhÕ@ŽüüÜì1ô<ì20###híËíÕýÕ+ýÕ+‹)¾K@1’ ’    ÔÌ91/<ä2Ô<<ì22Ô<<ì220!3!!!!#!#!5!!5!!!`aÝaþ¶Eþ°`Ý`þø`ß`þéHFþåR`PþøF¾þþÕþî×þþ×Õýªþî þÓ#*1s@? %$ + ,#–•,–•“,“ (/($ +/ 2ÔÄüÔ<ü<ÔüÄ991/ÄìÔÄüôìõî99999990#.''.546?3.'>54&¢}êosëy!ïÉõã¢dÈedÈe þÍô÷¢GUNðWWPþÓ-.);?7*´©³É çã"þ*/þá(»·¸ÅBE5;Cþ±þêBBDCBÿãÃð '3c@5  % ."™( ™˜œ41+  1 +%4ÜÄìôìîöî991ä2ô<äìîöîî0KSXííY""32654&'2#"&546#3!2#"&546"32654&3GNMHHLMGºÖÖºº××ý%Ý¥ÞûºÕÕººÕÕºHNNHHMNh{rs{{sr{¨Ø½½ÛÛ½¼ÙüÓ Ù½½ÚÚ½½Ù¨|rs}}sr|{ÿã¤ð&06@Y     ,-./+0()'%0' - ‘-¡!Ÿžœ˜ '*$ 0$*$  *  1üìÄÔÔìÆî99999991/Æäöæîîî99990KSXí9í9íí9Y"²']@„   ' 0   0%/ / %&? ? @K K K/K0ZZUZ Z U(\.\0X2_2dig`i i d&€2, ' '* 9 5005@J I'I(WW\ ['ggl ]] >7!!'# 5467.54632.#"3267™577oc%þXbiè‚þùþ»¢*(þÓ[Åk^¨PMU1—ABªwCt2ßþ>F®n¶þäkþ¾mFDÛ’áj5j:£Äþê0.;6"WþÓ/wGs¢))ê°Õ@ Žüì1ôì0#°íÕýÕ+°þò @¤£ üüÄ2991üì0!&547!þ×™’“˜)€€þò÷½ÛÛÁõíþ;ÝÝþ:¤þòø @ ¤£  ÔÄ2ì991üì0654'!¤€€€€)˜“’™þòîÆÝÝÅíõþ?ÛÛþC÷)9ðF@(  ¥ œ   Ô<Ä2Ü<Ä2991ôÄ2ôÄ290 %#'-73%þ¶JLþ³ªþ²LNþ²LNªMÁ­®¸þ¨X¸®­¶Xþ¨¶ÙÛ "@§ ¦  Ô<Äü<Ä1/ô<ü<Ä0!!#!5!Ñ ýöîýö ýôìýô ì mþÝ9ƒ@ ©¨üìÔÌ1üì0!#Ñh÷ÕdƒþÏþ‹uo¼ãß·«ªÔÄ1ôì0!!otýŒßþÝÑ9ƒ·¨üì1/ì0!!Ñhþ˜ƒþ}ÿBìÕ·/Ä991ôÌ03#ÞýñÝÕùmbÿã/ð #@ ¬¬œ˜ üìüì1äôìî0&#"326! ! ®i||jj|{jþÀþÚþÙþÀ@'&@ìååþèþåèèþþm“st“þmçÕ (@®®®  ÔÄìÄüì1/ì2ôìÔì0!%!!!ðTþ£[nTûì ÅHHû5þö¢ßð‹@)% ¬œ¯ÜK° TX¹ÿÀ8YÄüÔì9991/ì2ôìÔì990KSXí9íY"@&**"""555BJFF]]!!>54&#">3 N‘ûÃ!IFuZÖz‚þz )~ÊþåáB~Di€MLH+-ìÓzÓ±‰ÿãîð(L@+¬ – ± ¬ –±¬°#œ˜)& )üäÄüìÔì9991äôäüôìþõîî90!"&'32654&+532654&#">3 º—þ¬þºsçqlÕg™£§£š¢‘ŽŠ~]¾^ràl#!Š%'Á•Þç%%)67jcfiø[]V^*) ¿Àƒ§\3Õ C@ !  ! % ®   üÔ<Äì291/äÔ<ì290KSXííY" !!3#!!òþZ¦@¬ÕÕþ”ýj˜ý®üRþéþðJžÿãÕ=@"•¬–•¬² ¯ ˜" ÜÄüìÄî1äôìæþõîþä90!!>3 !"&'32654&#"Ù½ýv,Y00þµþÚù{zÛaŒ¡¡ŒS¼lÕþåç þïôòþî12/FF‰uvˆ+-ÿã#î $7@¬¬ – •¬"œ˜% %$%üìüäîÄ1äôüôìîÖî90"32654&.#">32! !2åeeeefeev_¨P¬ÀBš[åþÆþøþÝþÁuEgÂჃƒƒƒƒƒƒÍþì-+¿¼11þôÙðþ߉ir§ ‰îÕE@%¯ÜÌ91/ôì0KSXííY"²]@ &5F]!!!‰eýºþ‰'ý1ÕÙûº}ÿãð #/G@( '¬¬°-¬œ˜0 $*& '&!$0üäìüìôìî991äôìäîî990"32654&%.54$! ! $54632654&#"Élttlkrrþ|ˆŠ‹ˆ˜›þÙþÞþÝþ×›òc\ZbbZ\cœvnnuunou)ª½ÆÅ¾ª)*½ÞããÞ½UY``YY_`jÿãî$7@¬ –•¬ ¬œ˜%%" $%üìÄüüä1äôìÄþõîî9073267#"54! !"&2654&#"Í\¨R¬ÀDšZåþç9$@þŠþºiÀeffeeff!++¿¼22 Úñ"þvþ˜þŽþY‚„„‚ƒƒåN`@¨³¨ü<ì21/ìôì0!!!!åiþ—iþ—`þ}þ¦þ}þÝN` %@¨©¨³  ü<ì2ÔÄ1äüìî0!#!!åiøÕdiþ—ƒþÏþ‹uþ}Ù=ÛÇ@µ´ÔÄ291ôì90 5Ûü<ÄúþÍþ´þ¶úÏìÏÙ'ÛÛ@ §¶§Ô<Ä21Ôìüì0!!!!ÙúþúþÛëÜíÙ=ÛÇ@µ´Ô<Ä91ôì9055ÙúþÅÍúþ1ìþ1úJð!H@'Œ‘• ¡‹   "Ô<ì2ÔÔì99991/ìôüôìí9990!546?>54&#">32!!Åþ—Bj@95`VQ¼fyÈ]ôN^@D*þ—iþ—ø1Rb:4\.FOCB:*(Ç¿b›Y9>K-Áþœ‡þœo  Ml@: 40LM3 ¸30 ¸0¸·7$¸·CN34L **)(I(*)4=NÔÄììÔììîþ<Æ991ôììÔììÄîÄî299999032654&#"#"&5463253>54&'&$#"3267#"$'&5476$32!#?iZYjkZXiš…Y¬×Ø«Y…Ñ|Ž:;_þã¦tÔZ”¥ked“~üYk}þÙ˜¹þ¸€€†ˆ~~O´àn{KMþºþ×'{ŽzyþZGOùÈÈúPGƒýKÉd¯Iz„=;bþɵ•þûdbg^P¢agƒ}}I½¶J}|ˆ«¡bå~þñþÔ 'Õ þ@@     % ®   Ô²]Ä91/<äÔì90KSXííííííííY"@€ / V f  t Š Ÿ ¿ ¿ Ï Ï ß   %* IFGH XYVWhifg` t{zu{t ‰††‰ ™–•š ¶¹ ËÅÅËÂÍ ÙÖÖÙÕÚ /]]!!!!!Fý¦_þ})Ë)þ}ý¨™ÌþðÕú+%R¼‰Õ P@%¹¾¹ ¹   !üì2ÔìÔì99991/ìôìôì90@ ""/"P"]2654&+2654&+)! [^^[ÕâtutuâH|ˆþÜþÖýB7f“PNMQþÄýsbcaaþy$ÂØÔÕ¼Ïm™fÿã\ð;@   ®® œ˜- +üÄ2ì1äôìþÄÅ990´/_]%# !2.#"3267\jæ}þ‹þL´u}æjkÐsÎììÎsÐkR78¡ef¡87þËIDþøèçþøDI¼9Õ.@À À -. üìüì99991/ìôì0²P]32654&#! )=Šìùøíýõ–TMwiffixþ°þ°þj²üqêßÞè#ateþø§©þ÷eta¼áÕ 0@À¾ÀÀ   üì2ÔÄÄ1/ìôìôì0¶ P p ]!!!!!!¼ýrgý™¤ûÛÕþÝþêþÝþªþݼËÕ +@À¾À üì2ÔÄ1/ôìôì0¶ P p ]!!!!!¼ýrgý™þÕþÝþêþÝý‡fÿãúðK@%   ¹®® œ˜1 3/-+üìôäüÄ1ÄäôìîîÅ9990²_]%# !2.#"3267#!úþÊ¥þ‹þL¼‚•y}÷|æùðÝ@À¾   üì2Ôì21/<ô<ôì0@P ` p Ÿ ]!!!!!!¼8þýÈþÕýÇ9ú+yý‡¼=Õ,·ÁüK°TK°T[X¹@8Yì1/ì0¶@P]!!¼þÕú+ÿþf=Õ A@ À  üK°TK°T[X¹@8YÄì991äüì990¶ @ P ]!!#3265¼þÑþÍN3IO@UZfi ]]!!!!¼®mþRýáþ“Õüú+üfÿãfð 2@®® œ˜ -7-+üìüì1äôìî0@ /?]"3254 ! f°Â°±Â±h˜þhþ˜þ™þg™Ùþüìëþüëìþdþ•þ–þdœjkœ¼‰Õ 1@ ® ®  - üì2Ôì99991/ôìÔì0²]! !#!32654&#¼1þÏþãþþÕpzzpÕýêëýýú¾þ_mddlfþÕfðb@ ®®œ˜  - 7-+üìüì9991Ääôìî90@,  '/V S f ` w w p  Y Y YXj i x ]]# ! !"3254þþf™gk•×Ê-þ‘þã°Â¾´±Â˜lkœþhþ‘üþ”\þ°þüìðÿëì¼Õ‡@2% ® ®     üì2ÔÄì9991/<ôìÔì9990KSXíí9Y"²]@66EEVVPee`]2654&+!! !.#ßyiiy¢þL'O}@Ñþf¶7q^?ZgfXþþöýËÕÆÖ”¾-þXspR“ÿã-ð'§@*% Ãî®%œ˜( "(ÜìÄÔìÄ99991äôìþåå9990@Tp)9999 JJJ X ]\^^ Z!joooh o n!t t t || |!– — ›šœ š!¦ ¦ ¦ ªªªª ª!(]].#"!"$'32654&/.54$!2Ë{êhŠ„Yu¤ùÒþÛþÓŽþâ |~†[ˆ•àÏ {¦þÄ78LP3 ¢pq[QeŠiþ—H´®Ù"Ó†ŽsÆUsèt/ øLJDM‘m)‡ý¦f]ˢŸUO..ï¬ÿã^ 8@¡ С˜Ê£ÐB@ üì22ôì1/äìäôìæî0´O`]%2654&#">32#"&'!!syyss{{{J´uÏ þöÏu´Jþšf稠 ¨©ŸŸ©Õb]þ·þýþýþ·]b¢Xÿã5{7@ÌÔÌ Ô ¡¡Ê˜B ;üÄ2ì1äôìþôîõî0´_].#"3267# !25I“O–§§–T—@T­WþÑþªV/X«=þÜ20¯¯21þÛ77\ÿã8@¡Ð¡Ð˜Ê£ @B ;üìôì221/ìäôäìäî0´O`]!!5#"322654&#"¦hþ˜J²uÏþö Ït³¢syysryy¼Xùì¢c\II]üɨ  ¨¨  ¨Xÿã {C@!Ø ÌÔŸ ×ŸÊ ˜ D ;üìôìÄ91äôìäþôîî90´/?]!3267# ! 4&#" ü» œŒqí}þþÐþ¯K"=þw`h‚3f~~CDþì015:þ“f}un'Q@ ¡Ÿ£³   E ÜK° TK°T[X¹ @8Y<ìü<ÄÄ991/ä2üìî2990@€€]#"!!!#35463ÆL<2þÎþš²²ÌÖë7DNÿü `N·¯\þFy(K@&ÌÔŸ¡ Ð Ê ³#¡ÚÐ& @ B;)üìÄôì221/ääìäôäìþõî990´O*`*]%#"54325!!"&'3265"32654&¦J²uÍþô Íu²Jhþ«þ¼iÄc^´[°¤ìo|xsp||¾b\CúûA\c¦üþòþã !65š¤¤–šŸ¤•–¤¬5@  ÛÐÊ£ G üì2ôì1/<ìôäì9990´`€]!54&'.#"!!>32þ˜ H.p€þšfQ¶nÂɪýVo™“n#'­™ýÙý¨b]î¬)@ݳ£ ü<ì21/ìôì0@ P ` p € ]!!!!¬fþšfþš`û þÜÿ¼þF =@ ŸݳÚ £  ü<ì2Ä991ìäôìî990@ P`p€]!+53265!!¬fØÍ±>fLfþš`û´áíë\‡þܬy Œ@³£   üì2ÔÄ91/<ìä90@`;IIZ]X_ogvv{ˆ…‡‹Ÿ•–›¹:DGJV]g`ewpv|‡ˆ‹’—›]]!! !!¬fœ ýÝNþNþKþšü±›ýþý¢Óþ-¬·£ üì1/ì0@ P`p€]!!¬fþšù쪴{%i@)  Û Ð#ʳ  H H &üK°TX¹@8Yü<üìüì991/<<äô<äì29990@'0'P'p'€''¯']>32!>54&#"!4&#"!!>32ºD»pÁÊþ˜FNfoþ˜@Rgpþ˜hB«gt²¦hmîãýVH wk¨ŸýÚHºk©ýÙ`¤_`p¬{5@  ÛÐʳ G üì2ôì1/<äôäì9990´`€]!54&'.#"!!>32þ˜ H.p€þšfQ¶nÂɪýVo›‘n#'­™ýÙ`¤b]îXÿã'{ -@¡¡ ʘ BLB;üìüì1äôìî0¶7?G]"32654& ! Áw}}wu||u!Eþ»þßþÞþ¹G{«¡¡««¡¡«þÈþìþìþÈ88¬þV^{;@¡Ð¡Ðʘ޳B @ üì22ôì1äääôäìäî0´O`]%!!>32#"&"32654&þšfJ´uÏ þöÏu´¤s{{ssyy¢ý´ ¤b]þ·þýþýþ·]7©ŸŸ©¨  ¨\þVy ;@¡ СÐʳޘ @B;üìôì221äääôäìæî0´O`]"32654&#"325!!ºryyrsyyyJ²uÏþö Ïu²Jhþ˜w¨  ¨¨  ¨ý+c\IG\c¦ùö¬ì{7@ À ”Ê ³  üK°TX¹ÿÀ8YÄì21/äôäüÄ990.#"!!>32ì/]/Š•þšfE³}*(/±¥ýü`¸nejÿãb{'Ü@@  6  6% ÌÔÌÔŸŸ%ʘ( SRP"M(üìÄÔìä99991äôìþõîõî90KSXí9í9Y"² ]@^ #  ,. . . . . ) 9; ; ; : : K J J J H w w ºº º º º º %  7 ?)_) ]].#"!"&'32654&/.54632sÖ_fcKa?¾þøþúoí}kátijIm?ïÀôücÚ=þð0035+. # «³´##44:90/ ¢¥²¬¤žm@¡³¡    TüK°TK°T[K°T[K°T[X¹@8Y<Äü<ÄÄ991/Äìô<ì2990@??PPP`` ]]!!;!"&5#33qþ>\¸þÍÔ±²²žþÂÿþ%N7ÿ±ÔÛ> ÿã`;@ ÛИ³ G üìôì291/ä2ôäì9990´`€]!3265!!5#"& hG.p€fþšQµmÂË´¬p[þí.‡w#&¬™)û ¢b]î`Ó@'%ßÔ´Ÿ]Ä91/ì290KSXííííY"@| 0@Vf€ °°°°ÀÀÐÐàààðð  &$+)64990FFII`x‡ˆ‡ˆ––™™•š¨¶¹$]]! !!fgþGþw`üúû H` ‚@J 4  4 4 4   % ß    ÔK° TK° T[K° T[X¹@8YÌ91/<ì2290KSXííííííííY"@æ 550 G @ @ _ l  °°°°° ÀÀÑ Ð ààï    &$+)*+ $ % /554;::78 ?GIFHGH YVV[ T Y _f`b```d ` upspppt p ‡ˆ„‰ † ‹ ”› ¦©¦©¥© ¦ ª ¶¹¶¹ ÆÄÊÉÕÙ×Úåé æ ê []]!!!! !H\¼½+¼½\þÙþy½¼þy`üüýüû üþ ` y@F    % ß   ÔK° TK°T[K°T[K°T[X¹ @8YÄÔÄ91/<ì290KSXííííííííY"@Ú  / 3< CL R\ bl sz € ——œ Ÿ  ¯ °°°¿ ¿ ¿ ÀÀÏ Ï ÐÐß ß ààï ï ÷ð÷ÿ 2     $++$ 4;;4 0 DKKD o †€‰€ —•š™š– §°¿¿° ÀÏÏÀ ×ÐߨßÐ çàïèïà ùö:]] !! ! !Çþl{åè{þl¨þ…üùþ…=#þ´LýßýÁbþžþF`6@C %  ŸÚ³  ÔK° TK°T[K°T[X¹@8YÄ91ä2ôì9990KSXííííí9íY"@¤ @Pet†€” ´°°°ÀÀÔÐàà $$$5586699EEJJEEge†††ˆ ˆ—––™ ™¨ªª©©µ¼¸° ° ¿ ¹ ¹ÈË ËÉÖå9]]! !+5326?f-fþ)G½›Ïp[S `ýøû6»•ë:K\F` ‰@%¡³¡ Ô´]ÄÌ2991/ìôì0KSXííY"@DYVifyv„“ &)/ 9? J_ Žž±½ÀÏÐßãì]]!!!5!uÑý²NüNýË`úýšÿúfþ²²$^@1 %   ! Ä áÄàÄ£% $  %Ô<Ìü<Ä299999991üìôìôì99999990#"&=4&+5326=46;#"3²ÙÚÈlŽ==ŽlÈÚÙEUZnoYUmá°ÁÀ–ußt–ÍÁ¯áWަŽŽœ¦Wþç¶Ôì1ÔÌ0#çãøþ²²$`@2%   ÄáÄ#àÄ£%# %Ô<Ì2ü<Ì99999991üìôìôì99999990326=467.=4&+532;#"+FŒUZooZUŒFÙÚÈlŽ==ŽlÈÚÙmW¦œŽަŽWá¯ÁÍ–tßu–ÀÁ°Ù²ÛR#@ § §ÔÄ1ÔìÜìÀ990#"'&'&'&#"5>32326Ûj³`k›^X¬bk²`k›^V©RôPE:=MSôPE:=K‡Õ @Œ‹ Ü<ì2991/ôüì0!!!33þ˜h=¢þ^ýÃqdþœ®þlj˜#W@. ÌÔ ÌÔ ¡ ¡!ʘ$   B$ÔüÔ<<Ä2ì22991Ääô<ìÄþôîõî9990.+>7+#$4%3¾NMMNËJAY—9S’: ¢þúþö¢G“Z,“lm”*9þÜ02ýi2/þÛ þä (.ô##þá}çð@@!–• Ÿ¬œ ¬ Ô<ÄÄü<ÄÔÄ1/Ä2ì2ôìî2õî990.#"!!!!3#5356!2ÛF”Mvquþ‹û–ãÂÂþ\µºþâ'&}ƒªïþºþö FïªøJ=ÏÅ#/@ ! ! $A !* @&00   '}|~-} |0Üìì2üìì29999991Ôìì2üìì2À999990'7.5467'7>327'#"&72654&#"²Ï™ÏÑ™Ï0l=6l9ϘÏÏšÏ.j?:l¦[€\[€~ ÏšÏ1k??l.ÍšÏÏšÏ7n6?i/ϙζ\\\]~yÕ´@B  % ÷ ÷   nm n mÔ<ì2ìü<ì2ì999991/ä2Ô<ü<Ô<ì290KSXííííY"²]@, $+6:FI   0@€€°° ]]!!!5!5'!5!! !!!!Nþ9þƒþ:Æ1þk$þ±! þ°%þj1Ç þ` ÂBVÀþ3ÍýåÀVBþ¢ç˜@ Ô<ì21ÄÔÄÆ0##çããã˜ý öüý öÿ=øð3?k@8@1:4 %+èè1œ@ =!+%74:!=\.!\=[.7[(@ÜÄìÄÔÄìÔìî9999991ÄôìþÅÅ999990.#"#"&'532654'&'.5467.54632>54&ucž9KL¼ ÒŸquMKòÕUµfs¶9AN´$Ë oqKAåÉT´þšDC{¶AFжã''1/CO Y­}uŸ0)qI‘§í)+2(FJW³‚hš33oK¢ý…L2CbBO4CjÅ;;1\@ñðÔüÔì1ô<ì20K° TK° T[K°T[K°T[X½@ÿÀ878YK° TX½ÿÀ@878Y3#%3#Åëë‹ëë1öööåÍ1IH@(  ïïëæ2í&æë>f,X c8e XhDJÔììüì2ìî1/ìîþîüþÅþÄ990.#"3267#"&54632'"3267>54&'.'2#"$'&5476$+9o9q~r@s.Aƒ>ÓþþÓE€îyÐWWWWWVÑy{ÎWWWWWXÏy˜mmllmmþù˜˜þùmmllmmf×%#€rs~$#ÕêÂÃé·WWWÏzyÏWVVUWWÏyzÏWXVšnmmþúš˜þûmmnnmm˜šmmnžuéð)Ÿ@$' # ¸²A # @'œ*# s#s*ÔìÄÔì999991ôäüäíîäöÎî999990@??;;;? ?;;;???;]!!"326=%#5#"&546;54&#"5>32°-üÓÓ…hB:Yr õ7Œ^‘¤Òâ‰YUW¦O\©KàØ=ÈÄ4>3:rWTþ@LH†t„8;##´¯ž‰j' 5³  »@  y yÔü<Ôì2991ô<ì2990 5 5‹þÛ%þÌþÜ$þ'òÝÝòqºsòÝÝòqºÙÛ@ §ÔÔì1ÔÄì0!#!Ùëûéý’o¼ãß·«ªÔÄ1ôì0!!otýŒßþÝåÍ 4Lb@8-*+'î0î!ëæ5í æ2+ëA'*,$0-+$!1g3f$cX;eX3cGMÔììüìüìî299991/ì2îþîüîÖî9990"3267>54&'.#32654&'2#'.+#2#"$'&5476$yÐWWWWWVÑy{ÎWWWWWXϲ##NOM+°®i`)Goåk&: Õ1˜mmllmmþù˜˜þùmmllmm3WWWÏzyÏWVVUWWÏyzÏWXVþÙÏ5442ŠwyVpP:ÝÕNAþœD7nmmþúš˜þûmmnnmm˜šmmnÅX;EµÔÄ1ÔÌ0K° TK°T[X½@ÿÀ878YK°TX½ÿÀ@878Y!!Åvýм²dLþ @æçæ  XYXÔìüì1Ôìüì0"32654&'2#"&546HdcIHdeGBz0/11-0|D¿Á\dHHbcGHd¢3/0xDCy-03¿ÁÙÛ .@õ§õ  § l l Ô<ì2ü<ì21/ìÔ<ìü<ì0!!#!5!!!Ñ ýöîýö ýöúþþžìþžbìbûêîmœð]@% ¸ ² º"@œˆÜÄÔÔì9991ôìüÄî9990KSXÉ9ÉY"!!5>54&#"5>32œrý_9=4I;>ŽTW£Kž´GeD¨™ 5P(2>-/ºoHyVZð(W@ #  ¸"²¼"#@#œ)ˆ&ˆ )ÜÄÄÔìÔì9991ôììüÄþÅÎ9990#"&'532654&+532654&#"5>32P\fÆÉQ”DB€<_hkrJTbZNP4{FA—W§±Z`nQ®$%@;@=‰/3--¦piE`mî¢f7·ÆÅÔÌ1ôì0K° TK°T[X½ÿÀ@878Y´]!#‡þÄfþˆ®þT¢` B@! Û˜ ³Þ!   !üì2ÜÄì91ää2ô<ì990´€""]!3265!3267#"&'#"&'®idfgdh!'!5]-Yq#/‡YJhþT ýutqqt‹ýG8 úKSOO/0þÿ;dÕ &@ ^^ÔìÔìÄ91Ä2ôÄÌ0!###.54$\¾½¾ÌÞÕùfùùNÛ²¾èÑ9‰·üì1ÔÌ0!!Ñhþ˜‰þ}þoË5@   ÔÔÌ991/ÔÌÔÌ0K° TX½ÿÀ@878Y!#"&/32654&'Z:7{0f42S!:A+->j/_[ ˜.(R<{œß 7´¾  @ š …†… ÔäÄüä1ôìÔìî29035733!ÏáåâÌý9 4 1ýZuuð 9A  @œ  uu ÔìÔì991ôìôìüì02#"&546!!"32654&BÕ÷öÖÖ÷÷Æ7üÉœT[[TS[[ðÞ¾¾Üܾ¾ÞüMÈÑ~tt||tt~Á‰' 5³  »@ yy Ô<üÔ<ì991ô<ì2990 5-5- íþ%þÛþ!ëþ$þÜ'þºþòÝÝòþºþòÝÝÿÿdÿã¨ð'"æzýd'"É–Téÿÿdÿãåð'"É–'M×ýdTéÿÿhÿã¨ð'"æzýd'"É–NÿãÕ!M@*‘• Œ‹ ¡˜ "  "ÜìÔÔ<ì299991äôìþíôî9990!3267#"$546?>5%!!çiAm@84`VQ½ewË\ôÿN^@D*iþ—iÛ1Q~d:3\/FPDBþÆ*(Ǿc›X:=L-Ãdÿÿ 'k&ý+euÿÿ 'k&ý+cuÿÿ 'k&ý+fu± <1ÿÿ 's&ý+d{´&+@0?&]1ÿÿ 'k&ý+bu ´+@Ÿp@O / ]1 'm!{@S!! ! !%!®â !  UU "ÔÄÔìÔî9999999991/<ÆæÖîî9990KSXííííííííY"K° TX½"ÿÀ""@878Y@À/!/!:!o! ¶ ¶º·°°°·ºº¿¿¿º¿!¿! # ///  /// "+ #EKUZ` ` ` ooo``ooo`fi `#tuyz{t …Š…Š •š° ° ° ° ¿¿¿¿°°¿¿¿·°³¼ D]] !!!.54632%32654&#"!þ}^ý¦_þ}§vt¨þwM66MN56MJ™Ì¸úHþð¸"K+u¨¨u/L{6MM66MMûŸRÕ¡@7%À ®À ¾ À  /ÔÄÄÔ<ì291/<Äìôäìîî90KSXííííY"K° TK° T[X½ÿÀ@878Y@&W††³³µµ ] !!!!!!!!!{ÿyþ}‘ýsfýš¤ûÛþ“þÕýžbþÝþêþÝþªþÝ^þ¢ÿÿfþo\ð&ÿSsÿÿ¼ák&+e´uÿÿ¼ák&+c´uÿÿ¼ák&+f´uÿÿ¼ák&+b´u @@@]1ÿÿ=k&+edu@@]1ÿÿ¼²k&+cdu@@]1ÿÿõk&+f|u ´ Ic:1ÿÿA·k&+b|u´ +K°QX» @ÿÀ88Y1!LÕ •@¹À À  -. „ ü<ì2ÄüìÄ91/îöîÖ<î20@X!P!`!////////OOOOOOOO________ŸŸŸŸŸŸŸŸ¿¿¿¿¿¿¿¿(]]3#32654&#! )#3Pëë‰ìùøíýö•ULxhgghyþ°þ°þk®®²þ¿þüþ¶êßÞè#ateþø§©þ÷etamÿÿ¼öm& +d5uÿÿfÿãfk& +eNuÿÿfÿãfk& +cNuÿÿfÿãfk& +fNuÿÿfÿãfm& +dgu´3"+@@"O3]1ÿÿfÿãfk& +bfu$´+@ ¯€pP_ / ]1)´Û /@   Ô<Ì291Ô<Ì290  ' 7 ´þN²¨þNþN¨²þN¨²²3þNþP¨°þP¨°²¨þN²-ÿ¶– +è@> +,   )*&®& ®œ&˜,+,* # )-#7-+,üìüìÀ999999991äôìîÀÀ99999990@p- -*'&!/-976!9)?-GYVT!Y(Y)jege!j%j($'))68)KFE I)Z^SVV T!V"[(j ejlaf c!k(x ™ ˜ ª ]]3254&/.#".5!27!"&''\4ƒS±ÂM3‚R°ÂþêJJ™gšøfÇqÉMLþhþ˜™ÿfÊqs>;ëDu1“:9þüì@q.þêdú—kœKMÇsÇcÿšþ–þdOOËqÿÿ¼ÿãÃk&+e'uÿÿ¼ÿãÃk&+c'uÿÿ¼ÿãÃk&+f@u±<1ÿÿ¼ÿãÃk&+b@u ´ +@ ¯Ÿp`o0? ]1ÿÿÿìßk&+cÍu @ p o _  ]1¼‰Õ Œ@® ® - üì22Ôì99991/äÔìÔì0K° TK° T[K°T[K°T[K°T[X½ÿÀ@878Y@,0000PPPP    °°°°]]!!3 !32654&#=þþ1þÏþãþÕpzzpþþÕþüýëêýºþ]mcen¬ÿãh0j@4.(" !+ŸŸ+Ÿ£˜/"!(%  a%.(a_ . 1üìÔìôìÝî99991/äþîþÕî990@ /2O2p2Ÿ2]4$! #"&'532654&/.5467.#"!¬ —1]EtkåçAŠJ8s6HX7bFXT‹‘`[efþšZÞÜàÚG NJ%94%@©u½¼ôH9/D7'1‡Ztž2UYnmû´ÿÿXÿãÅf&ºÿÿXÿãÅf&OºÿÿXÿãÅf&aºÿÿXÿãÅ9&vº´ ?0+1ÿÿXÿãÅ1&CºÿÿXÿãÅ&tº@ €&€2O&O2?&?2]1Xÿã{>Ì@B8>6Ò6Ø'Ì&Ô# Ÿ6Ï-*Ì>Ë;Ÿ×Ê0*˜? - 6 & 7 3;?üÄìÔü<ÔìÄ999991ä2ô<Ääü<ôìÄæþ<ôîîî9990@N>>?@MMO@^^_@nno@@@­­½½2=0>B=@>R=P>b=`>ƒ=€>’=>¤= >²=°>]]4&#""326=>32>3 !3267#"$'#"&54$!354&#"w`g€ýápq[QeŠý^wßa–ÙGMÌz =üº›qí}ÿ~³þ÷Heß‹Ââ"Ó†ŽsÆUªf}un²LJDM‘m)JMOMOþÂþöf~~CDþì01kdkdŨŸUO..ÿÿXþo5{&S¸ÿÿXÿã f&!ÙÿÿXÿã f&!OÙÿÿXÿã f&!aÙÿÿXÿã 1&!CÙ @pp ]1ÿÿÿÕf&Ìÿw @p@]1ÿÿ¬f&ÌOÿw@p]1ÿÿÿå×f&Ìaÿ^ ´ Ic:1ÿÿ#™1&ÌCÿ^´ +K°QX» @ÿÀ88Y1Xÿã'(õ@Y&'('%$%(('"#" ! "! 5((5(%('&%"! ##¡ ¡˜#£)'& !#(%" BB;)üìÔì99991ìÄôìî9990KSXí9í2ÉÉÉÉY"K°TK°T[X½)@))ÿÀ878Y@6f!/*76"?*O*oooooooooo]].#"32654&! 4!2''%'!%˜7l4u‚ru| £ujþ»þßþÞþ¹-.N$¾þ‹%3¼`ox#þÅç…y”¨«¡-\”ˆþÿ”þìþÈ8ç ÛwaÊtr`ÿÿ¬9&*vòÿÿXÿã'f&+×ÿÿXÿã'f&+O×ÿÿXÿã'f&+a¿± <1ÿÿXÿã'9&+v¾´ 1"+1ÿÿXÿã'1&+C¾´ +1ÙVÛ® 0¼@ §¦ z{z Ô<ìü<ì1ôÄüÔìî0!!!!!!Á3þÍ3þÍþúþ‹þËXþËìNÿ¢)Á +¸@> )+ *& ¡&¡Ê&˜++, #* #)B#LB;,üìüìÀ999999991/äôìîÀÀ9999990@@:5 ;75!8)?-IF KGD!H)[VT!U(ikfe!e(5:)EJ)U^(i em( ]].#"32654&'.5!27!"&''XK/w}HO0u|ý;CDG"j³K“mFEþ»þßl¶M”pD«¡)A‹«¡+CýäNÈ{8,,že•PÊ~þìþÈ--›^ÿÿ ÿãf&1ò@@]1ÿÿ ÿãf&1Oòÿÿ ÿãf&1aÔ ´ Ic:1ÿÿ ÿã1&1CÔ´ +1ÿÿþFf&5Oœ¬þV^;@¡Ð¡Ð˜ÊÞ£B @ üì22ôì1ìääôäìæî0´O`]%!!>32#"&"32654&þšfJ´uÏ þöÏu´¤s{{ssyy¢ý´¾ý¨b]þ·þýþýþ·]7©ŸŸ©¨  ¨ÿÿþF1&5Cœÿÿ 'O'J;ý ´ +@ p/ ]1@]0ÿÿXÿãÅ'J‰@O]1ÿÿ 'z'r4ý ´+@ p]1@o]0ÿÿXÿãÅ='rÚÿ÷@O]1ÿÿ þo'Õ'ußýÿÿXþoÅ{'uœÿÿfÿã\k&ÿ+cfuÿÿXÿãuf&OÓÿÿfÿã\k'+fuÿÿÿXÿãVf'aÝÿÿfÿã\k'+iuÿÿÿXÿã5'Žßÿÿfÿã\k&ÿ+gfuÿÿXÿãLf&bÓÿÿ¼9k&+g uÿÿ\ÿãø& +a ÿ¬ @ ŸO?]1ÿÿ!LÕk\ÿã¨$Kº%@" ¡Ð¡ Иʣ    @"B;%üìô<Äü<Ä1/ìäôäìäîÝ<î20²O&]!5!5!3#!5#"322654&#"¦þºFhššþ˜J²uÏþö Ït³¢syysryy¼ÍrrÍû+¢c\II]üɨ  ¨¨  ¨ÿÿ¼áO'JÄ;´+@ O@/ ]1@]0ÿÿXÿã 'J­!´+@ O@/ ]1ÿÿ¼ák'+h´uÿÿXÿã F'rÙ!@O]1ÿÿ¼ák'+i´uÿÿXÿã 'ŽÛ!ÿÿ¼þoâÕ'uàÿÿXþo {'u˜!ÿÿ¼ák&+gÉu ´ Ic:1ÿÿXÿã f&!bÓÿÿfÿãúk'+f¤uÿÿ\þFf'aº#ÿÿfÿãúk&+h1uÿÿ\þFF&#rÝÿÿfÿãúk'+i¤uÿÿ\þF'޼#ÿÿfþ6úð'«_ÿÿ\þF'—J#ÿÿ¼ök'+fYu ´ Ic:1ÿÿÿík'+ffu$&´+1K° QX»ÿÀÿÀ88Y@ €€]¼Õ<@ À ¾    Ü2ì22ÌÔ2ì22Ì1/<ô<ôüÜ22Ì220!!5!3#!!!#53!5H8ŒŒþýÈþŒŒ8Õ»»»Âû¨yý‡X¼¼¦¬<@  ÛÐÊ£ G  Ü2ì22ÌÌôì1/<ìôäìÜ2Ì29990!54&'.#"!#535!!!>32¬þ˜ H.p€þš  fkþ•Q¶nÂɪýVo™“n#'­™ýÙçÂkkÂþÕb]îÿÿ Øm'+d|u´% $+1ÿÿ»9'vÿ_Ì´  +1ÿÿA·O'Jÿ|;´+1@]0ÿÿ$š'Jÿ_Ì´+1ÿÿ,Ìk'+h|u´+1ÿÿ¯F'rÿ_Ì´+1ÿÿ¼þoíÕ&uëÿÿ¬þoÂ&uÀ%ÿÿ¼=k&+i€u´+1¬`·ß üì1/ì0@ P`p€]!!¬fþš`û ÿÿ¼þf6Õ'ù@ì1ÿÿ¬þFÐ'&¾%@ì1ÿÿÿþfõk'+f|u ´ Ic:1ÿÿÿ¼þFØf'aÿ_Ò ´ Ic:1ÿÿ¼þSqÕ'«f<ÿÿ¬þSy'«â<'¬y` ‹@³   üì2ÔÄ91/<ì290@`;IIZ]X_ogvv{ˆ…‡‹Ÿ•–›¹:DGJV]g`ewpv|‡ˆ‹’—›]]!! !!¬fœ ýÝNþNþKþš`þe›ýþý¢Óþ-ÿÿ¼ál'+c¿v@ pP`@0]1ÿÿ¬Ûl'+cv(#@ €p`@]1K° QX¹@8Y@Ÿ]0ÿÿ¼þSáÕ'«ž< @ ]0ÿÿ‘þS/'«/<(ÿÿ¼áÕ'+aÿoÿÿ¬Ö'+aþÿ­(K° QX¹@8Y@Ÿ¯¿]1ÿÿ¼áÕ'R‚ºÿÿ¬ß'R¦¶(ÿ¤ìÕ `@2 % À   „ü<ü<Ä.9991/äì90KSXÉÉÉÉY"!7!!'%Çþþs¤ûÛ”#Õþ`¹ÁþðþþÝ j¾ÅÿÛ ~@-   % £   T ü<ì2.À991/ì90KSXÉÉÉÉY"² ]@utƒ@ P ` ` tp p €€ ]]!7!'7Çhoðþ˜}oìþ Xš¤üÇVš£ÿÿ¼öl'+c+v ÿÿ¬m&O}*ÿÿ¼þSöÕ'«)< ÿÿ¬þS{'«¯<*ÿÿ¼ök& +gquÿÿ¬f&*b©ÿÿi!Õ'*Wè¬þfØð+@  üì2ÔüÌ1@ À®œ/äôìôì0%!#3265'&#"!!>32Ø„—þÍN3 %"32654&îw`h‚Aü» œŒqí}~ÿ~¥ÖHRÕ‚þÞþ¹G"†ÎQRLJBúcw}}wu||ªf}unwf~~CDþì01QWTT88RVWQþÆ:«¡¡««¡¡«ÿÿ¼l'+c¹vÿÿ¬m&O}.ÿÿ¼þSÕ'«.<ÿÿ‘þSì{'«/<.ÿÿ¼k&+gÉuÿÿ¬ìf&.bUÿÿ“ÿã-l'+c¹vÿÿjÿãbm&O}/ÿÿ“ÿã-k'+fÁuÿÿjÿãbf&aZ/ÿÿ“þo-ð&SÝÿÿjþob{&/Sbÿÿ“ÿã-k&+gÉuÿÿjÿãbf'‘\/ÿÿ þojÕ'S½ÿÿþo¤ž&S0ÿÿ jq&+g·{´ +@ ]1ÿÿƒ&0+a7 jÕ.@  À 8 8 Ô<ìÌü<ìÌÄ1/ôì2Ô<Ì20!!3#!#3! `þ÷÷þ÷÷þÕþÝþKþüþùµ¤ž:@¡³ ¡ Tü<<Ì2ü<<ÌÌÌÌ1/ìô<Ìü<Ü<Ì20!!!!;!"'&=#35#33qþqþ\¸þÍÔXY²²²²žþÂÿŽÿMNÿXYÔMŽ>ÿÿ¼ÿãÃm'+d?u´. $+@ / ]1ÿÿ ÿã9'vò1ÿÿ¼ÿãÃO'J@;´+@ p]1@]0ÿÿ ÿã'JÓ1´+@ O@/ ]1ÿÿ¼ÿãÃk'+h@u´+@ p]1ÿÿ ÿãF'rò1ÿÿ¼ÿãÃn&tDSÿÿ ÿã &1tÜÿò@€€&``&PP&??&]1ÿÿ¼ÿãÃk'+j'uÿÿ ÿãf'wò1 @??]0ÿÿ¼þoÃÕ&u4ÿÿ þoº`&1u¸ÿÿ=“r'+fh|±<1ÿÿHf'a²3±<1ÿÿÿìßr'+få|± <1ÿÿþFf'a•5ÿÿÿìßk&+båu´ +1ÿÿ\ql'+c¹vÿÿ\Fm&O}6ÿÿ\qo'+iÒyÿÿ\F'ŽV6ÿÿ\qk&+gÏuÿÿ\Ff&6bT'#@ Ÿ £¡³  EÜ<ìüÌ1/ôìôì0)#35463!#"?þš²²ÌÖÆL`N·¯ëCÿã^ $H@#!$¡ С˜Ê£ÐB@"! %ü<Ìì222Ìôì1/äìäôìæîÜ2Ì20´O&`&]%2654&#">32#"&'!#535!!!syyss{{{J´uÏ þöÏu´JþšššfHþ¸ç¨  ¨©ŸŸ©Õb]þ·þýþýþ·]b¢ÕÍrrÍÿtíÕ,Z@*¹¾ ¹& ¹*  '* "&-ü<ì2ÌÌÔìÔì99991/ìôì2Äôì90@ ../.P.]2654&+2654&+)#"!54763! v[^^[ÕâtutuâH|ˆþÜþÖýO* ÿc^ëB7f“PNMQþÄýsbcaaþy$ÂØÔÏ32#"&'!!!syyss{{{J´uÏ þöÏu´Jþšýa稠 ¨©ŸŸ©Õb]þ·þýþýþ·]b¢þÝQÚÕ 27654'&+!'3 py6::5zâþý¼=þ¡’’¡-1][0-þþúœ´…ýÇujðîju4ÿã’ 67632#"'&'!'276'&"FJZZuÏ…………ÏuZZJþš¬{æ=<<=æ=>>¼b./¥¤ýú¤¥/.b¢œ´ÄúÓTT@TTUTþÂTfÿã\ð/@ÌÐÀœ Ì ÐÀ ˜- Ü<Ôìì1ôìôìôìôì0>3 !"&'3254#"fjæ}u´þLþ‹}æjkÐsÎììÎsÐk78þ_þšþ›þ_875IDçèDIfÿã‹d"Q@& À  "®® œ˜# -+#üÄ2ìÄì991äôìþÄÅ99Ôì990´/$_$]%# !2676!3#".#"3267\jæ}þ‹þL´u0/"b˜3NfLýä20¯¯21þÛ77†Tvë\ÿÿ!LÕkÿtÕ#8@À À -.  $ü<ÌÌìüì99991/ìôì2Ì0²P%]32654&#! )#"!5476¡Šìùøíýõ–TMwiffixþ°þ°þjO* ÿc^²üqêßÞè#ateþø§©þ÷etaÏ þýkü´}lââk~ÏþÌ#ú+ÁhSsR\ÿã?@¡Ð¡Ð˜ÊŸ£ @B ;üÄìôì221/üìäôäìäî0´O`]!!5#"322654&#" þ˜J²uÏþö Ït³Jìsyysryyñ#ùì¢c\II]b5ûö¨  ¨¨  ¨Xþ:({)B@%BBK%B ;*üìÄüìÔì991@ (¡¡"¡ Ê*ôìÔìÔì990²?+]!254'&'&! ! '67654&#"üz@ªé錪HJ¤4@”ýðþø6*B„qq„Žb.’Fb]##p‡9þÇþíС2 OŸþ¼Fn8W°³–•— ¼áÕ +@    ÜÄÄÔì2Ä1@ À À¾À/ìôìôì0!!!!!áûÛ¤ý™gýrÕú+#V##hÿãeðI@ -7-+üÄìôì91@À ® œ®˜ôìôüÄ9Ôì0@  / ? ]4'&#"6$3 ! '&!3276Õz}æ|÷}y•‚¼þhþ˜þ¥ØÊ`ý;9a°±a:=~FG578þbþ—þ–þdÎÀÌþþrM‚‚M‰ÿãîð(?@# Ì Ð Àœ)À)Ì ÐÀ#˜)* --&)üìÔìÔÄÄÌ1ôìôìÔì9ôìôì0.54$!2.#";#"3267# $546½‡Š!#làr^¾]~ŠŽ‘¢š£§£™gÕlqçsþºþ¬%"§ƒÀ¿ þæ)*^V][øifcj76þ×%%çÞ•ÁÿþfËÕC@ üì2ÔÄÄ991@À ÂÀ¾Àôìôìôì990¶Pp]!!!!!#3265¼ýrgý™þÑþÍN7, 7%J22J%7ü¹ˆ›¨ˆý˜2`K/ÖîÿÙ,WK:°7Y^&/55/&^Y\ý_¤üP¨”œD¢–Œ¤IŸ«}X¬254&'.#"!!>32;27654'&'52+"'&ª H.p€þšfQ¶nÂÉ7vRK9*TÓvRF;™šó‰ÌmnÎ:“n#'­™ýÙý¨b]îãÜ”4aXŽlrTH¶]Alžþžvx¼lÕ 5@ ¿Á üK°TK°T[X¹@8YìÄ991/ìì990!;# ¼{x@ À Á  üK°TK°T[X¹@8Y<Äü<Ä1/ìÔ<ì20¶ @ P ]!3#!#3ÉÉÉþ¿¿Õýœþüý“m¼qð !!!632#54'&#"ÌþŒþý®þä^ƒ‡[\ð)„þŽüîLý´Õýßß]]^‚Øq¬y ! !!4763!#"œ ýÝNþNþKþšnlͦdPÅ›ýþý¢Óþ-Fßyvë\‡ Ø 0@ Ÿ £  ü<Ìü<Ì1/ìÔ<ì20@ P ` p € ]!3#!#3Áf±±þš··ý]þüý“mÿê3''%'!%! =]MþÂ%5Kf&H#þÄðþšÀ¶üÑeaÊecaúÐýþªÿå´Õ-%#"'&5!32767!32765!!5#"&¤D^]p¶peh##Nf87h Rh78hþ˜BVUgt²ºh67wkïüC w65TTŸ›üCº65UUœœú+¤_00pÿþföÕ@(66%ÁÀ Â11  üÄ99ìÔì991/ôìì299990KSXííY"²]@4 8GJVYPgh`º¶>3IO@UZfi ]]!!!!#3265¼®mþRýáþÑþÍ:>uw}}’û´L‡\ý œ88íýp-74«¡¡«ÿtíÕE@-   üÜ99Ìì2Ôì99991@ ® ® /ôì2Ä99Ôì0²]! !#!#"#54632654&#ï°1þÏþãþþ"P;ÿ¼qÕpzzpÕýêëýýúÏ3JMª§þéþ_mddl¬þV^$H@ "B@ %üì22ôì1@¡Ð¡  ÐʘÞ% Ÿ£%ôìääôä99ìäî0´O&`&]%!463!#">32#"&"32654&þšÌÖÆL3232767# $546%767654'&#"j€ÚcüôÀï?m$%jitpqk}wvoþúþø¾?a&%12f_Ös= ¬²¥¢ 09:4þð#´³« # +500ÿÿ¼áÕÿÿÀþD|$323#;!"'&5# &'&+"30q»~i«¨LÆþîÖffÑþÉ &f+]jxdœÔûâDëXW·7þˆ@.AJþF¤ž!!;+532767&'&5#33qþ\¸glͱ>f&#¬MY²²žþÂÿþ%NÿÒrvë.+w MYÔÛ>œÕB@ À8 ÔK° TK°T[X¹@8YÜÌ99üì1/ôì2Ì990²@]!!!#"!5476´èþþ™01þï``ÕþÝûN²&&i1±µRQ¤y@&¡³¡ Ÿ£     TüK°TK°T[K°T[K°T[X¹@8Y<Äü<Ä2Ä91/ôììô<ì299990@PPP`` ]!!;!"&5#35463!#"3qþ>\¸þÍÔ±²²ÌÖÆL<®Nÿþ%N7ÿ±ÔÛN·¯ë7 þfjÕA@ÀÀ Â8 8 ÔK° TK°T[X¹ @8YìüÄ99ì1ôìôì20²@]!!;# ! `þ{xx<²fuBs¨¾ˆ=ÌÜŠŠªüV‚CCu†…Ë^¢_‘‰þï{´ýÄÔÿì^ð !!632#54'&#"ÂþäþýÇ¥TÛ‹Õ‡[\ð8%þPý‹u`ýìVÙ]^‚ØEþF:{"#54."+53276?!6!2:ó/6 þ¼H]_›Ïp[*( þ f-¾Ke¬e†ôÿÿ ÿãU&1+’þàÿÿ¼ÿãÃê&w+g>ôÿÿ ÿãU&1+—þàÿÿ¼ÿãÃê&w+e>ôÿÿ ÿãU&1+“þàÿÿXÿã {ôÿÿ 'R&ý+nÿÿXÿãÅO&Jº;ÿÿ 'U&ý+‘fÿÿXÿãÅP&ÂJ‰<ÿÿO'J:;aÿÿXÿã'JÿýfÿãUð*# '&!2&'&#"327675#535#!3úþÊ¥þ‹ÚÚ¼‚•‰ˆy}|{|æ}|ðÝ<34)••ëX[„þëFFÑÐeiž7þËG##€ïíþþkJmþ‘J\þFey 6"32654&6=#"'&5476325!3#!"&'3275ºo|<54.#"57>54.#"632°•©X¨þéþ£ñL‹šqKF_38@ØêQv;!2QP(›êðëvÂzS"¢$Îyh®’‡v@.5NSk7@])Uþ_!OBN-6O'œ¤8Xqj1þáeþOZ{05>54&#"57>54.#"563232!'&#"!¬toè‘ãíþ—1B‘²þÕã‡wþÄþÓúÏ]6E\æÊý&\ÿf•;%2'4#"%276'&#"632"''67&'#"'&7632!p†K*%ýes=<<=sr<==<ÆLj^3@BM¦[G$¤. -FXüÏ…………ÏtYZJhæY3/TT@TTTTþÀTT\8Eš WiJPH7qD#,¥¤¤¥/.bX}ÿãüï@"327654'&5! '&54767&'&5476%&327654'&>¡WXXW¡¢UUUUfš©ST£¶]]±±þ¤þ£²²]]¶¨NS©t;p6RR@¨…aQQOœ;;Ü:;;:no;:¦­Yc¾UU)*_^ÞrqqrÞ^_*V\PldE š%8L©[G$¤& Y²²ðU5/®þÂÿþœ`4EþÄWlJPH>Z YÔÛ>ÿ¼þF` 1@ ŸÚ³   üìÄ991äôî990@ P ` p € ]!+53265¬fØÍ±>fL`û´áíë\‡\ÿãX @%276'&#" 276'&"367632#"'&'#!5#"'&7632ºs=<<=sr<==<?æ=<<=æ=3 3>IYZuÏ…………ÏuZYIþšJ²uÏ…………ÏtYZJçTT@TTTTþÀTTTT@TTUEwnwEØý«`-/¥¤ýú¤¥/-`Ÿ¢c\¥¤¤¥/.bX\þVX{ ?"3276'& "276'#!#"'&76325!367632#"'&ºr<===zp„þ»ÆCš™™k¬þÃ76Èl˜°~êëX·Ã ‰Õ(w@.¹¾¹"  ¹*&  #&  !)ü<Ìì22ÌÔìÔì99991/ìÔ<Ì2ôìôì90@ **/*P*]@p p!pp€ €!€€]2654&+2654&+3#)#53! [^^[ÕâtutuâééH|ˆþÜþÖý°°B7f“PNMQþÄýsbcaacÂb$ÂØÔh«¼Ïm™0ÿãPÕO@ 9  ü<Ìì2ü<Äì21@ À˜ ä2ôìÔ<<Ì2290¶@pŸ]326=!!!3#! 5#53=y‰ŠyüzþÂþºþ»þÂŒŒ¸b¹ŸŸ¹bý¥[ý¥ÂbþÃþÊ6=bÂÿÿ 'Õø¼ÿBá“33#3!!!#7!!#!¬9H TÍþÜgÈýà9«9þ¦þ—f—ïSþ¾“¾þÝþêþÝþªþݾ¾ÕûNVþªyþêXÿB  '+/!3267#"'#7&'&!2737&#"7#34' ýÌr?Wqí}þi_«{4,¨K"`S\¬z7/žým $h‚"@fxU3fäCDþì01½ö(š:¸ó!.Ÿ“Ú unþ¤K(C2ÿþfáÕU@ À   üK°TK°T[X¹@8Y<ÄÄì299Ä1äüì99Ô<Ì20¶@P]!3#!#3265#3¼¤¤þÑþÍNfLÐÐfþš`þÂþ^áíë\‡¢ÂœþÜcþfjí $%2654&#"# !25!;# V­··­¬··bëšþïþ¡_™ìbm{xPNþÍþÑúþñòþþòñþ‚y±TU°zãú¼‚†þÝ\þFf{ )%276'&#" &'5#"'&76325!;ºs=<<=sr<==<þÎVJ²uÏ…………ÏtYZJhLf¦çTT@TTTTþÀTTý_ÿSh¢c\¥¤¤¥/.b¤û´‡\ë Õ “@   !ü<Ìì2ÔÄì9991@ ® ® /<ôìÔ<ì29990@ %KSXíí9Y"² ]@ 66EEVVP"ee`"]2654&+!#3! !.#ßyiiy¢þ°°L'O}@Ñþf¶7q^?ZgfXþþöýË5œÆÖ”¾-þXspRÿÖì{D@   üK°TX¹ ÿÀ8Y<ÌÄì291@ ŸÀ”ʳ /äôäüÄÔ<ì290.#"3#!#53!>32ì/]/q„ ¿ÉþšÖÖfE³}*(/lvÂþJ¶Âè¸neÿìßÕ!!7!3#!#53#¥x¸x¦{pðþÂþþÂñqßÂaÕ»»»Âþý‹uã—ÿ÷þF?`!3!3!+53276?!53#f­ì”f¨ÕþàäH]_›Ïp[*) äþÏÞ^3`þJ¶þJÂý®¼JJëK€ ÿã { %U@#  = &üì22ôìÄ9991@  ÒÏŸÐ ÌËŸ#Ê ³#˜&ääôüôìæîöî99902654&#"!>32!#3267# $Ãpq[QeŠþ—iH´®ÙþñþÞÓ†ŽsÆUsètþÑþófLJDM‘m)‡¦f]ˢŸUO..þïï\ÿã{8@¡Ð¡Ð˜Ê³ @B ;üìôì221/ìäôäìäî0´O`]5!!5#"322654&#"¦hþ˜J²uÏþö Ït³¢syysryy¼¤û ¢c\II]üɨ  ¨¨  ¨¬ÿã^{ 8@¡ С˜Ê³ÐB@ üì22ôì1/äìäôìæî0´O`]%2654&#">32#"&'!!syyss{{{J´uÏ þöÏu´Jþšf稠 ¨©ŸŸ©Õb]þ·þýþýþ·]b¢`¬ÿã^ $M@!$B@$ %üì22ôìÄ991@$ !Ÿ¡ С˜Ê£Ð/äìäôìæîì990´O&`&]%2654&#">32#"&'!463!#"syyss{{{J´uÏ þöÏu´JþšØÍ¨fL稠 ¨©ŸŸ©Õb]þ·þýþýþ·]b¢Fáíë\‡Xÿã5{/@ÌÔ¡Ê Ì Ô¡˜;B Ü<Ôìì1ôìôìôìôì0>3 !"&'326&#"XU«X/VþªþÑW­T@—T–§§–O“I=þÉýÖþÉ%12¯:¯02Xÿs5{&L@ ## B ;'üÄÄìÌÔÌ991@ÌÔ ¡%!¡¡Ê˜'äôìþÜìÌõî0´_((].#"63%"''47&'&!232'&#"5I“O–§3f§!þ¨HÈnP«V/X«þµ::“ƒS=þÜ20¯{P°éþ¼rWD&Iœ7üŒ9K\þF$F@' Ÿ Ú%¡Ð¡ Иʣ%  @"B;%üìôì22Ä991ìäôäìäîôì990!;#"&=#"322654&#"¦hLf@³ÍØJ´uÏþö Ït³¢syysryy¼Xú‡\ëíáŽc\II]üɨ  ¨¨  ¨\ÿãh$C@% Ÿ¡Ð¡ Иʣ   @"B;%üìôì22Ä991/ìäôäìäîì9905463!#"!5#"322654&#"¦ØÍ¨fLþ˜J²uÏþö Ït³¢syysryy¼Šáíë\‡ûº¢c\II]üɨ  ¨¨  ¨Xÿã {"76! !"'&'3267!%!&'&#"XžŸ"¥¦¨©þÐ}vwqŒœ ü»pÑAAh`;<3 ŸŸþîþéš›0D"!~~Ýn:;?>Xÿã {G@  D ;üÄìôì91@Ø×Ÿ ÌÔŸ ʘäôüôììôì90´/?]5!.#">3 ! %3267XE œŒqí}þ0QþµþÞþøþÃpw`h‚+f~~CD01þËþéþîþÆ>“f}unyÿã{ 432767! '&'&'&#"6763 ?;#"'&5™þW ;`hAA]¦¥þÞþøŸU("NŒqwv}0©ÜÇ&&i+`·OAõ ?;:n,Q`þîŸVv»)?!"D0›‚«°87´o[¦ÿÿnÿãò{nÿãò{1!"'&'5327654'&+5327654'&#"567632ûy~þðþû\]\ZG^UMtABC>v|u2987_;ª<[ZYWètt87\p­®ü$'(:<'%à",*$# ï HG—a@?nÿã'{?!"'&'5327654'&+5327654'&#"567632?;#"'&75ûy~þðþû\]\ZG^UMtABC>v|u2987_;ªv|u2987_ˆcSSW¯þˆ««««¡ètt87ly~þðÉ'(:<'%à",*$#dR³ª]`囜*œ›HG—a@?p­®ÿ¼þFâ`53!3#+53265$ÐfÐÐllͱ>fL¶ÂèþÂþ^áwvë\‡¢\þFh$0`@. @(B;1üìÄôì22Ä991@  Ÿ$ÌÔ!Ÿ%¡ Рʣ+¡ÚÐ/ääìäôäìþõî99ì990´O2`2]%#"54325463!#"!"&'3265"32654&¦J²uÍþô Íu²JØÍ¨fLþ«þ¼iÄc^´[°¤ìo|xsp||¾b\CúûA\cŒáíë\‡ü+þòþã !65š¤¤–šŸ¤•–¤\þF`)%#"'&54763)!"&'3265"3265¦J²u͆†††Íqhª«þ¼iÄc^ZZ[°¤ìo|<@ ÛИ³Þ G üìôì291ää2ôäì9990´`€]!3265!!#"& hG.p€fþšQµmÂË´¬p[þí.‡w#&¬™)ùêXb]î¬%!54'&'&'&#"!4763!#"67632þ˜$$.p@@þšnlͦfLPZ[nÂedªýVo™“77#WV™ýÙFßyvë\‡ˆa-/ww¬þF167632#!5326=4'&'&'&#"!4763!#"PZ[nÂedilÍþç¦fL$$.p@@þšnlͦfL¾a-/wwãþFÜÐtvë\‡[“77#WV™ýÙFßyvë\‡¬±<@ Ÿ ݳ£    ü<<Ìü<<Ì1/ìôìÔ<ì20@ P`p€]!!!3#!#53‚fþšfÉÉþšÖÖþÜþÂþJ¶ÂªÚ` %@   ôüÌ991@ ³Ÿ/ìä990!;#"&5ªfLf‹ÍØ`ýn‡\ëíᬱ` %!53#5!#±üû××ÈëëëŠëëýv¬Ì!676=3!#4767‹fŸ;9gþš ;;iý 9ˆJHý‡ú;ˆJI¬à!3#!# !2&#";&°fÊÊþšÍþÉXjB6.YyjÈýÕý¨X77×"BKT®þFn !;!"'&5®h&%g¦þçÍlnú†/.ëvyˬþHY&!!!"'&'327654'&+5!!¬fÏþ^¢V}VOªªþºstsqljkg™QRTS£»rýÍþšþLúþN !qfÞst%)655cf54õü ¢ÿã¬^,%#"&5!32767!32765!!5#"&œD^]pÁÊh##Nf87h Rg88hþ˜BVUgt²¸h67îãªý¸ w65TTŸ&ý¸º65UT'û ¤_00p¢þT¬^,%#"&5!32767!32765!!#"&œD^]pÁÊh##Nf87h Rg88hþ˜BVUgt²¸h67îãªý¸ w65TTŸ&ý¸º65UT'ùöN_00pªþF¶{167632#!532654'&#"!4'&#"!!67632ºD^]pÁÊnlÍþç¦fL##Nf87þ˜ Rg88þ˜hBVUgt²¦h67îãýjßyvë\s‹w65TTŸýÚHº65UTýÙ`¤_00pÿ¼þF{G@"  ÛÐʳÀ G  üÄ99ì2ôì1/ôìäôäì999990´`!€!]!54&'.#"+53265!>32þ˜ H.p€ØÍ±>fLfQ¶nÂɪýVo›‘n#'­™ýíáíë\‡L¤b]î¬þFj{#&'&'&#"!!67632;!"'&5¤$&,gI@þšfSYZoÁfd&%g¦þçÍltÒ2"WK¤ýÙ`¤d,/wxâýj†/.ëv€Ä¬û` <@%³    üìÔì991/<ä2990KSX@ 44ííY!!!!¬®4mþRþÌþ“`ýu‹û ‹ýuXÿã'{ >@ BLB ;üì2üì21@Ø ¡ ¡Ê˜äôìî9/ì0¶7?G] ! "!&'&!3276Á!Eþ»þßþÞþ¹Gu>$Ï%>yþ# />uw>0{þÈþìþìþÈ88ÿU2LL2UþkmAUUAXÿþœa "#";!!!!!!"# !22‚o­¬VV­oENþ_„þ|²ü¡  þµþœdK†ª«¬UV†ÚÑÚþÿÚ$"h ˜$303265'"32'5 #"&'#"'&7'1!ÙÛ!7þܘ-­”c“g’WX/TlàÅiaþœ ŒâjDþ¤gþ*ÿ„œ—‰Êrÿÿ{þVÕ1¬ÿåì`32765!!5#"'&'¬//./ŠKJfþšEYZ}(1 XY¥û ¸n23¬ÿåì32765!!5#"'&'¬//./ŠKJfþšEYZ}(1 XX¦¹ùë¸n23¬þFE`32765!;!"'&=#"'&'¬//./ŠKJfLf¦þçÍlnEXZ}(1 XY¥û´‡\ëvyߢl23¬þVì{&'&#"!!67632ì//./‡NJþšfEYZ}(/ XV¨üR ¸n23ªþFì{K@! Ÿ ÚÀ”ʳ  üK°TX¹ÿÀ8YÄì2Ä991äôäüÄ99ôì990.#";!"&5!>32ì/]/Š•Lf¦þåÍØfE³}*(/±¥þ‡\ëíáL¸ne¬=`%!534763!#"±üûÒnlͦh$&ëëë§ßyvë.1„þY¬=`%34'&+5!23!8Ë&$h¦ÍlnÒüûë§„1.ëvyßþYëj¹` "27654'&+!!2!&'&#['(('[Oþšïìnn99s?223§þ•‘%+-Kv IH þñÝþg`JK oHG!0/aþÂGj¹` "#327654'&'32767!#!!OO['(('ª%K-+%‘k§322?s99nnìþfêþñ HI ÝGþÂa/0!GHo KJ`jþFb{7.#"!"';!"'&=32654'&/.54632sÖ_f12&%a?¾þøþú79&f¦þçÍlnkpqtij$%m?ïÀôücÚ=þð005+ # «³´b&.ëvyßÇI4:90 ¢¥²¬ÿ¼þFr:@   ôÄüÄ99991@  Ÿ £ŸÚôìôì90%+53265463!#"ØÍ±>fLØÍ!®fLáíë\‡2áíë\‡ÿéþF"535#354763!#"3#+53265 ϲ²ffÖÆLÏÏglͱ>fL¶ÂèN·WXëCýÊÂþJÒrvë\‡¢¬þFP{!2;#"'&54'&+¬ÖffLf>±ÍllLÆ{XW·üÿ‡\ëvwÍDÿÀþD|$ !34763!#"3##0#";276þ¨7ÑffÖÆL¨«i~»:Ëj]+f&þD7·WXëDûâÔœdxxJA.þ¤`!!4'&+!23#Œþq\¸3ÔYX²²þÂ>ÛNXYÔþ%ÿþÂþF¤žu@¡³¡Ÿ Ú   TüK°TK°T[K°T[K°T[X¹@8Y<Äü<ÄÄ991ôìÄìô<ì2990@??PPP`` ]]!!;#"&5#33qþLf>±Íز²žþÂÿü´‡\ëíáL>¬ÿã±`C@ G  Ô<Ìì2ô<Ìì221@ Ð ÛИ³ /ä2ôäì9/<<ì22053!!!3#!5#"&5)3276¬Öh˜fÉÉþšQµmÂËòþyG.p@"¶ÂèþèþÂþJ¢b]ðãZ!#&V.¢ÿãŒ`L@  BL B; üìÄüìÄ99//µ 991@ ¡¡˜³ ä2ôìì2990 5467#5!32654&'!#þðþ¨‰]ó$NT„oo„TN$ó]‰þ¨$å–Ý<ÅþåI˜k|šš|k˜IÅ<Ý–åþܪ`+"'&5!;27654'&'52-RF;™šó‰Ìmnh7vRK9*TÓAlžþžvxà’ýn”4aXŽlrTH¶`Õ@ßÔ´Ÿ]Ä91/<ì90@%KSXííííY"@|/?OXhŸ¯¿¿¿¿ÏÏßßïïïÿÿ  &$+)64990FFII`x‡ˆ‡ˆ––™™•š¨¶¹$]]) !!þšþéþêþ™¹‰üú`H` ) ! !!!þ¤¼½þÕ¼½þ¤'‡½¼‡üüüý`üþ) !676;#"þšþÓÿþš×G_^›Ïp[)* øýÊ»KJëK„G`!!!„tíëwþ9þÌ`þ§Yýxþ(Ø\þFŸ`!!;!"'&'!5!uÑý²O  ‚¦þçÍliý}NýË`úýšì~ .ëvtÐúf\ÿsô`!3676#'7!5!254#"uÑý²¢ |§þØ‚ÈýÙNýËV’„_#`úýš+(Ãëþã ŒúfýŸ$0PYþH¾`" !!!"'&'327654'&+8rýËÑþ^¢V~VNªªþºsstqlkjg™RQST£»ßúþN !qfÞst%)655cf54uþH¾` -&'&76767&'&+5!!5#7#$!2ì,¼”¥b5'jBT£»rýËÑþ^¢V}WNª ª…³þes·}A U9ÖJ*4õúþN !qfÞs %( #0J332765&'&#"67636!]ÙV99c³PONNLQQµðÒ„›f¼þšàrLG`Br+*#Ó…×ç‘^þJ3!&'&54762&'&#"3mþš¼f›„ÒðµQQLNNOP³c99VÙàý ð^‘ç×…Ó#þÖ+rB`GLrJÿÿ3!'"'&'327674'&#f¼f›„ÒðµQQLNNOP³c99VÙ3àþ^‘ç×…Ó#*+rB`GLrJþU3#%32767#'&54762&'&#"¨9c³PONNLQQµðÒ„„ÒðµQQLNNOP³c:„`Br+þÖ#Ó…×a×…Ó#þÖ+rC_fÿãfð %47632"'&"3254 ! ã'&65'&Ll&'ƒ°Â°±Â±h˜þhþ˜þ™þg™é5''''56L&&&þüìëþüëìþdþ•þ–þdœjkœÿÿ¬¶`ŽnÿãQ{/%7654'&";#" $5467&'&54763 «‡VTTbˆ_7892u|v>CBALþûþð~yl78ttè¡««««É`]ª³Rd#$*,"à%'<:('æ®­p?@a—GH›œýÖœ›XŒ+%# '&76!236763!#".#"32767'!5!\hopwþô  glΦfLZ²Z¥ZY¬Ÿ,%%þìe2—––•Írvë\‡þÝ10YX¤¢² ¨Ýÿÿ¬Û`™þ¤þFº!!!3'+ !30#";276¬fþšf¨8si}¼±þè7ÑËj]+f&þÜü0Óžcv6ÓK@.¬þLy` !! !!yþšþdþ`#ý²²µfþLOþe^þ-Ó¬ý`!!!¬jçü¯`üÃþÝ\þVh)%#"'&7632536763!#"!"3276'&¦J²uÏ…………Ïu²JhlͦfLþ˜ìr<==%276'&#"!!367632+'47!#!5#"'&76323276'&ºs=<<=sr<==<^hÍý²–#k@Êó Ëþ þµJ²uÏ…………ÏtYZv'% /ý61çTT@TTTTþÀTTÕXþLúýšu7«þìþ½8878¢c\¥¤¤¥/.üã9GÕý¸Hlž%8!67632.#")"&5#3!3!2654'&/.543q-zücÚ€sÖ_fcKa?Y_þøþúüôÔ±²²¬þº>\xij$#o?ïÀžþˆ- V þð0035+. (KP«³—±ÔÛ>ýÂþ%N79¢¥#þF8$,!54763!#"+532767!"'&5#3!33QffÖÆLllͱ>f&#þÎÔXY²²·þ¯\žþÂN·WXëDûRÍwvë.+vXYÔÛ>ûb`þ%Nÿs ž2:E!676!2&'&#"63 !"'#65&'&'!"'&5#33254#"!;&543q«/XUVUIJIO–TS!g©7þ¨hË]G2$þÍÔXY²²†1C’„Sýôþ½\¨Ežþ»›þÜ2WXcGµþìþ½99^H%@.9åXYÔÛ>û_9Køþ%N°±'þFÔ:#"!3!67632#!532654'&'&'&#"!!!#354763ÆL/cQ[[nÂednlÍþç¦fL$$.p@@þšþÑþš²²ffÖëDN¤b./wwãýjßyvë\‡ö‘77#WV™ýÙ`ü `N·WX¬…'!!265&'&/.54632.#")¬fLij$#n?ïÀôücÚ€sÖ_fcKa?Y_þøþúü5úì9¢¥²¬ þð0035+. (KP«³—¬Û !!!!#!¬fÉý²Nü7!þ»f-þLúýšÿ`ý¼D. 333# #333# #.ßxy¿yyÞ¼ûyxú½ßxy¿yyÞ¼ûyxúsþP°þT¬ý¯þQ þP°þT¬ý¯þQ.±Ã 7#!#!#!#!½•þ‰•þ‰±Âþ>)„Âþ>)ÿJþJ$4&+5!232765!!#"'&5¢Lf¦Íln$$.p@@fþšQ[[nÂedF‡\ëvyäþ“77#WV™'ùìXb./wwãÿJþF`-%#"'&54&+5!232765!;!"'&5¢Ff[nÂedLf¦Íln$$.p@@fLf¦þéÍln Y5/wwã’‡\ëvyäþ“77#WV™'û¶‡\ëvyßnœ?#=4'&'.#"#367632?ç .H))åå4:;F|@Aþ‚>åS01UþËgþ°7BCnœ?%#=4'&'.#"#476;#"67632?ç .H))åFFƒ´kA49:G|@Aþ‚>åS01UþËe}CBƒKL6BCÿÔ¤S 3+5327653#nåEEƒr(Aååý˜~BC„K\£nœƒ&'&#"#3676322ƒX00åå,:9P  d 12\þßsg>nƒ327653#5#"'&'nX0/ææ,rP G 12\!ýg>8n¤_327653;#"'&=#"'"'nY/0åBj´ƒEG,8:P  G 12\!ý˜L„BD}[=œÝ !#32764'&'3276?3#!3322:l0]èj! (I%$FG—þÄå®—R|(›²6')>Z*)s.œ 333# #.ßxy¿yyÞ¼ûyxúþP°þT¬ý¯þQ¤?33+53276?åÁ¤åþÒ-=32#®<Š8$%?s33221ht™‡TcAyå8@+'6%@ §vJyQ5þê/œ°#&'&547632.#"31åxAdU†št4312d4r@$%7‹8þd5QyJv §@%6'+@ "õ¿% % êþ»EþÊõ©¤¥«õ "õ¿5-5õþEþ»ʳõ«¥¤©²|Nf# #Zô¨¤¦ªôfþDþ¼ê²|Nf33¦ô¨¤¦ªô|êþºFþ‡îyf6@ ÆÅÔÌ91ôì290K° TK°T[X½ÿÀ@878Y3#'#‡ò²ÇDzfþˆáá‡îyf6@ ÆÅÔÌ91ô<ì90K° TK°T[X½ÿÀ@878Y 373‡ÿ²ÇDzÿîxããþˆÛç˜#˜½ýÕ+mî¢f!#‡þÄfþˆ^î“f #yÄþfþˆxÛÿ[˜†#˜½†ýÕ+ÿÿÅþ‡;ÿCJù/^þ“ÿ•#yÄþkþˆxmþ¢ÿ•!#‡þÄkþˆ]÷`!!*ÍšÍÍþfä|ýþ„]ä÷`!*Íšä|ÿÿî& `YþLÿÿî& `ZþLèܪ!533Üþ>‡´œ´´þò èâª5!## ‡´ö´´þòoôåj 533##5#5P´áá´á‰áá´áá´oÕ1‰!5!1þ>ÂÕ´°PF i@  ÔìÔì1Ô<ÔÌ0K° TK°T[K°T[X½@ÿÀ878YK° TX½ÿÀ@878Y@]332673#"&° cSSc ®œœ®FFJJF™™w;‰1*·ñ‚Ôì1Ôì0K° TX½@ÿÀ878Y!!wþî1öãá C½ @ ƒ:ƒ Ôìüì1Ôìüì0K° TK°T[X½ÿÀ@878Y32654&#"4632#"&}M67LM67Lš§vv§§vv§þ7LM66MM6v§§vv§§Vþo@   ÔÄÌ991/ÔÌÔÌ0!33267#"&546Å2&;1'M(7^)s{6CI'1œ \V5m¤\9É@  ¼@ Å€€ ÔìÔì99991ôìüì9999990K° TK°T[X½ÿÀ@878Y@T              ( ]]'&'&#"#4632326=3#"&7/$&‹g]$I)=%$(‹g]$CT%>;ˆ”+@9ˆ”ÁîÕf%@€0_OÔÌÔ]Ì]1Ô<Ì203#3#ƒÙø£-çþð®fþˆxþˆ´á2%7;#"'&7:Ç&&i+`¸NBþÆs½«°87´o[¦²äîf '#7'373QRSȵµÈSRȶ¶îWW»½VV½» ª 3 5473254'Ÿïÿxþxÿï !þTªW¸¸Wª¬ý*1')*&1nœS3#nååü™DŒÎ1&'&#"#"'&'5327654'&/&'&54632žJDD=B 0>(°==TU¨GKLPDHHJD"!F(™>=œ¡@EFü™ -,`d32 ˜ .-\d`œ: 373 #'##þþò“”óþýó¡ òÝ2ººþÏþ¾ÆÆ/œ°#&'&547632.#"31åxAdU†št4312d4r@$%7‹8þd5QyJv §@%6'+@Å;Œ@ ÄÄÔì1/Ôì0!!5!þFvмútÅ;Œ'@??//ÄÄÔì21/ÔÜì]0!!5!3þFº¼œ¼4útÅ;Œ@ ÄÄÔì21/ÔÜì0!!5!3þFº¼h¼hútÅ;Œ'@pp  ÄÄÔì21/ÔÜì]0!!5!3þFº¼4¼œútÅ;Œ@ ÄÄÔì1/ìÄ0%3!5¼ýмÐút¼ÿÿ´ýìPÿÖ`ùpÿÿÅØ;”&J€J€ÿÿ¼XoÕ"ª¤þo\ÿT$'&'&#"#476323276=3#"'&7/$&‹43]$$%)=$‹43]$"!þ2/l;< " .m;; ÿÿü\îþ‘fûþÿÿýeîÿšfOûøÿÿü…îÿwfaûþÿÿüœÿT9vûøÿÿüÃXÿ9JûþÿÿüºÿZFrü ýKðþ±@¨Ôì1Ô° KTX¹@8Yì0!!ýKfþšþÜÿÿüÉ;ÿ?1Cüý îÿ¿"#5476?67674'&#"5>32þY£7 ,&A$XWPg1ƒ1  î1%+&#t^Y.$'$ ÿÿü…îÿwfbûþýŸìþ\¨#þ\½¨þD¼ÿÿüâìÿ¨'’½’ÿCü îÿ4f###þr£ø’×®þðfþˆxþˆxÿÿüºÿZ'süÞrü üºÿZF #."#> ¦ c¦c ®8®FJJF™™ýÔXÿr‚@ÔÌ1ÔÌ0!3èþ¼ÞÀX*ýàÂþòÁ!527#ýàþîxyÁöþøzýàÂþòÁ#3$5þòyxþîÁözöÿJî¶f!#f¨Äfþˆÿÿü\ýÊþ‘ÿBûþøÜÿÿýeýÊÿšÿBOûøøÜüöþþOÿó#5353#ý¤®®««þ®«šþ!ý¤þþýÿó33##ý¤«®®« š«šþ5C`n!5!#]þ’+½±½ýÕþš4+à532654&'3#"&þšCI'1œ \V5m£2&;1'M(7^)s{6ý[þþFÿê"30"&5463þF&22&cˆˆc¨2%&2•‰cbˆüêþÿÿˆ53533üê·½·þ½··½üäþÿÿˆ#5!##ý›·+·½þ˽½·ý þþéÿó #53533##ý¤šš«šš«þ®«šš«šüäþbÿÿ5!üä+þb½½üžþFÿ^ð '#!5326=¢nlÍþç¦fLðÜßyvë\‡Üü¦þFÿfð %!;!"'&5ü¦hLf¦þçÍlnð܇\ëvyßýKþMþ±ÿq!!ýKfþšþÜÿÿüÉþMÿ?ÿCCüùýþþëÿê 4&#"3267"&5462þX3%&22&%3“ˆÆˆˆÆˆÿ$32%&23$c‰‰cbˆˆýbþÿÿA@ÔÌ1ÔÌ0!#ý¼DÞÀ¿þÖýŸþþ\ÿ #þ\½`þtŒüÃþÿ9ÿ‘#5##Ǽþ¼oþŠººvügþÿ–ÿ@#"'#"'&'3274732767jy0@k=>jµ. NONGÀÐ@FF¿0:‰€‰mÿÿü…þÿwÿŒbûþù&'K° TK° TK° TK°T[[[X½@ÿÀ878Yÿÿü…þÿwÿŒaûþù&'K° TK° TK° TK°T[[[X½@ÿÀ878YÿÿüºþÿZÿ@rü øúüºþÿZÿ= #."#> ¦ c¦c ®8®þFJJF™™ÿÿüœþ!ÿTÿ?vûøùÿÿüÃþ‡ÿ9ÿCgûþÿÿû²R:ú(ü;¶ÿ@x5!ü;¶ÂÂùM¶ÿOx5!ùM¶ÂÂúÂÿ¢ÿÁ'û2pnm^^Áeùfÿ¶ÿÏ'ù×qøqJqøsý¸þþ£ÿê 2#52654&#ý¸cˆˆc%33%ˆbc‰•3%$3üÃþÿ9ÿ3353üüþ¼þvººþŠýXþÿ8ÿó!5#Èþ TÈ þ àþ¬ÈÈügþÿ–ÿ@67632632#&'"#&'"ügy0Aj>=k´. MPMGþÐ@FF¿0:‰€‰mü÷¯ÿ½ '7'77ýþ††††1‚†‚……‚†ýÞÂþüï!#532654'&/&'&5463#"þÃ# ”ˆ9@ + ”ˆ;>×'RRz .!RSz#ÿÿü: '"Ãü"ÃüþíÿÿüÅ;ÿÒ'Cüãülý¶þVþ’ÿ¤ #"=3;þ’„X•3þV·—¤hüÆÿ:I#5!#!Æ´þô´txx,ýþ2þáÿ¸!5!5!5!þáþ>Âþ>Âþ2–Z–ü÷þÿ ÿ 3#3#ü÷ÒÒ@ÒÒ`þtŒþtýþþðÿÖ!#!ýà´þÔ*þ>ü¤îÿ\f+#7&#"#4654763273327653#"'&þ :Œa (‹56W%%B‹i%‹56W&# J\˜ <2jAA h¦9j@A ü¤‰ÿ\Ì#'+'&'&#"#465463232653#"&3#3#þ8- (‹kW%J';'%'‹kW&Fñ´´Ò´´N#<2j‚'<9j–C–ÿÿü¤–ÿ\®#+d¶+d¨üTþ(ÿ¬ÿ 7!#'73!'3þawþQw¯¯w¯wœ¯¯þ(ŒŒÍÍŒŒÍÍý$þþÜÿ¤#557'þA‚›ÜÜ›þ¼„œ¼¼œ„ýpáþ‘#";#"&46;þ‘7LM6v§§vM67Lš§ì§ÿÿüºÿZ'sü ÿä–Éýþþëÿî '7'77ýþtyttyttyttyþ‰uytuxttxutyýpáþ‘532+532654&#ýpv§§v6ML7š§ì§šL76MüqþÿŠÿê64&""'"&462664&"ý33K22̈ˆÂBCˆˆÂCB„33K22þ©3I32K2AˆÅ‰??‰Åˆ??þ¿3I32K2üp`!!üp øà¼üpþ…ÿA!!üp øà¿¼ý å'#'&'&#"#67632327673#"'&],$V5HÀqpÃo?x],$P;IÀqpÃo?@# $0)‡JI# $,-‡JIÿÿüp&j"Åü°ühþ(¢ÿÂ5!'3#7ühfwœ¯¯œwþ´‚ŒÍÍŒÿÿ¼ÙÕ'›ÿÿ¬Ù`'œ¼qÕ !!!!!!¼µþþçþþçþÕüôéûN²þ¼ôÕ !!#!#!¼8þ®—þš—þ®ÕüôéûN²þ t¾f3 AÝntòþ þV¾H%#¾AÝnHþòÿÿ¼öÕtÿÿ¬ï`”žþV©ÿ¤ #"=3;©³XÄ3þV·—™hÿÿXÿã5{ïÿÿXÿã5{&R•ÿfÿÿXÿã5{&ïRÿîÿfÿÿþÝN`÷[îf7·ÆÅÔÌ1ôì0K° TK°T[X½ÿÀ@878Y´]!#uþÄfþˆÿÿÅ;Ò'ãlCÿÿ5Wf&î0ãþÚÿÿÑ9‰RÿÿÿÏ+f'òJãþtÿÿÿÛRf'ô\ãþ€ÿÿÿÕ™f'ö\ãþzÿÿÿÚÿã±f&üKãþÿÿÿÉïf'ãþnÿÿÿÃïf&Zãþhÿÿ/ÿÙúÒ&äÿjÿÿ 'Õýÿÿ¼‰Õþÿÿ¼áÕo 'Õ¥@ Ô²]Ä91¶À/ìä90@%KSXííííY"@/ IFXYVWhifg`zu‰†™–ÆÊר]@/VftŠŸ¿¿ÏÏß ])!!'ùã)ËýõHþÞÕûNTÿÿ¼áÕÿÿ\qÕÿÿ¼öÕfÿãfð N@  -7-+üüÄüüÄ1@À¾ ®® œ˜äôìîôì0@ /?]@ ]"3254 ! !!f°Â°±Â±h˜þhþ˜þ™þg™hÿþÙþüìëþüëìþdþ•þ–þdœjkœý¬þÝÿÿ¼=Õÿÿ¼qÕ 'Õ¤@ Ô²]Ä91µ/<ä90@%KSXííííY"@/ IFXYVWhifg`zu‰†™–ÅËÖÙ]@/VftŠŸ¿¿ÏÏß ]! !!¤þuþtþ})Ë)wû‰Õú+ÿÿ¼9Õ ÿÿ¼öÕ ÉbÕ ;·  ü<ÄÔ<Ä1@ À¾ÀÀ /ìôìôì0@p P 0 ]!!!!!!2Çý9i™üg™ügœþÝ\þÝüqþÝÿÿfÿãfð ÿÿ¼öÕ{ÿÿ¼‰Õ ¼áÕ b@     ü<ÄÔÄ9991@   ÀÀ/ìôì99990@ ììì¶ P p ]!! !!ÆûÛÜþ$ýaí#þÝAÙ‡4þÝþlÿÿ jÕÿÿÿìßÕffÕ'N@®' ®%') -!%-+(üìÔ´pP]<<ü<<Ô´p!P!]ìÄ1/Ü<ì2ôÜ<ì20²)]!67654'&'&'&7675!!¦.#aa"//"aa!0þá“ÌÌ“áá’ÌÌ’áþS—šO[Ž“Wüž ržžr ¤¤ ržþèþéžq!¢ÿÿ'Õs\ÕB@   Üüܶ _ o ]<ü<ܶ_o]üÄ1@  À /ä22Ü<ü<0!"!3!2765!#§¸þ„€+S6€7R,€þ‡¼6¡e™þ¢ôP—9üÇ—Pô^þgþžþ\þÊ7•ðb@ -7-+ üìÄüìÄ99//µ991@ ®œÀ/<ì2ôì990@ !!/!?! ]´  ] !!67654#"!!$fg™þü3ýS&­Â°°Â­&ýS3þü™ðþdþÊþ¤ŸþÝ8¯üÀþüÀü¯þÈ#Ÿ\6œÿÿF¼k&ö+buÿÿÿìßk&+bíuÿÿcÿå)f'ã‘ ÿÿnÿãòf&ãPÿÿ¬þVf&ãÆÿÿžÿÙÓf'ãÿCÿÿŸÿì Ò&!ä‘cÿå)|$d@   B;%üìÔìÌÜì99°KSX²$<3#"'8?O[mN{s€bv@°£ýŠrÞMM ÍsP7Cd”\úááÌW>Us©ŸþNŸ©ˆ)U+äú®xwC X´\Sf(Tʲþù¿ý´þVU`À@   ÔÔÔüÄ91@  سÞ/<ìô<ì990°%KS° KQZX@ììììY@=yZ^______GFDJJ77499%*+  ]@vVPA2$]!!&'&+5326¢gþ6þšþÙ"6%D£D˜BþPû þVªðXëJ Yÿã($)T@%%B L B;*üìÔìôìÄ991@(¡Ê*ÌÔ¡£*"¡ ˜*ôìôüôìôì990¶?+D4]&!"! 4767&5! 32654&'&„zþÁªé茪þ¸þâþáþ¶¤3@” ýè5*Bƒrq„Žc.ðFb]##p‡þñþñþÇ9С2 OŸDFý’8W°³–•— nÿãò{1J@" Ì Ô¡Ê2Ø2'Ì(Ô#¡,˜23 '  /;2üìÔìÔÄÄÄ1ôìôìÔ²]ìôìôì0´33]&'&547632.#";#"32767# $546el78ttèWYZ[<ª;_7892u|v>CBAtMU^GZ\]\þûþð~\?@a—GH ï #$*,"à%'<:('$ü®­pYþVUF@  B;üìÄÔ²]ÔÜÄ91@ ÀÞ À£À /ìôü<üì0@  @]#52654&# !!&}²¯§F0;;ýZ{ý™×ý}¼ž¯á;&&Bøà<ÿþÙþ î¬þV{6@  ÛÐÊ³Þ G üì2ôì1/ìäôäì9990´`€]!4&'.#"!!>32þ˜ H.p€þšfQ¶nÂɪû¬›‘n#'­™ýÙ`¤b]îXÿé($B@ BLB;üì2üì21@Ø¡ ¡£˜äôììÔ@  `?]ì0²?]767&'&#" ! Ï6[XY\6 1LghK2 ðOþßþ¹þ¹þßšÌT‘“Wɤ^’’a¡ŠþLþ‘þ‘þW©oo´ ÿÙÈ`"µ üüÄ1¶Û˜³äôì0´`0]327#"'&'&5!198 >ÔCAhfj€@¼[+Xw¬=` k@    üì2Ð91@ ³ /<ä290°%KSX@  ¡¡ìì<<@  ììY@ ]!!! !þšfbŽþRéþWþ¹®þR`þ¿Aþuý+ä=Ó‹@    ÔÄÔ´/  ]91@ Ø£ /<ôì90°%KSX@    ü<<ìì± ¶9Y@   ]@ ]'.+532! !î>K^p϶ÅDÊþšßëþšü¨M8ëš¶û<Lý´ÿÿ®þT¢`P`O@   B ÔÔì99991µØ³/ä2ì0°%KSX@üÔCAh þÏþšÄ`ÿþ ?¼[+Xwü `¬þV^~ 2@ B @ !üì2ôì1@ ¡ ¡Ê ˜Þ!ìäôìì0´O"`"]67632#"&'!%"32654&A‡{~y&%Ñ…þöÏu´JþšTs{{ssyyÄ€–Œþåþýþ·]bý´ÆB©ŸŸ©¨  ¨XþV5{8@  B;üìÔ<ÜÄ1@ÌÔ¡ÊÀÞØ/ìüìôüôì0´_  ]&#"#52654&# '&!25™™§ž‹Œ¯¯§F0;;þ³‹«V/®ªb¯˜ ¹ž¯á;&&B~œ7>XÿãÐ` 6@  BLB;üìüìÌ1@¡¡ س˜äôììî90² ]"32654&#! 76)Àv}}vv||šëBþ»þßþÞþ¹¤‡>{«¡¡««¡¡«ƒ®þìþÈ8œ+ÿÙå`'·  ÔÜüÌÜÄ1@ Ø³Û ˜ôìôì20!!327#"'&'&5+ºþV189 >ÔCAh `ÿþ €@¼[-VwŸÿì `:@  B  üìÔ²p ]ì991·Û ˜³ä2ôì0@ p_/?]4'&'!! '&5!376¬4RuG*þþþ¢þÜh~fJ`t\-€ŠR½G_Ÿ^†þÄþªPaÊùüùJB‡@„þVÌjY@!B B ; üüܶ_o]<ü<ܶ_o]üÄ99Ä1@ ÛÊÛÞ /<ìì2ô<ü<0²!]2!$763676&—Œ¤þþœþ¤‡¨U‹š6†2j€•þÚþ@þVª@ïœå©}ïdˆâþöÒþxaò†‹4þVö`Ø@ Ô<Ô²]<91@ Ø³Ø Þü<ìü<ì90°%KSX@  ìììì´´ ´´ µ99µ 99µ99µ99Y@  ]@  ]!;#"&/!.+532«Ð{þV G6p§¶¾KÏþ…©ž!J0pσÄNáüïþwO6ë•»-þƒ‹R3ëÃ…þVË`R@   üüܶo_]<ü<ܶo_]üÄ1@  ³Û ÞìÔ<ì2ô<<0¶ ]65!!$!!Ú‹fþþœþf‹ddï ýìýô@þVª@ ýóïd`Xÿäœ`V@  B B;üìÔüÔìÄ999991@  ¡˜³ä2ô<ì29/90²/]!!76'!%$z"þºþFÄ3‚ŒsfsŒ‚3ÄþFþºþáT(ìþÈþÇÉþ798ìþØÿý¬ÿÿ'ÿÙ×1'CÿbÿÿŸÿì 1'C !ÿÿXÿã'f&ã}ÿÿŸÿì f'ã¦!ÿÿXÿäœf'ãy%¼þVqÕ !! ! !¼+¿ý1þþÿ:ýyþÕýß!ý=üîþVuý´hÿé?$ # 76'&! '&76! 03276Å!Kws6FP,¥^þžþ›Žn †¡#˜3þAþê7T‡g1Fš-m~`zôÏþUöê´€tÀéþ‚ÍþÆÉ]§ócÿéî' #6'&#"'$%$! '&3676£'\M¡R§jеþÖ𠈀 €‰þÔþéžPžJq9G™€R³›#GÙ BlO×Êþþ}ÆÕÕ¾UþàÈ¡**ç!4'&'&6%6'&µ=*þ*+ºtx9ª•CWs<°n*lVšHË¥ý«Uxº¿T4!0þƒu81ÑRÿÿÿÏf'ãþt.æÿÿ**k'+bæu.{þVÕ%7654'&!&'&76%!"Ú>VV"þœÕ}©‰ddd‰©}ýÇ"VVcý§.A¶œm+ü…þn’y¢ ¯}Ÿþa}¯þÿþó¢yY+mœ¶A.ÿå¿`#! ! 47#!32!324¿_<þFþº""þºþFc– ”d°<+¹ -g9[áHQ„œ†WŠ(Ü8]Pþ“¾(oP˜Dˆ€l$.þî8aPmÂ(oP˜Dˆ€lý¤j"[í<fþVfð "3254!&'&76! f°Â°±ÂÂþwæŒÌÌÍgh˜Ì‹Ùþüìëþüëìûþ^¢-ŒÎjkÎÎþdþ•þ–ÎŒXþV'{ "3276'&!&'&76! Áw>??>wu>>>>Uþw¢d¤¤£"!¢££d{UVþ¾VUUVBVUüþZ¦#`œ(œœœœýØœ`fþVlÕ""#52764'&# '&76%!®ñSvvpŽ}U][T§F";þ»¼ÚÚ¤«Ý²]„èë€zZb¨“[TáL&´ÐeFñ´þÝXþVT`!"#52764'&#"'&76) °:SSZ*}U][T§F";ï‹««Mw`‰¨îý_Îff ï :<|+Õ3 '&76'&# |`Ö)& ˆþ¸k…9Vý+© "…Gk{þ<ýs}/'þüFW± þó°„&)FP§’ !!!’þÝþÐÊýž1,Øœüdyšý‰rþV¾ð!!6! !6'"!04?&!"_þñÞЂÙþÑþÅôRh@þ‘¸³cþá!ÎýøÏjÏþÎþÑýÝþDþ¦ì*¤~P2ÒýÆ5÷Œ™-þ‰x%!'!&'&'5 #4'&„ÿ,,þ–ÿä0myDîà€™>î´´œWþ “RS;õ¼±þÑþ•þЇfþKXÕ<"'&'# '&467!3276=!32764''!'676 „x0/yz±þüŽ”xGp@Ag479gh46{lel473hA?vBx=FÞ¼þÛ•™u™’Ê^U¶­^^±¸”Ì ŸFþ¿Ÿ·þçkmim§ññ«Òms·ŸAF†˜þìÃþïË褊b2£3GxþU4`%%&'4!!764!'676RßþÔþj~=jŒr&nŒj=~8y¸Ü¦‡o¢bá àþüBß@þÀäþÇšþd6ä@þÀßÙ„þæ|“1+ Š&WfþVìð" 765!!# '&76/—RRRQ0RRþJ€i˜þý›œœ ðþè~òï~òìøˆvI<ØÙUXÔÛ\þV{"32765!!#"'&76ºr<==Õýš‡BC*ÿㄚJ&#"327676#"'&'&'&547676763267!"'&#"'632327654fet1 *'1.&»[¡s]-Z@I:1$#%7Hc}mùšD)ÕDZŒ—…þ¢©wZ@Nae¢r•jQh¬VF"e  ¥D8( $O:HAAC4D&0ŽM`d–sÀ¶²šˆ.#AÏL.#YIX^WþVŠö!3 %! 654'&#"!676! M|þäþÎþŸþ=[SL}xZþ…:\¢J2²´›ä e½þǾª…Ll‹xVP|D¿n‘ñÓ»þí^þVÝ{!327! 654'&#"!676!  e†öãñþüþ¶þÐîNGAjs?þ³1OŠ—™}øDzŽënTQUQ:6F.S‘ll¿”þélãð/!'27&#"6763267632&'&#";!€Q©ý‹:!3ò!N#"''+:’Y#áá"`Š;*&(%N!ñ3!:=ú›#ùù1Äb0> N&þµK(N þÂ0þžþ<1þÝ#dú{/%3'27&#"567632767632&'&#";!54õzýÓ1-ËA " $2§@˜˜@§2$ " AË-1ûjÉžž9Y%ñ3ÁÁ3ñ%þüþ§9ÉÉfÿã¸"167632! '&7676!2767#"276'&#"ô4‚lzû”””þ½þŸ·µ*&«ºYË‹Æ(w“‡¿rgüDCCD€DEEFÐD8/‘©ôþߤ¥œœ27² xƒÍ _Vü‰TTTTTUV§©TU«ÿã]"067632! '&7676!2767#"276'&"/uanâr………þÝþ¤£&"š§›}uP{cql‘g]ãs=<<=æ=>>?ÐD8/‘©ôþߤ¥œœ27² xƒÍ _Tü‡TTTTTUV§©TU9þV<Õ!5#!#!!!<þùºþºþùÁ`þ[‚ûç‚¥uþ‹7þV‚Õ#5#!##!!‚­Æþ›Æ­se`þpúö ppuþ‹pÿò€b,!"5476764&#"63 7!2327# 47ˆdþý±<+¹ -g9[>c– ”d ©<+¹ -g9[>cþH `þ“¾(oP˜Dˆ€l$.þî8aPm¾(oP˜Dˆ€lþÜ.z1¬þF^~76! #"&'3!! "26¬•³Fž…þöÏu´Jxxýˆþ"Çæ{{æy! ›º¨Œþåþýþ·]b¢Ïë1©þ©¨@ÿÿXÿã5{ÿÿÿ¼þF&ÿÿfÿãfð:Šÿãg{!%# '&76!2&'&#"%32767g^ƒ{þЩ¨¨©0‚|^@|lŽLN ný’ œŒusN›š.š›ý !?@qÜr~! ¥ÿã‚{!73267%5&'&#"54763 !"'¥NsuŒœ ý’n NLŽl|@^|‚0©¨¨©þÐ{ƒ !~rÜq@?! ý›šýÒš›ÿÿ¼‰Õyÿÿ¬þV^™ÿÿfÿã\ðÿ¼9Õ ! !!#!¼êTVéþ”þ¨ôþ¨þ“ÕþW©ú+DþQ¯û¼–þV2` '!!!!‹þ𬢢¬þšŒ,ÜûN þøû þÒDþV^~ "26%6!2#"&'!!!5#53sæ{{æyýU®Ký¢…þöÏu´Jwþ‰þšhhw©þ©¨@õº¨Œþåþýþ·]bþåÁppÁ• Dÿã:ð73254#">3 !"&DkÐsÎììÎsÐkjæ}uÚÚÚÚþ‹}æR5IDçèDI578ÐÑþšþ›ÐÑ8ÿÿfÿã\ð&UR3ÿÿDÿã:ð&YRcÿÿ¼ák'+e7uqÿÿ¼ák'+b®uq þfbÕ#%!#3276=4'&'&'&#!!!!!!2b˜—þÍN=$$.þ”þþ¾²þ Àfe‘þ銊#CC‚ƒ“77#ý‡²#þÝþêwuåÿÿ¼ál'+c¹vofÿã\ðA@ - +üÄ2üÄÌ1@À¾®®œ˜äôìþÄÅ99ôì0327# !2&#"!ÊØ×ÏÖ÷þ‹þL´u÷ÖÏרÊ¡XxæþËo¡fe¡oþËæxþÝÿÿ“ÿã-ðÿÿ¼=ÕÿÿA·kjÿÿÿþf=Õ^ÑÕ2654&+!!$!3 gypoz~šýåþÛÂýÝd'š3þÍ^][]þþú³\ýÛþ8#/(AýÇßðîß¼zÕ4&+326!!!3 )!!ùoz~~ypùÃÔš3þÍþåýåþ,þÁ[]þ^qýÇ9ýÇßðîßyý‡ bÕ2!=4'&'&'&#!!!!!×Àfeþ$$.þ”þþ¾²þœwuåþ5o¥“77#ý‡²#þÝþêÿÿ¼ll&v+c9vÿÿ¼ök&t+epuÿÿ;îk&+hu¼þ¿öÕ !!!!!!ëþÜýõ8þ¿AÕûN²ú+ÿÿ 'Õý¼‰Õ '@¹¾¹ ¹   üì2ÔìÄ1/ìôìôì027654'&+!!!3 y6::5zâþýiýþ¡’’¡-1][0-þþúÕþÝþêujðîjuÿÿ¼‰Õþ¼áÕ@ ÀüìÌ1/ôì03!!¼%ý\ÕþÝûN{þ¿¥Õ0@    ÜÌÔìÔÌÔì1@ À  À/ì22Ì2ôì0!!>!3!!!± þ½ýÝh:EÓþÝüþÝ#[ý€´EˈûNýœAþ¿dÿÿ¼áÕ ­Õ“@  Ü<ì2ÔÄ991@ %   /<<ì2290KSX@        <<ííííY·  <<<<@     I:I:I:I:I:I:3 !!! !!'cýÞ”22”ýÞcþXþS²þ²þSVý˜hý˜hýªüuÃþN²Ãý‹‡ÿã(ð(L@+¬ – ± ¬ –±¬°#œ˜)& )üäÄüìÔì9991äôäüôìþõîî90!"&'32654&+532654&#"6$3 ô—þ¬þœ“êllÕ™££§Á¸À¯ŽŠˆŽöEC'^GMŠ%'Á•Þç&$)67jcfiø[]V^1")¿Àƒ§¼öÕ =@6  6%Á 11 üìÔì991/<ì2990KSXííY"!!!öþ“ýáþRmÕú+üÕüÿÿ¼ök&t+h8u¼lÕ Y@   üì2ÔÄ991@ %  /<ì290KSX@    <<ííííY!! !!¼Z´ý¯rþXþ?ÆþÕý˜hý£üˆ|ÊþN^éÕ ·  ÔÔìÔì1· ÀÀ/<ìôì036!!!^þf'þþÛÂ#K1ú+²[ýÜþÿÿ¼9Õ ÿÿ¼öÕÿÿfÿãfð ¼öÕ@ÀüìÔì1/<ôì0!!!öþýÈþÕú+²ûNÕÿÿ¼‰Õ ÿÿfÿã\ðÿÿÿ jÕ;îÕ=³ ÔÄÔ1@%À /ä2ì0KSX@   ííííY%!#32767! !£(;xþ¬FjŒ!ýç’KB”øU6m#EOýX¨fˆÕ :@- -+ üìÔ<<ü<<Ôì1@ ® ®/Ü<ì2ôÜ<ì204&'>!!5$%ô›¨¨››¨¨›ý<oaþŸþ‘þþ‘þžboù–†U‡––‡ý«†r”þîþèþèþï²²ÿÿ'Õ¼þ¿ñÕ $@ À  üìÔìÔÌ1/ì2Ìô<0)!!!3!Îúî8ûþÝÕûN²ûNýœ¥»Õ · ÜìÔì21· À¾/ô2ôì0!!"&5!3!!:ýö¾ÍJ^l:êçÊþíìyxú+¼ %Õ %@ À   üìÔüÔì1/ì2ô<<0!!!!!!±ó÷—ó#²ú+ÕûN²¼þ¿ Õ-@  À  üìÔüÔìÔÌ1/ì22Ìô<<03!!!!!!! %ûþÝ÷¿óó#ýœAÕûN²ûN²dÕ2654&+!!3 )´ypozâþþnþ3þÍþåý^][]þ¬#ýÇßðîßÿÿ¼ŽÕ&ˆbQ¼‰Õ +@ ® ®- üì2Ôì99991/äìÔì027654'&+%)!3 y6::5zâL’¡þåýþ¡’-1][0-þÇîjuÕýÇujƒÿãyð3267!!.#"63 !"'ƒÏרÊý_¡ÊØ×ÏÖ÷u´þLþ‹÷Ö‡æx#xæ5oþ_ý5þ_o¼ÿãóð 6@®œ!® ˜!À¾--!üì2Ô<ìÔì1/ôôìôìôì0676! ! '&'#!!"3254üººgh˜þhþ˜þ™ºº¿þ¶°Â°±ÂÂ{û½½þdþ•þ–þd½½ûý¨Õý¦^þüìëþüëìƒmÕ:@ - ÔÄìÔì21@ %““ /<ôìÔì0KSX·  ììY;#" .54$)!#JiyÀÀyiþ9tLâ'jþƒþ´gZXûšz+וàäú+5ýËÿÿXÿãÅ{Xÿã>W*:@ (BL"B ;+üÄììüìÔÄ1@¡ £+%¡¡Ê˜+äô99ìîüî0'&547676%6763 ! 4"32654&n:kvë29PLþz«Ft “Ý!Eþ¼þÞþÞþ¹hv}}vv||m§CCÄ€ì0)' Þ"0O•[þÈþìþìþÈ8&&«¡¡««¡¡«¬¶` -@    !üì2ÔìÔì1@ ¡ ¡³¡ /ìôìÔì02654&+2654&+!2#!»>@@>©µOPPOµþšùßRMcmêîýκ3222Éþ&??>>ú€›Rs‘j¢Ÿ¬ý`@ ¡³ üìÌ1/ôì03!!¬Qþ`Ýü}sþå`0@     ÜÌÔìÔÌÔì1@ ¡³ ¡ /ì22Ì2ôì0>5!3!!!#!¯r`ȺÿüpÿpüSO&ýiÔü ýåþå`þ‘ÒÿÿXÿã {!Ø`«@   Ü<ì2ÔÄ991@ %  ³ /<<ì2290KSX@        <<ííííY@  ]@ ]·  <<<<@     I:I:I:I:I:I:3 !!! !!'ûþ,ˆ{f{ˆþ,ûþŽþ¢ZþšZþ¢™Çþqþqþ9ýgÊWþsWþ6dÿã${ <@ PP !ÜÄÄÔìÔì1@ ÌÔŸ Ê! ¡!ÌÔŸ˜!ôüôìÔìôüôì032654#"632!"'32654!# ¤“kìÅz¶×üèÛ÷þðþÝÙ´à…’ƒþàžº@,gE0—Æ3=á­®8^O2‹¬ï` <@% ³    üìÔì991/<ä2990KSX@ 4 4ííY!!!ïþšþ—þŒfi`û Tý¬`ý¬Tÿÿ¬ï&”rÎÿجP` p@    üì2ÔÄ991@ % ³ /<ì290KSX@    <<ííííY@  ]¶ ]!! !!¬fˆþ"þŽþ™eþš`þ…{þ9ýgÏ`þ‘q0` @ ¡³¡  ÔÔìÔì1/<ìôì036765!!#q±(ÈþšüEŒ$uY··û `%þI€þü¬Ý` J@% ³     üìÜì1/<Äì290KSX@4 44 4 ííííY!!!#!¬œüüþ›½ë¾þš`ýÐ0û {þ\¤ý…¬Û` $@ ¡³     üì2Üì21/<ä2Üì0!!!!!!¬fcfþšþþš`þVªû Ùþ'ÿÿXÿã'{+¬Û`@¡³  üìÔì1/<ôì0!!!Ûþšþþš`û `ü `ÿÿ¬þV^{,ÿÿXÿã5{š`@ ¡³ ÔÌüÌ1/ôì20!!!!’þjþ›þi`Ýü}ƒÿÿþF`5qþV $/K@-B$$ ' B;0üìÔ22ì22Ôì1@*¡Ð%¡ $Ð"ÊÞ˜ £0ää2äô2ä2ì2æ2î20"327&!632#"'!#"32"32654&AyyAk===fj‘Ï þöÏ‘jþšj‘Ïþö Ï‘jk==kAyyw¨  ¨JüJþIþ·þýþýþ·Iþ*ÖIIII»JþJ¨  ¨ÿÿ `4¬þå•` $@³ ¡    üìÔìÔÌ1/Ìì2ô20!!!!3•üfcfºþå`ü `ü ýå„–`·  ÜìÔì21¶¡ ³/ä2Ôì0!!"&5!;!0þ–¦f:LÀf±±®PDzYÒû ¬Æ` %@ ³¡    üìÔüÔì1/ì2ô<<0!!!!!!ìtføæftf`û `ü `¬þå€`-@ ³ ¡   üìÔüÔìÔÌ1/ì22Ìô<<0)!!!!!3!€ù,ftftfºÿ`ü `ü `ü ýå(±`%2654&+!5!32#ÃOPOPµþšþ€æËãõ÷áà??>>úàƒÝþW§þ”¤ÿÿ¬–`'Ì„¨¬µ` !@¡ ³¡  üì2Ôì1/ìäÔì04'&+3276!32#!f('PµµO((ýFfËãz{{zãýÏ^?ú AþWST¶¶RR‰ÿãf{!. 63 !"'3267! Ú þΪ®/VþªþѰ¨ ›– þ$—K™b$>þÉýÖþÉ>%c–U¬ÿãl{ >@B LB !üü<Ü2ìôì1@¡ Ê¡ ¡³ ˜/äôÔìîô99ì0!3676! ! '&'#!"32654&¬f’––"!Eþ»þßþÞ–•“þšZw}}wu||`þ?ÀŽŽþÈþìþìþÈÀþ>{«¡¡««¡¡«?z`M@  B ÔÄìÔì21@ %¡¡³ /<ôìÔì0KSX·  ììY@];#" .5463!!#éO[[OþV%U~×ñ!þš~úþH@>ü¹ß1«jŸœû ™þgÿÿXÿã m&‘”ÿÿXÿã 1&‘CÅ(þFZ53!!!6325>54&#"!(²fðþžÀÉóþ‰ï|x]xS€þšƒÝ´þLÝþÙ¿þíþèþÅþ´#ÖÑÖ¹~­™Çƒÿÿ¬(m&O†Xÿã5{W@ B ;üÄ2ü2Ì1@¡ÌÔÌÔ¡ ×¡Ê ˜äôììþôîõîì±I±IPX³@8Y0´_]!327# !2&#"!²þ$ –› ¨°þÑþªV/®ª™™ ÚÎU–cþÛ>77>þÜb™Kÿÿjÿãb{/ÿÿ¬%ÿÿ#™1Šÿÿÿ¼þF&ZŠ`!32#!#!6762654&+QÈ™ãõõãþüEŒþt±(KOPPOƒ`þW§þ”¤`%þI€þü$uY·ý7??>>ú¬L`%2654&+!!!!!!32^OPSLƒ™þþþšfcf™ãõõà??>>úàÙþ'`þVªþW§þ”¤(@53!!!>32!54&#"!(²fðþQ¶nÂÉþ˜TTr~þšƒÝ´þLÝþÙb]îãþ¶¼áp­™Çƒÿÿ¬Pm&–OÃÿÿ¬ïm&” ÿÿþF&Ÿr–ÿجþåÛ` !!!!!!Dÿþhfcfþiþå`ü `û fÿãXÕ23276=!32764''!#"&'# '&467!09gh46{lel473hA?vBx•”ý±ô./yz±þüŽ”xGp@Ag4tmiq£ññ«Òmw ·ŸAF†˜þç¾þf²±¼­­^^±¸”Ì ŸFþ¿Ÿ·þçÿÿXÿäœ`%dSÕ3 )!!5!!2654&+þ3þÍþåýþÞ""@ypozâußðîß$  þÜüõ^][]þ(‰Ù32#!!!!!!2654&+æËãõõãýÏþ¨XfÂþ>µOPPOµ·¨µ³§—Bþ¾ÿýI??>>ú¼ÿã–ð'3267# '&#!!3676!2.#"!6XxÌsÐkjæ}þŒÛ·iþr+ Úu}æjkÐsÎvD›y™b„DIþË78ѯý‡ÕýÇêšÐ87þËID„Lmþݬÿã{*!!32767# '&'#!!3676!2.#"¾Žþo1T–TLK@TWVWþÑ«….þšf0‚«/XUVUI”N–T-­óL4W1þÛ›yÃþF`þM¼w›þÜ20W1àÕ )#!#!! àþ‰þô±þ˜±þôþ‰ÌÕÕ ý÷ ý÷ÕýLþc3u` )#!#!! uþÅБþø’ÏþÃŽ'š™dþœdþœ`ýÙþø¼ ÎÕ)#!#!!!!!!  Îþ‰þô±þ˜±þôþ‰Fýùþž%ÌÕÕ ý÷ ý÷yý‡ÕýÇ9ýLþc¬Ç`)#!#!!!!!! ÇþÅБþø’ÏþÃþ†þšfú'š™dþœdþœÂþ>`þ=ÃýÙþøffÕ)4'&'!!767!!fþ˜k>^þÒU:kþ—Ìq¡þI²þJ qÌýøþé…Mþ&Ö H…ékÎr3÷ý 3rΘ¯X'`!!767!!4'&'#uþ™³þÙþ¾¤Qoþ·œþ¶oP£þ¾K+Aà>*LƒþÊý³œM'<ýÄ'Mœþì¡U1þÄ:/U¼ Õ!!!!!!!!4'&'!!76øþðþþKþ·²þJ qÌþ˜k>^þÒU:kþ—Ì#¯ýÇý‡ÕýÇ9ý 3rÎþ•é…Mþ&Ö H…élÌ#¬·` !!!!!!!4'&'#!7þ™³þOþrþšfôþýœþ¶oP£þ¾K+Aà>*Lþ¾¤ƒþÊ‹þ>`þ=ÃýÄ'Mœþì¡U1þÄ:/U¡”oþVîM#"&#"32632&'&#"#"'&5476;27654'43 54!"673767632&#"Ö4’&Qc6C.».|ƒd^.F!“'ñu¤FLý]?FÄHØZ<þø»¾Œ›³‹T$"*b0( .`¡þï4¶Í{nWG 4Ò' 5LÇV].3Y…% øº´S(Œþ}éd&y+ó1þ»þùEPQþtò T#"&#"32632&'&#"##"'&54763272327654'43 54'&#"5673767632'&#"òzi¨' Oh)1##gpUP,E11ÕbBE]$GG%916š4ª=O;Džƒbaœ³‹T$"*b1 .a.Û÷> UI \P '²/E¼_OT$(7d àn:;ï þ}éd&y+ô-ïÆ3={Õ'&#"!!!!3!367632{:Z"þÀþwþ€þwþGgŀĨHESÃb6°VüÒþÊ6`üúEü»ÒÈ=JþV_'&#"!!!!3!367632_:Z"þÀþwþœþwþGgÅdĨHESÃb6zVüÒþVª`üú¹ûGÒÈ=Jÿÿfÿãfð:ÿÿXÿã'{ ›ð!632.#"! ƒŒõn¬Áw;@r*þrþ5Õû²­4ˆþÀ rûÊr{!>32'&#"!g¨P ³b6:Z"þÀþw`üúÒÞqñVüÒÿÿ ›l'+k1vÐÿÿrf'”LÑ`þF ð$;! &7! 4'&#"32765 +5223276767!6Ó‡ þîþ퟈ˆŸŸˆþv'qr'±q'Âþ)BQd¨Ï"! [(1'&!þ‰f´;{êþÛÝþûÞ$%ÝþüÞŒ’H}|G“fm"þ±|H’û6«KZë!jdWÐýèªnXþF4{ 4#"'&76324'&#"3276 +5223276767!6g‘—ßà—‘‘—àß—ä!]^!!^]!Bþ)BRc¨Ï"! ['2'&!þ‰f´;{þ&¬³³¬Ú¬³³þg•FqqF•–EqqEÇû6«KZë!jdWÐýèªnfÿã2ð"B203 !#"'&'# '&76!367"&'#";6762327654'&+#R""ZiËÌÌÍþ™Z$ !N! $Zþ™ÍÌÌËiZ""pP@$Z°aaa`±[# T #[±`aaa°Z$ð!½¾þ²þ±¼½""½¼ON¾½!þ‘"wxÙØxv!!vxØÙxw"Xÿã{'N#";676762327654'&+"'&'73 !#"'&'&'# '&5476!376762ö5x=??>w2$B$6u>>>=v9 %B%î94££ŽþË; %B 6þʤ¤55 %B%wTVž¡VU   UV¡žVT ÕŠœé윉  ‰œì霊 ÿÿtÿã Ém&(;'âàF'ÿÿ`ÿå Ÿ&(<'âÿ2àXYÿÿfÿãXG&,¼ÿÿXÿäœ÷',ÿþ°½fþV\ð!!# '&76!2.#"®þ€/þwÆÚÚÚu}æjkÐsÎìì#ý3ª¾Ð[fÑÐ87þËIDþøÞÈþøXþV5{%!! '&76!2&'&#"ø)þ™þØœž««/XUVUIJIO–TSILúý\ª’—œ›þÜ2WXRT7ÿ½*ç'''7'77'77±_ØxØ_ØxØjòiÙxØ_ØxØ_[£~Ð}¤}Ð|µŒ¶}Ð}£~Ð}¤û1ÙÿQ“/"'&'&'&547676763!67676762#ü] > ^ > f    ü²F #&#"56763 ª“Jºg_R‚·X$[¢ 0LýÂþ&G 05!#3$ý“’þîâe„‡zýÂþ&G527#5!þ&þî’“âþáz‡„ù¢½ M !2%$'$'&ù¢’¤†E24þHìþá‚Ó˜åh{t¢\q Ï÷rþ’l #/;GS_#."#> #."#> #."#> #."#> #."#> #."#> #."#> %#."#> þ‘ c¦c ®8®û‡ c¦c ®8®  c¦c ®8®øY c¦c ®8®b c¦c ®8®ùª c¦c ®8®b c¦c ®8®üØ c¦c ®8®þ’FJJF™™IFJJF™™FJJF™™ü¸FJJF™™FJJF™™àFJJF™™FJJF™™FJJF™™øýÃr- #)/!53!#'7%'%'77#%53%ýÄþñ¤½Rþò¤½R:ÀzV…þäú!Àzþª…9Àyo†¨`Àyo†¨úJ¬þÀ@>¬@þÀA¬@þÀøÂ¬þÀ@èÀyo†¨û Àyo†¨ ÀzV…þäú!Àzþª…³þñ¤½Rþò¤½Rÿÿ¼þVvk&,+h8uÿÿ¬þVB&, rÄÿØ0‰Õ3 )#535!327654'&+=þ¡’’¡þåýŒŒŒVy6::5zâX¼ujðîjuX»»Âü®-1][0-þŠž3#32#!#3!27654'&+²²™á‚uu€ãþ²²fƒO((('Pƒ`ÿ©XO¶³OX`>ûB ?;! ú¼žÕ 654&+327'7+!! øzpÕÕL7ujŒßþþ˜™`vj¼ dlþ_c~þ:LýúÕ~ê¼vc~¬þV^{)6'4'&"37'7"'&'!!67632Ô<=æ=>>=s*%†•¿DTuZZJþšfJZZuÏ………p•„Hc TTUTþÂTU }ýí/.bý´ ¤b./¥¤ýú¤‡}¼á@ ÀüìÜÌ1/ôìÌ03!!!¼#ý\Õ2ý«ûN¬ýš@ ¡³ üìÜÌ1/ôìÌ03!3!¬tÝþ`:ýéü}:Õ !!!!#3!ý\¾þBþ¼¼%²þßþÝý’n#D*'` !!!!#53!'þTþ¬þš¬¬QƒåÝþ?ÁݼþfÒÕ!!2!#3276=4'&'&'&#!!!!= Àfe˜—þÍN=$$.þ”þ%ý\œwuåþÆþ銊#CC‚ƒ“77#ý‡ÕþݬþFº`!2+5326=4&+!!!Íllllͳ>fLLfŽþšQþ˜vwã´áwvë\‡¶‡\þS`Ýþ¿ ­Õ3 !!! 3!#!'cýÞ”22”ýÞœÇþ€(þS²þ²þSVý˜hý˜hýªý¤þÝþ¿AuÃþN²Ãý‹þåØ`3 !!! 3!#!'ûþ,ˆ{f{ˆþ,S¨þš þ¢ZþšZþ¢™Çþqþqþ9þDÝþåÊWþsWþ6ÿÿ‡þo(ð'Ssÿÿdþo${&S'“¼þ¿lÕ!! 3!#!¼Z´ý¯¥Íþ€(þ?ÆþÕý˜hý£ý«þÝþ¿A|ÊþN¬þåP`!! 3!#!¬fˆþ"Y¬þš þ™eþš`þ…{þ9þDÝþåÏ`þ‘¼lÕ!73! !#!¼{–I´ý¯rþXþŠ–{þÕý˜~CªQý£üˆþºc}þN¬P`!7537! !#'!¬ffn»ˆþ"þŽøneþš`þ…a耲þ9ýg@ð~`þ‘0lÕ!3#! !!#53¼ŒŒZ´ý¯rþXþ?ÆþŒŒÕSÂþ­hý£üˆ|ÊþNÀÂP!!!! !!#53¬fFþºˆþ"þŽþ™eþšžžrÍþ{þ9ýgÏ`þ‘ÕÍ2Õ!! !!!QZ´ý¯rþXþ?ÆþýáÕý˜hý£üˆ|ÊþN²#(~`!5)! !!ÚþN²fˆþ"þŽþ™eþšƒÝþ…{þ9ýgÏ`þ‘¼þ¿tÕ!!!!!!!!ô€þ€þýÈþ8#ýœAyý‡ÕýÇ9¬þåD`%!!!!!!!!Ýgþ™þ˜þþšfcfÝþÙþ'`þVª¼šÕ !!!!!!öþýÈþ8%²ûNyý‡ÕýÇ9þݬÆ` !!!!!!ÛþšþþšfcQƒü}Ùþ'`þVªÝ¼þf ‹Õ#!2!#3276=4'&'&'&#!!!!!ö Àfe˜—þÍN=$$.þ”þýÈþ:œwuåþÆþ銊#CC‚ƒ“77#ý‡²ûNÕ¬þFƒ`!2+5326=4&+!!!!ÛÍllllͳ>fLLfŽþšþþš/˜vwã´áwvë\‡¶‡\þSƒü}`sÿãeñ?S.54>323267#"&'#"$&54>7326%>54.#"68aH)9Uq‹SN}aF-6V?K/>e3.x=P·[TÙªþæÊq[®ü¢9kR25aŠVNfÿ( - ) #-+0q„™XBŠƒtW22Tp{:E””Ž>þÖ+<9.tϨ Ï{þÝ Ewªqc°ƒL‹(_fi37pZ99Xl3D|iQqÿã°z?N4>73267.54>323267#".'#".>54.#"qPšà9V8*LmDJ'D25jžiap=hw(b*6W&%-8%9d_[0-]hvEuÕ¡`) %&7(ƒØœXÿ5WuCK|W0 JYh;]ŸsA9h’Y{ÀK ò   &% T™ÖJBFG0D*`W¯ÿÿfþo\ð'Ss}ÿÿXþo5{'S¸ þ¿jÕ !!!!!!x€þ€þ‚þ`þ#ýœA²#þÝþåš` %!!!!5!!gþ™þ›þi’þjÝþƒÝÝÿÿÿìßÕþF` ! !0!f-fþ þî`ýøûuþqÿìßÕ 3#!5#535! ßýÇÞÞþÝÝýÇ¥TTÕü ÀÀõõÀÀ`ýìþF` !!!5!5!5! þ þæþîþñþ f-`ûu?ÀÀ?‹ýø'þ¿Õ3!# ! ! !<ÆþÝnþ£þ¦þmþ’GF”þ#ýœAþþúÛþáý%þå `%3!# ! !!g£þšüùþ…¨þl{åè{þlÝþbþž=#þ´Lýß þ¿´Õ!!!!!!!!{8€þ€úÆþ`þ#²ûNýœA²#þÝþåÎ`%!!!!!!5!!þffþšû7þi’þj݃ü}þƒÝÝ¥þ¿;Õ!!!!"'&5!3!!»€þ€þýö¾he$$.l#ýœAywsç‹oeŠ@7#9„þåý`%!!!!"'&5!;!–gþ™þšþ–UQf $ÀfÝþÙ[V®(TKh0+ª¥»Õ#"'&5!;33!!##踾he$$.–¼þ¼–ywsç‹oeŠ@7#Eþ»9ú+y±„–`#"'&5!533!!##g§–UQf !n[fþš[nÙ[V®(TKh0+ ââªû Ù¼¥»Õ!2!=4'&'&'&#!!& ¾heþ$$.þ”þÕýÇwsçþ5o¥Š@7#ý‡Õÿÿ¬$ÿãÒð$-676! !32767# '&"'&=!%!&'&#"Ý,•ÌhgÌÍû“z}æ|{|}y‰ˆ•þ~ÞÅ²ŠŠ#C3ÇÅ9a°±a:˜ó—ÎÎÌþ@€##GþË7϶.˜—ÏNWcS?rM‚‚M ÿã{$6! !3267# '"&=3!4&#"k %"=ü» œŒqí}þþÐþÍtíëS_w`h‚ª¼þÂþöf~~CDþì01ÑØÍ0F]Uf}unþ‡Òð0!&'&#"676! !32767!$'&"'&=!oÅ9a°±a:þW,•ÌhfÍÍû“z}æ|{|}y‰JNþÝþí¯Å²ŠŠ#C3˜rM‚‚Mró—ÎÎÍþA€##GþË7þžf#¢·-˜—ÏNWcS? þ·{)4&#"!6! !3267!&'&'"&=3§w`h‚þ• %"=ü» œŒqí}JIÿÃrštíëSªf}un¼þÂþöf~~CDþì0þÐ6hŒÑØÍ0F]Uÿÿ¼=Õÿÿ ­k'+híurÿÿØF'r’¼þf'Õ"32!#3276=4'&'&'&#!!!!äcÀfe˜—þÍN=$$.þ”þ+¿œwuåþÆþ銊#CC‚ƒ“77#ý‡Õýß!¬þF`32+5326=4&+!!!Íllllͳ>fLLfŽþšfbŽ˜vwã´áwvë\‡¶‡\þS`þ¿A6þViÕ!!!!676!é€þþÿgþþÛ|wýæóBW'#þÝþVª²[þ7þ­þ¼-­ã+þV?`%!#!#6765!Øgþ@ðIþš¤m`þ*Æ1FpÝÝþVªƒBþºþìó"wªfÔ¼þföÕ%!#32765!!!!!ö˜—þÍN=ýÈþ8‘þ銊#CC‚èý‡ÕýÇ9¬þFÝ`%+53265!!!!!Ýllͳ>fLþþšfcfáwvë\‡Åþ'`þVª¼þVvÕ)!!!!!!!öþýÈþ8€þþÿyý‡ÕýÇ9ûNþÝþV¬þVB`)!!!!!!#Ûþšþþšfcfgþ@ðÙþ'`þVªü}ÝþV¥þ¿»Õ!"'&5!3!!!!:ýö¾he$$.lþþ€#Vwsç‹oeŠ@7#9ú+þ¿d„þå–`%5!"'&5!;!!!0þ–UQf $Àfþšþ™Ýü[V®(TKh0+ªû þåø¼þV¹Õ)#!! !!!9þ”þ¨ôþ¨þ“êTVé€þþÿDüÛ%û¼ÕüáûNþÝþV¬þVD`)#!!!!#Ýþ›½ë¾þšœüügþ@ð{þ\¤ý…`ýÐ0ü}ÝþVÿÿ¬(ÿÿ 'z'r4l´+@p]1@]0ÿÿXÿãÅ='rÚÿ÷Œ@O]ÿÿ 'k&l+bu ´+@Ÿp@O / ]1ÿÿXÿãÅ1&ŒCºÿÿÕaÿÿXÿã{ÿÿ¼ák'+h´uqÿÿXÿã F'rÙ‘@O]1ÿÿhÿãeð*ÿÿXÿã {ôÿÿhÿãek'+b*u4ÿÿXÿã 1'C’5ÿÿ ­k'+bäurÿÿØ1'Cþ’ÿÿ‡ÿã(k'+b­usÿÿdÿã$0&C,ÿ“ÿÿ”ÿ½ÒÕRÿÿYþH¾`-ÿÿ¼öO'J8;tÿÿ¬ï'JÕ”ÿÿ¼ök'+b8utÿÿ¬ï1'CÕ”ÿÿfÿãfk&z+bfu$´+@ ¯€pP_ / ]1ÿÿXÿã'1&šC¾´+1ÿÿfÿãfð:ÿÿXÿã'{ÿÿfÿãfk'+bfuDÿÿXÿã'1'CÁEÿÿƒÿãyk'+b˜u‰ÿÿ‰ÿãf1&CL©ÿÿ;îO'J;ÿÿþF'J•Ÿÿÿ;îk'+buÿÿþF1'C•Ÿÿÿ;îk'+juÿÿþFf'w•Ÿÿÿ¥»k'+bLuƒÿÿ„–1'C £¼þ¿áÕ !!!!!=€þ€þ%ý\#ýœAÕþݬþåý` %!!!!!gþ™þšQþÝþ`Ýÿÿ¼Žk&‡+buÿÿ¬–1&§C¢:þEÕ!!!!+532765!#3!ý\¾þBfjnͱ>i(!þ¼¼%²þßþÝþ‘ÿÏsxë5,on#D*þC'`!!!!+532765'!#53!'þTþ¬gjnͱ>i(!þš¬¬QƒåÝÄÿÏsxë5,oÁÝÂ'þfÕ!!#27# ! ! !IýóNå1þ£þ¦þmþ’GF”þþf#wþþúÛþáý%þFö`!+52767 ! !!ögmѳ“+0ûùþ…¨þl{åè{þl;IÍszë"'‡aþž=#þ´LýßPþG'Õ ! !!!! !!Üþ_’GF”þ_Wþ¸¦þoþ£þ¦þm¦þºqdþáýœþüý“þþm ` !!3#! !#5vþ½{åè{þ»ûöTþ…üùþ…U÷ª¶þ´LþJÝþ3bþžÍÝ]Õ 3#"%476!3!! '&úââz5::6þ’¡þýþå¡’s-0[]1-Çðju9ú+ujZ1` %035#"%476;!!"'&HƒƒP'(((þau‚á™fþã€uàú !;? z¶OX©û XOÿã¦Õ!/"'&476!3!32765!! '&'#"32765Ó”ˆ’¡þ€<=kl<=þÂþØþÙŸ, TjiÕâz5::8sj@<sj ðju9ü¹OPPP¸ ýöþÃþÊ›+7ƒ==–-0[_/.TQ£ZÿãÍ` 0#"32765"'&'#"'&5476;!32765!˃P'(((EC%%߇%CKHq»^ku‚á™R6(QP)6R˜~Ú !;? 89kþ'u )a/.Xd»¶OX©ý’kS==Pmþ²ÌŽwÉÿã8ð24'&+5327654&#">3 32765!! '&mST£š¢‘GGŠ~]¾^ràl#‘EE‡—ON=G`fB=þÂþØþ󹟶f45ø-.]V^*) `a¾ƒTS"'`_—B08PL¼ ýöþÃþÊ›†¡ÿã°{532765!#"'&54'&+5327654'&#"567632òB0IR)6R˜~ì噄C>v|u2987_;ª<[ZYWètt87l7?p5'=Pmþ²ÌŽwzh<'%à",*$# ï HG—a@??HÉþVnð')4'&+5327654&#">3 !!îþST£š¢‘GGŠ~]¾^ràl#‘EE‡—ON€þ€¶f45ø-.]V^*) `a¾ƒTS"'`_—…ý3¡þVY{()4'&+5327654'&#"567632!!òþºC>v|u2987_;ª<[ZYWètt87ly~gþ™R<'%à",*$# ï HG—a@?paýy6ÿã 3Õ!676!32765!! hþÛ|wýæóBW'<=kgA=þÂþØþÙþ²[þ7þ­þ¼-­ãü¹OPPL¼ ýöþÃþÊ6=+ÿãv` 32765! '&5#6765Ä6)PR)6R˜~þ(~˜¤m`þ*Æ1F`ý‘mP==Pmþ²ÌŽwwŽÌÏBþºþìó"wªfÔÿÿ¼ÿâ |Õ‘¬ÿãƒ`32765!#"'&=!!!!Û6+NR)6H˜~ìö~˜þþšfc`ý‘mP==Pmþ²ÌŽwwŽÌ%þ'`þVªfÿãûð! 76! &#"3265!ûý|þœþSèÞx+ôøøêõrxã>{Vý£ctÎÅoþËþûëæˆ§µUXÿã[_325!# 76!2&# w¬[•H˜¦þñþÉ¢×°²´þ¨!±²3ŒÉËw0—“Pìa ÿãÅÕ32765!! !!{<=kl<=ŸŸþØþÙþÂþ`²ý¤¹OPPQ· ýöþÁ™›6=\#þÝÿã¬`32765!#"'&5!5!6+NR)6H˜~ìö~—þi’ƒþnpM==Pmþ²ÌŽwwŽÌÏÝÝÿÿ‰ÿãîð+ÿÿnÿãò{^þféÕ36!!#3265!^þf'þÑþÍNf&&üEŒ$uY··û´áíë.%L%þI€þü^ Õ36! ! ! ! !^þf)GF”þþoþ£þ¦þmþÔþ$Â#K1þáý%ýþþú¸[ýÜþql`36765!! ! !!q±(¨åè{þl¨þ…üùþ…¨×þ|EŒ$uY··þ´LýßýÁbþž=#%þI€þü¼]Õ3264&#! ! !!#!=Õpzzpýª˜|1”þþoþ˜þëþþ¾þ_mÈlf®“ý%ý}wýú¬þV·{"26 '!!6 ! !sæ{{æyí…þNþšf²…?!ï{þl¨þ…þ!w©þ©¨@ý¹¥¿ý´ ¤¿¥Mb9ýßýÁImƒÕ;#"4$)!!!!!#!.JiyÀÀyiþ'øýrgý™¤ûÛƒþ´þftФgZXUàäþÝþêþÝþªþÝ5ýËz.Ô?ÿã¸{(/3.5463!63 !3267# '&'#;#"4&#"?%U~×ñ?cx=ü» œŒqí}þþЩx"~úMO[[O_w`h‚ß1«jŸœþÂþöf~~CDþì01›n­þgþH@>f}unÿÿfþÕfð ÿÿ\þVy-ÿÿ=“ÕÿÿH`3¼lÕ!7!!'!!!'ªO‰´þŸÓþæEdrþXþ?ÆþEÛ˜OŒþ˜ÓDfüˆ|ÊþNÕý˜MÛ¬P`37!#'!!!7'XÎ2Iˆþî›Ô4_þŽþ™eþšfÙ–L2Fþû›4[ýgÏ`þ‘`þ…Ζ^þf ~Õ)36!!2!#3276=4'&'&'&#!!!^þf' Àfe˜—þÍN=$$.þ”þþÛÂ#K1ýÇwuåþÆþ銊#CC‚ƒ“77#ý‡²[ýÜþqþFØ`%36765!!2+5326=4&+!#q±(ÈÍllllͳ>fLLfŽþšüEŒ$uY··þ8vwã´áwvë\‡¶‡\þS`%þI€þü¼þf ‹Õ'!!!!2!#3276=4'&'&'&#!!!!¼8 Àfe˜—þÍN=$$.þ”þýÈþÕýÇ9ýÇwuåþÆþ銊#CC‚ƒ“77#ý‡yý‡¬þFƒ`!!!!!2+5326=4&+!!!¬fcfÍllllͳ>fLLfŽþšþþš`þVªþ8vwã´áwvë\‡¶‡\þSÙþ'¼þ¿vÕ !!!!!!ö€þ€þýÈþ:#ýœA²ûNÕ¬þåB` !!!!!Ûgþ™þšþþš`ü}þ`ü `©ÿ²ÙÕ1>5!.'#".5!32>7.'—"P/[<‚=~5IR[1’ë¤X[+Li>51.·/l*  üUŸ> þºD MœëŸü]ƒS%-24©>ò)! !54."!!þ¥%$þ¦9X|X8:üÆ=6þÏþ¾]ƒS%&Sƒ\¼ÿ6Óò%54.#"3#".54> !!!k4[EFZ57Y?éé‡Ú™RR™ÚוPþòþ¦ÃßBqS/.Kad_J-ÿCƒÂ€…ÎŒHH“Þ—ßÿþ=-Úò!4."!5! !!Y8X|Y9þ¦$ $'þÙ\ƒS&%Sƒ]B1þÊþüÿþ=©ÿã>Õ!!2>=!# !:üÆ8X|X9ZI’ØþÛþâ[`ÿþö\ƒS&%Sƒ]¡íšK6=‡Pñ'!!!>54.#"!54> P;^v;.ûpY-lngQ0@dFEc>þ¦L—â,èžRwm¾Ÿ.ÿ˜˜)Jk‹¨cVe74\{Fsw|ÕZ\¦ê©Õ !!!!!šü [ýýÿÕþ‹ÿ©>ò3! !54."!©%$þ¦9X|X8:=6þÏþ¾]ƒS%&Sƒ\ýÿ©ÿå:ð<%2>=#""!4>$323##".4>;.¡4+’7+-5þNŽl?þ¦tÈ —eÁ¬i:­­P‡²cb²†ORˆ°_‘Mx•ß1R=ß0R@AU4øM„fü˜•á–L"Cd†¦cþûåo«t;5!!! .54>;‚FZ55ZFE[4ZþòP•×þòÚ™RS™Ù‡é`9YkdmZ:3 !54.#"!©[3sB$þ¦9X>=W8þ¥ÕþqþÏþ¾]ƒS%%N|Wýí©dÕ!!!©[`üEÕûNþÝ©ÿãÕ32>5!#".5!!!l'A0(@+[Lˆ¿rq¾ˆLþòþ¥[`ýöK~\3&Sƒ\ ýöŸìœLL›ì  ü Õþ‹~ÿèÆí&7!3>32.#" .5467#2>54.'~ZA• §S^µQjÐa,,*vÓŸ]V¥îþÎéŸQ0,°²Cj”mH#)i¶03Õå<^A".0þ–l_ _šÙŽ|å°ic­ì‰lÃWþ‚_–g76bˆRY’j@QÁ—Õ)#".5!32>75!þ¦3sBÙ’I[8Y>32>54.#"!54> "3267.PkZ,U,Î0Z-[Äa*`^WB'%?T\_+`µX)-@dFEc>þ¦L—â,èžRüí ""1]*3[w þÝy*X0ì3f0BH 3Jb|bJ4!>8VÁ`Ve74\{F:>|ÕZ\¦êý|!6!&#+2$¸ò!4."!5! !P8X|Y9þ¦$ $\ƒS&%Sƒ]B1þÊþÃýÿ.Hâ&"!".5467>7!>33!ÃP¸`íûõ8cI+EQ>„Eþú…wG‹ƒx5ý1A3 õþ¤"?Ï[Qüñþì BeERÛŒl¶M¡¾4M2üˆq‹&)-_©ÿã=Õ!32>5!! ©[9W>?X8hþòþâý¶þâÕü]ƒS%&Sƒ\ÿýþÃþÊ6=uÿã)ò: .5!2>54#!!2>54&#"!&454>32)K—ãþÒá–JZ=!# !h8Y|X9ZI’ØþÛþâþòÕü\ƒS&%Sƒ]¡íšK6=uÿä>Õ/4>7'.#!!2%.#"32>=! .uD{«h=þáëGB‹þ~2f&>bE%AdFEb>[L—âþÔèžRvtÆ•\ µþm¯ 54.#"!54> Dw¡] ™ýH³1f'GfB @dFEc>þ¦L—â,èžRwrÆ’TJþEtV;m™^Ve74\{Fsw|ÕZ\¦ê$Oò!4.'!!54>2õ*Ib9þ¥9cH*þ¦:h’¯ÈÖȯ’h9CjP6ýþ5OkDk±‹gD!"Eh‹¯jüu;ñ%<4> !!!>7>54.#".4.#"32>uK–á,èžR;^v;.ûpZ9ŒD*EY0]ƒW1c#Dc?Eb> MƒfDÉnȘZ\¦êŽm¾Ÿ.ÿ˜˜?:  0J4&>LME;Ve7+H]1!1#@]98}©=ò!4."!! !!Õ8X|Y8þ¥$ $þò\ƒS&%Sƒ]üB1þÊþüÿþ=ÿÿ¼ÿãÃÕ$¸Õ!#".=!2>5!!P3sBÙ’IZ9Y|X8ZKší¡]ƒS%&Sƒ\û+ÿlÿã ò:32654.'.54>32!4.#" .5Î!DhFjy0L^.k»ŠP=ĈŠÉ>þ*C/*@,3LX&vÁ‰KG’àþÎå˜LBmO+eZ0C-Br¦tZŸxEEz¥a'J8"+:!8B& Np–akµƒJV”Èr©/ò3! !54."©%$þ¦9X|X8=6þÏþ¾]ƒS%&Sƒ\üuÿã)ò0@ .5!2>54#!3.54>322>54&")K—ãþÒá–JZ322>4.#"ê@m0üúþ¥  IÔ‹Š×“LM“Öþš3V~V34V?>U3à‘þû||4•ØCJ‰ÁîÀ‡IF~`A"!B`~eG&&Gÿÿeÿãeð ÿZÿã«Õ*5".4>3!# !!>54.'"23ÕzÉOOÉz[‹ê¨^dÊþÐÍþgþsf9T`([)aT8,9>>þ¥'N?'(@M&WJ‚Ìx?þˆ D„ÊþäÝ—O*Zo?CrZ3"×6]F((F]6+  +tš-NhthN-š$/60#tXÕ!#Î2ÌÀZÕþãþ `î{f !{þ´þÒþfþˆxÂ%#4>7>53‡@6#Ñ7c‹U@5!Ñ0^‚ 4C&LsL!3C&T’oFÿòêRÇ!oãþÒþÎÇþ#ݰ®%4>32#".'332>54&#"Q“Ï~@‡oG%NwQ;`F-¤""E9`„R$ÕxÍ–V%LvR6fP1$B^9 92@d}=Qñy%3!Q™¸i@ñ4þ™Í’ÿåè`%%#"&5!3265!3265!!5#"&@>¨e®µD5/]eD 1$]eDþ¼xºjŸºilìåªý¸6jR3§ &ý¸`t=¨ž'û ¤¿o›þV’{!!!>32!54.'&#"!ßþ¼DI¢d°´þ¼ *S3P7³þV ¤a^ìåèHK_=#J-TyLþÙÿQþV™y ""32654&!#".>325!!!rgllghmm±þ¼C i]q??p^i CDþòw¨þÀ¨¦¢¡§úßLc\XœØלW\c¦ü ÿ›þV {!!4.'.#"!!>32!’þ¼ ?*2P8þ¼DI£c±³þV´K_=$#'-TyLýÙ`¤b]íäþVÿ’ÿã‰!!32>=!!5#"&5!Ö³ýM=73P8Bþ¾I¡d²³D`ÿþôZ…X+.TxK™ý0¢a^îã`QþV™y "326&#".>325!!rgllghmmmC i]œq@?q]i CDw¨þÀ¨§B§úßLc\WœØ×›W\c¦úöÿ›A !!!!!ßüžDbýžÿþLÿ›þV¡{!>32!46.#"!!›BJ¢d±²þ¼"7+3P7Äûú`¤b]éèýV $QNI6!-TyLý/ÿ›þV {*:23##".4>;.#"!!>"32>7—^°‹Y{„`}CKŽmCCiƒ@±@[k0TyN%þ¼D$Xk‚b" &(& {OÉzèh–`.&NvžvO'IiC-UyKü/ ¤1H/üö   %A4Qÿã™!# 4>3!!!!#"3265‹F‡Æþåþó1g¡qLDý®ÕCR.lghm`þÕ•ß”J'%t͘X´þLÿ.RoB ¨§¡›þV’!4.'.#"!!>32’þ¼ ?*2P8þ¼DI£c±³ªýVL`>##'-TyLü/¾ý¨b]í›þVG`!!!ßhýTDªÿ ›þVE132>5!!5#"&=4.'.#"!!>32’ ?*2P8Dþ¼I£d°³ ?*2P8þ¼DI£c±³VK`=##',TyM'û ¤c\ìåRL`>##'-TyLü/¾ý¨b]íäQÿãÌ*!!# .54>72>54.'#"ûÙx´ÛYh$GŒÎþðÏŒH.Y„W&>OPN=& -!ceuÍGþëŸÿEžfzΗUU—ÎzlµdýÒSuJ""JuS<^NA Ÿ’þV‰!32>5!!#"&’D ?*2P8Dþ¼I£d°³¶^üBK`=##',TyM'ùöNc\ì›’!4.'.#"!!>32’þ¼ ?*2P8þ¼DI¢d±³ªýVKa>##'-TyLýÙý¨c\ì6ÿåJ-?!5#".547"#".546?!32>732>54&'Jþ¼I£dSf:ÛÈ/S?%+Ta0)/13 M{W.ý=*?)2Q8]c'F5ýû¤c\7kœf¯Y¬$?W3%O*M©&9 $þÔhƒ•‰,L9!,RsHZ˜/)[cj›þV {4.'.#"!!>32!N ?*2P8þ¼DI£c±³þV´K_=$#'-TyLýÙ`¤b]íäü¬ÿ~ÿå$%83>32&#"!5#".5467#32>54.+€Ù@Ÿ¼Ôu(..ArdV$v·~Bþ¼I£dWŽc6-*UM)?+2P8Bt[ ($``¥yFþé5J-V‡´ký°¤c\5—þòþ¼I£d°³D ?*2P8ÿúì¤c\ìåªýöK`=##',TyMÛÿÃþFÝ` !+532>5›BÁºŸ8->%`û´âìë3XDÿ„ÿå‰32>5!!5#"&5!Ö ?*2P8Dþ¼I£d°³þòüBK_=$#',TyM'û ¤b]íä^þV¥{0%3!!".54>7>54.#">32û;;=¶ý‘3W@$"FjIAlM*1F-&LRX1/VVZ3r·€E=ož$7U'ÿ3O79egqE>qop>8N1!7)< 7o§pZ£Ÿ¤›’{!4.'.#"!!>32’þ¼ ?*2P8þ¼DI¢d±³ªýV K`=##'-TyLýÙ`¤c\ì þV`-!".54>7.54>7!32673þSf91WxH.T?& 2&V9I)<6128^E'  ªÿ,G[/A°¿¼M3Lb7&POL$)ID@ 3Aþ¿>„ŠF  ’þVè^%%#"&5!3267!3265!!#"&@?¨d¯´D2$]cD 2%^dDþ¼z¸jž¸ilëæªý¸TqC§ &ý¸_t>§Ÿ'ùøL¿nZþVD{.E%4.54>323!!".54>7>4&#">).4.M†·kj¶†L7ZsxsZ7  ý15W?#%:F ÏRU*@,H]6è0VRQTY2X‘h:7o§pLti]PD ÿ5L/@kWF4å^_,=%,*+2:% *CfRF›ù{"!5>5.#"!!>32!•`k&A12P8þ¼DI£cTf82H-¡fæ‚1\F+-TyLýÙ`¤b]5!!5#"&’D ?*2P8Dþ¼I£d°³¶ªýöK`=##',TyM'û ¤c\ì’þV—!32>5!!!#"&’D ?*2P8Dý®I£d°³¶ªýöK`=##',TyMÛùBÿNc\ì’ÿåè{-)4.#"!5#".5!3265!632èþ¼ 2$]dþ¼xº)SLB1D 1$]eDw»)SLB1H`t=¨žýÙ¤¿,Lu£mmý¸`t=¨ž'¤¿,Lu£m›þV’{!4.'.#"!!>32’þ¼ ?*3P7þ¼DI£c±³ªýV K_=$#'-UyKü/ ¤b]íÿÿZþF y#þ›Ì`!!!ÝïüÏBÿ`’þVè-)4.#"!#".5!3265!632èþ¼ 2$]dþ¼xº)SLB1D 1$]eDw»)SLB1H`t=¨žü/N¿,Lu£mmý¸`t=¨žÛý¨¿,Lu£mÿþVÕ{(!>32#"&'!!!5!32654&#"›BD j]œq@@qœ]j D³ýMþ¾þòˆ8oghmmhgtÔ¤b]WœØþþØœW]bþêÿ66–Už ¨¦¢¡§ÿÿZÿã){+?þz1+5?!.=!".4>3!"34.'>1.Rq†–Nþ¼K’„qR/E0La1l°{CB{¯nDN–†qR.üa3A''A3R)Ic91`M>ežyW;#þu‹ #ý› G’ÿãv!!5#"&5!32>7!‡ïüÏH¢d°µD +R1O8Bÿ¢a^îã`ü@J^=$I+PsH8Î`!!!!ÎEþ»Eþ»`þ}þ¦þ}dp™ß 327#"&'dŽˆGHFŒGßVVþÝ&&%'_þ*'ÿì3#3#_ÈÈÈÈÈ2Èÿÿ.þ*ÿì'ÞÿLØÜþ*ïÿì 5!73#3#ÂKÈÈÈÈÜÈÈÈÈ2Èþ*ïÿì3#3#'#5#5!'ÈÈÈÈÈÈ–ôÈ2ÈúááÈÈ_þ¢'ÿj3#_ÈÈ–ÈÿÿÉþ¢½ÿj'ÜÿjÜ–âþ*¤ÿì 3#3#73#_ÈÈ}ÈÈúÈÈþòÈÂÈÈÈeþ¢!!!e¼ýD^–È^~þC#5#5!'ÈáŠþ»þò¯¯ÈÈÿÎ`–È3#2ÈÈdÈÈ ÿÿ~þ:ÿö'ÜÿŒ&ÜÜÿtiÌ1”3#7iÈÈd”Èd_þC'ÿÓ3#_ÈÈ-þpoNãq!!otýŒqþÝ~`¯!!~ŠývE¯È‡Éÿ8/(!!Éfþš(úçί3#ÈȯÈçá¯3#ÈȯÈÉ/`!!!!Éfþšfþš`þþ¢þ ²b0!!76!#"¬üîfdÎF„†77þøÿ^z|ÿKJ~þ*ÿì#5#5!'ÈáŠÜúúÈȬ'`5·  ·  üìÔüÜìÔüüK° QX¹ÿÀ8Y1´³//üÄ0 !!54>7!65!û,þŒþ¢7þ¸!-M9,þÖs^7I,'<)³þMø@þØÝ\”ZL%²þ@(ÝCrRH-,X‰`6· ÜÔÜüÜÜ´t o]1K° QX¹ÿÀ8Y·Ø ³Øذ/ììüì0%4.#!5!23!5¨-O9þ…{‚½{I–ûÏîl9KL,î.V‹¦rþµîîXÿîX`(·  ± ÜÔÔìÜäÌ1·Ø³ ذ//ìüì0%&'#"'32654.+53 ù_þ·G&dn4>M•Õ gK žî°®yW ¢ÂYhAîšpòJX\`(¶  ÜÜüÜÜ1K° QX¹ ÿÀ8YµØ³/üüÄ0#!!5!\²þµýùrüŽrîºÅ`<·   ²üìÔÔüü´p j ]K° QX¹ÿÀ8Y1· Ø ³°//ÔÄüü0!!4&#!5!2þ¶øþ¶Sxþ ô—Ê7Òý.JýÇ[£tî<‡Ìº`!¶ üüüK° QX¹ÿÀ8Y1²³/ä0!þµ`û `XÜ`9¶ ÜÜüÜÜ1K°SK°QZX|°/1YK° QX¹ÿÀ8YµØ³ /üüÄ0#"!467#5ÜS(6þµFGõ`î@shCýìÜŠì îºÅ` 7·  ±üüÜüü²p ]K° QX¹ÿÀ8Y1µØ ³//üì²t]0!4&+!! Åþ¶Tw¬þ¶ô&ñZý¦r“müŽ`ñ¹ÿæþm3·   ±üüÜÜüÜ1K° QX¹!ÿÀ8Y· سذ/ìüÄì02654&#"5632 nÖnIT0KkTÍÖþôýÒþõ`ý·®ŽŽ®¾£ôþÑþàþÔþô ,BˆPÓ`$´ ÜüÜ1K° QX¹ÿÀ8Y´³ä/Ä0Óþµ`ýw‡Xþå` (¶ ÜÜüüK° QX¹ÿÀ8Y1¶Ø³Úìüì0!4&#!5!2åþµj›þÃ:°à‹8ôü àÝ¡î=•æX`)¶ ÜÔÜüÜ1K° QX¹ÿÀ8Y¶سØ /ìüì0!2#!5!26&#!Xh{ˉ^**^‰Ë{þ˜h…ˆˆ…þ˜`@k‘ŸªŸ‘k@í²"²X7±F·   ²  Üü}Üü|ÔK°SK°QZX¹@8YüÜ1K° QX¹ ÿÀ8Y¶Ø³/üÌìÌ0!!!LmýŸK”þkr?þ¯ üAºØ` -·  ±üüÜüü1K° QX¹ÿÀ8Y¶Ø³Ø/ìôì0)! !4&#Øûâ'òý,‰Tw`ñþëý|„“mXn 8·"   ´ !ÜìÔüÜÜüüK° QX¹"ÿÀ8Y1·Ø³ Ø °//ìüÔü0!>3 !534&#"!674&XX ;Îo¼ýÀõ5S4'# aþ¶\H`Ã+m—ýìý¦ím¥}$C:_B7þåK;p˺þ`$¶ üüüK° QX¹ÿÀ8Y1´Ú³ää0!þµ`ù´LXæ` *·  ÜÔÜüüK° QX¹ÿÀ8Y1¶Ø³ Ø /ìüì0%4&+53 !5›RA™™ ¾ýrî¾…Aîäºý>î¹ÿæþ` H·  °üüܲ]üܶJ < `]1·YTid°]K° QX¹ÿÀ8Y· سØ/ìüü0!  # 4.¹ ,þðýÚþñ À²AU`ûþÔþÒþÛ%.0þÉþ©^YxDXÿ1š`=·  ±ÜÄüÜüü¶>   ]1K° QX¹ÿÀ8Y·Ø Ø ³±³ääÔìä0!7!>JP1W†Á€þ9ýþêVìaO)7þÉp©¨‚zh.¥ [Éü³Bìºþ¬`5·   ²üüÔÜüü1K° QX¹ÿÀ8Y·Ø س±ÚìüüÜü0!4&+327"&'&5! ¬þ¶^m“P V|e)VÝ$ñZûºGzÂaÁ #Hº˜úºÒ`?·  ²üÄüÔÜüÜ1K° QX¹ÿÀ8Y·Øس ±Ø/ìüüܶÿ0@]ü0! )5!2654&+27"&'&5ºÒ7þÈþòþ.Žª–›¤D 3>€h.b`þÜýèþÜí•°±Œ6'¿!G¿þXc1·  ³ ÜüÔüÄÜüÜ1K° QX¹ÿÀ8Yµ³ÚìüÄ0>=!!4'&'Ù8>)IGUU…þµOõcþ™[*"†lÕÕj·]\ üƒu``€‹Cƒ`7·  ´ ÜÄüÜüÄìü1K° QX¹ÿÀ8Y²{]µ³Ø/ìüÄ0%!65!'!5žý¥t8KI=6767!#>76!ªóJ;\J"L*4 WH§J§—cVK @-MGŸ€³²Yþc?/cÏþÜ„P6.ÿ.P‚]¿DýâôÄEEÿ÷½`A·  ²ÜÔÜüÜüü1K° QX¹ÿÀ8Y·Ø Øز³/üìüÔü¶j[]0!4'&+ '53265#5! ½þµ2._YOþÔ>b 2'Û`iAZý¦[°52þ2ý]Sá OuÎîÂxÿÿº—`'ò’òÿÿˆ1`'ò,öÿÿˆPÿ`'ö,ö¬äá`!#ÆþÄ`þ„¬ä`!#!#èþÄþøþÄ`þ„|þ„ÿüÿ× "#.#4'&'327653327653#"'"%'##5 ßbé  2¡ ¡8^e Dý¹ðßh%‘þÍwý²`12jÿî{¢Í.8+>\V­D&& úÁ{7ü²F•ÿüÿ× .*57"32767#"'&54767&'&'476'##5i$V/!LT9F"@>8O6.N@y’F?C)8."­dýsðßh%‘þÍwý²`.$$-*  F>]MF*!#^C'qúÁ{7ü²F•…| !!!!!!3#dþèýÐþèýbþèùÎü÷Ïþèþèþèúì…¬ !!!!!!!!3#”þèýÐþèýÐþèýbþèùÎü÷ÏþèþèþèþèúìÈ”¦)30þ˜÷Õd1uþ‹÷æñ 327654+53362ã!2(&1¯u<ˆK¤DC3m % ¶‡„þèT2K\4'È•ƒ !3!!1þ—øÕdþ—iÝ1uþ‹ûòƒð!54&/.54$32.#"!ç*D@^Nô]Èyf¼QV`59@jBþ—ø--K>9Y›b¿Ç(*þÆBCOF.\4:bR1”þœd}(ñ76767&'&767632&'&7–54Jx%E#pth˜“@GQ6:¢v{Û­(A}s¤OQ<ù,*.>\#EÿKO?ÿÿÿØæ¤'Bÿ_Âÿÿšò'Cÿ_^ÿÿÿ«þ `Ò'Cqþ>7ÿÿœþ 'Dÿ_ÿÿÿ$èÒ'C&þ>8¬!!¬fþšùìÿÿþÏ'Ä„þÏTÿÿaÿÄT'Å,„6ÿÿÿõR'żTÿÿÿõL'ƼTÿÿþ Âf'Ä#!þ Âf$3 7!$'&54767&$3 öþ±ÃËgZí-Τþ®þKÈœŒfÆT”‡_È`"@£Èyj\™þí†ÆšÞ³«}N)?&ÿÿþ ¡'Äq !}ÿÉØR%676'&'!'‡¯I>›q‚OJþ’Á“Þ.QW‹yš¤3ä˽.7ÿ=ÿÿ}ÿÉØ¡'Ä© #ÿ«þ &!6'4'!! 76eI4f2Xßæþ75œ˜gµ‘y–tþ÷ƒ½beDAÿÿÿ«þ §'ÄÕ%‚þ `î?654/!765!325!#"'&'#"'#"'$47!3276 :@f$SG%f$B}f\HCqQ:• #ŠHFVDNxë`”ÇiþÛifl&5nNY(htz@êœJ<;6TÕÍ2_Î&þªÇqY Ha…$Z·vµ@$eUĴΪŸ) :Cÿÿ‚þ `°'Æ´ '‚þ å0=%4'!67632!#"'&'#"'$47!327676%327654'&#G3J $hÀ¤œ¹w縮þnù=DNxë`”ÇiþÛifl&5nNY':œD~v;51KnC´Z´(--ß{i3cÁÓ`[ ·vµ@$eUĴΪŸ) :CDhÀ2/7O2ÿÿ‚þ §'Ä_)Å 327654'&#)!!67632ŠD~v;51KnC ýtþOPfŠž¤œ¹w縮2/7O2þžûV­ei3cÁÓ`[ÿÿÅ'ÄoC+³þ Â:(67&'&7676&76%7 7!$'&54,0.20Yâw›éN]0.~•þ•x­gZí-Τþ®þ'£a78¡–¢Uÿ&-P1/7ÿ3Qv‰gYN™þ톡š¸Öÿÿ³þ Â7'ÄÛ¡-ÿìÐ#!äÿÿÿ‚ÿΨ'Äro€ÿÿkþH™'Åè~UÿÈ„!=&#"'5327654'&'&767665!'$'$547!32761;5P&#fWR†B8D-U "&462k?./>>/.?¥ŸæŸŸæô-@?./?@¡æ  æŸy­‡â72767"'&'y¦j/NþðÇ$!'!32765!32765!#"'"& þž%1œr3#(' .# 'Y•¡31l5WY¾þ9©Ü!nRe6L2o¤'*#šþÊ6yCD˜ÿì>**7"2767#"'&54767&'&'4%6º¦:‰J5y†Zp6fcX~VI|eÁçpdkAXH,7*ÿ @'"% ÿ3@Q.$J!+ÿ%}p¥‰}L 0:?§yE‚ÿì`$ $2765&'&"  '&477t 34'b'43¬ Zh}ýì}hZúBi²¼‹‹¼²ièþ ÞÀþÎxx2ÀÞK—!'#"'3 ó%bþŽQ#`޳§´¦€þÜþŸþëþ†3\S22Ä677!!''!q2]9r”R;þš;R”r9]2ˆz–eöþ:úþ¢^úÆöeþé–Ä!66!!&&q2]9þŽ”R;f;R”þŽ9]2Œz–þéeöÆú^þ¢úþ:öe–?¹#"'&'&'&76!'&'&"ÜÍ>Ð[ca”¸I[ %ZþŽ]"!5U)% &O%MM Š\^Z[B/GXqgkþH™à8654'&"3227$#"'&54767672!$'&547!ü$2+/#04ý°Ù1JrÚbb”m™ìgQ=!£ºÌF3ºŒÌHý¸h"Ûç7&'&567632&#"?pN650ƒB>F:*?mþ•¡ !"(j+(} 04MÿÿÿõË'ÏýÚTÿÿÿõˆ'ÈòTÿÿþ 'ÈÿTÿÿþ¢R'ż'+wôþ¢Tÿÿÿõˆ'ÇòTÿÿþ 'ÇÿTÿÿÿõˆ'ÉòTÿÿþ 'ÉÿTÿÿþ ÂÌ'C¼ÿ8!ÿÿþ Âæ'ÈlP!ÿÿþ Âf'Å 2!ÿÿþ Âf'Ș¾!ÿÿþ Âæ'ÆôV!ÿÿþ Âf'Ç Œ!ÿÿþ Âf'É ¥!ÿÿ}ÿÉØ÷'ÿþÿ#ÿÿ}þØR'+wUþ#ÿÿ}þ¢ØR'Äåþ¢#ÿÿ}þ¢Ø÷'ÿþÿ&#Äåþ¢ÿÿ}ÿÉØ°'Å6#ÿÿ}þÔØR'ÅgþÔ#ÿÿ}ÿÉØª'Æ6#ÿÿ}ÿÉØx'Ç6â#ÿÿ}ÿÉØª'É6#ÿÿÿ«þ (/' þ>%ÿÿÿ«þ Ur'F þ>%ÿÿÿ«þ ³&'+wýþ %ÿÿÿ«þ .&'ĘþH%ÿÿÿ«þ &'FÒù%ÿÿÿ«þ .&'Ä(&%ĘþHÿÿÿ«þ ¶'ÅX %ÿÿÿ«þ °'ÆX %ÿÿÿ«þ °'ÉX%ÿÿ‚þ `¶&''ÄÜ Ärþ¢ÿÿ‚þ `î&'Çõÿÿÿ‚þ `°&''Æ_ Çõÿÿÿ‚þ å&)Åõþ¢ÿÿ‚þ °&)Æû ÿÿÅ&+ÆRÿÿ³þ Â@&-Æ©°‚ÿΨà8654'&"32#&'&54767672!'$47!32%6 $2+/#047CÞ^b”m™ìgQ=!q_ÉþÇþ þ&þ¶?fI.†ÄèçO&;1(×RT„4, 9*9-¤Y­º}i&; Mpv‡1f/'ÿÿ‚þ¢¨à&€Äèþ¢ÿÿ‚þ¢¨&€'Är~Äèþ¢ÿÿ‚ÿΨJ'Æõº€ÿÿ‚ý¨¨à&€Çkþ¢ÿÿ‚ÿΨJ'Éõ´€ÿÿkþH™&UÄL~ÿÿkþH™&UÆÏ~ÿ±1-! '$&7!32767654'&54767|êþýþÏ’þ·@f3½U¢´¨gNþ×2 %b´ýÅDçœe½+$?.Š\^Zc:#=$$d|?O#! 6ÿÇ. *þÉÒZ¾2]‚ÿ± Ž.47!3! 7632654'%$4767!) '$‚?f3½Q¦X*2u Rû‹þÎ '`ÇpütqiN e½þþîý¨þГþ¶:‹[^Zc:#R\MÉ6 #!w*6þd3>Tº1þ–¾2]=?ÿÿÿ±1&ˆ+w@kÿÿÿÈ„&2Ä9FÿÿÿÈ„Ö&2ƼFÿÿý¨„&2ÇÕþ¢ÿÿÿ±1G'+Š ˆÿÿÿ±1G&Ž+w@kÿÿÿ±1G&ŽÅ¤ÿÿþ¢1G&ŽÅÕþ¢ÿÿý¨1G&ŽÈRþ¢ÿÿÿ±14&ŽÆ¤ÿÿþŠ»Ä'F†3ÿÿþŠ9ž&3Ä2ÿÿþŠ@4&3ư¤ÿÿüà9&3Ç£ýÚÿÿ~ýv=¶&™'ļ Ä9ýv~þ®=î#"'$47!32767654'!<e}걌À™þ£(f*É7N8=Õ8!efg8­²Ü-",ckŒ° …²J6¡_w¤Þ¤ÿÿ~þ®=&™Eþ%ÿÿ~ý]=¶&™'ļ +w£ý]ÿÿ~þ®=°&™Æq ÿ½ +5654#""'&547!327.54767&# 32764&cF1) þfž~Áf3%HN5Dx0NW:µN^|þ84,r{(J<*iJSþ¨S&:áK5"S#4ŠDr`&9Òùä¡Vqè}hCFHÿÿþ ¡'Äq &!Ç Œÿÿÿ«þ `r'Fqþ>7ÿÿÿ$è²8ÿÿÿ$èr'F&þ>8ÿÿaÿÄTÞ6ÿÿ¿#îGÿÿrHÿÿÉIÿÿÇJ•3'&547632&767#"'!'!)l\ÁTXZFY$1”iÃS¸’ þž%1œu %'fG=È#" & ÿQOG²þ-©Ü!nHX8>ÿð¤$&327654'&"327 #"'#"'&57è* >>¦>> *ªB³_5Cû–**–ûC5_||R6Jï²±±²ïJ6R|¨þŠÄþÚ±€£ee£€±&į+ 36767"'&547676&#"767¯"ŽF‡j7†b‚ÊÓ[ ªA-B74_c‰÷Z.ÌèrK,m—¸Xv!ÿ#AM311ÿDv·ÌÿÿÄNÿÿÄOÿÿ?¹Pbÿã/ð &"326! ! ®iøjj|{jþÀþÚþÙþÀ@'&@ìååþèþåèèþþm“st“þmªÕ !!!%¡ûìTn[þ£ þö ËHþúHü;£îÕ !!!!‚lý!þ”l"³ý3üøÕþM£îÕ )!!!!îûµßý!ßl’£îÕ !!!!îûµßlý!þæC’üTþñ£îÕ!!!!îý!þ”lߟýaÕýä£îÕ)!!!îþ”ý!lß)¬ýnÈÊÕ!!ÊýªþTlXÅþ¶ü…ÕûhˆÈÊÕ !!!4¦þZþ”l–ýª=qüRÕþðþ¶ü…ð)&'.46$ 264&"~þ”52ƒ˜˜4˜˜ƒ25þŽnœnnœÅ 7ÀâÀooÀâÀ7 Ùœnnœn¬Õ!!¬fþšÕú+Xÿã¹264&"  Í:R::RþQ†þëþzCê‹‹ê‹þ*¬þëþTþë;Õ !!;þ¤þšþ¦YµµÕü¯ý|„Qþ ÷œ3!! ¸‰¹þ™þêþéœüdBý¾¬Ûœ)!!!ÛûÑfcfœýdœ¬Ûœ!!!ÛûÑÉý7œüdœ^bð !2>4."!!&'.4> á":F:"":F:_ûüO%#s††æç……s$%ZK--KZK--ü(ÿê 6¸Ø¸ll¸Ø¸6 þ¬ÛV !3!!`þ¬ãÕd{ûÑ/Ù`þ ü Sð!!!!#"&7676! 54&#"3vþœþîþ¹£ñìR['F¤þ¹4o;)9t:žüdœþ×)ðÄ¢y…þàþÌn~}w>Qc¬½Õ !!!!!¬þU«þUþšÕÿþÇÿýd¬½Õ !!!!½þšþU«þUÕú+œ9¬¬Õ#3264&2#!!WKGfkG ×Áý˜gœþdp¶vççÀþòÕýǬÔÕ!!4'&'5Ôýn•š'- þ˜ >þ…ÕÿþÒþÇtƒCŠª7«a†3ÙáÕ!áþšþ¤[Õú+žþ¶-T¬‚B"34$!2>324&#"!%4'&#"!¬ —f-3´§÷þš)YQRýH#CB…RîÖ÷s-k¼ðxý&"r¼vþâï€;_c~îÕ !!!!!!º4þÌþšþË5fDÿü¼D‘}Õ!!!!!!!!!!ãþ×þšþË5f)f4þÌþšDü¼D‘þo‘þoÿü¼¬Ûœ!!!cþþš/œýdœüdÕ! !oþYÔ}þGþwþHÕüÓ-ú+Õ¬ôÕ #2654&+!!2+ôâor~gGüXHÀ,þ¾ª­œþdœRNGRþÇüdœ9¢úþýšýd¬XÕ !#!!3XþšàþšfàÕú+Dþöþö‘XŠÕ3#"!!!"$543!!­KGfkSþÎþ™þÿþ÷×Áh29œp¶vÿýÇ9ççÀýdîÕ!!!îþÌþšþËÕÿû+ÕÕ !!oÓÔQû¸‰-üÓÿÕX@Õ'!!&'.467675!2>4."d›&"uACC4."%!&'.46767!Í":F:"":F:&"uACC?w'!þš)s††s*fZK--KZK--þ 7[\Ø\X:þŒt 6¸Ø¸6uX@Õ)!&'.467675!!2>4."ÿ&"uACCW ×þܲ­Ä•Q_¤òQÿδâ% !! 47&543 %e9ý\ýA ¾&»¶¢›Ð…=ýÃýy~Š]y–þÞþÇ %>½í5þÞþµ>Ø! è’þsýØ j®¦pŸäþùÿn®Š”ŽÿÓþx}6!4! &4%6ÃäbðþšþþÞÚþÜþäÝ •,Që…û ó‡”úþúþþ|ø#ÿã$|!325&6!4#"! 67&'&8\]™²µþ›TNýôþVU{ÅŠ’’—‹ž`Þºþkýã••þRþ®iåšIƒåKÿÚr}7276=$5725!%&'jŽd#þÌ#IWhÃ9þ ®z±þÈÀC$nÏßþ˜þCphüÑþ©TUKÿâP|&5! !$5!! 6Ót4;©¢_68ý’ýizA—*þö¢ha§ïýqþƒ•KÿÞP%$5!% 67&5! â68ý’ýi…t4;©¢áëCû½þ ƒ•€A—*þö¢ha§{ÿåK("''$325!765$7%6'%ŽÂQDóþ7M&þÒ¯}9y¦þË –V!#5ÛHKjþäàþôjjþèoiäArGŽsÑ}þ¤þ‘„ÿÙ&''$32=!325!h¤p}¹þfN#þЀ|:q€8þ‡™ÿß/{ !325!%&''$67&'! 2Ð8o€8þP¡r~ºþe…s6;Ê~üSfþ™no(üØþŒ?Bkáf?‘þûnBãk™ÿá/ %'$67&'! 25!325!!"l~ºþe…s6;Ê~ü8o€8þPŸ#Bkáf?‘þûŠtJÛkkfþ™nVÚû?þ2ÿâ,`325!!#&''.5432325r·žeýô‚cÿ¾Éλ!&`ý6±«Ðüþþ…RV~uЕMšPÿÑ´% !! 47&5! e9ý\ý@;h~=j úÏpÙ¼üDýy~‹\xÈoþð„x;2 õ 2AaÿëÝî$$&%6&%$! '&77$54'&ýv )ŸèߦÎyǸþ¨þÂ`‰ý‰þ"‚sh_ Ÿ,S#">6ÚR,2?ž¾Å9J,Rþ™þi`T“ þÙŠc&Sÿ»Œ{%%$35&#"%7! ! ²þçþ¶zþ6nZYñáJþÈ*>ü_"VþçþÓºÿ,2rëweéþôÅ!þØ;GþX<—>ÿº~#3$54%676%$'&7  þë÷þϜ̌þ¡•þàþßÀª-(*+žˆ–]|DÜbZ*Kåýô°XR_T¨ hÿÔÊ& 4'$6'%! '%$Ìž ‚Åýs™ž†¨ï#UþçþÓþçþ¶zðHGn÷NNýVa %!„ifÆŠ¥¯ýÛX=–ýÿ,2rä ZÿÒzú(67&5%$5'&746!4#"%${lŽ4:œ /9Dá¬Pƒ•MþÈ"\Zý‘ý@÷°D–0þî§…ÔXjŠ *óüMS þ˜ü¦PTý¼þtiÿÔLÛ%$4! 5'$4l‡Vý—ý*rk²ý{þèþêhsþŸýŽþÑ[×Û; h^B^Ebÿßš–+&%$!632'&'&%$'&5 7$y þ…ý%¨¶l9A–'ªsª†•`VœY›áýtþ¡¢Î/(al«1S Ee<,›þò¶QV0*"%ZƒÚþ<i†þô7/ Xýî-/! 6'&! ! ! 32?632l$p3)vwçþºýÎþþùþü×Êr…ÖŒê½üäþ¼¼„3)þêâ'þÛþð"çÙñˆŸÖixâüFÿÿFÿàCŠ'‚úþ‚ý^úÄâÿÁ,"'&76'&'67ý'òÒŸ,Ž W`kÈâ^H§ûí5)F2.eWœsþÅJ‚Æ!4#"! ‚þȆN=|þÖþÉ 1ööý ÜÕ >þõ êÿÿü*‚&úÃùÿ‚›%$ 5 '&û¾ ýü[_ýþþþ›0~º9eþœþÔº}¶úó%$ 3!5 54û¾ ýü[`ªýf þšþ›G~º9fþ›P3ºº}´úÃùÿ‚›%$ 5 '&#'57û¾ ýü[_ýþþþ›Ö&&á&&0~º9eþœþÔº}¶#º##º#úó%$ 3!5 54#'57û¾ ýü[`ªýf þšþ›Ö&&á&&G~º9fþ›P3ºº}´#º##º#ü—üëþ®ÿ‘&7'6'&762'6ýr3217*9ßÑ{[låƒþö,.--Ú¼ÈTb•€Ú‚fü7ýwþœÿÇ&7'5667&763253% üÔ¢2A˜šKA |•þÎþÛº þØf@T‘wdD:0;QFþºÚúÄâÿÁ, &'676'&76ý'˜Èk`W þrþÔþåŸÒ,þÅsœWf-2G)4îû¨G^úŠýÿž254&'&''&7767ûr! ûÙ}tc0àè~ÿsa^°²âþ:"“˜Œ,SßÄV‘Ÿ¿‰ÿOþ=ˆ62%&'&= %'765&%&!2?'&'&µ€þÜèwÖŸ þõ‰¹?þ ÈÔf–8@:m¯{„]£…ŸE&òõNÏWO+Nß _þýüa?)s­ÇP/k7hÇmu~—Sq踫ÿæŽ| &5! &'"66®þáäxFÿ#6'pæ˜oyþö^eDþ(<Îåÿÿ«ÿæ|' ÿ ÿ´ÿã«}! 54'&547632&f þâþ´¢p:Á]iã£êþïîeejd¶ýþúþþj÷éÆiÕxz;þæþk¦”­S¼°þÀÑ0ÿãÂ4#"5! $! 4[éÜjýÓGKþj4þÝþµg\¬Â?‡¿zÆþNáþ™¼†.þêþÿi.à°ÿâÿ¸±x&'7%!#$'¿ÎÊCOâ%7þâþµ»ÉXÂÑ’þÊtó›(“þ—žþùþþbë”Sþ‚¨.%! '&'%! 54'&'&'&#" ! 3232763 ‚Ssþaþ`ŒY9>',+¹¶.6þÝþµúÝH5)+*9Ï=þésŸŒYÙ³¡4a‚]kh]¯åþüjH‹jiŽþwü³Eý Á#ýŸíÁþ„|úúúÿÓY!567&76$7673ý þ—ɽ¹7jy· ñúÐ%.£—°ƒZ?^¶ýÚú¨÷PÀ476763676'3!#5676'&'&'&3&76'$üCM=!JXY[xß5þ¼ôâ?G¨b*­gW’/A67 ãˆ*u…t7.,›ûÔåþ‚U 3533##5#ûÔñÌññÌñzÛÛºÛÛü*Yþ+ !#&54567'6&ý,ÿÿü½=DAAÉÞ×ÌÌ566‡ÿÄÈ€"327654'&' ! '&4760ªS<:N±³V1r$[ÚþþÞÜœ´;úfõJþåU !4&#"&7&$32!þ¥FQHKaê¿Îáë[þåDkQ[UkÈÔ¯¯óþî üýòTÿâYŽ 4#"32%! %!5!!þÞšŸþã­±FþIþ¸þÀþ:,þ4Hþ9Ýìþøêçþà#äþÂþB¹B³üü]þ¦;“ !4&#"$4! U›Tc‚нþí  ÿ.?è‡~z¸‡Þþ¯DþÇþÙûÀ2Ô #!4&'"&5432!–¬þÁ\:EW]ÒÒÎÔêæÀü[üoBPl?pÅÏ¡¬ú®Rý@ÿ㮎 3>54&#! !5!3 ’q}T¦ˆuþ×þþþûþ×þÉt¦V¸þ{á¢ò×xþ¤þäþ£.wóþ)þÎdÿá %# !%#!)!-þäþï ©þ©þWþ*̲WäÔÛþ¸þßþÿþ÷Ùü?ærèþý& Qæ%!!!ýõ= YŒšùµO¦Ž 4&#"3>7#$5!63 iˆg4wC‡g(vQBx9þñþè>Y«n©þ—¬ýÒ2Tü5þý+þ¨éü‹$ÿâ^ 4&#"36#!!63 ¬X]k‚c\ŠàëþíþÃ'yZ 5þ²Bé#þ³é‹€þORþåýÿ(þËþ³þÓþÜcÿⲎ "765#%"!35!5!!¼f¬ŒY€oôµÿþÑáþ¶CÂýyÆõ·‰è¥Ë×™qü]£þþ÷þ¥>"TÜüþ(û^Y°Ž%4&#"!46)!"63 j‰mitþÂúìýêJPŸQsÎv<ü…äÖÓüBPp&þÁþÿý‹Lþ¿Š¡ "4#&3!"&' ! 365CþãÀµþâ)«ÇFþˆ¡º,þŸþ<Ý>NÕþºqEBX÷_þ¦ýþéþ–ƒýæþ€˜’X_êþþ£þÛþD2œ’ÿãÚ”#"5!5!>5!ÚþØÿúþÈþ•©‘a[= Üþ³Oäñû~›££›‚(¯–%# 547#5!327!r}rþôþát¤OÙcX—=‚7>â’žúÎuò¢€:ùlYÿâè%!&5%3265!!¬þüþÔôÿþкv—Qqq>@z>þ†þÛþË=Òƶy®„˜«¼Qþ'ûÄYÿâ²$5!3>54'7²RìÝþÚþé= aL‡•¼ 5ƒ×÷zãNû¯Á©©Å·ŒàÿYÿÿ± .+3>%!#!!! j¦kÂÁq¡HþÃþä”ü/ÿ<n§™ý‘†§Øþ¶þ§ô¡þ¶Lþ£Š  "4 32!527&'# ! Cþæþ†þä+¬¹ GýòÖ$Èûþ¢þ>›ˆ€›YX[VWø_þŸõþîþŽxýÇþò€@ “'Q+ýÕþâþêŒBˆL š"32654&'!#;!#!# ) {±ª‚þ¸~¾À|¾þ¤þæþÈþåþ˜l[]±üÑç´º×Ú¸²êœþÓþ§þi—ZXPþ¶:#!!!3!!KÊþÃýöFÄ=>;üˆwþãýæýÉY± %!4&#"!&32±þÂ’\Y–þÄ8úô1—•‚ƒ”ûikåOþ­ØEž%# 5!327!`|„þìþù>hoƒ…>v*&ÕGýºŒ}8ùrOÿã§ &=!326=# 5!327!§þþþÏäþ¿F„Zd“@{Bþîþô>vxo=ß³þ¹ßQNx||–KµBý¾€9Y°Ž%6&#"!!632sp•0¨þÂ=°9îC­‰üfþþðþÕý†]ÿã9 5#$!$&#"77!ù«‰þeþ3Ó*µ¹ÅÍþ°G؇°@Ws _nâ¿õÂþËþÕþïþ–¤Éü¿^ÿâ” "3265## 5!3!!ÓŽžœdRxèªþåìþÄþónž>å¦ÉƒÄ¿•¿{ül”þ…þáþÖ‰ï-êþûmYÿÿ±Ž 4&#!!>'$#!!!5#!!2j@5þ¢^%RGå×þ¢÷þÄ»þœÖì_Qþ‘Ri¬þ°þó‘þ7ØþG<ÿâÀŸ # !2654%$43 !.#"Àþ×øþØþÅH£ælþ§þLïýþ½lUV[YµáÏþÐt%ÎÚ‰z¥Š±%¡#þÏûËqff©¸Yÿÿ±Ž!&'!!!265!±þÎþø©7ü%>4¶Y™>°þÕþÈþ¥þü½væòÏŽ !!! !5!ôþ˜£ñþš®þÁþ“þ°þú°ýõ’þÐüNqýàV;üü¦$ÿâ`'5#!!365!_þÂåþêþß®þÌo]‡=âþ«Uâƒþ¡Rû}œ¡˜¢Y±54&+!!323»7L¡þÂ>¤Õð±Ç[üJŽþ'Ѷ+óIÿâ8 " &32656%$54632!&#"8þ‹ýìþœóÙƒ´u›šþÄþiß—ÃÆþÊ;A9–?þíþ¶JãЋ‹Éª¶¶ñ‰®þ†µÚœ„F”€¨k%#&'#5!;!.”ö× ±ó Ng€=K ò•.ryOùrD|!&$!;>5!|þÛKþ¼ZþÖ>u4z0i>jþäÙý _Ò!%ýÙ¯zs´'1ÿã·Ÿ 2"3264&"326=+!!#.546;5!5!5&632÷.?]:MGýÄ"PM#'H`õØ]Dþ¼ã¼ÉòëÐkþ›eÎÂÔü®YJ{Nž2üf9ee:?M±Ÿé©ë±óܳ”÷©è{»ÙÐdÿã Ê! 7!3254! þ,þ.!:"š”þ“De¼þ'åÚßÿù¸T¼þ­dÿã•'32! 47674'&5!àœ¢¦˜>þ*þ¾½I©A_l#(kþ•þ›gý¹Eô"0-7[5yºe\wvAF”Zþ% } %%4&'326%! 5%67&#"'! bgr~tŠ^Q’>þñþñþýþÛÔ“oYþñ{ˆ„JB…»À𣤗Óþ¶JÓŸ–klZM!-H(þÈq‹³dþ3Iu)#"32! 476'"!.#'67&5!63  ”¯¯”>þ0þsœ8þ²´‘]ƒ×ls””¶§c{ØÒMGþºþ¬JýØ2ŒHlþÞþAžÏþòPŸÆÀq3PÔv~dþ%øt! !354#"!'! øþCþ)%6šˆˆp+þÈ$¡¼"þG»þЫ¯PþÞæþ[dþ% t"! 7!7=6+534#"!'!  þ?þ7˜˜]‘…‘pþÇ«ÏÂÉþD¸Ñþø¡ž¹Éëk~“„lþ‹·™Uÿ2ÿ㟠6#"6&32! 7&7%(iolk——˜•?þ,þ+šÃ|U’Š!§‹Õý°qþþ«TýÌ4F|êIþ«‰q6þüdÿã<t#"32!263 !#&! Í—”’™ý—Ôj¥:mŽÀõþ:H2þFþ0þþ­S^;9pýÞþËþÓ= G†nˆýÌdt! !&5 oþ»vþÂtþ»67ºMþÿþµ>Gþ¶þóþè&‚$dþ%U# 7!3=4+53654'! àâþ$3¬ŽÕ€Øç޲Ä!ÞÜ®ðêÒÚ“¾è4’œÛij±ioãdþ344!54#"!4#"!4#"!.'&'67$!26263 4jmþ‹‚ þârm þâ „‚XGÃQþÇÍ­‰ÔT¼~þ:À©rlŸ³ce¯À¬†þþ’+ïédþˆwjiþˆxdþéÖþÙamþ€p³{`Ûj,ä¯òmzxndÿã   &#32! !54#"!5! Ö:GX\«Š4þ?þîACx€þÀÀ¬^¥¦þ™ þI,å–Œ33mþˆ‚ÿã(Ž'"32! )!"63 ë?Y“¢=þ$þ6ƒÑþ@`hUµ%P(þœþ×bý¾ÿ8tðVþï!dÿÿ t!#"!4#"!!263 ÉþˆyŽþÑŽzþþŠÅ¹Âej»·^þÛþÇ?7“þÑ/“þÉþðþ±5*{{dÿã ‹! 7!32+53254$5! þ,þ.<”—pÙ¯…þÅJ·ýÕïåìþùJ'érpÀËp»­˜UŸdþ% {! 7!32552'6'5% þ4þ'>˜œÔoþÈÉŠ"þG¶§áœŸ´&nbþ¿÷^PA­Èd2£$!#"!5#"!47%3263 2Ëþk"‹…þσŽ#þ`Á~õ ¥þ×Ígh¿ÂSþäþÊ6Aþäååþ¿þãþÊ<À_¥þ”ËÂuòàOýïNÛø“ þð>þwþ²šþóþ”Û<þ%CÖ ! 7!3254#"#4+'3263 Cþ=þ<¨FT ü G@¢!«KDNNÄL#þH½þþЩ®žCOþŽrC;bhhþ­dþ%Yv7#"3!63 ! $=67326=4+5364#"! ã®§§þ/ÑÉ…†•»йþÀþÜþÖþϦ¨e§¸o`Z(«{[Iþ-þ*BTþØþÔ,urþ?õŸuV¹óÓ}zz"No]Rmë õxn;ýñdþ%øŒ! !25&#"!'!!øþFþ&%@'›†UfG%þÄwnU4!þFºþÖ¯²«4ŠþûÛ“<dþ4 t'67&5!2>3 !5&#"!'4#"!6'û^v´·½ºh2ˆZɸþ¡Üˆ‚þ؇µ‚þÃΚ¡‘I(a´ò}@=þ%Ñþí*Øß×åå×öþ%ijþæß «dþ% d! 7!25' 47!27! þ7þ#C “@ZþBTlƒy`B4$þI´½à¯³DÀØíþö»Ý*z(ÿãêŸ'&#325%! !4#"#"=6'3263 ¶OT’£’4þQþ ÐYMEi{2»ª]MtpŠ`þþ´Ö"þ(,H4U^= Qþòþ$þèþrü¦<dþç‘dþ%–b ! 5!32+532'6&'!z×óýéýåTI`ßતnžBޏguþäýô;™Tþ®þÞŽý¥(Ü‘@„êšœdÿã Œ&#32%! !!ÖUQ• 3þ,þ.ÕJS3s#þ“þ 'ýÞ@S/‚ÿâE  (324&'"!26;'&'54#"63 ! ¸ˆ¬LJDZþÌzŽaTyº2~wTU\>Øýÿþ[Éþû_ª©".}}þÄQ =>ggd66þ¦ýËý¿ dþ%#‹&!!!! !3274.'5#"3!3ï2þþu‡þ.þ,%7–”p?AgBþ Š‹ýë×ãØþÔÅþI¶þʦ²¿˜û||lÛFU‚ÿã(Œ'&32! !63ë‘Ca£’=þ3þ'4OZÉ3Y %þƒþÐoý°:oýÍ2þ$ ¤ ''526'&/%7654+532 ˆýUîþJùÊ£Ž™ÇþŸ‚M:7Œ‹¡UrkòÕŸ³}Ãò³þHk…\®à´Q2,Ü1@–W¹dÿâ –'! 7!327&'#53256+5325&$'! þ2þ(?•—<µµ12µ™D þ‡2gn„‘—þKÉ·»ãËœ×UWÚZI«»Zæa‚JLvp_odÿã •'! !3254#53256+53274&5! þ,þ.4˜"¬©;<©¨1ÄDžx€†—þLþŒûtþãË©Í_WЄU’¢Š†}smVtzMndþÕ t6#"27&! 3$'¡˜“”–þé|GéÕÏyxDþØ€™þî=þèhfXüz6º;:ýÆú\8þÆ`•[dþ% v! 7!32=4#535!% þ*þ0G#—”ƒÂoÖþõþÈ€õöþDºùøÛà¯ÛØ ? ¡r"þ‘iõdþ%  %! 7!72=4+53$!"7% þ0þ+>™’˜¿¡’"O>þ("þþ#þH¾õúÝØØ¾ß/œŒÙ³½®þÁþКlÛdÿãw '#"325;54#"! %35# ! 3#3Ü©‘›ŸþÆ‘©Ÿ›jþ*þ.Ï®®þ1ÖÒkkk¨¥¯­¯° üQ°þƒ}£þ°Ý£ßdþ%ot$#"72!"'!5254#"3$!263 0œ‰˜=þ*N@ýãè—óýÏÕÃjhËÖ2dùØþýoý²)þMàÑÌôþþ®ß-A€€dþ$rt!%! %#$54#"!'! 324'!rýéþ G^‡ þó–„þºý½Õ!5þ"Þ8מqup,;[[þµâÆ©Íþú rœ—dþ% d!3654!!'367'!! d4B`yƒlTþBZ@“ Cþ#þ7cý†*Ý» íØþ@þäÛ׸½þL·Zþ% } %>54&#"4! 325&'%! 47$˜qh~tŠ^Q’þÂ%þ,“oYþ…þx„þ¶d…»$½zš ¡—ÓFþºÓþa–kl^Q!-HþÔEF>þyЉy=6þÊþÃü¹ŸŸ¹üÿÿ¼Ãl'+i@vÀ–Õ3!2654&#!! !– ìùøíýõ–TMwiffixþ°þ°#êßÞè#ateþø§©þ÷etaÿÿ–l'+i@vÂÿÿ–k'+b@uÂÿÿ–Õ'›´ÂsðÕ) $'&5476$)!"3!ðþjþ°þ°xiffiwMT–ýõíøùì ate ©§etaþÝèÞßêÿÿsðl'+i@vÆÿÿ¼ÿã·Õ'¾ô›ÿÿ¼ÿã¶Õ'›è¾ÿÿ¼·ò'Àô›ÿÿ¼¶ò&À›èÿÿ¼·l'Áô›ÿÿ¼¶l&Á›èÿÿ¼Õ'Âô›ÿÿ–ÃÕ'›õÂÿÿ¼l'Ãô›ÿÿ–Ãl&Ûõÿÿ¼äÕ'Æô›ÿÿs¾Õ'›ðÆÿÿ¼äl'Çô›ÿÿs¾l&Ç›ðÿÿ¼äÕ&+¸Æô{œjÝ#"&'.5467676;#";jzÓÔLB@@BKi¾zË\RRQ–Ü5@8‘]b‘8@!H@xCCÿÿ¼ÿã—ß'½6¾ÿÿ¼—ò&À½6ÿÿ–½ß'½\Âÿÿs¯ß'½NÆT6ò !# $5! "3264&6þg‚þ¹þÏL, _ý–^ztlzŠîüýúþõ zsltmæzÿÿ¼žr't@WÞ¼žò 4! !"'!"32654&¼_ ,LþÏþ¹‚gþj_Šzltzîù þüÿúýýñÛzæmtlszÿÿ¼žl'+i@vÞTÿã6Õ ! 4$!2!264&#"6þ¡þõþÔþ´1G‚gý–_Šzltzçùþõúýû%zæmtlszÿÿTÿã6l'+iovàÿÿTÿãªk'+bouà¼ÿãžÕ !63 ! %2654&#"¼g‚G1þ´þÔþõþ¡j^ztlzŠçîýñýúÿþü zsltmæzÿÿ¼ÿãžl'+iyvãÿÿ¼ò'ÜI›ÿÿT ò'›RÜÿÿ¼ƒò'Þå›ÿÿ¼ ò&Þ›Rÿÿ¼ƒl'ßå›ÿÿ¼ l&ß›Rÿÿ¼ÿãÕ'àI›ÿÿTÿã Õ&à›Rÿÿ¼ÿãl'áI›ÿÿTÿã l&á›Rÿÿ¼ÿãƒÕ'ãå›ÿÿ¼ÿã Õ&ã›Rÿÿ¼ÿãƒl&›äåÿÿ¼ÿã l&ä›Rÿÿ¼ÿãƒÕ&+¸ãå{ß 3632#"&2654&#"{çp/ÎÀѽ¨Þ…7e]@EYf©6þÂ‹Š“GC?D@C@I{ß #"&546323>54&#"Þ¨½ÑÀÎ/pæþ{9fYE@]e©‰“Š‹>ý@I@C@D?CGÿÿT ò'½¬Üÿÿ¼ ò&Þ½¬ÿÿTÿã ß&ཬÿÿ¼ÿã ß&㽬T6ò!! !4&#"ÕþL, _þŠ_d“îþõùüîszÿÿ¼žr't@Wü¼žò4&#"!4! “d_Šþ_ ,Lînzsüîù þüÿÿÿ¼žl'+i@vüTÿã6Õ3265!! Õ“d_Šþ¡þõþÔþ´çnzsîüùþõÿÿTÿã6l'+i|vþÿÿTÿã·k'+b|uþ¼ÿãžÕ!! 5!326þ´þÔþõþ¡Š_d“çÿþü ùîüszÿÿ¼ÿãžl'+iyvÿÿ¼ò'úI›ÿÿT ò&ú›Rÿÿ¼çò'üI›ÿÿ¼ ò&ü›Rÿÿ¼çl'ýI›ÿÿ¼ l&ý›Rÿÿ¼ÿãÕ'þI›ÿÿTÿã Õ&þ›Rÿÿ¼ÿãl'ÿI›ÿÿTÿã l&ÿ›Rÿÿ¼ÿãçÕ'I›ÿÿ¼ÿã Õ&›Rÿÿ¼ÿãçl'I›ÿÿ¼ÿã l&›Rÿÿ¼ÿãçÕ&+¸I{ß3#"&53326©æÑ½¨Þæi6?j©“‰6ýÊ@JJ{ß32653#"&5aj?6iæÞ¨½Ñ©@JJ@6ýʉ“8GÕ!!!Æýr²#ú+ÿÿ¼Ër'tîW¼ËÕ)!!=þýrÕþÝÿÿ¼Ël'+iîv8GÕ!!!ÆûñŽÕú+#ÿÿ8Gl'+iŽvÿÿ8Ék'+bŽu¼ËÕ!!=ŽûñÕûNþÝÕÿÿ¼Ël'+i}vÿÿ¼QÕ&› ÿÿ8*Õ'›\ÿÿ¼°Õ'å›ÿÿ¼QÕ'›ƒÿÿ¼°l'å›ÿÿ¼Ql&›ƒÿÿ¼QÕ' ›ÿÿ8QÕ&›ƒÿÿ¼Ql' ›ÿÿ8Ql&›ƒÿÿ¼°Õ'å›ÿÿ¼QÕ&›ƒÿÿ¼°l'å›ÿÿ¼Ql&›ƒÿÿ¼°Õ&+¸å{œ ß!!a©ýqßýZC{œðÝ!"&'.54676763!!"3!ðÿÓÔLB@@BKi¾þ·ZRRQ–Iœ5@8‘]b‘8@!H@xCC{œ ß3!5!$æýq©ßü½¬ÿ㓾$264&"  $547!¬àzzàzê7§™þÏýtþÏ'ýàúlÈmmÈX„y÷êýýêt]#ÿÿTÿã;J'tÿ/1Tÿã;¾$264&"!! $5476[àzzàzêpýà'þÏýtþϘ¨úlÈmmÈXþÝ]têýýê÷y„ÿÿTÿã;U'+iÿ_18Û"264!!&54$ àzzàzêû '1Œ1™§ÄlÈmmÈý¨#]têýýê÷y„ÿÿ8U'+iÁÿ_3ÿÿ8U'+bÁÿ_3T;Û"264 '&54$ !;àzzàzêþɨ˜1Œ1' ÄlÈmmÈý¨„y÷êýýêt]þÝÿÿT;U'+iÕÿ_6ÿÿ¼ÿã “¾&›/ÿÿ¬ÿã N¾'›€/ÿÿ¼ aÛ'6&›ÿÿT 'Û'›Y6ÿÿ¼ aU'7&›ÿÿT 'U&7›YÿÿT;U'+bÕÿ_6{ÑÔð"327654'&"'&54632!C-**+EF,)).DÄi`ÀÍÎÀW\ :8 8: þuIBˆ‹‹C3{†ß"&53>53¨Þæf99gæÞ“‰6ýÊ@II@6ýʉ“{ÑÔð"327654'&!5!&54632GD.)),FE+**-Cý4WÀÎÍÀ`i\ :8 8: þu3C‹‹ˆBI¬“¾! !2654&#¬p7@þãþ¦„fzp›#ý÷Úð#WPdmÿÿT;J'tÿ/DT;¾!"3 $54$);ûpzf„þ¥þä@7p›mdPWþÝðÚ÷ýÿÿT;U'+iÿ_D8¾!2654&# )8ppzf„ZþÀþÉû#mdPW#ðÚ÷ýÿÿ8U'+iÓÿ_Fÿÿ8U'+bÓÿ_FT;¾! $54$!"3;ûþÉþÀ[„fzp#þÝý÷ÚðþÝWPdmÿÿT;U'+iÜÿ_Iÿÿ¼ …¾'Bò›ÿÿ¬ N¾&B›€ÿÿ¼ ˜¾'D]›ÿÿT '¾&D›Yÿÿ¼ ˜U'E]›ÿÿT 'U&E›Yÿÿ¼ ¾'F`›ÿÿ8 ¾&F›=ÿÿ¼ U'G`›ÿÿ8 U'›=Gÿÿ¼ ˜¾'I]›ÿÿT '¾&I›Yÿÿ¼ ˜U'J]›ÿÿT 'U&J›Y{ÑÔß!"&5463"3Ôý4ÄɳÚVDQIn‹ˆw„0.7?–kÕ %- kú+2üÎÕü‡yü‡þäødŒŠdÿþ܃²þݸTÕ !3!5!×;*Øþþüý¾vþÁþæüã–pÍÿÿ¼ãr'tÆW]¼ƒÕ 7!%!3 ý¾þüþØ*;v_Íþþjýúÿÿ¼ƒl'+iÆv]TÕ %!5!# ×þBØþÖþÅ__Íp–üãþæÿÿTl'+iSv_ÿÿTŽk'+bSu_¼ƒÕ %!#!$!þÅþÖØBþ_?ýúþjþÍÿÿ¼ƒl'+iyvbÿÿ¼?Õ'[$›ÿÿTÿÕ'›1[ÿÿ¼hÕ']å›ÿÿ¼>Õ'›p]ÿÿ¼hl'^å›ÿÿ¼>l&^›pÿÿ¼?Õ'_$›ÿÿTÿÕ&_›1ÿÿ¼?l'`$›ÿÿTÿl&`›1ÿÿ¼hÕ'bå›ÿÿ¼>Õ&b›pÿÿ¼hl'cå›ÿÿ¼>l&c›pÿÿ¼hÕ&+¸bå{œ~ß 4&+3#’Àæqæä9ìг–Æþ×þê‘`{;ð'.#"#"&'532654&/.54632IŒ>SN5Fb”~¯´U«UU JKP6QY†|¬¡J›DZ+,"& siЇ¶++/,'+ud}†{œ~ß 0#5473#"gì9äæråÀÐ4`‘)þ:–Tÿãò3265!# 54&#"!$3 rY.c2þæñþëþY.c2þñþçŸNnþÙÝ ÷ŸNn'Ýþó÷Tÿãò4!2!4&#"!"$!326ñþñþ2c.Yþþëñþæ2c.Yç÷ ÝþÙnNŸýù÷þóÝ'nNÿÿTÿãl'+iÔvwTÿãÂÛ-.#"3 $576!2327654&# !"$'&è“sL`>f„þ¦þä ±%ÕÜWW#’iGf=f„[ ´þÝ þèPÚ<¢D-}PWþÝðÚ~œÍS•F+}PW#ðÚþü~’‰ÿÿTÿãÂU'+ihÿ_yTÿãÂÛ-# '&4$!"326767>3 !2654'&#".VPþè þÝ´ [„f=fGi’#WWÜÕ%± þäþ¦„f>`Ls“ÚÕ‰’~ÚðþÝWP}+F•SÍœ~þúÚð#WP}-D¢ÿÿTÿãÂU'+ihÿ_{ÿÿ¼ÿã Xò'vI›ÿÿTÿãñò'›#vÿÿ¼ÿã Xò'wI›ÿÿTÿãñò&w›#ÿÿ¼ÿã Xl'xI›ÿÿTÿãñl&x›#ÿÿ¼ÿã Û'y]›ÿÿTÿã °Û'›âyÿÿ¼ÿã U'z]›ÿÿTÿã °U&z›âÿÿ¼ÿã Û'{]›ÿÿTÿã °Û&{›âÿÿ¼ÿã U'|]›ÿÿTÿã °U&|›â{Á…ù-#"'&5463"326767>32#52654'&#"a30§`­l`ªÏO<$=*?W44ƒ¯j`ªÏO=%9.DXÚwMQPF’z†£0-F(T.sGWNG“z†£0-F'[¬yÕ!!!!F‚ýfKþü´ÕýHüãÿÿ¼‰r'tW޼‰Õ !!!ïšü´þKýfÕýHþéýú¸ÿÿ¼‰l'+ivެyÕ!!!!FýfLüµš¸üãýHÿÿ¬yl'+iÄvÿÿ¬ÿk'+bÄu¼‰Õ)!!!ïþ~šüµL¸ýúþéÿÿ¼‰l'+i{v“ÿÿ¼JÕ'ŒÑ›ÿÿ¬[Õ'›Œÿÿ¼nÕ'Žå›ÿÿ¼KÕ'›}Žÿÿ¼nl'å›ÿÿ¼Kl&›}ÿÿ¼JÕ'Ñ›ÿÿ¬[Õ&›ÿÿ¼Jl'‘Ñ›ÿÿ¬[l&‘›ÿÿ¼nÕ'“å›ÿÿ¼KÕ&“›}ÿÿ¼nl'”å›ÿÿ¼Kl&”›}ÿÿ¼nl&+¸”å{œ‚ß#!3!Þæ£ýàæ!œ}Æþ×ÿÿ{#µ]{œ¡ß 33 # #Šþþò“”óþýó¡ òEšÿþgþVþï¼ÿã—¾265!! $5=zàz†ýûþÕý€þÕ¾þ dlldôþÝÑêýøïô¬ÿㇾ! $=!!265þÕý€þÕýû†zàz¾þ ïøýêÑ#þ dlld8Û!4&"!!54$ ’zàzüz+€+ôdlldþ #Ñêýøïþ ÿÿ¼—J'tÿ/«¼—Û)4$ !!4&"=þ+€+üzzàzôïøýêÑþÝôdlldÿÿ¼—U'+iÿ_«¼‰Õ3!264&#!! !#¼Vpzzpýª1þÏþãþmÈlýêëýýúÿÿ¼‰l'+i@v­¼‰Õ!3 )!264&#!¼þ1þÏþãýVpzzpýªÕýúýëêýlÈmT!Õ)# $54$)!"3!!þþþãþÏ1ýªpzzpVýëêýþélÈmÿÿT!l'+i@v°T!Õ!"3!! $54$!3!ýªpzzpVýþãþÏ1þÕüãmÈlþéýêëýÿÿ¼Jl'±)›ÿÿTl'›2±{œ‚Ñ##"&63!!"3!‚æ­³ÁÁ³“þ‡KPMNyœ‹‹:57<–kÕ -5- –yü‡yü‡ÕüÎ2ú+„¸#²ƒ$ÿþœŠŒþœøh'ò264&"&546 0!!%pžppžþÞ ß:ßpTmꋃý×þ5(`DD`D±!g“’ÐI7ý\wú+ÿÿhÿã'r'tW¹hÿã'Õ264&"!! &54%pžppžþÞÀË)þ}þuêmTpßþÆß `DD`D7»ú+wý\7IÐ’“g!ÿÿhÿã'l'+iv¹–ÁN#"&4632264&""p ßß`Oú+wûðpžppž¥K’Ð’þþ5ýûpzš`DD`Dÿÿ–Ál'+iv»¬×N632#"$4&"2Ký¿wú+O`ßß _pžppž¥»þ†þËc’Ð’Ê`DD`Dÿÿ¬×l'+iv½ÿÿ¼Ël'¾ô›ÿÿ¬wl&¾›©{|^f 5%632#"64&"2Ãþ•ÐüS…2EF>þyЉy `DD`D†HIÐ’’h¢=6þÊþÃü¹ŸŸ¹¼ÿãÃò $4&"24&#"!!  &476pžppžTy‰Šyþ>FE>ßþÆßpm­`DD`Dn¨¹ŸŸ¹ü=6þÊþÃý^h’’ÐIHÿÿ¼ÿãÃl'+i@vÄÿÿ¼ÿãÃl'+i@vÅnÕ&264&" &46; )!2654'&›žppžp0LoþÆßà—GTMwiffixþ°þ°þj ìù|FgD`DD`@2I’Ð’ateþø§©þ÷eta#êßÞtAÿÿnl'+i@vÈsÕ&264&"3!! $'&5476$!32 '&Mžppžp²iF|ùì þjþ°þ°xiffiwMTG—àßþÆoLgD`DD`AtÞßêþÝate ©§eta’Ð’I2ÿÿsl'+i@vÊÿÿ¼ l'Ëô›ÿÿs¾l&Ë›ð{œÝ *32"'&'3!!"&'.5467676"3264&ð9cÆF3I6RRQ–IÿÓÔLB@@BKiö1GG13GGÝPrQ(&+BxCC5@8‘]b‘8@!I&4&&4&T%ò!# $5! "3264&6Ýþ¢ýîg‚þ¹þÏL, _ý–^ztlzŠîý”]Ðýñýúþõ zsltmæz¬}ò4! !"'!%"32654&›_ ,LþÏþ¹‚gýîþ¢Ýj_Šzltzîù þüÿúýýñÐþ£Yzæmtlszÿÿ¬}l'+ivÐTÿã%Õ! 4$!2!264&#"6þ¡þõþÔþ´1G‚g^þîÝý–_ŠzltzçùþõúýýñÐ]ü§zæmtlszÿÿTÿã%l'+iovÒ¬ÿã}Õ%!63 ! %2654&#"›Ýþî^g‚G1þ´þÔþõþ¡j^ztlzŠçlþ£Ðýñýúÿþü zsltmæzÿÿ¬ÿã}l'+iXvÔ{~ß'!632#"&2654&#"jW˜Àp/ÎÀѽ¨Þ…7e]@EYf©ŸƒLþÂ‹Š“GC?D@C@Iÿÿ¼öÕÿÿ{œ¡ß¦ÿÿ{ “r'Ýõµÿÿ{ “ò&µÞõÿÿ{ “l&µßõÿÿ{ÿã +Õ&µàõÿÿ{ÿã +l&µáõÿÿ{ÿã “Õ&µãõÿÿ{ÿã “l&µäõÿÿ{„ß'ôõµT%ò!4&#"!! 6Ýþ¢ýîŠ_d“þL, _‚]Ðýñîsznþõù¬}ò4! !4&#"!%›_ ,Lþ“e^Šýîþ¢‚lù þüÿnzsüÐTÿã%Õ! !3265!6þ¡þõþÔþ´“d_Š^þîSý”ùþõnzsîýñЬÿã}Õ%!3265!! 5›Ýþî^Š^e“þ´þÔþõþ¡Sþ£Ðüsznÿþü ùÿÿ{ fr'ûÈìÿÿ{ fò'üÈìÿÿ{ fl'ýÈìÿÿ{ÿã  í'þjìÿÿ{ÿã  l'ÿjìÿÿ{ÿã fí'Èìÿÿ{ÿã fl'Èì{®Uí -"32654&5!"'&547672326=3#"'&GSPJKOOþŸÄi``€­¿o_2íM…MæYYÃÅYYV;75><75=þ^6IBˆc<75=;75><75=å9Sc%#"&'# 5!.#"6$32>32!#3267%3267%2654&#"žwßa–ÙGMÌzþ÷þÃF›qí}ÿ~³ Heß‹ÂâþñþÞÓ†ŽsÆUú+w`g€pq[QeŠMOMO> f~~CD01kdkdŨŸUO..‡f}un²LJDM‘m)(„` %24+3#24+2)#53•ŸŸƒqqw~~wiùߟcmþ(þ„„àúÂ&ÚÉɦþ¾:‘jþ¿Â˜ÿÿXÿã5{¬ÿüäa326&#%'%#³¾½´þwJv}ZNMMNZ„öþ¶{ýkªB©æ"%WKÇ}ÇLW$&(ÿüäa'%#53326&+3¬JòU¡›[þþöþ¶„„f#³¾½´#qaFRœùü–WJØÚÚòªB©ÉÚ¼Ø` !!!!!!¼ þÍþ3ûüä`ÚÑÚ÷änÿãò{1#"'&'5327654'&+5327654'&#"56763 ûl78ttèWYZ[<ª;_7892u|v>CBAtMU^GZ\]\~?@a—GH ï #$*,"à%'<:('$ü®­p¬þL`!!!!¬fþšfþšf`û þL$ZÿäT`!#"&'3265ìhôèKŒG6f4e]`ý¯þòþã !"!’šÿÿ¬y`ÓÿÛý` !7!!'7¬jšoþ÷çü¯boÑ`þÅišµþäþÝ…Cšÿÿ¬Ý`˜ÿÿ¬ï`”ÿÿXÿã'{+ÿÿXÿã5{ïXÿÈð–4&    ð«þ¾««B«þÈýØþÈ8(¸ì~~ì|ý¼þ¼DDFX@ð%!>54& !.5 ²þÜ20¯þƯ21þÛ7*7@J’P–¦¦–T˜@T®V0VþªþÐXªÿÇ:¢ +>54&#"3267>3 '# 467'7½«¡)A‹«¡+CýäNÈ{8,,že•PÊ~þìþÈ--›^˜K/w}HO0u|ÅCDþ¹þÞj³K“mFEE!l¶M”pXÿã^{&/=5!.#"676326763 !"&'# %32767276'&#"XE œŒqwv}~€€~¥kkHRjk‚"£¤¤£þÞ†ÎQRdc‡þêþ¾p<;`hAA\w>??>wu>>>>+f~~!"D0)(WT**œœýØœœRVW():—f>?;:nÑUVBVUUVþ¾VUX/'{ 4&#"!! ²|uw}þ‹G"!E/¡««¡8þÈþì[ÿã*/ 3265!! Ð|uw}uþ¹þÞþßþ»/¡««¡þìþÈ8h` !2+!32654&#hßäóóäzþ›e[MTTM`¾°²Áþ…þÚMFGL+z` #03#"#"!6767&'&54763!!ÅOO['(('ª%K-+%‘þ•§322?s99nnìïþšv HI ÝGþê>a/0!GHo KJû +z` "";5!!"'&54767&'&'!3Å['(('[Ofþìnn99s?223§k‘%+-Kê IH Ý™û JK oHG!0/a>þêGÿÿš`ž¬ÿãÜ`!3265! $5¬fS^_Sgþ÷ýâþ÷`ý`vddv ý`ñììñ®+z%!323267>54&#!!#ZýTp[.‡w#&¬™ý×`¢b]îhF.p€fþšP¶lÂÌÛ|!5353!323267>54&#!!#ööö‡ýTp[.‡w#&¬™ý×`¢b]îììŒêêý|hH.p€fþšR´nÂÊ'þ5{$#!!2764'#!!2764'!!Ó08%9? 7îãüÃw651ü5Ûº655ü5ó!&UgtY;(88]pÁÊf##œ3h ¤4hþ˜ÿÿ`2ÿÿH`3ÿÿ\F`6tÿä¥`%2654&+57!!!"&'q~‚…ƒ•ÖýÊÑðX7T94þðþÞ|øz}÷è,)*+õÙúûSLi¤«--:;¬ý`3!!¬Qþ`þÝüÃÿÿ`'¬Û`!!!!¬/þšþþš`û ƒü}ÿÿh` ?¬•`!!6765!!5&'&5¬f? f ?f›l»þšºl›`þau2 Xý¨ 2uŸþañvRïïRvñÿÿq0`—œàà !#!#!±þ…<ô]!\ôþ†€4˜Dü¼3Mœà3'!!!!!!5!#1¡îô‚þdƒþ}ªýdþÈ\êQþªV£œ£¿£ÄÄvœ}à &27654'&+27654'&+#!!2ï::†ŽI%%$%JŽpNV\\¼þmmÄWX@œ,+±þ“76Û,lOy<;D54t=Vvœìà 327654&#%!2#!iW•NNœ•þ¶ÖÒKB !! BKÔÔÿ=þAB}|‚£6A9JJ]_JJ9A6vœà !!!!!!vþdƒþ}ªýcࣜ£¿£vœà !5!5!5!5!5ýcªþ}ƒþdàü¼£¿£œ£@ŒÄï$#"'&54$32&'&#"327675#5!Ä[abh뉊ó^VVLOMNN‘ONLK‹&! ”zÚ'utÈÊè­(HH†…HH £vœÁà 3!3#!#vófòòþšóàþÁ?ü¼bþžvœià3#vóóàü¼ÿ¸¶ià 3+532765vó_`Á1%L'&àý œMN£&%Ivœà 3! !#vó^þ;ôþÐþŠóàþÏ1þtþHIþ·vœà3!!vóªýcàý_£vœà !!###v5ÖØ4åÙšÙæàþA¿ü¼dþ=ÃýœvœÁà !3!#vVæþñþªæàýÃ=ü¼=ýÃvœÁà #!3ÁæþªþñæVàü¼=ýÃDýÃ=@Œï "32654&'2#"$76$ozzopzzp ãâþþS’„ƒ’’ƒ„’œstþjssæ–tsOŒÅï ?"27654'5#"'&54767&'&54767&327654'&qÌ6886Ì655v±aj45gs;:opÛÜpp:;sj15kIÆF"44(jT=332!!>=!!!!=?!œa27kG/064Q|@??@|Q4604,=8'W !'!C<vœ}à !2+#32764'&#v“´ÀÀ´ óó†G&''&GàŽþúŽþÞ¨êpvœÈà !27654'&+#!2!'&'&#ÏL!!!!LfósºVWZ[2'((„þýr#$#;m9:וþÄD78xSj $#IíÐ>œià!!#!cþÈòþÇà£ý_¡vŒ¡à3327653 '&5vó&&WV'&òddþfdeàþ h,--,hõþ ²VWWV²&œgà 333! !&颢颢çÞþ誩þèàý `ý `ü¼|ý„mŒ7 +"3276=7#5#"'&5476;54&#"5>32ÞFH3?,+ää-98RmEDUV¶…TZH>?5H’I¿ª¶**&)(=Lþš]998[n440, ˜†mŒ7 /27654'&#"367632+32767#"'&ÆF$#3@+,ãã.89QnDEVU·…+*YI>?5HIJI¿TUô*&)(=Lf]998[n430 ™CCmŒb53#5#"&632264&"ãã.88J‚¨¨‚I89®LLL³\ý[8¸"¸þ3^´^^´mŒ@6>L#"'&'#"&=!&'&#"56763267632+32767%3267%27654'&#"KŒ>^DE,1€M§È 11XHJKOPQPOqTS.?FGWzHGVU·…+*YI>?5üS&%=AP VF$#3@+,¬,+,²•9F$#'› 8<77^n430 K9##B=d*&)(=mŒb 264&#">32#"&'#3äILLIH'&&'M.rIƒSTTSƒIr.ââ^´^0/²/0–74\\þÞ\\47[gmŒb3#5#"&632264&"ãã.88J‚¨¨‚I89®LLL³Pü™[8¸"¸þ3^´^^´mŒb#!32767#"'&5476324'&#"býñ11YGJKOPPPPÀjjhi¶§cdè%&mŒb 5!&'&#"567632#"&73267m11XHJKOPPPPÀjjз¦Èè%&
=?<899o43NŒN&%IF''64Z[ZZ8]ýÌ—PP œ++\²\TV-,.-¨m¨O3##53mâââââýô£mœs 3%! !#mâþ¨sþïþíâþ&æþàþ­þúmœÜ*67632#65654&#"#4&#"#367632ü+;;Fz@?ã,2@Fã(4A##ãã)66AIp§:BCþ‚GB<^YþÌGhm¤2#+532654'&'&'&#"#3>322ED±hA0 G((ââ3rFz??þ}CC„4KR 10UþËs\74BCmŒu "32764'&'2#"&6òK(''(KI'(('I¶fggf¶·ÎÎ00´0000´00WWþÊWW®6®mŒÜ67632#"'&'532764'&#"m6568¿kllk¿7765(0/5_4554_1/..ü WWþÊWW ¥11°11 mÕu4'&#"#4632Š('IK('ëη¶fgÕZ0000Z›®WW›mŒuÕ327653#"'&50XNJK'(ëη¶gfÕZ`00Z›®WW›m­b#3>32#"&"3264&Oââ.rIƒSTTSƒIrgH'&&'HILL÷þ¶b\74\\þÞ\\4Í0/²/0^´^mœ§Á3#;#"'&5#535¿èè:tÂ…88ppÁ²þö,21w ²mŒ23327653#5#"'&mã F)(áá3rEz@@?2MMLB 00V5ý[74BCm§A!53233276767654&#!5!#þQG9WVU&% laþ¤Âf=–§Ê ?HÈÈ.23=mrmŒÜ(#"'&5332673327653#5#"&M+;;Fz?@ã,1@Fã(4A##ãã)lAIp:BC~þ¹C<^Y4þ¹hmœ33#m⯯ãþêøþO±ýl­b5654'&#"327654'&'5647>32#"'(9E'&IPJ(ogþtWHŒ01€I2"*@^:[OOŽ[¼1#/! /0YóY/0&'P0€ýPB&H1e4.9/HqdJIkþ¶­\3#5&'&+532ef¯âþßáº!*f+`)Sò®ýïï¥1 ƒ*8Œ@ +&#"#"'&54767&54!232764&'&ØMÉk“’Xlhgµ´hhg!(]L§Zþ¯"*)*GH)*Z>`'74?KþÐXWWXšuZ,Yµ'þ¤ 1XW2122¨TS­§ 2#5$47635676&ˆ_YgþÆàþÆgUjX"T HS¥þë$ïï$›WH€/0F…9Ü•vÜ6ˆKN!­ 73;#"&/#'&'&+532®ƒïþôc"Fisx/ ‚ï dF‚S=>19ÖþHÛ-„TiÖ·Ý.ƒ'(mÿÿmOg"åýdÿÿnƒ‚Nýdÿÿmÿð2s |ýdÿÿms ýdÿÿlÿbw €ýdÿÿÿ\s ýdlÿbƒ67632#"&'#4%"32654&ÊUNOLz\T¨‚Jq/âxIMMIHMMH TNŸ‘¸47þ·%_²^^YZ^ÿÿSÿ§y ƒýdÿÿ!ÿ s „ýd¬þF^y(>32#"&'!32.#"2654&#"J²uÍ þôÍu²Jþ˜Uô¹Äc^´[°¤ìo|xsp||b\þ½úûþ¿\c¦ï !þé65š¤üú¤–šŸ¤•–¤ÿÿvœÁà X¬±`%!535#535#5!#3#±üû××××ÈÈÈëëëËÂýëëýÂË þVð{"+!&'&!#53!>33#"&!3276r>#Ä"<þžþš¢¢fJ´uÏ…dš—k…Ïu´‰þ4(>rt<(wT0HI0Tý+ý´wݶ¤b]¤|°ÝÁ„¤]Y8UT8¬þFy!!+532765'!¬fgllͱ>f&&þšúìÿÍwvë..tmŒb#367632#"'&"2764'Pãã.89IƒSTTSƒI89®LL&''÷\s[8\\þÞ\\Í^´^//´/mŒÜ&'&#"32767#"'&7632Ü../1_4554_5/0(5677¿kllk¿866ü¤ 11°11¥ WW6WW mMÜ1;2'&#"&'&#"63+0#0#"#"''45&'&7632Ö$"]R4è./.1_54 @j´Ç,~E2llk¿857 *¢¤ 11XE-c‚µ@0&)W6XV mŒu/&'&#"327654'&7#"&547632''7'37y"#" JPRHI'(gJ!"gf¶·Î__¦xëÁvÝFíÆ<JDS^00ZâLHHS›WW®›KJzBH6qA@H6mŒ¤1#"'&'5327654'&+532764&#"567632M'(VU¥:::9-;51I)*+'QJNJ$F<%65&9987’’##î((?a10  "~0( …PT7#$mœ‘#"3###5354763‘}0ÀÀâpp@A†ƒ&,þä,f11m¤V33#+532767#53âppADp'@……þv?C„Bm¤b,#"'&5476;#"'&'532765"3276=.pJUTTUèãklÌB>=?<899o43”FN&%IF''64Z[Œ~ZZýÌ—PP œ++\²\TV-,.-T°m§23327653##"'&mã .F)(áá3:9Ez@?~>åR>01V4ü™P7BCmœT3#33##5#53ôáááᇇ£Qþïmõõmm™Î 3?'&5mã<W~GEþL„DC~mœT !53#5!#Tþ‡‡ç~ „„lƒƒþ”mœT!535#535#5!#3#Tþ‡‡‡‡ç~~~ „„qmŽƒƒŽmqk¤%3#33"+01"+5&7637&#"3276µáááj#I 9DG ²„W(B;A£QýÞvX7CŸšw*!m¤) 3;#"'&5mãAi²DEü¤K„CCrm¤133+532?#mââCD‚o'@âý(sBC„Zmœ„3!!nã4ýéþ0£m¤Þ067632+5327654&#"#4&#"#367632ü+;;Fz@?FD±i@,2@Fã(4A##ãã)66AIp§:BCþ}CC„AmB<^YþÌGhm¬Ü(#"'&5332673327653##"&M+;;Fz?@ã,1@Fã(4A##ãã)lAIp:BC~þ¹C<^Y4þ¹hm¤ '#=4'&'&'&#"+5326=3>32 â G((BD±i?2â3rFz??þ‚>æR 01U¯{ u@C„4K{í\74BCm¤ "&'&'&#"#367632;#"'&5L A.(ââ488Gy@?0Ah±DI0 1*[þËs\9BCþK4„CGnmœ$ !3!#mÂæþñÂæþ”lýmþ“mŒu 2#"&6"!3&'&+3276ò¶fggf¶·ÎηK('Hô0 (KI'WWþÊWW®6®0$==$0þ*00m­ã#+!535&'&7675#5!#'6764'&þˆ™MggM™ˆç~–LffL–á('' %''1„„`AW6WAgƒƒhAWþÊWAa÷Z 0´0Mþ¨ 0´0m¤í=&'&#"#"';#"'&=327654'&/&'&54632¾ICCG%nlŒ332653 '&5lâ4;<4ãTSþªSTþˆB88Bxþˆ‡BBBB‡m™(#'&53?27654'&/£2.%`a™W~GEã J40$5…Û!J=XXXDC~qþ_71P<@/(fmœ# #3â°¯â÷œ±þOsmœä !!!5!}gþsý‰tþœŒþ¨ŒXm¤¾!!;#"'&'!5!}gþt  Ri±‚DBþktþœŒþ¨„F „C@uŒXmMR!3676#'5!5!25&#"}gþeNi´»Q~þ¥tþœ\R<Œþ¨mƒ ONŒXþ«-m¦2 7!5!#"&'532654'&+ùêþœgþùf6O62kkÎH’GDCCAaf45gv¨ØŒó ?:P|A@¦<79mõ !32767&'&#"2#"&76CþÜ$(DB)$#'DA*"‘—VWWV—˜¬VVG?DD<Þ8ivwþ^wwî¢wvüCîÿ¹f!73!üC¦²ÿýŠª¼þˆüCîÿ¹f3!!üC²¦ýŠf¼¼üCîÿ¹f!#'!üCv²¦ýâfþˆ¼üCîÿ¹f!!#ýCvý⦲f¼¼ûåîf 373#'üåÿ²ÇÇò²ÇÇîxããþˆááûåîf #'#373éòÇDzòÇDzîááxããÿÿ þ'Õ'ªýÿÿXþÅ{'ªºÿÿ¼‰l'+i­vþÿÿ¬ÿã^N&Žf:ÿÿ¼þM‰Õ'¨Éþÿÿ¬þM^'¨ÿÿ¼þ‡‰Õ'g¥þÿÿ¬þ‡^'g©ÿÿfþo\k'+cubÿÿXþo5f&O ‚ÿÿ¼9k'+i uÿÿ\ÿã‰'Ž\u ÿÿ¼þM9Õ'¨ ÿÿ\þM'¨Ù ÿÿ¼þ‡9Õ'´ ÿÿ\þ‡'´Ù ÿÿ¼þw9Õ'S×ÿÿ\þo&Sö ÿÿ¼þ9Õ'° ÿÿ\þ'°Ù ÿÿ¼áu&+•'ÿÿXÿã k&!&!+•ÿïþöÿÿ¼áu&+”ÿÿXÿã k&!+”ÿóþöÿÿ¼þaáÕ'°ÁMÿÿXþa {'°ÒM!ÿÿ¼þpáÕ'‡ÜÿÿXþp {'‡Æ!ÿÿ¼þoák'+h´u'S×ÿÿXþo F&S'r¨!ÿÿ¼Ël'+iÚvÿÿ'‰'Žðu"ÿÿfÿãú6'‹m"ÿÿ\þF'‹Ï#ÿÿ¼öl'+itvÿÿ¬N&$Žf:ÿÿ¼þMöÕ'¨kÿÿ¬þM'¨Þ$ÿÿ¼ök'CB:ÿÿ/k&$f:ÿÿ\þoöÕ'SÿVÿÿNþo'SÿH$ÿÿ¼þöÕ'±Oÿÿ¬þ'±Ô$ÿÿ þpØÕ'‡ÿ|ÿÿþpº'‡ÿ^%ÿÿRu&+’þÑÿÿ!ÖV'+’þ þáÌÿÿ¼qk'+cquÿÿ¬yÛ&'‰duÿÿ¼þMqÕ'¨\ÿÿ¬þMy'¨æ'ÿÿ¼þ‡qÕ'gmÿÿ¬þ‡y'gÍ'ÿÿ¼þMáÕ'¨²ÿÿªþM'¨_(ÿÿBþMá‰&'¨ÎŒuÿÿ$þMšO'Jÿ_; õÿÿ¼þ‡áÕ'gëÿÿ)þ‡Ÿ'gÿd(ÿÿ¼þáÕ&a°ù&ÿÿÿåþ×&(aÿ^ù&ÿÿ¼9k'+cúu ÿÿª´f'OÈ)ÿÿ¼9l'+iøv ÿÿª´'Ž1)ÿÿ¼þM9Õ'¨ú ÿÿªþM´{'¨/)ÿÿ¼öl& +iYvÿÿ¬'Ž«*ÿÿ¼þMöÕ& ¨kÿÿ¬þM{'¨Þ*ÿÿ¼þ‡öÕ'gX ÿÿ¬þ‡{'gÞ*ÿÿ¼þöÕ'aTù& ÿÿ¬þ{&*aßù&ÿÿfÿãfu& +š¨ÿÿXÿã'S&++šþÞÿÿfÿãfY& +˜½ÿÿXÿã'3&++˜þÚÿÿfÿãfu& +•¢ÿÿXÿã'k&++•þöÿÿfÿãfu& +”ªÿÿXÿã'k&++”þöÿÿ¼‰k'+c"u ÿÿ¬þV^f'OŽ,ÿÿ¼‰l'+iév ÿÿ¬þV^'ŽÛ,ÿÿ¼l'+ivÿÿ¬ì'ŽW.ÿÿ¼þMÕ'¨ÉÿÿªþMì{'¨_.ÿÿ¼þMO'JÇ;!ÿÿªþMì&JUÿ!ÿÿ¼þ‡Õ'gFÿÿDþ‡ì{'gÿ.ÿÿ“ÿã-l'+iïvÿÿjÿãb'Ž\/ÿÿ“þM-ð&¨ÉÿÿjþMb{'¨Z/ÿÿ“ÿã-l'+cŒu'+ivÿÿjÿãb‡'Oµ&s±V/ÿÿ“ÿã-m&+™ÿÿjÿãb'Ž\ðüÿÿ“þM-l'+iîv! ÿÿjþMb'Ž\!!ÿÿ jk'+i¼uÿÿ¤‰'ŽŒu0ÿÿ þMjÕ'¨ºÿÿþM¤ž'¨0ÿÿ þ‡jÕ'gÿÿþ‡¤ž&g0ÿÿ þjÕ&aºù&ÿÿþ¤ž&0aù&ÿÿ¼þMÃÕ'©>ÿÿ þM`'©E1ÿÿ¼þoÃÕ'‡ÿÿ þp`'‡·1ÿÿ¼þaÃÕ'°6Mÿÿ þa`'°M1ÿÿ¼ÿãÃu&'+dNS+cÿÿ ÿãS&1'+dä1+cŸ]ÿÿ¼ÿãÃY&+™ÿÿ ÿã&1'J±ÿÄC²èÿÿ 'm'+duÿÿ:'v¢2ÿÿ þM'Õ'¨ÿÿþM`'¨œ2ÿÿ=“r&+eh|ÿÿHm&3ÿÿ=“r&+ch|ÿÿHm&3Oãÿÿ=“k&Ch:ÿÿH1&3C²ÿÿ=“k'+ihuÿÿH'Ž´3ÿÿ=þM“Õ'¨xÿÿHþM`'¨À3ÿÿ'l'+i;vÿÿ 'Ž•4ÿÿ'k'C0:ÿÿ 1'Cƒ4ÿÿÿìßl'+iôvÿÿþF'Ž—5ÿÿ\qk'+fæuÿÿ\Fc&avý6ÿÿ\þMqÕ'¨Øÿÿ\þMF`'¨96ÿÿ\þ‡qÕ'gÿÿ\þ‡F`&g>6ÿÿ¬þ‡'g»$ÿÿ¤k'Cÿ€:0ÿÿH't«3ÿÿþF't¨5ÿÿXÿã'Yÿÿ'‰'ŽðuÿÛ)'75#35463!#&7?þšoþ²²ÌÖÆL<·bþçëVš˜™N·¯ë8Dþïn¢¨')#535#535463!#&3#?þš²²ªªÌÖÆL<øøõŠ·¯ë8D¼ÿã•ò@.5467.#"!!2"#"&'32654&'ð,PK-©kxDŽtþ@C}ÌŒe5 (adB,7@,=\9+GnšŽP’²`ZÖl?iph_3DV-j–&1¨°ü>52Uv€I$A)) AGn@a’T5/<EGRH:?Z.ÿÿYÿã($ÿÿ þM'Õ&ý¨5ÿÿXþMÅ{&¨„ÿÿ '4'uýÿÿXÿãÅ¿'¼ÿÿ 'o&ý+›`ÿÿXÿã7û&+›ÿÇþŒÿÿ 'o&ý+œHÿÿXÿãÆý&+œÿâþŽÿÿ '¿&ý+¢cÿÿXÿã`K&+¢ÿìþŒÿÿ 'Œ&ý+KÿÿXÿãÅ&+ÿôþŒÿÿ þM'k&]¨ÿÿXþMÅf&}¨zÿÿ 'u&ý+ŸlÿÿXÿãÅ!&+ŸÿÌþ¬ÿÿ 'u&ý+ lÿÿXÿãÅ&&+ ÿÑþ±ÿÿ 'û&ý+¡bÿÿXÿãŬ&+¡ÿÖþ±ÿÿ 'Œ&ý+žlÿÿXÿãÅ=&+žÿàþ±ÿÿ þM'z'¨ÿÿXþMÅ=&ž¨gÿÿ¼þMáÕ'¨´ÿÿXþM {'¨Ù!ÿÿ¼á4'´uÿÿXÿã ¿'Û!ÿÿ¼ám'+d²uÿÿXÿã :&!v¶ÿÿ¼yo&'+c+y+fÅuÿÿXÿãû&!+›þŒÿÿ¼öo&+œÿÿXÿã ý&!+œÿäþŽÿÿ¼}¿&+¢ ÿÿXÿãrK&!+¢ÿþþŒÿÿ¼áŒ&+îÿÿXÿã &!+ÿôþŒÿÿ¼þMák'¨´eÿÿXþM f'¨Ù…ÿÿ‡‚4'|uÿÿkf½'`ÿþÌÿÿ¼þM=Õ'¨|ÿÿªþM'¨_%ÿÿfþMfð'¨f ÿÿXþM'{'¨Á+ÿÿfÿãf4'hu ÿÿXÿã'¿'Ã+ÿÿfÿãfo& +›²ÿÿXÿãoû&++›ÿÿþŒÿÿfÿãfo& +œ´ÿÿXÿã'ý&++œÿÿþŽÿÿfÿãf¿& +¢«ÿÿXÿã{K&++¢þŒÿÿfÿãfŒ& +§ÿÿXÿã'&++þŒÿÿfþMfk'¨foÿÿXþM'f'¨ÁÿÿlÿãÔk'+cNu;ÿÿ_ÿãªf'O×<ÿÿlÿãÔk'+eNu;ÿÿ_ÿãªf'×<ÿÿlÿãÔ4'hu;ÿÿ_ÿ㪿'Ã<ÿÿlÿãÔm'+dgu;ÿÿ_ÿãª:&<v²ÿÿlþMÔ'¨f;ÿÿ_þMªà'¨Á<ÿÿ¼þMÃÕ'¨?ÿÿ þM`'¨Ô1ÿÿ¼ÿãÃ4'@uÿÿ ÿã¿'Ö1ÿÿ»ÿãªk'+c'uJÿÿšÿãÝf'OòKÿÿ»ÿãªk'+e'uJÿÿšÿãÝf'òKÿÿ»ÿãª4'@uJÿÿšÿãÝ¿'ÖKÿÿ»ÿãªm'+d?uJÿÿšÿãÝ:&KvÔÿÿ»þMª'¨?JÿÿšþMÝà'¨ÔKÿÿÿìßr'+eå|ÿÿþFm&d5ÿÿÿìþMßÕ&¨ÛÿÿþF`&5¨ÿÿÿìß;'ç|ÿÿþF¿'—5ÿÿÿìßm'+dåuÿÿþF:&5v§¼gÕ !!!!!¼¤ùUÕûN²ûNþÝ!!5!3#!!!#53¬ffššþšþþþšššrrrÍû+Õû+ÕÍÿÿcÿå)G& "h ÿÿcÿå)G& "›}ÿÿcÿå)f& "tÉÿÿcÿå)f& "™ÿÿcÿå)f& "u¹ÿÿcÿå)f& "‚¹ÿÿcÿå)m& "v¨ÿÿcÿå)m& "ƒ~ÿÿ 'G&î"hÿÿÿ 'G&î"›þÇÿÿJf'î#"t¿ÿÿOf'î("¶ÿÿqf'îJ"u‚ÿÿªf'îƒ"‚§ÿÿ¥m&î~"vÿdÿÿÕm'î®"ƒÿcÿÿnÿãòG&"h]ÿÿnÿãòG&"›>ÿÿnÿãûf&"t<ÿÿnÿãòf&"#ÿÿnÿã@f&"unÿÿnÿã!f&"‚7ÿÿ¿G'òÞ"hþÿÿÅG'òä"›þ‘ÿÿ6f'òU"t¿ÿÿ/f'òN"¶ÿÿ™f'ò¸"u‚ÿÿÕf'òô"‚§ÿÿ¬þVG&"hêÿÿ¬þVG&"›Ñÿÿ¬þVf&"t¨ÿÿ¬þVf&"Æÿÿ¬þVf&"uÆÿÿ¬þVf&"‚àÿÿ¬þVm&"vàÿÿ¬þVm&"ƒÀÿÿÔG'ôÞ"hþÿÿàG'ôê"›þ‘ÿÿ Ef'ôO"t¿ÿÿ Df'ôN"¶ÿÿ´f'ô¾"u‚ÿÿêf'ôô"‚§ÿÿ²m'ô¼"vÿdÿÿÄm'ôÎ"ƒÿcÿÿ ÿÙÈG&"hÿQÿÿ ÿÙÈG&"›ÿ[ÿÿÿÈÿÙBf&"tƒÿÿÿ‰ÿÙf&"ÿ8ÿÿ@ÿÙ‘f&"u¿ÿÿÿôÿÙf&"‚—ÿÿÿüÿÙÈm&"vÿXÿÿÿöÿÙÈm&"ƒÿRÿÿ!G'öä"hþÿÿ-G'öð"›þ‘ÿÿzf'ö="t¿ÿÿ‹f'öN"¶ÿÿõf'ö¸"u‚ÿÿ+f'öî"‚§ÿÿm'öÜ"vÿdÿÿm'öÜ"ƒÿcÿÿXÿã'G&"h¾ÿÿXÿã'G&"›³ÿÿXÿã'f&"tÄÿÿXÿã'f&"˜ÿÿXÿã'f&"u×ÿÿXÿã'f&"‚Ùÿÿÿã»G&üU"hþÿÿÿãG'üª"›þ‘ÿÿÿã ^f'üø"t¿ÿÿÿã cf'üý"¶ÿÿÿãf'üŸ"u‚ÿÿÿãAf'üÛ"‚§ÿÿŸÿì G&!"hœÿÿŸÿì G&!"›‹ÿÿŸÿì f&!"t®ÿÿŸÿì f&!" ÿÿŸÿì f&!"uêÿÿŸÿì f&!"‚ÞÿÿŸÿì m&!"v´ÿÿŸÿì m&!"ƒœÿÿ…G'¦"›þ‘ÿÿ f'®"¶ÿÿ «f'Ì"‚§ÿÿxm'™"ƒÿcÿÿXÿäœG&%"htÿÿXÿäœG&%"›oÿÿXÿäœf&%"tjÿÿXÿäœf&%"`ÿÿXÿäœf&%"u—ÿÿXÿäœf&%"‚—ÿÿXÿäœm&%"vƒÿÿXÿäœm&%"ƒ}ÿÿ G&x"hþÿÿsG'Þ"›þ‘ÿÿ Àf'+"t¿ÿÿÿú Ëf'6ÿú"¶ÿÿcf'Î"u‚ÿÿŸf' "‚§ÿÿm'l"vÿdÿÿcm'Î"ƒÿcÿÿcÿå)f&  Ñ‚ÿÿcÿå)fÿÿnÿãòf& ÑFÿÿnÿãòf ÿÿ¬þVf& Ñÿÿ¬þVf ÿÿÿÊÿÙÈf& ÑÿlÿÿžÿÙÓf ÿÿXÿã'f& ÑÈÿÿXÿã'f(ÿÿŸÿì f&! ѨÿÿŸÿì f)ÿÿXÿäœf&% ÑyÿÿXÿäœf*ÿÿcþV)G&!ºÞpÿÿcþV)G&!»ÞpÿÿcþV)f&!¼ÞpÿÿcþV)f&!½ÞpÿÿcþV)f&!¾ÞpÿÿcþV)f&!¿ÞpÿÿcþV)m&!ÀÞpÿÿcþV)m&!ÁÞpÿÿ þV'G&! ¤ÿÿ þV'G&!à ¤ÿÿþVJf&!Ä ¤;ÿÿþVOf&!Å ¤@ÿÿþVqf&!Æ ¤bÿÿþVªf&!Ç ¤›ÿÿþV¥m&!È ¤–ÿÿþVÕm&!É ¤Æÿÿ¬þVG&!ÖÞ˜ÿÿ¬þVG&!×Þ˜ÿÿ¬þVf&!ØÞ˜ÿÿ¬þVf&!ÙÞ˜ÿÿ¬þVf&!ÚÞ˜ÿÿ¬þVf&!ÛÞ˜ÿÿ¬þVm&!ÜÞ˜ÿÿ¬þVm&!ÝÞ˜ÿÿþVÔG&!Þ ¤6ÿÿþVàG&!ß ¤BÿÿþV Ef&!à ¤§ÿÿþV Df&!á ¤¦ÿÿþV´f&!â ¤ÿÿþVêf&!ã ¤LÿÿþV²m&!ä ¤ÿÿþVÄm&!å ¤&ÿÿXþVœG&"ÞoÿÿXþVœG&"ÞoÿÿXþVœf&"ÞoÿÿXþVœf&"ÞoÿÿXþVœf&"ÞoÿÿXþVœf&"ÞoÿÿXþVœm&"ÞoÿÿXþVœm&"ÞoÿÿþV G&" ¤ÞÿÿþVsG&" ¤DÿÿþV Àf&" ¤‘ÿÿþV Ëf&" ¤œÿÿþVcf&" ¤4ÿÿþVŸf&" ¤pÿÿþVm&" ¤ÒÿÿþVcm&" ¤4ÿÿcÿå)F& r ÿÿcÿå)& JÿÿcþV)f&"ÞpÿÿcþV)|& ÞpÿÿcþV)f&Þpÿÿcÿå)9&  ¦´ÿÿcþV)9&"aÞpÿÿ 'k&î+huÿÿ 'O&îJ;ÿÿÿþùf'îÒ Ñ ÿÿ5Wfåÿÿ þV'Õ&î ¤w‰G!527#wþî’“Geþáz‡ÿÿ¤;\m'+duCÿÿ¬þVf&""Þ˜ÿÿ¬þV{&Þ˜ÿÿ¬þVf& Þ˜ÿÿ¬þV9& ¦Ìÿÿ¬þV9&"mÞ˜ÿÿÿþÙf'òø Ñ ÿÿÿÏ+fçÿÿÿþèf'ôò Ñ ÿÿÿÛRfèÿÿ¼þVöÕ&ô ¤XÿÿE¿f'"hþÎ Ñ,ÿÿÂÒf'"hÿ  Ü0ÿÿ¤Â\m'+du"hÿÿÿÙÈF&rÿVÿÿ)ÿÙÈ&Jÿdÿÿÿ¶ÿÙÈÒ& ÏÿXÿÿ/ÿÙúÒíÿÿÿÙÈ9& ¦ÿdÿÿÿôÿÙÈm&"iÿPÿÿ,Ìk&ö+h|uÿÿA·O&öJÿ|;ÿÿÿþ;f'öþ Ñ ÿÿÿÕ™féÿÿQÂËf'"›þÚ Ñ8ÿÿ]Âêf'"›þæ ÜHÿÿ¤Â\m'+du"›ÿÿŸÿì F&!r¢ÿÿŸÿì &!J˜ÿÿŸÿì Ò&! Ï’ÿÿŸÿì Ò ÿÿ¬þV^G&"hÿÿÿ¬þV^G&"›åÿÿŸÿì 9&! ¦ªÿÿŸÿì m&!"iÿÿÿìßk&+háuÿÿÿìßO&Jè;ÿÿÿþ=f'^ Ñ ÿÿÿÉïfëÿÿaG'þØ"›þ‘ÿÿXþVœf&"*ÞoÿÿXþVœ`&%ÞoÿÿXþVœf&*ÞoÿÿXÿäœ9&% ¦wÿÿXþVœ9&"”Þoÿÿÿþÿãf'ü¸ Ñ ÿÿÿÚÿã±fêÿÿÿþuf'à Ñ ÿÿÿÃïfìÿÿ7þV•ð& ¤fw‰G#3$5‰“’þîG„‡zeo¼ãß·«ªÔÄ1ôì0!!otýŒßþÝÿÿo¼ãß"žn°#²¹´ª/Æ1ôì0!!nµûK²þþn°’²¹´ª/Æ1ôì0!!n$üܲþþn°’²¹´ª/Ì1ôì0!!n$øÜ²þþ°²¹´ª/Ì1ôì0!!ø²þþÿÿþÿî&ÓX‹Õ¹@ ÜüÔÌ1ôì0!3'þ¬ãÕdX`þ X9Õ¹@ ÜìÔÌ1ôì0!#åTãÕdÕþãþ `“ÿLƒ¹@ ¨ÜìÔÌ1üì0!#øTæÓeƒþãþ `X9Õ#ÕdÕãÕþãþ `ÓX…Õ +º@    ÜüÌÔÌþÔÎ1ô<ì20!3!3!þ¬ãÕdþþ¬ãÕdXbþžþå`þ ¼XoÕ +º @  ÜìÔÌÜîÔÎ1ô<ì20!#!#!TäÕeúTäÕeÕþãþ `þáþ¢^“ÿFƒ +º @¨  ÜìÔÌÜîÔÎ1ü<ì20!#!#øTæÓeúTäÕeƒþãþ `þáþ¢^¼XoÕ ### eÕä¦eÕäÕþãþ `þáþ¢^5ÿ;ÃÕ *@åã ä WV W Ô<äü<ä1ä2ôìî20!!!!!5!VJ#þÝþ¶þß!ÕþƒîûÑ/î3ÿ;ÃÕ?@!å å ãä W VW Ô<<äü<<ä291ä2ôüÔ<ì2î20!!!!!!!5!!5!VJ#þÝ#þÝþ¶þÝ#þß!Õþƒîþ<îþƒ}îÄî'‘ö`·é ]Ôì1Ôì0467>32#"&'.'535‚IIƒ245633ƒJI‚326úJ‚235624IJƒ336633ƒ'AF°'AoþH¢ ƒ!!¢hþ˜ƒþ}¢´ƒ!!!!¢hþ˜ªhþ˜ƒþ}ƒþ}¢^ƒ #@¨   ÜüÔüÔì1/<<ì220!!!!!!öhþ˜ú¬hþ˜ªhþ˜ƒþ}ƒþ}ƒþ}ÿÿ°‰RßBÿã Vð #/3?K|@C3 2211 003%@ *™$F4 ™:0˜2$œL3IC1!  C=!'= I7' -LÜäìÔÌìäîîîöî991ä2ô<<ä2ì2îöîî20KSXííY""32654&'2#"&546"32654&'2#"&546#32#"&546"32654& ÇHNNHGLLGºÕÖ¹ºØ×øÅHNNHHMNGºÕÕººÕՇݥ޺ÖÖºº×׺GNMHHLMh{rs{{sr{¨Ø½½ÛÛ½¼Ù8|rs}}sr|¨Ù½½ÚÚ½½Ùùó ý ؽ½ÛÛ½¼Ù¨{rs{{sr{ Bÿãéð "-8@DMW"32654&'2#"&546"32654&'2#"&546"2654&$  &#3  &54$"2654 ZHNNHGLLGºÕÖ¹ºØ×ý(HNNHGLLGºÕÖ¹ºØ×øÅHNNMNþÿtÕÕþŒÕ\Ý¥ÞËtÖÖþŒ×ØŽNMLh{rs{{sr{¨Øþ†ÛÛ½¼Ù¨{rs{{sr{¨Øþ†ÛÛ½¼Ù8|rs}}sr|¨Ùþ†ÚÚzúÌ ý Øþ†ÛÛ½¼1{rs{{sr(`ëÕ!(­þß`uþ‹ÿÿ(`bÕ&"·"·wÿÿ(`ÙÕ'"·w&"·"·î(`ëÕ#!ë¢þß`uÿÿ(`gÕ&"º"º|ÿÿ(`ÙÕ&"º'"º|"ºîÏþ<#%#Êþªþ«Êþûû#ž‰‹'¼¶yÔì291ôì90 5‹þÛ%þ'òÝÝòqºÁ‰®'¼¶yÔ<ì91ôì905-Áíþ$þÜ'þºþòÝÝÿÿ”3¡'r}Á'êÿÃ'êY'êYêúÿÿwÕ'ÝÿnÝðð!5>32!3#Åþ— ^fyÈ]ôN^@D*þ—hø1¢"B:*(Ç¿b›Y9>K-ýÛdþœÿÿM 0ÿÀþàÿ_  $'5 $à÷þCþJþ?õíźơ¡SPPS¡EFEÿÀ&àj &$ 56$ àîþ:þFþ;íõÁ¶½÷&FEFE¡SPPSÿ•þ_Ú#3 #úÛŠ@Šþà Švþ•»þ#þ"ÿÿ)ÿ´¨'æý{'æý{æ¸ÅÃ;Ý!!ÅvýŠÝþæþhÿãîð+@55%˜œÔÌ1ää0KSXííY"#3¸à¦à °þò !!!!!ý“mþçTýá"áý^‹þòø !5!!5!!5¤þçmý“þç²áøÞá^ÿÿG÷ð&ûºûØÿÿð&ûÝÿÿð'Ýÿnûõdÿ·_ 327!#"'dÃôø¤øþòÙd«§p_Ùû{C¾ÿ;¡Õ 2###Æ×Þ̾½¾Õè¾²Ûü²ùùššƒfS3'#"&'.467>3ŽØØŒI‚326535‚IRý2633ƒ”‚235šƒfS'372+rØØŒI‚535623‚IƒÎ532‚”ƒ336ÿÿ)·æýÇÕþÝ¢` #!>dÕøiþ—ƒþÏþ‹u1Ýþ}ƒÿÿÿÀþàj&"Ä"Åmÿä„a# %#'-73% %#'-73%„þø=þöˆþõ= þõ= ˆ =þø=þöˆþõ= þõ= ˆ o‹‹q“þí“q‹‹p‘þí‘ü ‹‹q“þí“q‹‹p‘þí‘ÿÿ=ÿB<Õ'ëª'êÿøêÿlÕd²œR#"'&'&'&#"5>32326œ æ¬Ë 錄ܔ¡å™Þ錂×RôPE:=MSôPE:=KÿÿÿÀþàÿX"Å÷î8È| #'7!5!'737!!¾ÈØ×þÐ1ØØÈØØ1þÐ×ùþÏ1ØŽ×ÈØŽØ1þÎÙŽØÈ׎á¿—) !!!á^ú^þ¢^OJþ¶þpJþ¶ Jþ¶ÿÿ(`PÕ'"·e'"·w&"·"·î›+ª !!!!!í,ú‚,ý,þÔ,T,þÔ,þÔ*,þÔû­,þÔ’²B !!!!!Ä,–,þÔ,ûd,þÀ,T,þÔþ>,þÔ„,þÔü,þÔp,þÔÑ=Õ!!!!Õhþ˜hþ˜Õþ}ý1þ}dþ¤“0 !!!!!!!!diþ—Æiþ—ýiþ—iþ—ªþ€€þ€þ€útþ€pDÕ %!!!!#!5!3!†,þÔ,ûd,þÀ,¤ðýŽrðr’,þÔ„,þÔü,þÔp,þÔþ\ýŽrðsýðÑ9w !!!!!!Ñhþ˜hþ˜hþ˜}þ}}þ}ýþ}Ñ9w !!!!!!!!Ñhþ˜hþ˜hþ˜hþ˜þëaþëþëü³þë</ð 4&"32767#"'&547632B@˜! !LK! íbc´·abbcµ´cb@€@@ŸAAAAžÓoppqÑÐpqqpmœO3#3#mââââ£Qý8œ.ß 333##5!5¿ïïø‰‰æþyþ½ýú›¢¢¨aß$!!>32#"'&'5327654'&#"…Lþq6§^]efµNLLLKCC32#"&547632Ç>>?å:431j;; )^8¬``¢³ÄrsÈ?;<9$%IJ$%%$JI%$“š 56i–{‡PQÜÉÓuv Tœß!#!T³þ›çSþFßyý6¥Mð ,:"32654&'&'&547632#"'&54673264'&#"¶C#$$#CAFFîT**WV¨¦WV*.Q_.0[Z²³[[^•97<79!!>=!!B=>BF00Gi8777jL+/45P|@??@|PjÀ26dAð)532767#"'&54632#"'&2764&#"~8h2i;; */07ŽUVÀ¢³ÄrsÈA;;ì>>>?>¯›56iJK|‡¢ÜÊÑvv ¦$%’JJ’%$‰œ°k !!#!5!hHþ¸–þ·IkþÛ…þÛ%…%‰Á°F!!‰'üÙF…‰A°Å!!!!‰'üÙ'üÙÅ„{…oæ#&'&47673æ»`....`»P)(PŠ}|ö}~‰„øþgß6764'&'3gQ())(Q»`./..a…ø„‰~}ö|}Šnœ?#=4'&'.#"#367632?ç .H))åå4:;F|@Aþ‚>æR01UþËs\7BCÿÿ<ÿñ/T"äýdÿÿ{CTýdÿÿmTMýdÿÿZÿñTNýdÿÿ8.C"æýdÿÿaÿñC"çýdÿÿNÿñ'T"èýdÿÿTC"éýdÿÿMÿñT"êýdÿÿAÿñT"ëýdÿÿoÿiæf"ïýdÿÿgÿißf"ðýdÿÿmÿð7‚ gýdÿÿmÿðb‚ mýdÿÿmÿðu‚ výdÿÿ:s}ýdÿÿmÿðb‚ nýdÿÿn?gKýdÿÿmsg sýdÿÿnSg{ýdÿÿmÜ‚ týdÿÿn?‚"ñýdÿÿmÿb‚ zýdÿÿDÿð΂|ýdÿÿm§% {ýdN"Ö%!!!!!!# !2.#"3267 þÍþ3ûüäP¬^þèþºF^¬PPœV›±±›VœP`ÚÑÚþÿÚ **9  9*)è73Æ®­Æ27fÿ¦9)06&'#7&'&76%7373&'6767#"'#&'›B=!¡72,ÍÍ¿@¡76 ¡0<:þñd[bdcØu TR!F„èi¡+»<ÿäVð,6767# !2.#"!>32.#"Ã1.bedÙuþ þe›`uÙdeÄlÂßo1@0;—k$")N)u~ "IþË77 ef¡87þËIDþøèç„: ̦c[þÝŸ•™MÕ!!!!3#!#5>ýrgý™¯¯þ¥z[þÝþêþÝÿXþÞ"X}çð#676!2.#"!!!!!!35#535#5`z\µYF”Mv84uþ‹uþ‹û–ãÂÂÂÿþw|þâ'&>:rÂÂÔþö ÔªÿB´0#4'&#"!!676323632!754'&#"!.«ø Rh78þ˜hCUThtYV/º¬X21ÁÊþ˜##Ne9(þª¾ð¹75UUœýÙ`¤`/085cs® îãýVH)v75TR„ýÚXZÕ#5#535#53!3!3#3#!#!3'aLüZÚÚÚ®’¡mÚÚÚÚþR’¡þ“maLxååÂÂå¶þJ¶þJÂåÂþJ¶þJ¶§åå¼ÿä ÃÕP3264&##532654&/.54%!#!! 3!!632.#"!"'&'!"&5=Õpzzp¾…UFI½tijIm?ïÀý®"f™þãþþ™qffqh—cÚ€sÖ_fcKa?¾þøþúov""þÞÔ±¾þ_mÈlþ¢þ%N9"/:90/ ¢¥# †UýúÕ~^™>þ þð0035+. # «³³±ÔÛ¼ÿã BÕF2654&+!.+!! 32654&/.54632.#"!"'&ßyiiy¢Âþf¶7q^mþL'O}@:djptijIm?ïÀôücÚ€sÖ_fcKa?¾þøþúov(?ZgfXþüÃspRýËÕÆÖ”¾-v/:90/ ¢¥²¬ þð0035+. # «³´µÕ"&)-1'#53'!!7!!7!3#3#!#!#5!73'!!7²{X6q6–6s6–6n6Xz–¹ÉþDÌ…ÊþD˺ŸijþîûzjiK@ý›èv’åååååå’v’üªVüªV’’þB¾vvþøþB¾vvvvOÿãàÕ ! !4&#!!% !3!!PN+$þúo­þèþŸ‘ý±þÕþÜo­aÕþÊþÃþ§Y¹Ÿû*5=Yþ§¹Ÿ×ÿÿ>þ‹Š&¬âg°ÿÙÿãð1r@;.*÷(÷1.®®œ˜!2*("%!) 2 +) )% 2ÔÄ2Ä2üÄÄ99999999991Ä2äôüÄþÄî2Ý<î2990%# '#73.5467#736!2.#"!!!!3267_Ïpþúþ™KÙXbºXMepÏ_Q¸c³-Vþ­YþÕ2¯~cµTR78õà Ãö87þËNO{vÃ$$ ÃzzOO<Õ!!!!!!#5ªJÝýÛ|þ€iþbþþ¶n`uýß!ý‹˜ý8Lý´ȘxÕ'7!!!77!'75H8øþ`þº:ô¼:öþ~¾8ö-yt˜#þÝâW{r˜X{sýôYYysš¼þ7 ùð(_t€'6767632#"'&'327654'&#"67'6767632#"'&'&/#"'&5476323276767654&'&&#"32N×¢%;7OKkJ?O+A03'&q++S38=DùØ ­!Ô?9DL_K>.136> Qš‹ORJB‚Jþ±(Q(30`DG4%63xý>$ #þ7+Уc]97#9Xœzav24?†Le;&2ELyP)+¡'+>AHJB @@=kbõqŒ‚~Es/4 %UAB`_KBjüÇoD7=AiK}f^[¸@”ûË ÿã0ð)5'32327&547632#527654'#"'&#"654'&#"íѦ¤wJw,ÊPY°«aTk°‘’ózI5Et |S@,3Z8$)ê„Dl±ô¬X``S±ã«£¿àlmã@.jVBthP#lƒH+990C—F‘Õ *1!3276%!64'5#53! 3#3#!#!#5%!&'&+†þÅg9þ–šýmmN^qq^þùëþmÐo9gÅ_B7½P*PPgX~U…g(g†Týú_g·6fÿ[$x$-#5!#5&'&76753&'&'67679}h{ƒei¯ñ˜º¼—ð¯d^tgiVoo$*T?þpcBuqDeTÐýKF#ЬÐeiÏ¥"‰7ø?&û¾ 6Þ#PŽþùþûŽU" ‡Õ5!!!#3#!!!#537!!/3'3 Í{Í È3•R{þ¥{þ/{þ¥{R•3[3K3¢_/½ÃUý«Ã•Ãþ›eþ›eÕ••ÊXÿãˆð60!!32$7# '&7#5367670!5!654&#"6$3 3#ü†~| þâŽþÓ’”Ëð)6^þ8þ „Šhê{‹{ Ëÿ"LŒÂNTMLþ»56yxöÂ8)5'ÂPL87<%%ðß Â #L“þÓ )%#&'$%6753&'&'6767_g9:¢Ð­þã Ý¢:7h_Q\DGHCZTþ%;0®²,R7þêr¼~oËr »¿7þËN'ü›(O‘Q"züó‡!xÕ !!!!!!`ú `þþ~þÕþÝdþÝüÕ+g-Õ%7!!!!!.+32767!7!&'&#gXnVþÄ fVþë+HO???Ñþf¶7q^–Ëy5 þ(X} 5yÃÃ8JÃM:_-@@€þXspR C!*Ã%@ õÕ'7!77265!)'75B8ø»:õ½:÷ìùfixþ°þ°þô¾8öõytóþÂX{r™Y{sþOêß©þ÷eta!YysšüÿË3!üçœwºŒ‚ü=!5!'3ü:ºwœ‚Œü=zÿË!#'73!5ýFwœ¯¯œwºŒÍÍŒü=zÿË5!'3#7ü=ºwœ¯¯œw‚ŒÍÍŒûý;ÿþ1 3#%3#%3#ûýëë‹ëë‹ëë1öööööû>;Ê1 3#%3#%3#%3#!ëëû_ëë‹ëë‹ëë1öööööööü=zÿË #'73!'3#7ýwœ¯¯œwæwœ¯¯œwŒÍÍŒŒÍÍŒ)ÿÏ« %)A"326=%!5#"&546;54&#">32!!.#"3267#"$$32úLD62?[Aþ¿ “hްÛã…ScSci²YîØ'þè¾]f6eppe:hWP‡DïþòïD†Ê..,-_K yþ EL¥•61!6Àú»5ý7þì@!vÞv#Bþéõ®ö)ÿÏ *EI%!"'5 54&/.5!2'& "326=%!5#"&546;54&#">32!! þcË«6)O/¹›‡º¦©þî'I0Ø•øáLD62?[Aþ¿ “hްÛã…ScSci²YîØ'þè¾öþà9ø LD ‚‡3÷ G< }K..,-_K yþ EL¥•61!6Àú»5fÿã\ð!.#"3267# !2\jႹ‹‹¹símjæ}þ‹þL´u}æüÜ´´‘@C?ûk??D‘78¡ef¡8û4û¯þÔþÕ¯ÿÿ²ÿã -þ'ÿÑKƒ¨Õ#™¸$/¸%/¸ܸܸ$¸ и /¸ÜA&6FVfv†–¦¶ÆÖ ]Aåõ]¸¸ и¸ и¸и¸и /º+¸015!&'67!!&'&76ƒTT.--.0+-.¤ûÛÒƒ««ƒtXWe>W þÜýÂ!þÛ þÝx›œw)ÿσ'1.#"3267#"$$32!!"32654&'2#"$$A]f6eppe:hWP‡DïþòïD† þè¾KSSKISSIäþÿäåþýŸþì@!vÞv#Bþéö®öú5ü„qtsrrstqè÷þTöö¬÷)ÿÏï15!3265!!5#"&.#"3267#"$$32!!p@ )FU?þÁ’YŸ¤ýÑ]f6eppe:hWP‡DïþòïD† þè¾GhDÏ"dUrm³ü‘JI¿þì@!vÞv#Bþéö®öú5ÿÿ²þ&K:Iÿã€÷n!7632#"'&'&'&#"32767#"'&'&'&!#"'&54763232767676"#"'&54767632Dà2á¤L#.$3!.)%!'!!/&7/F+,’·WP"þ-êÄ×tI1(5+,!,AD!#j[R.D)*6*!8…U ¥¼+àDý¯eÈ %%0!, !%LDtåÑ˃‹*>%+'&%‚G8@N¤/þ€Ï­@)49$'H::9U¢‡*9<==#;#%3bŽuL/, ÿyù^ &'&#"'6767632654'&5476767327#"'6%6"#"'?3276767654'&'&#"þ“9<9%$,,=M,,HG,pc:Ÿ†@Bw9ÆOIF5O½þÎ9.–ÄQ%(Hÿ»‰B'( IqþÊ(9.w^$)*&0B%/^y5\Gnu8þ«5#.,M)(21tDOTôÊ>ZZl5{D&%7ô{IF9Xa€u† ¶ÖþÏýÄ!Xš3!!5`_IH|ˆje#O@ÏFeÍMÕ3!3%!!!!!!!´ûp´þÔ¤8¤þ\ýÈþ\]ûåûåxýƒ}ú+àý ?;!>54&#"!!>32)…þ™q GAoŸlþ™.hucÈm›¨ ªýVH9O@F­™ýÙý¨a^¢“ NY63 !676#"!'7!%5ÃÌ•Z„þ˜e ˜g¡kþšÔ¯%ñ=f&P#þp¼¿þ/ýV“7›­™ýÙD6K:Äh|JÿãDï7#"'&54763232765"#"'&54767632DH)EX½Ù‘XF+I/4$%BH>>@Îe)&0B-%2ŒZšœË>ßMþYÒž”i¤O¨P>>9&+T2"86·/Y&] /A"= + -]’yM)(jÿãFò2632327#"&#"7632327654'&547%#"'&#"^v„{‚x}}È‹oÖz€,¾\l/v~jX>6FF PP5Ê·õ0‡ˆ5^¸:11:Ü:b:û~â"FLxUBnb€_XŒÄ‹yk”b¼[õÞOPLÿãKðJ'&7676%2#"'&'&'&#"23276767657#"'&'.#"'676767676Ž %Q„¬PN# 6F &8S$-+s2'n›K"?š“š?|Žšm²-]+%!; X L)+ÂÎoy–V‹?=[4$ PA(Zk޳xv1/zgcD9;TX”ây$)D02.(‚¹^ B),\Aÿäÿã6ð%273#"'#67&5477632654#”ˆ7­32#"&'!#!#53276'&#"¬f¸fÇý9I¶tÏ…………Ït¶Iþš¸þšššÿæ=<<=sq?>>rrrÍþça^¥¤ýú¤¥^a¢Õû+ÕÍûETT@TTUTŸV¼öÕ 3%!3!#®›·ýeþWòÐxþ ý4x]ûåxúµKú+Cú½E <Õ%)"264!46!"!!5265  &!!5r>>r>øI®¸,W þRýá¸þÔW ¬*ªªþÖª~ý‚–oÎqqήüªÈŽÝ>;ûýVÈŽÝ>;×Ãþ¬ÄÄTý^ÈåÍ '9!2+!3264&#"32>54&'&$  $&546–¿ÇÖÖDzþó •OUUOAòЮWWWVÑy{ήWWWXþ 0ÚllÚþùþÐþùÚllÚ¢˜Œ˜þÉØúBx@9W®ÏzyÏWVVU®ÏyzÏWXðnÚþúš˜þûÚnnÚ˜šÚnþ;Cö0<67632"'67327654'&#"#"'&57&547327654It2·Ý‚…DIœz­dM&dmU>"9ªþÂyEY’€:?ß.èƒm((6±‚©UE?œ½LP«Ú×§=+<$~\±oA7þ þ÷™nŽ=B† üžî¤üŨhb)<(,QB¼¬Õ3%! !#!327&+67654'&4´þÔ¢1þÏþãþþ\¤þ=66=þñE1mm1]ûåxýêëýýú~Ó#ýg)Z³²Z)fþÕfð'%!# ! % 7& 676'&Å-þ‘ôþþf™gk•×ü¼{@{{þÀ{}§§L§§%þ°˜lkœþhþ‘üþ”43­34ûž¬ýŸ¬ûç­a¬@ÿã<$ [27654'&'&'#"'&546323276765"#"'&5476!7232767#"'&Ì„hX&MMßå])ÖÆÌzL5F,D! 3;1X00[Z.9'379G†¶eÜÏŸ˜HQrl}\IM=!&'E)TAhOM,2£ý:pZϘM#ûêþ­»®B.97>#3*M”—»õ*3D!!9!K.@_uŸ20#"?GŒ»c_3䂈/#>!‰8Z%,SÿãlñJY&54'&#"#"'&5327654'&#"3"'&547632763227767654'&#"ÞHL^eZZÁfgr82ED2881VN2884@B—fggf—¿\¿½n/$~AB}:1$ $3üÁ†CAA9Y¼š†a’+.½Îvuuv°jVMMWŒ‘–WMMV[^SMpuvœuuk# XW1±W{|^1$h{ƒr^Co(BPþÂ>;[Yj„ )ÉYÕ%-13&'&7!.+!! !27&#676'&%3¨cTŠŸ‰:[Eƒ5q>Íþ4Ä>’xþ\Íüu1ýE¬:PO"ü¬´m=§þïs@1F„~þh‰|hý“ÕÖØÐb)‘ýˆtýÁL  %  î  ji i jiÔìäÔìÔìä91ô<<ì2Ô<<Ä9990KSXÉÉÉÉY"73#######5ww㪉L‰¬q®¬¬Õããý¾µÿþKBþM³ÿÕ%7!! ' !åþºE÷þšÂý¬þë‡è°4þ–Ýâ‚°Çü|þ©©ùå`ý¸E µý¶\­Õ 3%!!!5!üÓþ.ûd#üÚ=ú¯&üñ]ûåx„û'x„Ù5þ)R7# 7654&#!5!5!5!!2!#"/j¡ V¢™þͬþT¬þjþrŽþkí§Y›Ãþó¾Ú‰^H-×uÛ0È0ÙÝþåÝþàÕr–þÁpLÿÿ7•ðÿÿ7ÿã•ÓLÿõþº]ÔN'72767654'&#"'67632 !"'&'&'&#"'6763232767654'&'&'&'*#ZMG!MIQ‹«nR '—¬€yônMy‘‹'„ËòþѰTX!<0K ra]?X3%;fX^@#!73†€«*BŠZ@D^@ 7‹v_>n§e} rwÓþΪÑIFŸ‚#2I'&*!ÄDB>2Q5ec‚rRX.,*‡4&"5632!Ä1q >ÔCAhþšö€@¼[+Xü‰ÿÿ¼qÕÿÿ 'm`TÿþÓ.<N]232#!727676765#"'&5476%27654'&'&32767654'&'&®ø¥ªKBha`¡pcy!))23I@F0ü$wtTS(0œch !#E2)†°:„|”HBSf•Ti1'&0 †5‚Q>M:nn.7#!B:y•ZX$ ^]y˜k!!2Á5>ˆÊPHIX1%.!(Ivy0úÑ@7†‰H] ÆMQ#;T99#ÞÞ%c%ÿ þ“gTþrØýh87¿0œ@2!.IO!@#€†7†>!7,2@FMVyÕ32._T{þ­½»w<â´ÚYÂÈ ÿãÛD6'&"132673# !2U½p3Fþ¢Ís¦*¦Nþßæþìîgh¿z«"?úK9U³þç n"GÓztµª#(Da¯þ¼”ÿãXïI7&'&5476!2#"'&547654'&#"3"32767267!"'&'&5476`ƒGej–,sNV+E2//6' '\oSh]-li—ŇFf|e¤’kA)¬+·þÁ¹ƒ>Œˆ-!>Zˆ›`„'9QT(+" #)"H[•|T$?9]ª›pX`8“’8$¡6}ŽÌyoKÿãâ/S76?#"'$#!!#"'&547632327676=7!&#"#"'&5476!27Q†73P1!L,#%(JþípRþâ02W^•’¶Z91"@1(#>mx6!!þ}H;m,›Ud 0A7+²¤6M?ÄÚR  cBb8Wþk·–•LSF?Q.J;$!!J?f/hiƒ½ v&LWSH 3+"P•  H¼ËÕ )!!!!ËûñŽý™g##yMÿÛ ?m%&'&'#"'&5476363276765&'&#"'47632767632#"'&'&#"32767#"'&'&'ôÇ›+19012YqU4/ ,3. &6&< !!"bc:)J4wW¿›€gZUPP.\…¨Åìa0.)0>' 4?''Chyo=+ºuz.2L1Ç‚de6þ¿–“Pb.,:-$ .48ny–š"!V"FrµjNpZšŽÕÛ™-Üà–ª(".*87þþ`óaA?06 "C?Y6%nn¦ÍþÖþÖþ‘;ÿç}\ 4&#"322#"&54’ID`IFa~µ¶êï³¶êïr|þïÒtxé·Ëþöé·Ë gÿãð6 4'#!5654/&54?'&5477'&5474/ö½cô2ý-i>B¬d=VEþ§Ä/b5Œšñcô2çBcô2¶cô2þCc1N€S2Ój?B¬djl,>8?]/c6gU›ñc1N€S2ýúçBc1MS2¶c1MS2'ÿãï(32#!"54?>3!4'&#!"&476323!2ék+¢"ûôE! $:@ýϨD!*ÖY[µüA'¥'#¥ I qà#= X?ÿ¹„ð*#"/#!"54?>3!!"&54623!2„ 1= i$ c*þtD!¦$ZþÀkF,(Jibˆ' €ý2ÿ!Q<_c'—¦ošA<‚ÿ¬ð#".5!"&54623!2È< EVýkF-)A… *…|ý2ÿ!Q'‘HÕo{m<z\ZÿÈuÈ! !232$54$#"eþhþ”þ•þd˜oül\Pùüìðÿþüëìþüñþþf™gk•×Ê-þ‘þã°Â¾´±Â Ð`  ! ! !!!#!#!!!!!! zVþ÷æäþöVþ· Ø× úéþs?ÿm.mÿþt‡û¨ þÍþ3þßÉþ72þÎÉ·þß!ý#£€ü€Ie²ÚÑÚþ%Fÿã` 53&5!#3#32767#"'&'&'&5#!#"#463!d.4U"ý©²²_'165Ic@;6 ´þ^7V)"x”ßfèýÆQLW,3$‡âüpý G x &#T+Ka~üè=2{Æœÿ¯þVš}3>3 3!#"ø¨”˜F{ü¤!äÃþ‰n ŽÊDFþvFšÕuVø®üäþ ÌôŠÌý;šþþÈþ¼ýâcÿ;Ñ¼Õ 3!!4´þÔHý\]ûåú£Õxú£¼+Õ3!3%!!!ÿ´û´Cþ\ýÙþ\]ûåûåxú+]ú£ÕþwÁ ! ! !!5 5Øüýþüæý¡ü-æýùŠýþîEüêü»Óxüêü»wcS4ÿãÈð6$3 !"$'3254#"3!46¥u´þDþ~•þïy}÷|æùðÝ^#¾´Ê%ޤÕ,þùÍî>f]&þÜùÕ9U±Ôûð¿Gû´àîs\ÃTÿã}ð&0 !67!>3 #"&'32654&>54&#"Ùþg57þÉocþÛ¨biè‚E¢*(þÓ[Åk^¨PMU1—ABªwCt2ôÂF®n¶kBmFDþëÛ’áj5j:£Ä0.;6"W-/wGs¢))pÂ` !!5!!Âü®èþN²`û #{#ŸÿÿdÿãÞð&Té'"É–"é×ýdÿÿdÿãñð'"É–&Té"ë×ýdÿÿdÿã ‡ð'"É–&Té'T×ýd"äXýdÿÿdÿãéð'"É–&TéN×ýdÿÿmÿãéð'N×ýd'"É–Mÿÿdÿãêð'"É–&Té"ç×ýdÿÿmÿãêð'"É–&M"ç×ýdÿÿZÿãêð'"É–'"ç×ýdNÿÿ8ÿãêð'"É–'"ç×ýd"æÿÿdÿãþð'"É–&Té"è×ýdÿÿaÿãþð'"É–'"è×ýd"çÿÿdÿãôð'"É–&Té"ê×ýdÿÿZÿãôð'"É–&N"ê×ýdÿÿaÿãôð'"É–&"ç"ê×ýdÿÿTÿãôð'"É–&"é"ê×ýdÿÿdÿã„ð'"É–Téÿÿ¼=Õÿÿ¼ˆÕ&Kÿÿ¼ÓÕ&'K–ÿÿ¼ÀÕ&™ÿÿ 'Õÿÿ Õ&Ñÿÿ YÕ&'Ñÿÿ ¤Õ&'Ñ''' g gÿÿ¼ÎÕ&Ìÿÿ'Õÿÿ'9Õ'üÿÿ' „Õ&'üGÿÿ¼áÕÿÿfÿã\ðÿÿÿ¼9Õÿÿ¼9Õ ÿÿ¬%ÿÿ¬0'%%ÿÿ¬N&%'%%<ÿÿ¬’&%2yÿÿ`2ÿÿ&2%ôÿÿ $'%ô'%2ÿÿ B'% 0'%'%ô2ÿÿ¬¡'4—%ÿÿ `4ÿÿ'%4ÿÿ 2'%'% 4ÿÿ¬(ÿÿXÿã5{ÿÿ\ÿã ÿÿª´{)k äÕ!*3 ) '&'&'&54767676!32654&+#"3ýT§¥xi3333ix¨¨þ°þUþ°¨¨xi3333ix¦¦T–ŠìùøíŠþŠíøùìÕ10tfƒ„§©…„et1001te„…©§„ƒft01ûNêßÞèüqèÞßê¼9Õ /㺠!+¸ º+¸º(+¸(¸ ¸ÐAêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]¸ ¸и(¸1ܺ.+¸º" +¸"0132654&+'67654'&'! )=ŠìùøíŠl=R;4334;S>jc7>=7dþ–TMwiffixþ°þ°þjzWêßÞèV:2ƒST„2:Œ4:on:3 ateþø§©þ÷etak äÕ BZc32654&#67654'&! '&'&'&54767676) 5&'&'.546767675#"3èl=R;4334;S>jŠìùøíŠc7>=7OþUþ°¨¨xi3333ix¦¦T«T§¥xi3333ix¨¨ýj>S;4334;R=lŠíøùìŠd7=>7c²V:2ƒST„2:WêßÞèæþ>4:on:3ü901te„…©§„ƒft0110tfƒ„§©…„et10#W:2„TSƒ2:VèÞßê©3:no:4ÿÿfÿã\ð!ÿÿXÿã5{ïfþV\ð# !2.#"3267!Ü&'þ‹þL´u}æjkÐsÎììÎsÐkþ€¡ef¡87þËIDþøèçþøDIüÏÿÿ<ÿãéð'"É–'N×ýd"äd³?Q ´  ÔÔÌ2@ @@ 00 ]1@  § Ôì99ÌÌ0@  § ü<<@ §ü<<°KSX³ <<´§ ì´§ìY5!!d‰‘ƇûyÆ‘<Œ‰‘ÆðÆ‘Œ*Ü @  § Ôì99ÌÌ1´  ÔÔÌ2@ OO ?? ]0@  § ü<<@ §ü<<°KSX³ <<´§ ì´§ìY3'#'Œ‰‘ÆðÆ‘Üþw‘ÆûxˆÆ‘u³PQ ´  ÔÔÌ2@ OO __ ]1@ § Ôì99ÌÌ0@  § ü<<@ §ü<<°KSX³ <<´§ ì´§ìY'7!5!'7Pþw‘Æûy‡Æ‘ÈŒþw‘ÆðÆ‘Œÿù*Õ @ § Ôì99ÌÌ1´  ÔÔÌ2@ @@ PP ]0@  § ü<<@ §ü<<°KSX³ <<´§ ì´§ìY#737¡Œþw‘ÆðÆ‘‰‘ƈûxÆ‘d³PQÚ¶ ÔÌ2ÔÌ2@ PP_ _O O]1@   § Ôì9Ì2Ì20@   §ü<<@ §ü<<@ § ü<<@ §ü<<°KSX· <<<<´§ì´§ì´ § ì´§ìY5!'7'7!d‰‘ÆDÆ‘‰þw‘Æü¼Æ‘<Œ‰‘ÆÆ‘þwŒþw‘ÆÆ‘‹ÿù*ÜÞ@   § Ôì9Ì2Ì21¶ ÔÌ2ÔÌ2@__P POO@ @]0@   §ü<<@ §ü<<@ § ü<<@ §ü<<°KSX· <<<<´§ì´§ì´ § ì´§ìY3'7#7'ŒˆÆÆ‘þwŒþw‘ÆÆ’ÜþvÆüÅÆ‘þw‰‘Æ;ƈÂ3 7!!#c,þè4ªüÌÍÐcÍü̪4þèˆÂ3 #'!5_cÍü̪4þè3cýÔü̪4͈Â3 %!5!73ÂcýÔü̪4ÍëcÍ4ªü̈Â3 %'3!zcÍ4ªü̈c,þè4ªüÌÍd³?Q5!!!'7!d‰‘ƾÐyYþ¾ÐyþrÆ‘<Œ‰‘ÆJxÒðþ¶xÒÆ‘u³PQ'7!'7!5!!'7Pþw‘Æýç¾Ðyþ§ä¾ÐyŽÆ‘ÈŒþw‘Æþ¶xÒðJxÒÆ‘­ªs/&'."#"'&/#7!!267676767632ªÞ NZN !D:[P_cLW>bÍc,þèa NZN $A?VMbdKX=AW\)""!&OG='""'=`þè,cÍ_""!&V@>&""(WLc_P[:D! NZN WUA<(""&>@V&!""_ÍcýÔ`='""'=GO&!"")d³?Q53!!#d‰‘ƾW‘ƧýYÆ‘þ©¾Æ‘<Œ‰‘ÆW‘ÆðÆ‘WÆ‘ƒ!Ü3''#'5' Œ‰‘ÆW‘ÆðÆ‘WÆ‘Üþw‘ƾþ©‘ÆýX¨Æ‘W¾Æ‘u³PQ'7#'7!5!'73'7Pþw‘ƾþ©‘ÆýY§Æ‘W¾Æ‘ÈŒþw‘Æþ©‘ÆðÆ‘þ©Æ‘ÿù+Õ#757377¢Œþw‘Æþ©‘ÆðÆ‘þ©Æ‘‰‘ƾW‘ƨýXÆ‘þ©¾Æ‘d³XQ5! !d‰‘ƸW‘þÂ>‘þ©ýHÆ‘<Œ‰‘ÆW‘þÂþ‘WÆ‘\³PQ'7!' 7!'7Pþw‘ÆýHþ©‘>þ‘W¸Æ‘ÈŒþw‘Æþ©‘>>‘þ©Æ‘d³?Q !5!3#OüiÆ‘þw‰‘Æ—ðð Æ‘‰Œ‰‘Æ6ü¤Œ*Ü %'3'!!5ãÆ‘‰Œ‰‘Æ6ü¤ð˜Æ‘‰þw‘Æühððu³PQ !'7'7!#3e—Æ‘‰þw‘ÆüiððúÆ‘þwŒþw‘ÆþÊ\Œ*Ü 7#7!5!ÓÆ‘þwŒþw‘ÆþÊ\ìühÆ‘þw‰‘ƘððŒ*Ü%7'3'7!!5þw‘ÆÆ‘‰Œ‰‘ÆÆ‘þwhü¤ð‰‘ÆDÆ‘‰þw‘Æý¼Æ‘þwððd³?…(5!276767654'&'&'4#¸Æ‘þw‰‘ÆJ    E4;,-0+,;5D Æ‘‰Œ‰‘Æ  ð+,x>@9>*+u³P…(!"'&'&'&54676763"3!'7'üü¶D5;,+0-,;4E    JÆ‘‰þw‘ +*>9@>x,+ð  Æ‘þwŒþw‘d³?…;3276767654'&'&'&"#5!5!54676762#µM     ðýóÆ‘þw‰‘Æ 0-,;4‰5;,+0-,;4Eú   þÃððÆ‘‰Œ‰‘ÆM>x,++*>9A=x,+u³P…;54'&'&'&"3#"'&'.547676762!'7'7!#ÿ     MME4;,-0+,;5‰4;,-0 Æ‘‰þw‘ÆýóðúM   ð+,x=A9>*++,x>MÆ‘þwŒþw‘Æðd³PQM2676767676322676767'7'7"'&'&'&'&'&"#"'&'5§#$   "%'-0$+  ' ב‰þw‘’ 'Z&(%   "(&-0$ ”‘þw‰‘é $ -#% $, ' בþwŒþw‘’"*&  *&"”‘‰Œ‰‘d±PS%'!5!!'7'7!rë?þòÆ‘þw‰‘ÆAIë?Æ‘‰þw‘Æþ¿±2'Æ‘‰Œ‰‘ÆY2þÙÆ‘þwŒþw‘Æüÿø¶Þ 7'7Ãåvþ9ŠþÁ¨¡jý#©ìP•û©¡¨þÁÇuå]þWÂ)þ9Z, !#!5!,ðþrÆ‘þw‰‘Æ~ÄÆ‘‰Œ‰‘Ɖ[ !!'7'7!‰~Æ‘‰þw‘Æþr´Æ‘þwŒþw‘Æü<ZÿÊ,Õ !5!,ý‚Æ‘þw‰‘ÆŽÕûLÆ‘‰Œ‰‘ÆÄ‰ÿÊ[Õ 3!'7'7!‰ðŽÆ‘‰þw‘Æý‚Õü<Æ‘þwŒþw‘ÆÝÿù-÷ !7#7!ÝùÆ‘þwŒþw‘Æý÷÷üVÆ‘þw‰‘ƺd³b 5!3¸Æ‘þw‰‘Æºð Æ‘‰Œ‰‘Æ ý–‡z%#4'&'&'&"7#74767676 ‡ð>Æ‘þwŒþw‘Æ12^YzoozY^21êVJG@9!!9@GJVÆ‘þw‰‘Ɔvx]Y6006Y]xv.–Ÿz%4767676 7#74'&'&'&".12^YzoozY^21Æ‘þwŒþw‘Æ>ê†vx]Y6006Y]xv†Æ‘þw‰‘ÆVJG@9!!9@GJVñMÕ 7!!#7!3c,þè4ªüÌÍB[ccÍü̪4þè'wwdÿ#Pá '73#'7!5#3! Æ‘‰ððþw‘Æüi3Æ‘þwðð‰‘Æ—jÆ‘þwhü¤hþw‘Æð0Æ‘‰þ˜\þ˜‰‘Æð±]"ˆ4276767654'&'#7!! '&'&'&54767< <>7OD®HL:< >Íc,þèa/11/a_trþòrt_a/11/a;LJVS”=7# :;LJSVJL;þè,cÍepv†ƒvpeZ5005Zepvƒ†vpe’]ˆ47 '&'&'&54767!5!#2767>54'&™©a/11/a_trþòrt_a/11/aþè,cÍ> <:LH®DO7>< ªepv†ƒvpeZ5005Zepvƒ†vpeÍcýÔ;LJVSJL;: #7=”SVJLd ?Q5!d‰‘Ƈ ¾‰‘Æðd³?ú!!dÛûyÆ‘þwúðÆ‘‰ã*Ü3'#㾉‘ÆðÜþw‘ÆûxŒÓÜ#'ÓðÆ‘‰Üú$ˆÆ‘‰u PQ!5!'7Pú%‡Æ‘‰ ðÆ‘þwu³Pú'7!5Pþw‘Æûyú¾þw‘Æðã*Ü!37ãðÆ‘þwÜûxÆ‘þwŒÓÜ!#73Ó¾þw‘Æð‰‘ƈÿÿdÿ‡P}'#«,#©þÔÿÿ`ÿùVÜ'#ªþÔ#¬,ÿÿdÿ‡P}'#©,#«þÔdÿ‡?}'5!!!!5J扑Ƈûy´´‡ûyÆ‘þw‚按‘Æð´´ðÆ‘‰Œ_UÜ73'#'#'3Z按‘Æð´´ðÆ‘‰Œöæþw‘Æûxˆ´´ûxˆÆ‘‰uÿ‡P}'7!5!'7!5!'7jæþw‘Æûy‡´´ûy‡Æ‘‰‚æŒþw‘Æð´´ðÆ‘þwŒ_ÿùUÕ%#73737#ZæŒþw‘Æð´´ðÆ‘þwŒß扑ƈûx´´ˆûxÆ‘þwÿÿdÿõP'#Õ¾#ÚÿBÿÿdÿõP'#Ù¾#ÖÿBd³?Q%'7#5!7!!!!!!~—@üS‘þw‰‘S r—@?þdVòý±ý±KKùÑWoS‘‰Œ‰‘SÆWo – 6KKd³PQ!7'!#5#53533'7'7#'5!)KKþˆ®ØS‘þw‰‘SØ®ØS‘‰þw‘SØ®þˆKK7KK–þ‰×S‘‰Œ‰‘S××S‘þwŒþw‘S –KKu³PQ3'7'7!'7!5!7!5!!7'!6—@üS‘‰þw‘Sýôr—@þÁœVþOOKKþ3WoS‘þwŒþw‘SÆWo – þÊKKd³?Q!!5!!‹´ûìS‘þw‰‘SûLK7 S‘‰Œ‰‘S K‹)Ü#'3'#' R’ŠŒˆT K´ûLRŠþvRûì´Ku³PQ7'!5!'7'7!5)KKûLS‘‰þw‘Sûì7KK S‘þwŒþw‘S ‹ÿù)Õ737#73KK TþxŒþv’R !KK´ûìRþvŠRd³PQ7'!!5!'7')KKübKKþý¢S‘þw‰‘S^S‘‰þw‘7KKKK S‘‰Œ‰‘SS‘þwŒþw‘‹ÿð)Ü7''3'7#7KKKK S‘‰Œ‰‘SS‘þwŒþw‘KKžKKý^S‘‰þw‘Sý¢S‘þw‰‘ÿÊ Å #7!##ÛSqýÍc,vãqü¬jŽü­qâu+cÍýqSµÿ汮 '#5!#5'5yü®rât*dÎýpRøü®pâÎdýÔvýpTjµ!± 753!5373ãü®pâÎdýÔvýpTjYRrýtýÖdÎâpü®! %3!'3FRrýtýÖdÎâpü®ïRpýÎd,vâpü¬jd³?Q!!!5!!!?ûQv9üiþw‰iéûÇv¯2v i‰Œ‰i vu³PQ!'!5!7'!5!7!u¯vûÇéi‰þwiü9vûQÒv iþwŒþwi vZ³5Q''#5!773›þþ›âÆ‘þw‰‘Æcþþc« ›þþ›Æ‘‰Œ‰‘Æcþþcðu³PQ#5377!'7'7#'ès«cþþcÆ‘‰þw‘Æâ›þþ ðcþþcÆ‘þwŒþw‘Æ›þþŒ*Ü!#!5!5!5!'3'!!!!ÓðþüþüÆ‘‰Œ‰‘Æþüþü,Ò‚Ò6Æ‘‰þw‘ÆþÊÒ‚ÒŒÿù*Õ3!!!!7#7!5!5!5!ãðþüþüÆ‘þwŒþw‘ÆþüþüÕþÔÒ‚ÒþÊÆ‘þw‰‘Æ6Ò‚Òd³?Q5!35!%5!!—ÿªÿú%‰‘Æ5þËÆ‘ ðððð2Œ‰‘ÆðÆ‘Œ*Ü3#3#3'#'ãðððð2Œ‰‘ÆðÆ‘¨þªÿÜþw‘ÆþÊ6Æ‘u³PQ#5##5'7!5!'7ÿªÿÛþw‘ÆþË5Æ‘úðððð2Œþw‘ÆðÆ‘Œÿù*Õ#535#3#737Óðððð2Œþw‘ÆðÆ‘-þªú$‰‘Æ6þÊÆ‘d³?Q #3!¨Æ‘þwðð‰‘Æ— Æ‘‰þ˜\þ˜‰‘Æðu³PQ '73#'7!5 Æ‘‰ððþw‘ÆüiúÆ‘þwhü¤hþw‘Æð7^?¦ 5!5! !!ÏÒÒäüŒýÜ$äüTÒÒ_æýi$$þÛþ6~ '33 !!,ÒÒ_æýi$$þÛþpÒÒüäŒ$ýÜüäH^P¦ 7'!! !!¸ÒÒüäŒ$ýÜüä°ÒÒ_æ—ýÜýÜ%þ6ÿÍ~Õ 7##% !!ˆÒÒ_æ—ýÜýÜ%þeÒÒäüŒýÜ$äü6~!!!'33 !!Yþ†þòKÒÒ_æýi$$þÛþzþ†zŒbäÒÒþJ¶Œ$ýÜþJ¶6~ #!5#3'3!3! !çÈvÈ_ÒÒÑÈürÈþÛ$$þÛpüˆllxÒÒýþ|„`$ýÜ6~ #!5#7'3!3! !çÈvÈ_ÒÒÑÈürÈþÛ$$þÛäýllìŒÒÒýþ|„`$ýÜ6~ 3!3! !%#!%!5#3m´ür´þï$$þïþM›ÿ–ÿ›2„þ|„`$ýÜŒüˆlz––û†lx6~ ! !!!!%'33'37ZþÜ$$þÜ$þÛþþÛöÒÒ_æ_ÒÒ^ttä$ýÜþÜý@ÀŒÒÒý@À$ÒÒtt6~ %3'3#!5'3!3!! !!'37Í_ÒÒ_Èv<ÈürÈþÛ$þÜ$$þÜ$þÛ-ÒÒ^ttøTÒÒý¬llŒþ|„<$$ýÜþܰÒÒttH^P¦ !5#35!7'!!! ¸üˆllxÒÒýþ|„`$ýÜõÈýŠÈ_ÒÒþ/ÈŽÈ%ýÜýÜ%zMÕ 7!!#!#‰c,þè4ªüÌÍÄú¤wccÍü̪4þèžwú¢ÕzMÕ !5!735!3>cýÔü̪4Íû<\wrcÍ4ªüÌübw^ú+6ÿÍ~ 3'3#?! !! !Í_ÒÒ__ÒÒ-%ýÜýÜ%þÛ$$þÛe ÒÒüõÒÒŒýÜ$ó$ýÜu³PQ)5A '7#"'&'&'&'#53676767623'7$"!&'&'!27676Pþw‘ÆÝ?>KJ°JK>?|{ ?>KJ°JK>? ÜÆ‘‰üf\(( ~ (gþ†  ((\(( <þw‘ÆIB:" ":BIðIB:" ":BIÆ‘þwþ¶ÿÿ`ÿùVÜ'#¬þÔ#ª,uþ7PÍ'7!5!'7!5!'7!5!'7Xøþw‘Æûy‡ÆÆûy‡ÆÆûy‡Æ‘‰øøDøŒþw‘ÆðÆÆðÆÆðÆ‘þwŒøøŒd³?Q5!3!!#!d‰‘ÆÔðÃþ=ðþ,Æ‘<Œ‰‘ÆJþ¶ðþ¶JÆ‘u³PQ'7!#!5!3!'7Pþw‘Æþ,ðþ=ÃðÔÆ‘ÈŒþw‘Æþ¶JðJþ¶Æ‘d³PQ%#!5!3!'7'7!ÒðþÖÆ‘þw‰‘Æ*ð*Æ‘‰þw‘ÆþÖÀJÆ‘‰Œ‰‘ÆJþ¶Æ‘þwŒþw‘Æd³?Q5!3333####!d‰‘ÆHðdðûûðdðþ¸Æ‘<Œ‰‘ÆJþ¶Jþ¶ðþ¶Jþ¶JÆ‘u³PQ'7!####53333!'7Pþw‘Æþ¸ðdðûûðdðHƑȌþw‘Æþ¶Jþ¶JðJþ¶Jþ¶Æ‘d³PQ%####533333'7'7#ŒdŒäÆ‘þw‰‘ÆäŒdŒäÆ‘‰þw‘ÆäÀJþ¶JÆ‘‰Œ‰‘ÆJþ¶Jþ¶Æ‘þwŒþw‘Æ7Ä?@  !}–þB¾Jì,–Zþœ¾¾þœ´uÄ}@ 7'!5! 7––xû¶J¾þBì––ð´dþBþB7Ä}@ 7' ! 7––ü¾þB¾Ê¾þBü¾–ì––ðþœ¾¾þœdþBþBd<,– 'Õ !!!F^ƒý×þ5ý׃_`ÍÌÅú+Õþðþëý®Rbÿãð!mº+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]º+¸º +¸0176! !&'&#"32767!! '&b  '& Q(þ‰ 5||jj||5 w(Q þÚþÙ  êsÊÉÉf’)råþèþèår)’fÉÊÉs;ÿãe 0563 #"'&547632654'&#"3276767&#"0’j/‡<F½“£ªh|olÔnh'8 _§S}()G:3?1&QŠ‚3!eÜ$þût·qƒþ¹z[n¸Ì ERAIo:«ü±I-.$,Q?I­ŒY¼áÕ !!!!!áûÛ¤ý\¤ý\Õú+#6#6#¼ÿ¡á43!!#7#3!!!!3 !ûÞ&ýÝOªaþõeaþ:!ƒaa¼a4_ú+__#6#6#þÝþÊþÝþÊ6`ÿâz¸$273#"'&'#7&'&$32 &#" 32$767&'&êI¸‰oFcÉþˆÌξ<h·²E(iÇxÎÌýuЋ†‡þõPRRhý!&)ƒ‡† QSS9YZ¨X|¯þŠþ›Ëg €ÜIH»veËû£yKŽ”  ”çüvGŽ”  ”d“Á ²¸ @ ú/Î91/îî90 !!!Éþºþ#-3úmVüªÁú?“Á !!ÉGýs°ýÍ“ýÍkVû?Áú?•ÿü—Ø%&76763!!"!!3!!"³Æef²Å¿ý¢{wC"øû"Bw}¢îüÿØ_cdˆ´¸ZdùAAx>@ú?=wBCù•ÿ¡—3"*c¸/º+¸º +¸ º+¸¸¸ܸ и¸и¸и¸!и¸#и¸*и*/01%&'&54$3!73!!!!!!##!!Êa[³ÆÉgÑÞ"þuåýÌu©ý ݤ¡¥ïC"5Nþ"BwCH3cdÄÄhÂ[[ùþˆúþˆù[>x>@ú?=wB%Ùv'‹% '&76)! !!)Pþ°Œ››]×þ)þà7Kyü‡K1&×vo{ ‡oØ%2lÜc<'Ø•ÿü—Ø%#!5!276767!5!&'&'&#!5!2°Øüÿî¢}wB"ûø"Cw{¢ý¿Å²feÆ_cùCBw=?ú@>xAAùdZ¸´þxþœ•ÿ¡—3"*k¸/º +¸º +¸º+¸º+¸¸ ¸ и¸и¸и¸!и¸#и¸*и*/01#!#7!5!!5!!5!733>767!7!&'&'&'ba\²ÆÉþ™ÑþþÞþÞpuþ4uýW÷Ýþ\¡¥ïC"ýËNç"BwCHÁ3cþœÄÄþ˜Â[[ùxúxù[úÂx>@ú?=wB%Ùv'‹ )5! 765!5!4'&)5°PŒ››þ£þ)× 7Kü‡yK1þÚþ)‹o{þàþë‡oØ%2lÛd<'ØÈOl ¸/¸/013!ȇlû”–þw²Á@ýüúppÔìÔì1üìì20!!!!–þ¨ý”þ¨Áø¶)ù×–þu²¿@üýúppÔìÔì1ü<üü0!!!–XlXþuJù×)ø¶)þw“Á O@  ûûú  ÔÄÜÄÄ91Äüìî990@ &#)  ) ( ) 8 ]]!! !!5 Bü’lý’¥ú–ºý_Áþ÷ý{ýNþö¬²Ù Ûø·§¦ÔÄ1ôì0!!ÙúþøìÙÛ !#!5!3!!5!Ñîýö î ýöýbìbþžì´îîd-ÕWº+¸¸и¸и¸ и¸и /º+¸º+¸¸¸ и¸ Ð013#!!#!5!QîîîîþîþíÕÌAþìþîìîÿÿÿBìÕëRÿ›>. ¸/¸/013`ýòÝe“ùmóÁ%73% %#'mþ†vzîzvþ†zvþ†îþ†v‚ÚÍÛµþKÛÍÚÚÍÛþJ¶ÛÍÑ9‰·üì1ÔÌ0!!Ñhþ˜‰þ}Lÿ×Z² n@*      %  º@  ÔÄ91Äüì90KSXÉÉÉÉÉÉY"3##'%ƒ×`ý²wþÍ‘%hß²•ùºN7ý…ÿÿLÿ×Zv&$2ND†ÿÿIÿ×Ze&$2"憼·ï #.%"&'&'#"'&547632676;#";%27&#"žMq7;J;Nw^ccW–Mq7<K:NwQJ‰mˆnJýŠkˆmZ-1c·@DU3‹6IqtÄ»o@DU3‹6IËÊóÊÍÊó?FZb|¼·î !,767632#"&'&'#"'&54763227&#""327654&TJ;Nw]ccX•Mq7;J;Nw]ccX•Mq7;þÊŠkˆmZ-1bôŠkˆmZ-1bÿ‹6IqwÁ»o@DU3‹6IqwÁ»o@DUþRÊó?FZb|ºÊó?FZb|Ù‰Û‹%!3!Ûúþð‰ûîÔ%!!ú!3üúúÔû&ÿ¥Ô5¸/º +¸¸ ܸк 9¸¸и¸Ð01 !!!#4'!&'7!&'&fX3þ2jO\-*þÿ‘û u N#ˆþ±Q(H?îæývq¥­ú-..-xyþÌþ)‡‚qíÿÿÜϸ/¸/º901 5'7%%' 6^ýw=«<ÎþP Fpþ3ŽŠþ7Ï; B<Ô>b_kéõ½“þ™y»ðõPRÕæêP¨þX”/3#¨ìì/ø)bþXÛ/ ;º+¸¸¸и¸и/¸/º9º 901#'%3%”ìþô:Fì ;Eüdše¼ìüœ›eæþXW/3#3#æìì…ìì/ø)×ø)bþXÛ/{¸/¸/¸¸Ð¸/¸ܸи¸ ܸܸ ¸и¸ и¸и/¸/¸ /¸/º 9º 9º 9º 9013737##'æì™ìI;„ì™ìJ:Ó\ü,Y{ý *eLû£ÕXüƒõ+e5J¢!!! 5E‰Gþ™¤¤¢û^üú5J¢!!!5f¤¤gþ¹þw¢üúû^5J¢76! !4'&#"!5o{ ‡oþê.8‰&$C'$Cî$CÜþ.b 9EP'&'7767'&'&'&54767676767676&67>54'&'&'m; }J " mDŸK6Þ>>?J " mDŸK6Þ?JKVXKK>? 'œU5O9Œ:[þí"ýÆ$S13(*# þƒ’b11S$ Oþ. Yeit%'&'776?!'&'7767'&'&'&54767676767676&!67676&67>54'&'&!'¿ mDŸK6Þ>>?J " mDŸK6Þ?JKVXKK>? 'œU5O9Œ:[øœU5O9Œ:[þí":;PL­KJ} Tþn$S13(*# þ`Ûþ%/’b11S$ 0þ. P y}Œ˜%'&'7767'&'&'&54767676767676&!67676&!67676&'&'776?!'&'776?%!)!67>54'&'&² mDŸK6Þ>>?J " mDŸK6Þ?JKVXKK>? 'œU5O9Œ:[øœU5O9Œ:[øœU5O9Œ:[þí":;PL­KJ} þÕœU5O9Œ:[ûþàœU5O9Œ:[ûºÛþ%ÛþT’b11S$ rþn$S13(*# þ.î ?#4767676767676&7%7&'&'&''&'7767U¬%#B<\  mDŸK6Þ&œU5O9Œ:[Ï %AAYw8þÑ'~ˆ2:)+üœU5O9Œ:[š01<þ.Ë ;CPY676?67676&7'&'7767&'.'&4767676776'&'&»€X', mDŸK6ÞFT<;óOm3F  þâœU5O9Œ:[ &?Ç,@FF-'q9:80/òþÚn2/ÿÿz -'$1C¤'$1ßþš$1ÿ©þšÿÿz -'$1ÿ©¤'$1ߤ$1Cþšÿÿy¡á-'$1ÿ¨¤$1ÿ¨þ›ÿÿz -'$1ÿ©¤'$1ߤ'$1ÿ©þš$1ßþšÿÿÙ Û &$+$1ÕƒÙ]g­ !!!!!!ÿhþ˜hþ˜ûÛ¯üQ­þ}þ¶þ}›ìÿÿÙÿøÛ '$1ýò'$1ƒ'$1¢ýý'$1¢ƒ$+ÿÿÙÿ»ÛH&$T'$1Ö¿$1ÔýµÙ²ÛR#"'&'&'&#"5>32326Ûj³`k›^X¬bi³an“ ›^V©RôPE:=MSôNE;=KÙ²ÛR3276767632.#"#"&'Ùg©V^› “na³ib¬X^›k`³jRUK=;ENôSM=:EP† .ù).#"3".54>3232654H#"&&YƒH32æT;V©gj³`VnsÌuU32326!!Ûj³`k›^X¬bk²`k›^V©ûeúþôPE: =LTôPE: >K¯ëÙ'Û##"'&/&#"5>32326!!Ûj³`k›^X¬bi³an“›^V©ûeúþ#ôPE: =MSôNE;=KþFíÙÛ%6767#"'!!'7!5!7&'&5>32-Û]q{@i³aBLjuü鯩„ÿ¢”ZvQ]Sei³an“-ï±þ¼9@;ôOEœíþÙi¾íÛ0(#VôNE;gÙKÛ##"'&/&#"5>32326!!!!Ûj³`k›^X¬bi³an“›^V©ûeúþúþôPE: =MSôNE;=KþFíÓíÙÿÁÛ/#"'&/&#"5>32326!5!7!5!7!!!!'Ûj³`k›^X¬bi³an“›^V©üjþû«”ýÁä`¼þU“>ýa½ôPE: =MSôNE;=Kû™íÓ튄íÓ튄ÙÿPÛÏ3%#5!7!5!7/&#"5676326767!!!!'¢ÉHrþF9e•dXVVbiZYan“)@¼Ä‚$TgjYVeHÆý»r·üʉÅKíÓí¸ ='&SôN#";Qkî&UôP#!†íÓíûlÙáÛ#;C@!.9* 1§ §"§9*§1<-<Ô<Ä21ÄÔìÜìîÜîÀ9999990#"'&'&'&#"5>32326#"'&'&'&#"5>32326Ûj³`k›^X¬bi³an“ ›^V©gj³`k ›^X¬bk²`k›^V©#ôPE:=MSôNE;=Kþ³ôPE:=LTôPE:>KÙÛê3&#"5>323267#"'3267#"''&#"5>32RX¬bi³an“^Ì[,#V©gj³`;L3RV©gj³`m–^Ì^,$X¬bk²`;Lõ.MSôNE;Eþç KUôPEž/KUôPE=þÛE# LTôPEÙKÛ7;#"'&/&#"5>32326#"'&/&#"5>32326!!Ûj³`k›^X¬bi³an“›^V©gj³`k›^X¬bi³an“›^V©ûeúþFôPE: =MSôNE;=KôPE: =MSôNE;=Kü†íÙÿæÛ7S#"'&/&#"5>32326#"'&/&#"5>32326#"'&/&#"5>32326Ûj³`k›^X¬bi³an“›^V©gj³`k›^X¬bi³an“›^V©gj³`k›^X¬bi³an“›^V©†ôPE: =MSôNE;=KôPE: =MSôNE;=KôPE: =MSôNE;=KÙKÛ#3276?632.#"#"&'!5!5Ùg©V^›“na³ib¬X^›k`³júþúþUK=;ENôSM= :EPþåííþ@ííØ×Û¯  %5 % $%5$[þáþœg&Yþ¢þà%Zþ£þÞþàþh¦ô•¦ô—³¦ô—¤ô—Ù6Û@976767!!"'&'&'!5!!5!676762!!&'&'&[6/0²þö7VYÎYW6 þö³0%AA%0þM 6WYÎYV7 þN0/%'H:fá<0[2332[39áa?H'N'H?aá93[2332[0<áf:H'%Ù`Û@ !5!676762!!&'&'&!![A%0þM 6WYÎYV7 þN0/ýHúþd'H?aá93[2332[0<áf:H'%ýÜãÿÿÙ'Ûô'$1ÑkùÿÿÙÿÛñ'$1×h&ù$1Õý ÿÿ×ÿCÛÀ'$1¢ý=&ùþ$17ÿÿÕÿCÙÀ'$1 7&ùþ$1ý=ÿÿÉÑ·('$1ÿøþË'ùÜ$1ÿøŸÿÿÆÑº('$1þË'$1ŸùíÙ'ÛÛ 654'!#&547!5!!!!5ß((þ÷''·þ»þºFúþ2<:4.@>0773;ëë0>>0ííÙ'Û·#!!!!"32654&'2#"&6Ùúþúþ‚HdcIHdeGBz0/11-0|D¿ÁÛëÜíîdbcGHd¢3/0xDCy-03¿ÁÙ'Û¡!!!! &!56Ùúþúþ‚áàþÿþæéÛëÜíz—ô—•ô—Ù'Û¹!!!! 3# Ùúþúþ$´×…ÛëÜíõýcKþµÙ'Û¹!!!!33#Ùúþúþ$Þ…×þý´ÛëÜí’þµKýcÙ'Û­!!!!!!%Ùúþúþ«fpqeþÞqþÛþÜpÛëÜí2Tþ¬Ôþ¬ÓÓTÙ'Ûž !!!!!3!Ùúþúþ‚•,Ö€MüæÛëÜíYþz¤ü±Ù'Û!6=Q!!!!53#5#"&4632264&#"%!3267#"&546324&#"#"3###535463Ùúþúþfuu9&CWWC%:4%''%%''‚þð2.$M()R)cmk^Vgx&"*DAcct99BFÛëÜí/Ãþ4 k¨jþö6h66h6k!))Yd[Yeg/!(&#LSþèS;9Ù'ÛJ-!!!!>32#4654&#"#4&#"#3>32ÙúþúþÄ![6]b®"&16®(26®® S28VÛëÜí»35uoþ² :5SNþó[5SMþò%Q//7Ù'Û:%)!!!!#546?>54&#"5>323#Ùúþúþ¹µ!5 0+)^2Òþ°o¿ýÁr±üÏvÇ8ÌOrþ?AÊëÚftëÔêÔëÚgsëÔêÙÿiÛ™ !!!!!!!!ÙúþúþúþúþÚï®ëûªï®ëÙÛ¨ '@  § ö Ô<Ä2291/äüÌ90%!5 5ÛúþüúþîîîÆÑÑóPëNÙÛ¨ '@ §ö  Ô<<Ä291/äüÄ907!!55%Ùúþúþîî´ôþ²ëþ°óÑÚÿ&Üð!!5!5 5ÜúþúþüúþÚÚ6ÚÚÆÑÑóPëNÚÿ&Üð3!!!!55%ÚúþúþúþÚÚ ôþ²ëþ°óÑÚþ†Üð!!!!'7!5!7!5!7 5º"þ3Iý>~­þ×ÔHýäÇ~­üúþ6Ú\Ú ˆÚ\ÚŸˆ¯ÑÑóPëNÚþ†Üð!!!!'7!5!7!5!755%º"þ3Iý>~­þ×ÔHýäÇ~­üúþ6Ú\Ú ˆÚ\ÚŸˆ¯ôþ²ëþ°óÑ”ÿºËH 5 5ËüÇ9ûÊ6üÿüÇ9ûÊ6Nþ3þ3úQìQúþ3þ3úQìQ”ÿºËH 5555”6ûÊ986ûÊ9Núý¯ìý¯úÍÍúý¯ìý¯úͯþòQ#+#&'#67&'&'&767&'36736'&ááDD59gi;5FDááDD59gi;5F¾GAGþòWe‹÷ÂÒêƒd•YVe‹÷ÂÒêƒd•ªÛ˜®ÆÛ˜®ØÿìÛš&%5%67$%'5$7þþÎd0§Çw³ÄþüßL,þ¦þƦÇv±ÆÞô©‘Sþá)^ôo'·ô¤þoS*[ôn&Ùÿ÷Û…%57%'\þ»ïZþ-§»Võþ‰œý‘ƒ»ñpRÌ©ìwSÃXúþ¡¶úáþÙTÙÿÛ %'7'75%%5XEïZÓüÿ§»Võwœýíoƒ»pRÌ©ìþêþ‰SÃXú_¶úá'TÙÿÛ(%%!!'7!5!7%5%<âÂlSþUCîýÍBuý;LÌ6þ¥ªSþ·]Ì5-šXôdËsó”ÅîåE îü…ëµEÙÿÛ(7'7!!'7#5!75%7%5„Ö¶DóýXFîüÂLÌ6â2.þ µBþ =^̱2*Ï‚ë²ÏîåE î\ófÇuô•EÙÿSܨ$%#"'&'&'&#"5>32326 5Üj³`k›^X¬bi³an“ ›^V©füúþóôPE:=MSôNE;=KÑÑóPëNÙÿSܨ$%#"'&'&'&#"5>3232655%Üj³`k›^X¬bi³an“ ›^V©ûdúþóôPE:=MSôNE;=Kôþ²ëþ°óÑÙÿÜ(14%3267#"'&'&'&''75>32%5%%%P ›^V©gj³`s‡;Ì3QOVbi³a Zþ·^Ì0Qþ[FëýÏlä¢=KUôPE: ®E“$&SôNE†ëµE“XôbÎró“f5-ÙÿÜ(143267#"'&'&'&''75676?5%7%57'èóýWR9? ›^V©gj³`s‡\GEÌ)VbiY13:þŸ³Dþ ?\ָ̼Ü‚ë²ö=KUôPE:$ÎEx&SôN# ©]óeÈuô–EýÎ2,Ðÿ Ül 55% 5Úúþwüúþ¢ôþ²ëþ°óѧÑÑóPëNÐÿ Ül  5 55%Òüúþûúþ¢ÑÑóPëNâôþ²ëþ°óÑÐþ<Ü<!%7'%%'75%7%57%5%eöÝø\þi4Ëþ"*ýPWÒ<þ› 2þ."ýθWÒþŸÿã˜94 Zô_Økó†‘ë´þ“3ü^óaÔmô‡‘“ë·g3ýÙ;5Ðþ<Ü<!%7/%5%%'%5%75%—F?Œ?8Ôý‹¨]Ò]ˆþ 'ý± oý_\Ò\þq'ýãVáÖ 1“ô±3þ{f네‹ôЇ‘ó°þ3…i놣Žó‹ÙÿÛs %5$Ûþþdœþoüs=þ==þþÊ|ì|ÙÿÛs %$Ùsüþoœþd=6þ|ì|þ6==Ùþ–Ûy%5%5$Ûþ>üÀV¬þþ„|þü}ƒ0þƾ´î…ëÿUSþÿþáx„ì|€Ùþ–Ûy%%$Ù¬VüÀþ>ƒü}þ|þ„0¡…î´þBÆþ€|ì„þˆSUÙþñÛy(%#"'&'&'&#"5>32326%5$Ûj³`k›^X¬bi³an“ ›^V©gþþ„|þü}ƒ‘ôPE:=MSôNE;=K ÿUSþÿþáx„ì|€ÙþñÛy(%#"'&'&'&#"5>32326%$Ûj³`k›^X¬bi³an“ ›^V©ûeƒü}þ|þ„‘ôPE:=MSôNE;=K þ€|ì„þˆSUÙÿJÛ>67%'&%5$%Þm³¹UåÜÉþ¾šÎ ûþ̰<ÈÎþ STIGynŒþʳlþôqÜþÊŸþBø[,ì=™qBü« ÙÿJÛ>67&''67&'Öm³¹UåÜÉBšÎ û4þPþÄÈÎôSTIGnŒ6³m rÛ6ÿŸäBþ \,ì<™ýŽBU ÌŠèx!!"3!!"'&5476²6üÊn˜LNl6üÌ×ƒŽŽŒxáš|~KM᎚ÏÙŽÌ…èx2#!5!27654&#!5ÌŒŽŽŒÎüÌ6fTL˜nüÊxŽÙÞŽáME‰|šáÌÿ<èÎ%&'&763!3!!!!##"3ˆ²|ŽŽŒÌpÞpRþh¦>ý|mÝ´¤Àn˜LNl› ”Žeþ›áýòáþ£>šmoKMÌÿ4èÆ#!#!5!!5!3 32654'&#,²|ŽŽŒÌþúpÞpþ®˜¦ý„mÝ´¤Àn˜LNlg þlŽþ›eáá]ýÂýòšmoKMÌè%!!!!"3!!"'&76èû²6üÊn˜LNl6üÌÎŒŽŽŒÑÑášmoKM᎔ŽÌè%!52#!5!27654&#!5´û6ÌŒŽŽŒÎüÌ6lNL˜nüÊÒÒÒCŽþlŽáMKomšáÌÿè&%!!'7!5!7&'&763!7!!!!#";>ªýQÎ=þèZ&¬zŽŽŒÌQÎ<Kþl¨<ý{¿n˜LNlÑÑýB»Ñw|”ŽýB»áýòáïšmoKMÌÿè &327654'&/!5!7+!!'7!5!7!5!ªXlNLL0<ßý[íRÎCnVŽŽŒÎ%výFQÎ<þµŽ&þLü&MKomM0 áþBÑ"WþlŽsÒýB»ÒsáÌÿ9è %!!'7!5!7!"'&763!!"3!!P˜ý®±@þjPhþüÎŒŽŽŒÌ6üÊn˜LNl6þv2ÑÑÇHÑuŽ”ŽášmoKMá-Ìÿ9è!!'7!5!7!5!27654&#!5!2)3@˜ý®±@þjPhýH6lNL˜nüÊ6ÌŒŽŽ}G.HÑÇHÑtáMKomšáŽþl5J¢!32765!! '&57!!5/<‰8.o‡þëþà{o%ÄHb"þÞbHw+ýÕÐ=OOCÊ+ýÕþ£››Œ8FÅIcxcIÿÿ5J¢&$B$1º5J¢!!32765!! '&3##5#5355/<‰8.o‡þëþà{oMŒŒ„ŒŒw+ýÕÐ=OOCÊ+ýÕþ£››Œ)Œ„ŒŒ„ŒÙÛ¬!!!!Ùûéúþ¬ëý*ëÙÛ¬!5!!5Ûúþûé¬ûTëÖëÙÿÛU !!!!5!ÙûéúþUëý*ëþlëëÙÿÛU !5!!5!5!ÛúþûéúþUûTëÖëùÀëÙ…#!#…ëý*ëúþûéÙ…33!3ÙëÖëûéúþ»ÿãù$3?"2767>54&'&'$  &'&'&547676!!#!5!»ÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cbÜ8þÈÈþÈ8\##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcb¢þÈÈþÈ8È8»ÿãù$37"2767>54&'&'$  &'&'&5476765!»ÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cb$8\##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcbý^ÈÈ»ÿãù$3?"2767>54&'&'$  &'&'&547676''7'77»ÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cbâÝÝÝÝÝÝÝÝ\##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰ŒvwcbþŸÝÝÝÝÝÝÝÝ»ÿåù"=A32767>54'&'&'&#"'67632#"'&'&'&5476' ED"#FDSRcbSUDED"#DFSRcbSUÒbxw‹Œvwc`2111abxw‹Œvw`c1211aGÒE¨acSSFC##"#DE¨acSSCF##"#Ib0111cawvŒŠxwbb0111acvwŒŠxwýŽF»ÿãù$7!!"2767>54&'&'$  &'&'&547676¦hþ˜ÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cbEþ}š##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$ 5O"32654&'2#"&>"2767>54&'&'$  &'&'&547676[HdcIHdeGBz0/11-0|D¿ÁíÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cb.dbcGHd¢3/0xDCy-03¿ÁŒ##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$+E %#'-73%&"2767>54&'&'$  &'&'&547676æþø=þõˆþõ= þô= ˆ îÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cb‹‹q“þí“q‹‹p‘þí‘Þ##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$!;/°/°3±í±í°°Þ°2±í±í°"/°#/°//°0/01!!!!"2767>54&'&'$  &'&'&547676äìýìý×ÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cbf¬p®À##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcb»ÿãù$37"2767>54&'&'$  &'&'&5476765!»ÂTSEFDDFESTÂTSEFDDFESþÁîbc1111cbîþìîbc1111cbCj\##EF¦c`¦FE####EF¦`c¦FE#ëdbcwvŒ‰wvcbddbcvw‰Œvwcbý^ÈÈÿÅB œ°/°3¹ í¹í°° Þ°2°2°2¹í¹í¹ í¹ í° °Þ°2±…í±…í°/°3¹ í¹ í°° Þ°2° 2° 2¹í¹í¹í¹í°°Þ°2¹í¹í01!!#!5!%!%!!¾8þÈÈþÈ8þoêûNzú†þÈÈþÈ8È8WüèÍúƒÿÅB c° /° 3¹í¹í°°Þ°2¹í¹í°°Þ°2±…í± …í°/° 3¹í¹í°°Þ°2¹ í¹ í015!!%!!¾8üoêûNzú†ÈÈWüèÍúƒÿÅB N°/°3¹ í¹í° ° Þ°2±…í±…í°/°3¹ í¹ í°° Þ°2¹í¹í01   ' '!%!! NNþ²Nþ²þ²Nþ²êûNzú†]þ²Nþ²þ²Nþ²NN¥üèÍúƒÿÅB !!!%!!¦hþ˜þ¿êûNzú†Eþ}³üèÍúƒ¯¡¤3!!#¯ØúæØ¤ýšØý𝡤3±?°3°/°3±’í±’í°/°/°/°3°3°3±’í±’í01#!5!¡Øúæ¤ú\fØf¯¡¤!5!!#<ýsòýsØÌØØû4¯¡¤/±?°3±’í±’í±’í±’í°/°/°/°3±’í±’í01%3!!5<ØúØÌû4ØØ¯¨¤3!!#¯Ø!ýߨ¤ýšØý𝍤 !!!#3!¨ýß!ýߨØ!>ØØþr¤þr¯¡¤ N±?°3°/°3±’í±’í°°Þ°2± ’í± ’í°/° /°/°3±’í±’í±’í±’í± ’í± ’í01!!!#3!¡úæúæØØ>ØØþr¤þr¯¡¤ #!3!!#‡Ø°Øjü–ؤú\¤ýšØý𝡤#!#!3!!#‡ØˆØ°ØºþFؤú\¤ú\¤ýšØý𝡤#!!!#3!‡Øòü–jü–ØØj¤ú\¤ýšØØþr¤þr¯ÿ3¡q!!'!#3!ÎÆþ»RýNþ“ÆEþ†ØØÚqYý&ØüÍYÚýš¤ýš¯ÿ3¡q!!!!'!#3!7!ÎÆåòý®`²üîþóÆåþæØØ:À`þ&qYýþØØØý¥Yþr¤þrþPØØ¯ÿ3¡q !!'7#3!##¹Æþ»gþ9þ“Æ4|Øý;؈µµqYý&ØüÍYt¤ýšfú\¤û+—¯ÿ3¡q3!!!'7#3!##?!ÛÆååþ»`¥ýûþóÆ4žØ—ü¹Øˆww×`þÉqYýþØØØý¥Yt¤þrŽú\¤úß ØØØÙÿ’Ër,#"'732654'&'$%5$%67654&#"'632†¥ŸaV–Žn“,@1>1JÁþÀþe›@ÁJ1>1@,“nŽ–VaŸ¥‚;lhµ†XNm£1.'0&:6Y(ê(Y6:&0'.1£mNX†µhléÿ’Ûr,$'&547632&#"327#"'&5476.þÿ¥ŸaV–Žn“,@1>1JÁ@›þeþÀÁJ1>1@,“nŽ–VaŸ¥‚;lhµ†XNm£1.'0&:6Y(ê(Y6:&0'.1£mNX†µhlÙÿýÛ 5ðý'Ùëúþ þâþâþ™ìÙÿýÛ ÄÙü< ýÄý{ ýñìÙÿ]Û¥ 7!! 5Ùúþý'ÙëúþGêáþâþâþ™ìÙÿ]Û¥ %!5 ÛúþëÙü<Gêê÷ýÄý{ ýñìz6†Ð'22#"'&'!#"&632!676"32654&:Bz0.22,0|DŽ_4þ.0|DŒÀÂŒBz00ÿ5`ü9PO::PQÐ3/0xDCy-03`4B <-03¿Á3/0<B6`ÄPsOO9:Pz6†Ð 2"32654&'2#"'&'!#"&632!676::PO;9PQ8Bz0.22,0|DŽ_4þ.0|DŒÀÂŒBz00ÿ5` PsOO9:PÄ3/0xDCy-03`4B <-03¿Á3/0<B6`z6:Ð5!6767>32#"&'&/"3264&z:/0zBÁ¿D|0/79QP::OP ì<0/3Áþæ¿30/: P:9OOsPYÿ€[„ 3!5#%5!ãîŠýö€îýv x ýô€ììþ”ýô €ìì€×¤!5!!#ÀþÀWþÁØÌØØû4Ò¬ !!!!!5f¤¤gþ¹þwþXÚû&üúû^†ëÒ¬ !!! !!5E‰Gþ™¤¤þ7Úû&¢û^üúëÒ¬ !!!!!5f¤¤gþ¹þwþXÚû&¢üúû^ëÙÛ )3!!&'.'&ÛúþðMI¹ P5ûî ?Ö”$þÊOþô¹JL ýõ$#”Ö?ÙÛ !53ëüÞ"ûîðüÞððúþþw¾Á ! !öÈþßýÂýÂþßÉÁø¶ßú!Jþw¾Á ! !Èý8!>>!ý7þwJú!ßø¶cþw[Á@ ÜÌÜÌ1@ Ü<ÜÜ0"!! !4$_ºþÌþòlg•þòþÑÝãìûi°HRþ®þ¸ûP—ãìcþw[Á@ ÜÌÜÌ1@ Ü<ÜÜ02$5!! !_º4þpþ”þ™þk/¥ãì—ûPþ¸þ®RH°ûiãìÿÿÑ9‰$1«çWc !!%«fpqeþÞqþÛþÜpTþ¬Ôþ¬ÓÓTÙÿŽÛv!!!!!5!7 !! 'Á3þÍ3þÍ…þbþŨ²²¨þÅbþ<¨þNþN¨vþËü‚þË~ì;¨þN²¨þÅìþŨ°þP¨Ùÿ'e   ÁçüÙüÙ''üþ…þå6üUý«Èý«UýýÐÙÿž'f    ?þ…<'ýšfüÙüÙ‚ýЧUþâþ:þ:þâUý«ÈÙÿž'f   Á{ýÄ'üÙüÙfýš‚þè0‰Uú8Uý«ÆÆÙÿž'f  üÙfýšNóý«ÆÆûVþâÙÿž'f  üÙNýšfóý«ªþâþ:þ:þâÙ'Û#3276?632.#"#"&'!5Ùg©V^›“na³ib¬X^›k`³júþ#UK=;ENôSM= :EPþåííd¢ !!!dxè|{évþ"dþÎc¢þöþ½C þüÝ#d¢ 3!!dßc2dÞþŠé{|è#üÝþ Cþ½þö¾ÿÒÛ2?"'.'&47>763!!"3!"'.'&7>763!!"3!nA;9XX9;Amý“mý“Œ€{¿4664¿{€Œmý“_XS‚#%%#‚SX_mDX9;‚;9XÜ(ÜþŽ64¿{€€{¿46Ü%#‚SX¾XS‚#%ÜÙÿÒö2?!5!27>764'.'&#!5!2!5!27>764'.'&#!5!2Fý“mý“mA;9XX9;Aý“m_XS‚#%%#‚SX_ý“mŒ€{¿4664¿{€DÜ(ÜX9;‚;9XþŽÜ%#‚SX¾XS‚#%Ü64¿{€þè€{¿46ª <47>762#4'.'&"#47>76 #4'.'&"#X8<‚tX0Ü(ÜþŽ64Àz€€|¾46Ü$$‚RX¾XT‚"&ÜlB::X0XtBý”l$ý”lŒ€|¾4664¾|€Œý”l`XR‚$$$$‚RX`ý”ªÿã ÿ<".5327>53 '.'&5327>7653˜X8<‚tX0Ü(Ür64Àz€þè€|¾46Ü$$‚RX¾XT‚"&Ü“B::X0XtBlý”$lý”Œ€|¾4664¾|€Œlý”`XR‚$$$$‚RX`l|8Õ4'&'##47673#\K!(Ü(!KÜ‹c‚Ü€e‹ÜlK!üxˆ!LkýcÇŒceþšbˆËýcÙÿ4ÛÕ###!5!5!5!333!!!!'5#¤ÜÜÜþÉ7þÉ7ÜÜÜ7þÉ7þÉÜÜÌóþ óíÜëúþúþëÜííÜÜÙ=ÛÇ 5 !!Ûü<Äúþþ³ þàÍþ´þ¶úÏìÏþUþËÙ=ÛÇ 55%!!ÙúþÅüf þàÍúþ1ìþ1úJ›þË”ÿº ÌH  5 5 5 ÌüÈ8ûÊ6ýüÆ:ûÊ6üþüÈ8ûÊ6Nþ3þ3úQìQúþ3þ3úQìQúþ3þ3úQìQ”ÿº ÌH 555555”6ûÊ:86ûÊ886ûÊ:Núý¯ìý¯úÍÍúý¯ìý¯úÍÍúý¯ìý¯úÍÙþPÛ² 5!-5  5Ùúþüúþüúþ îîý:ÑÑóþ°ëþ²nÑÑóPëNÙþPÛ² !5!555%Ûúþúþüþúþ îüLôNëPóÑ©ôþ²ëþ°óÑÙÛ¨ !5!5ÛúþúþüºîüLôNëPóÑÙÛ¨ 5!-5Ùúþüúþºîîý:ÑÑóþ°ëþ²Ùþ–Ûy5$%5$ÛþTüª@Âþü}ƒþþ„|?þ_…î´¾ú:þã€|ì„xþáþÿSUÙþ–Ûy$%$ÙÂ@üªþT|þ„þƒü}þ?:þB´î…ýÿUSþˆ„ì|þ€ÙþmÛw!&67&%%'&'57&%5$%7Ç~E9Ž„ÏоþÃD\ãþðþeÞÇØ¹ÑåCüþÄíR©([\GwYþî49þã^GþáY‹þá»~“ÞþÆ ­þY×>-î*H’M.ìD’þXÙýæÛð!6%'6%7$%7$%ÖÇሗúÒXø,þtþËþúLjŠrµfþ«ÈOMþ©þ§ ðYþì%7ÀR/îV‘ýÅY(`q:±}Ý‚Äá\*[æþöÙþxÛŠ3!!!!!'#5!7!!!´ÕÑþÃÎ ý‰MÄüЫÕÑ=Mþv0þÆÎþ'Š`þìëþ@ë©ëþŒ`ë©–ýUÀþ@ÙþxÛŠ3!!!'#5!7!5!!5!!´ÕÑý‰MÄüЫÕÑ=MþvöÎý<0•Î Š`þìüj©ëþŒ`ë©ëÀëëþ@ÀÙþÔÛ!!!!!!'7!5!7!Ùûéþ«)i•ý¹Ô»iþkG€ý9ëþ@ëŠëþ莊ë©ÙþÔÛ!!!'7!5!7!5!!5Ûþ«)i•ý¹Ô»iþkG€ý9ûéüjŠëþ莊ë©ëÀëÙþ¨Ü¨"%3267#"''7&#"5>327 5çT;V©gj³`VnNÌPU32755%çT;V©gj³`VnNÌPU327%5$æT;V©gj³`VnNÌPU327%$æT;V©gj³`VnNÌPU@ú?=wBCù•ÿü—Ø3#5!3!!"$$3!!"!úúü5¶}¢îüÿÖþšÅËw¿ý¢y¶9þgýþÐeCùÇcˆl¾ùAbÕÙv'‹% $76)! !53#5!)Pþ°þÙ›]×þ)þà7K©ÐÐýWK1&×vê5‡oØ%2lþc<'Øÿÿ•ÿü—ß&$!$1V•ÿü—Z"%&76763!!"!!3!!"!5³Æef²Å¿ý¢{wC"øû"Bw}¢îüÿØÙúB_cdˆ´¸ZdùAAx>@ú?=wBCù^úúÙv'î% '&76)! !!)!5Pþ°Œ››]×þ)þà7Kyü‡K1&×û²vo{ ‡oØ%2lÜc<'ØxÜÜ•þX—Ø"%&76763!!"!!3!!"!5³Æef²Å¿ý¢{wC"øû"Bw}¢îüÿØÙúB_cdˆ´¸ZdùAAx>@ú?=wBCùªúú•ÿü—Ø!!!!3!!"'&'&76763!!"ã´ûøûL@g}¢îüÿÖ²´bcef²Å¿ý¢{iÚzÚb9Cùcd±²ˆ´¸ZdùA9”ÿü¯Ø#!!#!5!276767!5!&'&'&#!5!2´bC#ýÝDg²Å¿üÿî¢zxC"ûø"Bw}¢ýÖud±xúz¸ZdùAAx>@ú?=wBCù•ÿü—Ø#3!&'&#!5!2#!5!2767!úúþ5¶}¢ýÖfÅËþ‰¿üÿî¢y¶9ümøþÐeCùÇþþxþ”¾ùAbÕÙv'‹ )5! 765!#3!4'&)5°P'›þ£þ)× 7KýWÐЩK1þÚþ)‹êýˇoØ%2lü‘d<'Ø”ÿü—Z"%#!5!276767!5!&'&'&#!5!2!5°Øüÿî¢}wB"ûø"Cw{¢ý¿Å²feÆúB_cùCBw=?ú@>xAAùdZ¸´þxþœ˜úúÙv'î )5! 765!5!4'&)5!5°PŒ››þ£þ)× 7Kü‡yK1þÚþ)Nû²‹o{þàþë‡oØ%2lÛd<'ØcÜÜÙSÜ !!!!!!Sû€€û€€ú†zâþ‰úþ‰úÜ@ÿÒ“&'27#"''7&5476&#"327654'h³ŠwwweŸÝ°ŠwwwgŸžV[¦lk7wUZ¥lk5hwwxˆ³Ýžžfwww‰³ßžžä7kk˜kUw5kk–kTr8R 5¬ýƦ:zþ¾JÖúBþ¶Ö„6Ä 3 %! „XZü9Üþ‘þ“œ(ýØýdíŽTþ¬ŒÂ*Ü'3'ø‘‰Œ‰‘øºø‘‰þw‘øŒ*37#7Œø‘þwŒþw‘"ø‘þw‰‘ÿÿŒÿè*b'%ü&+ºrÿÿŒÿè*k'%ü&'+ºA+º{ÿ°Ëc%64'&764'&?¡DD„„DD„Q3¦3H€„DH€„P@\IŽ ŒHUIŒÿ^; 9ON‹þ÷ŒISN‹þõаþò!!!°mþçþ¬áù¿‹þòø!!5øþ¬þçøÞAá°þò!!°Tþò"ù¿á‹þòø!5!!øý“TþòáAÐÿb¦3#5!ÐØØìWºý¨lØØdÿb¨¦!53#¼ý¨lØØ¦ØØìý¨ÐÎ5!%#3¼Wý•ØØÎØØìXdΨ!5%#3¼ý¨DØØ¦ØØXÙÛ!#ÛûéëíþnèI,$%%$¹nnƒƒþ’þ’ƒþÊÁÁ!"ÁÁýßœ„„nn‚‚þ’ýÞ 8ººýôýʸ­¿'+6@KV#"&6 3546 +32 &=# &6;5#'54&#"3!3264&#"32654&#!#"3265³­ÊÊË­ÊÊÊ­­ÊÊþâÊ­ËþâÊÊ­­­­­eHGeeG³­HefGHefGHefGýM­GeeGHe`ÊÊÊ­­ÊÊþâÊ­ËþâÊÊ­­ÊÊË­¬­GffGHefŽffGýM­GeeHGeeHGeeGÙÛ!3!Ûúþënþ°g:!!!:þxþþŠþU­†g!!†ŠþþýS«°þþ:«!!!:ývþþ­þU†þþ«3!!!†ˆýv«ýSáþ°h06732#"&54&#"áãìi‚RA@Aeþ÷e5 ÌjT@OMJ&ýe<ú-þü†0 #"&5463232670üãìi‚RA@Ae†úÿe5ýõþ4jT@OMJ&›<œ¸œš  '3%!5)!Vþ@‘QŒQ‘þ@þtýFºŠ¼ýDxþ@‘Qý¯‘À2ð𜜚 !!!!%!!œºCýFüýý½D¼ýDšüVðªððœ O 3! 3 ) ! 3 œ© üöù xXý¨±üLÚþ&´þ&Ôý¨X‹Xý¨üöüöbûPXXþ&ý*ÚÖý¨ý¨VZœœ )!3 ) ! # œøø²xXý¨±üLÚþ&´þ&Myý¨X²ûPXXþ&ý*Úþ&°ý¨ý¨ ´ ) !# 3  # 3 ´øWüö ©²xý¨Xxú×ÚÚþ&þ&ú‹ý¨X‹X  ²ý¨ý¨°þ&ÚûPÚþ&°ý¦ýªXÿÿ ÿÙÈ`ÿÿ¬þV^~ÿÿXÿäœ`%ÿÿcÿå)| þ.ÍÊ !!!!!5!ÜëþÿûNÿìå¯íþQ¯íœÍñ !!5!!'7'5!yþàüýýFC—Æ‘‰þw‘Ó¼ªüVðªÆ‘þwŒþo™ýðð#ÙÐ ! ! ! !¦lØlþ”ý(þ®[­þRü¥èýŠvvýŠèýý€ýü€m !5!£þÝ º¦±­ýüêrâ0þ™ýàþpü€ýü£†!!€#þ݆öv€þ€† !&5£Îÿ侻êü«þTþþ_ðCÔê€ýü€m 5!]­±¦º ýüêp gþýýÐþüŽê]ýü€†!0€þ݆öv Š€þ€† !!]# ÆšÿΆêüþ,ý¾ñ¡æ¬U€ýü€m!!!£þÝþ#ýü qþÝ€ýü£†!!€#þ݆öv€þ€†!!£Ýý†÷±þÝ r€ýü€m!!]þ#ýüN#ö]ýü€†!0€þ݆öv Š€þ€†!!!]#ý݆öŽ#sýêXm !4763!!"þæ{zÝþçf+!ýêuõŒþð0%¡¨þy!4'&/32765!Ä9+eþæn:æ==à@ne(Á =’þïýF®½|AEuĬýHþõ˜<sþXy 3!!"'&5!+fþíÚ}{yø¡¡%0þðŒ‰ùWsýôy!!þæýô …¨ýêm 4'&#!!2s!+fþçÝz{ýê}¡%0Œõø‹sþXy&'&!;!76<<(en@à==æ:nþæe+Á!<˜ ¸ýTÄuEþåA|½ýRº’=¨þy !#!!2765s{}Úþíf+!yø©ù‰Œ0%¡áþü†!áþ †öz7^?Õ% !!!%#!55[ýÜ$æþüXæýÒÒ^$$þÛTû®Œ:ý¬_ÒÒ_Pþ÷RZ $%4&"32767#"'&547632573e@˜! !LK! íbc´·abbcµ´cbûÌÎÒ⪀@@ŸAAAAžÓoppqÑÐpqqpý¦4 1ü½ÿ[ÿã^>32#"&'!'%5!%26&"J´uÏ þöÏu´JþšþÔ%Qf#þÖ{æyyæ{¼b]þ·ýúþ·]b¢È`jÁRP[û±¨@¨©þ„þ.6Ê!3!3oÜëûNëå¯ýdœxÿâN¸ &Ûº+¸º#+¸#º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]º+¸º +¸ º$%+¸$¸Ð01! 4$32"! 4$357!3!NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿ýìáçü àýÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ü™+Æ/ý ÈxÿâN¸ 4ùº+¸º$+¸º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]º*9¸¸1и1/º+¸º +¸ º+¸º.'+¸.01! 4$32"! 4$!!5>54&#"5>32NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿œýo.*OC6‡uh¬SºÔXˆÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ü‘ÒÆ'%D%7A,Cù ™‡N†lxÿâN¸ Dµº+¸ºB5+¸Bº+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]Aê5ú5]A5)595I5Y5i5y5‰5™5©5¹5É5Ù5 ]º5B9º,5B9¸,/Aê,ú,]A,),9,I,Y,i,y,‰,™,©,¹,É,Ù, ]¸ܺ&9º;9º+¸º +¸ º)"+¸)º?8+¸?º2/+¸2º/2901! 4$32"! 4$#"&'532654&+532654&#"5>32NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿|rñàNœ^j‡@][]d„XMKJ;x_^˜IÈÐeÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ý¶_•ã0 6135½-.)/%×|}UpxÿâN¸ )óº+¸º!+¸!º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]¸!¸$и¸&к+¸º +¸ º"#+¸"¸и#¸'Ð01! 4$32"! 4$ 3!3#!5!5NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿ÀÒÒ BŒŒþÞþKÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬þYþæ5ýËУ£ßxÿâN¸ 9Iº+¸º&3+¸&º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]º-9Aê3ú3]A3)393I3Y3i3y3‰3™3©3¹3É3Ù3 ]º99º+¸º +¸ º0)+¸0º+¸º#6+¸#01! 4$32"! 4$!!"632#"&'532654&#"NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿þªþS?!¿×êËW©cuŠ;S[[S3wiÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬´Ò\¯›™°$è=(F>?F(xÿâN¸ '@…º+¸º;+¸º5%+¸5º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]Aê%ú%]A%)%9%I%Y%i%y%‰%™%©%¹%É%Ù% ]º)%59º+¸º +¸ º"8+¸"º2+¸201! 4$32"! 4$"32654&.#">32#"&5432NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿œ6666677ai1gqn@¢ÈÞ¹ÌßâG„ÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ýu@II@@II@ÐÕ*g; ­Š˜¹ùßå xÿâN¸ "ë¸#/¸$/¸Ü¸#¸и/¸ÜA&6FVfv†–¦¶ÆÖ ]Aåõ]¸¸ÜAêú]A)9IYiy‰™©¹ÉÙ ]º 9º!9º+¸º +¸ º!+¸01! 4$32"! 4$!!!NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿ýÐþxþÒlþ1ÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬æšüòÖxÿâN¸ '?K!º+¸º=+¸º1F+¸1º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]AêFúF]AF)F9FIFYFiFyF‰F™F©F¹FÉFÙF ]º%F19¸%/Aê%ú%]A%)%9%I%Y%i%y%‰%™%©%¹%É%Ù% ]º(=9º+=9¸+/º4F19¸%¸7ܸ+¸@ܺ+¸º +¸ º":+¸"º.I+¸.ºC+¸Cº(C9º4C901! 4$32"! 4$"32654&%.54632#"&546732654&#"NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿=;==þ»e˽»Ëf$pÓÈÊÔqÈ32033023ÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ýL:;;99;;:apS{{Sp |]Ž““Ž]|»-.-..--xÿâN¸ 4@…º+¸º>)+¸>º/8+¸/º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]A>&>6>F>V>f>v>†>–>¦>¶>Æ>Ö> ]Aå>õ>]º)>9Aê8ú8]A8)898I8Y8i8y8‰8™8©8¹8É8Ù8 ]º+¸º +¸ º,;+¸,º5&+¸501! 4$32"! 4$53267#"&54632#"&2654&#"NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿þ_i3frn?¢ÈݸÍàþüãG„5885677ÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ûÕÕ)f;!­Š™ºúßäþõéAHHBBHHAxÿâN¸ &2>Ÿº+¸º#+¸#º-9+¸-º3'+¸3º+¸A&6FVfv†–¦¶ÆÖ ]Aåõ]Aêú]A)9IYiy‰™©¹ÉÙ ]¸#¸ܸ¸и/Aê9ú9]A9)999I9Y9i9y9‰9™9©9¹9É9Ù9 ]¸9¸$и$/Aê'ú']A')'9'I'Y'i'y'‰'™'©'¹'É'Ù' ]º+¸º +¸ º$%+¸$¸Ð01! 4$32"! 4$35733!4&#"3267#"&54632NþKþÉþËþKÉgº½gÈý¦þ¿³‡‡²þ¿ý|”¡¬þ'D')*''*)'Ä……„ÍþÉþL´7ÂhÁÁþš׬þ¾­þëþz†¯@¬ü–à&²*ýj´¤“mm“–nn”ÎææÎÎççÿìþ;(%8K#!1!!!!!!!#!1!!!!!!!#!1!!!!!!!#!1!!!!!!qÊ”þl”þl”þl”ý¢Ê”þl”þl”þl”ý¢Ê”þl”þl”þl”ý¢É“þm“þm“þm“þ(þûþûþûþûþûþûþûþû(þûþûþûþûþûþûþûþû(þûþûþûþûþûþûþûþû(þûþûþûþûþûþûþûþûÿÿºÿÕ$&s|þ#îuv@A%ÔÄ91ÜÌ990KSXÉÉÉÉÉÉÉÉY" úþþôþ þ üÏüÇ9%ûÛûÓ-pÿ‹ $  $pÑk£kÑÑþ•þ]þ•A¢kÒÒþ•þ^þ•ÒÒpÿ‹ $  $27$%&#pÑk£kÑÑþ•þ]þ•<§¥Mþ³¥§A¢kÒÒþ•þ^þ•ÒÒa`ÀþÀ`pÿ‹ $  $"3pÑk£kÑÑþ•þ]þ•<¦¥þ³M¥¦A¢kÒÒþ•þ^þ•ÒÒÝ`ÀýÀ`pÿ‹ $  $%&#"pÑk£kÑÑþ•þ]þ•Õþ³¦¦¥¦þ´A¢kÒÒþ•þ^þ•ÒÒ>À``Àþpÿ‹ $  $327$pÑk£kÑÑþ•þ]þ•\L¦¥§¥LA¢kÒÒþ•þ^þ•ÒÒ>þÀ``Àºÿìÿ(32>54&'."!õ623‚IJƒf6542ƒ’‚53þED”ƒ3366fƒJI426532ü&<ùÄ!)%632#%&#"‡ÃÃÄÇuþ³¥§¦¥þ³Ââqqâþ>À``Àþþÿ!03327$3#"'$uM¥¦§¥MuþyÃÄÃÃþyþÀ``Àþ>âqqâ'‘ö`)32>54&'."467>2#"&'&o+()h:;iR+**(iuh*)r535‚’ƒ2456fƒJI‚325wh))++Rh<:g*(+*)(픂235624IJƒf6633pÿ‹ $  $!327$%&'pÑk£kÑÑþ•þ]þ•‰‰þÌ]ý£4¦¥¦¦Mþ³‰ŠA¢kÒÒþ•þ^þ•ÒÒÚO²þ¬rþ¬²``ÁüÁOý+pÿ‹ $  $67$%&#"!pÑk£kÑÑþ•þ]þ•uЉMþ³¦¦¥¦þÌÏý14‰‰A¢kÒÒþ•þ^þ•ÒÒ^OÁüÁ``²þ¬rþ¬²Ocpÿ‹ $  $!%&#"67$!pÑk£kÑÑþ•þ]þ•\M‰‰Ðþ̦¦¥¦„Љ4ý¢A¢kÒÒþ•þ^þ•ÒÒ¼ýÁOÕT²``û%O²Tpÿ‹ $  $327$!%&'pÑk£kÑÑþ•þ]þ•\M¦¥¦¦4ý0‰‰âþ̉ŠA¢kÒÒþ•þ^þ•ÒÒ¼ýÁ``²TÕOýúT²Oýªÿÿ‚k !=Z†±Ý4^еà 5_gow£Í÷!M73&'37&'67&'67&'67'32654'&'7654&#"3672 $54767&'&47'&327632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&327632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&327632#"/#"57#"54?'&5432'&27632#"/"57#"54?'&5432'4327632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&27632#"/#"57#"54?'&5432'&27632#"/#"57#"4?'&54327'4327632#"/#"57#"54?'&54327'&27632#"/"57#"54?'&5432&'67&'67&'67'&327632#"/#"57#"54?'&5432'&27632#"/"57#"54?'&5432'&27632#"/"57#"54?'&5432'&27632#"/"57#"54?'&5432'&327632#"/#"57#"54?'&5432üO€~ )¹*+'þë)+(@&'$Ê|÷¯®ø|e‹?/A}]\ŠB-7“„1SLoWŽþäþjþã\vLLý©)(0/ (( .1(%%,* # $ )*f$% +) $ #*+f%%,* $ $ )*ûË  ü»\o÷  [ ®%)#þ·&'%ü&)#`#$ *) $ #+,üU  þQ  0 üE%% +) $ $*+‰*EC*Z*,)-)-*,þ%&%&žf“‘ÐБ“fU 5HhfeefhH2Ùpu^èQFs¥£ææ£¥sKQèGýh!99!  !77!  Ñ4 4 22 K44 22 22  11  š  þã     ¨      ¡    7   Ù     úà%&%&â%'%&%'%&22  //  g     û     ‚     ý44 22 ƒ© !2CTev‡˜©ºËÜíþ+&'&54?6?6/&2#"/54762#"/54762#"/54762#"/54762#"/54762#"/54762#"/547672#"/54762#"/54762#"/5476%2#"/5476%2#"/5476%2#"/5476DQ=2`{4&/<) g>þúi#@†3e E÷ $  ¨ $  Š # › #  # ½ $  Š #  $   $  ýU $   # " $   #  a¯G<s-8PZy9} €‰KW2{’0R^j ,: . 4 . = , ý , þü  -  - ú -  -  û  . Ó . ç  , Ê  -  Œ kÕ)5AMYdp{†‘©µ3'%&76'!'4%$53!76=332654&#"#"&54632'#"&54632#"&54632&'&676&'&676'.7>'.76$6&'&%6&'&6>'.>'.÷ [&rþiX(tRûœSu(Yþiq'LñçùWèð‘«ì¥¨êé©§êrƒ^]ƒƒ]^ƒŸ !! !! Ñ.­- .þ *)X,)ý¯,*)ƒ)+þ. .€- .Õ›¤ª¢ ŒOyyOŒ ¢ª¤™þvK˜K9_þâþê_9K˜Kýݧêꧦìì¥]„„]_ƒƒÞ""""ýs!!""W&. - ýé. - a),*Ã*))ô))þ” / . - .‘ pÕ%-5AMYdp|ˆ”¦ÀÚ5#!4'&'5#2#"&546"264"264"2647>'.7>'.676&'&>&'&7>'.%7>'.676&'&676&'&53!76=3%'676%27'%&76'77&'$%'#7%6'&7ì1ËÃÄÊ8þú¦å楣çæ¸¸¼. . . . þò - -Y - -ýü))G))ý«))U*)þ>- - ~- - V†áØùÉØá†þ©FwDcþŠ€D øøC0Bøø Dþ‰cDwETc==F\J ìþÇþ$06þ#þÇë J\F==cSÂ@Ž@1Añþe›ñA1@Ž@Hç£¤ææ¤£ç­¸€€¸ . .ýµ . .E - -ýÿ- ,1))Õ),(9)(©))þu- ,æ - - Gœ77Wþõþ6Ê W77œGål^¥ ÔÇe‹‹eÇÔ ¥^l(q,&ˆ$µppµ$ˆ&,q( ˜“Ù />Eqw†!674#!!6?676'&#'323276767654#3#&'&'&6%67!672!&=75$/563&43!32+'!67#>54&53# û ?ô I :W0 96;E,Q 2:&l6xý0 bˆm! rþÛas"\ü>%Eþfþ™~ýñþe2UÖÉ6g!6V#p5Cü+ C þ˜? P9 B´;Q4XþÍÇm†M;YV /‚M(=H: ,qLUD)8ˆWqk±’e-Pm{úó—NW =$ U  þ/0c›™)H?õ2@[nDF8T$.LŸÔB&547632632%6#"'&'# #"'&'&6&'&547676xØJX%&XWX:\8 [ÇE‰z##F„M !9@!#jLÏ)_³(ÎMi#"?8" M„F##yŠ4hok@mmr*%tþëe2' BB90tU%) "fþtþ×(þêf" )%Ut09CB '2«˜9>3#"'43727$'#"$4727%6725676&5&§oJ°7.˜bSS]]J«]]äþÆ]]hý\\, Bv*>Kñ%39KILKIOKHLKIhghghghgE?-ü³±Ó{!C%254+'3254+'!254#!'!254!&#!"463!!2!!#!3#3ÁSS?®SSß *vA!,]]ýj\\þÅä\\¬K\\ñIKLHKOIKLIK93%üëN-?Eghghghgi}¯ØO€ˆŸ®µ¼ÍÓÚÞâæêîòöúþ!%)-15 3656;2#'7+"/#"'+"5&54775%"'5476;25'7&56%635&56;374765'75'76=4'&+ '"'4!#"'&3$365&5&#%#754'&5&&547'5367&7+&'&'735&2?"5%75537'7'3533553535'32767&5%2?&#%55'575775775§1’:e ,$?F?Yø>êF_LA3E¾L¬¯HÑ3,8LYLäþÐlEF'!0<… k#gþšF  ™EeYÄ!! Gà€p&þ­iq9 :^N$ÏË%`BCíf F4ùü"4._?ñeËe3&{E(1þõ-ÖÙ+!$Kt8¿ -  ‡ þ–$þÖÌGs ¥sM ýùrEF›"ºã2 >_ý£pÌØÁlTErf^5.>=9|5"-l)d ,&>vv]cccWpC-+ d•8 Bpp>W]oØæaþxvuPp82,ŽD¨ ^8, ^B$K»œ+ "1®R[+Òe*ñ;ÐG ›W Q—›Uþ‚ I&? gpëo% w ^SA$ Ÿ2 9i-5n02¢þ†Ç¿D|&®IY^Pw^%ˆ\??\OWC ,,1 /211/=;7777=321811{908hN%b\Dh,)h?Ì17I21!122223 21dÈØ 8Pi>'67&&&'6.7#"'&'#"'$76'773.#'6'5676&&5476'&'%&&8DN$$ „UE¨>!]úJþ([Fhy *Ám¦.2¤\=w\`|€:S?ED:@@]?Üþÿ¢]1fixà Òp·‚FF¶TD'û†yrÁ,±48e¿L @v¯…´‘(–NrÕ%&&&+F 7!þêN &".Ý\ý²S$ªXE/KC\a£º*0/'¬—rS¶CÙŸ¥ C‚þÿ ¶ “(RKœpèüF•¡|b‰phþïc˜'R"J$Ž•dÿüöÑ1F[q‹•šŸ¤©®³¸½ÂÇÌÑü7&&'7'6&'$#&7'&#"'5&767#&''5$'67'6'6'5$'67'656$'67&'6'&'''5$7676'&&'$'63&7"7&'7&'7&'7&'6'6%676767&77&77&''5& '6%35&'.54>23#67!&W= y /_I[l*OÌ Fþƒ_VhB"ï "¯@.,<9tJþè€4Vªµt1P QJþ“qMiÛ v–h£ÿþópHI£®!:´»JJJþ€ ÍB7m\J_/ Ö®?o þv!"ºt,`—s&*_~P1>5='g=@24<1ý -s[,*&sd1PT>5J@=)j<42ëJCþõYT_Y)*)X^TYþõ{ #m7 "J}>  üÎ"H1 $™Œ ‰&b5 4CUE '(¤!`9 !,(MTE +… }r}A" 7,)f[4f AD <@0&9c?"V+€GoM“K~aœG „g‰9s &0@k"?c*‰G€E‰K“X Gœjt9‰h¹ÎÂN&¥\6 '''' 6\¥%ªNÙ$&'6&'67327&#!65#&3yyys~Èw Êʈ£µ®¬¶¤cþ¦c¨¶¬®µÞ±±ŽqZre¸óóÂ[cþ÷7þ µ®®µô7 cªÙT_g2#27654'73&#"#'&'#"56='"'46'4#"4735#5&547/63654'%654ØBR38Íxyއ}ê•xO8x  *@;^ThoPš?)š.Rtšä}Ö?ywÌîW·FY3(p"AÙK|.PQUÇbKxưr¥þþþàþÉ®-“(-; )î1–Hv;&«`‚7" bþK*ŒVô&"¬g{‰ þðM¥ ÂM¯þÿ-Ú&  6& !!#!5!&yêþ»ççEêüß©PÛS©ˆ´þð´þðµCääþ¹ØØèÝLþ´þ"œ~þø|þÿ| ¯ÿã-¾ 6& % 767!5!3!!cêEççþ»ê!©þ°þ%þ­©ˆ´þñ´þðµzääGØØèþ#þ´LÞœ~|þÿ|þ÷¢ÿã¥Ã&  67 !7!lêþ»ççEê´þµþ!þ¬YÊpiþŒîþšp²ääþ¸ØØ¤èþ½=ÜUg\Žþuþ¤’]ÎÚ !#"#&5463 67!2#6#"Vþâ©9k†]£’tƒ„s“¢]†k8‚¨þâXþ»¢„¡„»üû1((1»„¡„¢Eüûý¨ÀjÚ&'5 %$ 56?6'¨ª[øW°¦¦°þ©ýþ¥ª¨˜ééééü4”ZZ—/ûâ/˜[[”5 ç@Eo$8"3264,'5'&54632264&" &$#"&547>B¾„„_^…þ^þÈþ”™ý- ƒÍ“•ÎhIöý«^……¼†…9l™ýýÔ ƒÍ“•ÎhIõ¸„¾……¾þ (+|T!%l§“ÏÏþÚgML¶„¾„„¾„x)+{T!&l¦”ÏÏ”’gMM Ø <>'.463227#"&5454&#"&'&5476766&I–A”KK@éß´¬ÚþÞ†GdAoc¤„–.%&3tuä/3u„€]o:”JKA’KL¿¡Éݰ»þ ´|XHwyoÇᆥ›<‘>bÛQs-.cx68<32>32#&'567''#&&#4'3>$4&"¨?w(ÆK>R0ƒD32>32gYYËËYËD,1:…?—$)´•˜Žv$·E?w(ÆK>Ro}v­¯vxJv<ÙÈüašAkã×ütA¾¿O°]¼Æ€wϧÛÊý„©ÿÿ‚Ø  ' 7 !5!êý?=lþÃþXl¨þÃl=ÁþØüý?þÃl=þXl¨=lþÃÁ˜ýÀjØ'/27632#"'#576&#"4'5267>327&'"SkQmÃy™Ž›z,~Ѝšzi2@:$ ž„“¡(.-)zW]‚¡ Ÿ˜Øüžݾg‘«… ×vxþÏýðaÞþíÉX[–ü&‘Ű9{¢ A3276327632"'&#"'&#'327627632#"'&#"'&#'°Es- 1­V865­+)|m^a¬Vp5¬W780þ©5Dt,1¬Wn6¬+)}m^a¬W784­V870þ©5(ŽŽGGŽŽ$þÄ3˜LK—ŒGHþäbÙ 'HH#þÅ2™ML—GHþäaQÛØ*3V6&7!&54''&''67.76;+"'5#"=6&'76767%25#6&' 3Zš(ê-ü6 “ Z8.ž ,‹Z0H &h6¢%`+EH )Ø#M+=;,Zga#‡iR6þU k'þ'M.+è`xƒþ½üo8: .@sŽ.P Ómz "xþë?.#1þp#41§`&jD"acòëLHJ ­•þÌ~447| ƒJlL"LàØ".7=6&73#!&54'''7&''676&7;2547#";65'"3=QUU+-ü6 ¢E|]k0krd0c G&h8ªE+`%s H>É4wM-æ'Ÿ,Q’þ¬üo8: $w®—hPSÓmh**zÿ1"0@þ)5"@YþóýRØÿþTÔ,H3#&'&'&6%3#&'&'&63#&'&'&6 $&54673 $64'&'v ‘Ì £0ªA ’Í ¢1ªY ’Í £1ª,¨¾¹þ±þ”þ±¹½¨ƒKV§.J/¦VLƒ9?›c‚yɦt3Z|Œí`í—Å»þÎû²N‹½Ö[OÄ}¡šýБBr›±þ1±a`°bb°`a±1)EM¨˜UU˜¨ME)µÿú"Ù 3363'$6'"»-ª‘ãý³8¢ ¡wÙü?íþÿþWXÖûÔþc1¬ ¬PÙE#&#"'5654'5673;54'56732733273+&##&"#&'565¶¨¶Q8 cc 9Sµ§ƒ:-Œ-:ƒ£µS8!cc 7Q¶¤ƒ:-Œ-:ƒ[#;17F-:ƒ¯µS8!cc!8Sµ¯ƒ:-F71;#[þRµS9 cc 9Sµœ Ù 2E35733!&54?'7'7!!"'&%#'73676'77'7'&'676Õ«ºÊ«þýó,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/êšaþ\¸MOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù1DW!!5>7>54&#"5>32&54?'7'7!!"'&%#'73676'77'7'&'676]Týñ@Í1$Jë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/Ò]U1ž)8(3&ncQ&D- mþºMOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù(=Pc#"&'532654&+532654&#"5>32&54?'7'7!!"'&%#'73676'77'7'&'676Z _­3lFHe5^\VOosHGJI)`VKm1šSüj,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/¾S<\el23-2['&')b YK4JþMOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù "5H333##5!5&54?'7'7!!"'&%#'73676'77'7'&'676¶ææ±yyþ‚þ,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/RþÿŠþv_ŽŽ`þ„MOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù2EX!!632#"&'532654&#"&54?'7'7!!"'&%#'73676'77'7'&'676»ÃþÅ1‹¢§–2hFL]5R]]R'PFþ ,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/Ð_ptcdrr@89@ þSMOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù "7J]"3264&.#"632#"&54632&54?'7'7!!"'&%#'73676'77'7'&'676†7DD7:BB™=F"W\]8u‡u…Œ©’&Mü¥,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/¼Av@@vAf`5(sa_t¥–® üýMOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù.A!#!&54?'7'7!!"'&%#'73676'77'7'&'676¢þð“þþ£þ&,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/º2ý¹ý{MOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!œ Ù':7&54?'7'7!!"'&%#'73676'77'7'&'676È,&T>ë=c$(w–þK9.‹U¯§ÒÒÆ:Cʈó%üæ©`T?ê?5̈ñ'8/ÖMOHK’$kþÿ$¬823Ÿ!a“ I—•F 7=c`Oþ]BA6ž’‘$þÿk#¬- kþ¡N¤A!ªƒÙ7H27&' # &5%6367&#'.7&67263'#%; 65%&# ·aW¢¯Ô—ígþ„¤Ñþ^ç_ˆªá¢Wa·þ+{»Œž‡€ž‡žŒ»|ý<bª0hå\þ– ¸þ{ß\ôÍËÂ&þ—²ÔþXéYt¢Û©ëTýÝÂËÍ¿þóÅÁWzœªªœzWÁÅaþpØXY¥ÅŒàSþ¦ŸXÒÙ 6%'&/#'!#67$#¦Ø ×ê°þþcKLýØûèþäþ´`Ÿ5æ+b(}Ÿ*]55(˜‰Bý JøNýÆXÒÙ#'!#67$#¤KLýØûèþäþ´`¤55(˜‰Bý JøNýÆ}ÿìÕÛ*CT'&#"'5&767#&$'&%'6'&'''$'676'&5$'6%'.54>32TD$ù #¶@FÅþè«,þí»ÃMMMþv ÕE8p_Lc1 óþ– þ×M**¤+ û”B@0"AR/0?wA·%od/D&3.YaQ/5#3$"þ´þuŠI' @3/uŠ= =#n- .... yÿì²Û3% % 32+#".7!"&'&'#&=4;7337_þìþìý¯þíþì“Ö8)Â0/­_^«aýM`¬¼­1/Ì 9×53üü4í<üÄLL<üÄL÷*(üÇD>?GG~F6üÊF~GG?>D9/››Cþ½›}®Û"632&'.'#!#!#Ò¸ž62ÉK#+~~àR!N£Çxåí_TþâŠþãV_‡T '¦NQ9;:;P³Hi?CþßD™ý|ý¦×þ)×þ)Z)Û 132>4.#"367#&7&$735&'.4>2æ2[02[24Z1/[»˜â­þ)'5*.þXÇ÷A323#67#&#"/&'&547&"'6%676V ón*[‘n%'ZxL0<{2;&b;>/2:.üm*nW)'$o`0LP;2F<;(e:2/"7LL75MLZ'&4)PNPUþQ74(4 3(4:XþUPNR ( "@Dv>0&8a>!U*~EmL‘K}`šG ‚fˆ7r &0>j!>a)†E~CˆK‘W‹ Gšis7ˆg:M57LL75M-Z '*''*' Y (€5[£J5( üÖ\d (5J £[4Œ ''Ó&.FRŠ–ž¦²ºÂÊÖ2#".54>&'767&%76'&''67&'&'&'6767654676'&7>326'##"'&'&'&54767&'&547676&'&#"6&%6767&'&'&676&5467&'&6732767&–$$$$áOG362ec˜â™ce74GL944m/122102/.303112.OF}68geý´"w?>v"©rt #8ˆŠ7! â¬":;@A<:"«ã !6Šˆ6# sr*./13/.UVT\<>"$!!þ• !"#">k•cg86|FO 93399 <>#"#Ö><  "$ZTU./43..V5$##$Ù59gTVV9Z^^Z9++VTg9§'(''&()I8:9889: Z_59eUV-, ³ÀÀ³<8.>euvc>-7=°bccb°>7-?cwud?/8M¢WZZW¢ **D@@D+8,-VTe95^&)(&''(ÖDA:AD.*!žY[[Yž!&Ö )p~Œ67&'67&'4&6%67.'4'6&&'6767&54?67&'&#&'#&'5&'"'67&'&47632>4.#"%2#".4>Î'7,3 3%/0þÜ),7ß=*'þÛ0*+3.22'þ÷Q Yf·©T,1'¥¤').U¨¸fY Z98 "2 B2;F_ XB?2C 3" 894i¼hg¼ik¾ce½"SŸ[XŸVWŸXZŸ„£§#eªjpÍMcNTvJKr€?VlLWW7©p jª…k%§n^*V{ww[1‡ôô‡1[ ww{V)\#fÜd-#JM 7B/"‰‰"0C7 NK",dÜf#ˆÎ½hh½Î¿ggQU ®XX® U ÿãÐô/M#"'&'&'&54767676327'7'%'276767654'&'&'&"(F3"D"&%#C:bV`ZZ^;D"&&$AB[X]:3Gþ9þ†á:ÎÀ‹]†þ:ýF=~=<.,/*??z?<.+.(ª!$HS\[Y[VF=*%%'>HS]ZY^XAA&% «iŠiD^‹¿þ29áþ½i‹üü..=+../:9CG5>+../:9‡ ž\Š¿þ2:âþa(EVUb_UVE@( ¸–ðð–¸ %CEVU_bUTG(HiŠjËâ:οŠ\ËiŠjÓ+.<;BA;<./+.<;AB;<./€ÿã4ô/O!!#"'&'&'&5476767675!5!' 276767654'&'&'&#"¥þí<-Z@E$##$EDVRbfNZ@E$##$EDV18þí¬kbbjøC9:/..+>5GC9:/..+>5Õþç–‘ (@EVU_bUVEC%##(@EVUb_UVEC% ‘–­kaþŸjûP/.<;BA;<.+/.<;AB;<.+ ¡Ä/O####"'&'&'&5476767632333'7 '%3276767654'&'&'&#"‚Ü–U (@EVU_bUVEC%##(@EVUb_UVEC% U–Ü­kaþŸjûÉ/.<;BA;<.+/.<;AB;<.+Ÿþí<-Z@E$##$EDVRbfNZ@E$##$EDV18þí¬kþžþžjøC9:/..+>5GC9:/..+>5€4Ç;2"'&'&'&5476767"327>7654'&'&'&øÄRUEG"##"GEURÄRUEG"##"GEU´C9;\.+>6FC9;\.+>6Ç#&BIRUb_URIB&##&BIRU_bURIB&s\<;BA;<.+\<;AB;<.+€4Ç2"'&'&'&5476767øÄRUEG"##"GEURÄRUEG"##"GEUÇ#&BIRUb_URIB&##&BIRU_bURIB&ý·J;"276767654'&'&'&2"'&'&'&5476767ƒR#$$#R#$$”=>3443>==>3443>´"$)($##$()$"¥06"@21.2@?FI?@21.5="$)($##$()$""$)($&#$()$'°þÿ,Ú !!#!5!7 °>>þ!þñµþðVLþ´þ´Ÿ;ýÅýéþô|þÿ| ¨oJþ¶…lZy™'#"'&#"'&'&'&547676763232767676'&'&'&/&'&'&547676762!2!%3276767654'&'&'&#"&#"3276767654'&'&ÍÖs®* $+$$$ #*#%>aZ% NT>%  #HH  ")mR‹èOeýbÕü     0      …Í   $&$  ' D"&%  $ #  mR )KÏy      µ     V!EµrŒ26767654'&'."#"'%"'&'&'&54767676;27>764'.'&+"'&'&'&547676762%632$"26767654'&'&ý.&&.&m,mQÛþ‘j–P (!N!"(!'CVf& &bZC'!("!N!( P–joÛQm,úæ.&&.&q    lü?W’,># "#" "  " "#" #>,’W?~    ÀlOYx—3!#!"'&'&'&547676?6767676'&'&'&#"#"'&'&'&547>763276;%326767654'&'&'&#"6767654'&'&'&#"32ÍÖÕžeOèþuRd2  HH#   %>TN  +Za>%#+$ 4$$$+$ '±sý¹   *    * OÏK) Rd# !#& "*"D '  ""! 2   T   ý:     Vÿã^ðn€’3276767654'&'&'&#"&'&5476767632#"'.54767&54732#"#"676767'&#"'67654 o“ˆzwbd011.f_zxІ|wbd011,k9995ulŒœšŽ†sp:995un‹›žŠ*D$lµ©Q$" 6*D?"5'K(2- #%ž>   :7 331cdvwˆwqi`4331cdvw‡xD>˜m‡‰œƒwn<;;8ro‹‰¡˜ƒwp:;;BV0/+"Íï8:D@*|sa  -F(7 "*=8&0!2   1-5$& 6:B4Vÿã^ð,Ji‰&'&'%&'&"632%676767654$2"'&'&'&5476767"3276767654'&'&'&'2#"'&'&'&54767676©?!*$ 1ó$-+h+-$F3782ˆ* !?þ’1 $þç> > 9†|wbd0111c`ò‰ˆzwbd011.f_zxŠšŽ†sp:995un‹›šŽ†sp:995ulŒwIPý"2-.$  £""ƒ þ ýPIƒ $.-2!v   31cdvw…zwcaf31cdvwˆwqi`43d;8ro‹‰¡˜ƒwp:;;8ro‹‰œƒwn<;³~ïKÆÙé476?6763&'&'&547632676767654'&7632!54'&'&76'&&#"'&/&'&'&#"#"'&'&/&'&#"&'&'&?6'&'#"'&'&#"!'476/654'&76'327654'&'&327654'&/³%4&)"$0JK&  $)7   ýÞ %1‡'# #6 +-L _ˆ_^/s4* 1( .266 |/(1   \«   ýþ#:7  l€S&   xë71]% /~[#<$  o»_%?,†: *(;–YþÔ)$X$+|…=L¶!6CX&PY8¹9Do6 b'n•2  83þeF] 4T&  &  /50$?- 1@& 3l K  C"P1Ö Ÿ·:07@D:5XI6.D3þ[+-1:   q/A8   g¶šË¯")3SZ67654/##3276?%%54'654'36767632#"'&54767632'%;66Ií  ü€™ ’™ ƒ }¸ýgý„½ Aý¤6ýûqýn       -> 9@  îH67;ù˜’ ˜’zýƒýh¸| ýó9 >ü¶6!qýúê     ôýÂB5–Ž> '-EL4'&'&/767675'7! !'!654'!4'!!$4767>2"&'&'!654'£ Ò33Ò û£^^^¯¯RXý¨ü®¯I´#ýJ2ýVªülÈPú#Þ ~!88!~ UØppØphÈþ¬þ¬È,þÄp <((zd¶šË¯")3SZ&'&#"227654'&'''%'654.#"65&'&'&547632#"'&'&6#"%  íI66;üo’ ™’ ¨Æ|™¸ýƒ>A%6!ýûqý       9 ý ;76Hî  ý ’˜ ’ÕÆ |¸ýhýƒì> 9ˆ6ýúqým      BýÂX{[#C'%%.'&"27>7%$6%"'&'&'&47676762%'Š2&%ký¿      Aý•ýÛþÚ™¬·þœ> >dþIýã¬ID`qþíS   SþíqGŠYq¹ > ¹qŠ­)&%$64'%%&'&'&"27676è&ý•ýÞ÷22÷"kýÚ**Å!þíq`à`qþí!í²Å 27277632#"'&'&5476Å'( ïe` ý}{*˜279HFb@y¯JýÞL ²†1 -üÿþêQ26#"'#"'&'#'&'#"'&547&'&54767&&5476326763276T ñë””% $$YyæX$ ‚Äzc0 + j–çù ê:  (ÛþÇÌ¢1#: _¿þû‡& #- °Ô½ =1 '2ĺÚ pDÕQ#"#3;54'&'&'!"3276767653#4'&'&'&+3!52767>5{dZYIB,$22$*DE]Vh{%'GC_Rl|lR_CIJ{hV]ED*$22$,BF\Zd{%'GC_Rlû„lR_CIJ &%IB`Oo|oO\FG'$zdZ\GB+%22%+BI´dz$'GF\Ooû„oO`BH&&{dZ\GB+%22%+BI´dSÿãað›4'&'&'&'.54767676322767676767632#"'&'&'&'&'&#"'&'&'&5476767676765"#"'&'&'&5476767632($ ((& :.:806$&& )D+:!  '228:/3&$$&3/:822'  )2/@!  '&$6/r/6$&'  '?03'  &d8:02&!$&20:=-2& (20C,7"  &d8:02& $&20:=-2& (10?!  '&$6/r/6$&'  'D+:!  '228:/3&$$&3/:822'  )2/@' ((& :.:806$&& (Wÿã_õ276767653"4'&'&'&W›†sp:995ulŒœœŒlu599:ps†ì;8ro‹‰¡ƒwn<;;L ƒd  f‚ L>WG4L „d  dƒ L>WG4L ƒd  f‚ L>WG4L „d  dƒ L>WG43443>==>3443>x>%85670-)-%8/>0!-)-02;>/8%0 )-02;>/8%-'&$>/:#-)-02;>/;))-02;>/8%- 06:4/.&"./4;=16'+&1,"%&!6'+&./4:>1:#"$./4:>16'+,4:>16'+&./4;=1nF­nŠ£¿Øô%#"'&'&'&5476767#"'&'&'&5476767632&'&54767676267632#"'#"'&'&'&27654'&'&'&"67&'&'&'276767&54767'&'&#"276767654'&/7676767654'&'&'&#"Z 0%8/>;20-)-!0>/8%-)0-<1:3%>-%8/|/8%->%85670-)-%8/>0!-)-02;>/8%0 M=  H  C# B/g  H á*x#$   -7 H  g/B õ‘   $#x*ø%",1&+'61=;4/."&./4:>16'.5 1=;4/.&&./4;=1 5+'61>:4/.&"./4;=16'+&1,"8_/$   $/_ýc.,b" $#  !¢I?30C !'#  þÄx!  #$ "b,.$  #'! C03?I Tÿã`ð-[Õ3b‘¯Ý &'#"'&'&'&547676763267'&#"327%327676764'&'.#"7632#"'&'&54767676324676762676322##"'&'"'&'.5#"'&'&'&54767"'&'&'&54767676&'&'&'&'&'67676?&'32767677676765&'&'.#"7676767&'&'&/326767674'&'&'67'&'&'&#"67'&'&'&'67676767"276767654'&'&'"'&'&'&54?&'276767654'7654'&'&'&"67'&547676762:ä   äÎ$4 $Ê$ 4$Êà   ûÖ% !()-+,)$"! ((\(( !"&',+-)(!'7'&"# ,*2% !()-.))$"! ((\(( !"(%*-,*(! #2*&"# "&'ÁŽ    ´ ¸!  4 ë µ!   4  g‹   › ´   Ži 4  !ý‰g  4   !µ ±    oR#$$#R#$$  8 < c7 < 7  š  8 < d8 < 6   %),++*) !$3R  R3&!-(-%2(&"#%(.2$( &',+,)) !$3R  R3'! )),,+)$"#%(.2$( "þ ´   Ži !xg   !µ ²     þ%Ž    ´ ¹! ë µ!   g‹    Õ"$)($##$()$"þ$ä  äÍ% %É% %Éà  Vÿã^ð<\l"276767654'&'&/2#"'&'&'&47676762#"'&'&'&54767676% %-—z35++++53z35++++5pWDM69 ;9JHSWDM69 ;9JHSšŽ†sp:995un‹›šŽ†sp:995ulŒœþ£þ}ƒ££ƒþ}£þ(.35<;53.((.35;<53.(†"68MITNLJ;9"68MI¢LJ;9m;8ro‹‰¡˜ƒwp:;;8ro‹‰œƒwn<;þ}£þžþ£þ}ƒ£ž£®(NÕ¸/º+¸01!33Nþ`¤RÍ(n?þÁx(Õ¸/º+¸¸¸Ð01!##x ¤RÍÕþ’þÁ?®(:Õ '¸/¸ /º+¸¸¸и¸ Ð01!33!33Nþ`¤RÍìþ`¤RÍ(n?þÁþ’n?þÁx(Õ /¸/¸ /º+¸¸¸и¸и¸ Ð01!##!##x ¤RÍì ¤RÍÕþ’þÁ?nþ’þÁ?>ÿB-ÏOS2#"327676765!"'&54$3!57!##"'&'&'&54767676#Ý   ?>I-7þÍÞ‡v×3TŒÈ%+>CPNHiDG-2/&D9¨¾Ð  . !-8=DD_o¸¾èÈ2ú{ûÛjTc@F'%.36<@M137+4VýªžÿÝð52&'&547676762"'&'&'&5476767Z y*,&ˆ²‚†®ˆ&%1]~|45,--,54|45,--,5ð(+&014|dƒÎ΃fz410&$(üF*.46=<64.**.46<=64.*NÿÝfð%C&%&547676762476767622"'&'&'&5476767Z{þ÷ˆ&%1-l./&%%&/.l-1%&ˆþö¸|45,--,54|45,--,5­Ä¡Sƒ410&$%%1/66/1%%$&014„R¡þÅ*.46=<64.**.46<=64.*n«F(%%&%&54767676247676762Z‰þ_Â75EAšAD6556DAšAE57Âþ_«ïòq²KFD6454FCNNCF4546DFK´oòXÿþÔÖ'#"'&'&'&547676763"'&'&'&5476767632Ôîòr²JFD6464FBNNBF4646DFJ´pòêŠþ`Â84F@NLBD6466D@NLBD66Âþ^ Z„N676 547&'&327#"'#536767&'&'&5432&5476323254'&5432ß?-BO>Bùþ‹v06('K`dC+(‘k$'eM?$#=Hb B=)+8=.mØ9eb PB÷°>$3g:=þTþEB7WPfG+1K«HŽP<Ff#&T'0P+A'þ“š<54&#">32!5!NþKþÉþËþKÉgº½gÈýɈXÔºS¬hu‡6CO*.þ‘ÿþqÍþÉþL´7ÂhÁÁþšþîl†N‡™ ùC,A7%D%þÙÆÒxÿâN¸ 6Ÿ7/¸8/¸Ü¸7¸и/º9¸*ܸ¸1ÜAê1ú1]A1)191I1Y1i1y1‰1™1©1¹1É1Ù1 ]º49º.+¸.º +¸ º!'+¸!º+¸º9º*'!901! 4$32%4&#">32+32#"&'32654&'>NþKþÉþËþKÉgº½gÈþ­ÐÈI˜^_x;JKMX„d][]@‡j^œNàñreÍþÉþL´7ÂhÁÁþšA}|×%/).-½5316 0ã•_pxÿâN¸ S¸/¸/¸Ü¸¸и/º9º9¸ܸ¸ܺ+¸º +¸ 01! 4$32#!!535#!NþKþÉþËþKÉgº½gÈüýÒÒþKµ"ŒŒþ¾ÍþÉþL´7ÂhÁÁþšþþõߣ£Ð5xÿâN¸ *£º+¸º!+¸¸¸ÜAê!ú!]A!)!9!I!Y!i!y!‰!™!©!¹!É!Ù! ]º+¸º *+¸ º+¸º'$+¸'º901! 4$32>32#"&'32654&#"5!5!NþKþÉþËþKÉgº½gÈûÂiw3S[[S;Šuc©WËê׿!=­ýVÍþÉþL´7ÂhÁÁþšþ÷(F?>F(=è$°™›¯\ÒxÿâN¸ 21º+¸º+¸º#+¸Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]Aê#ú#]A#)#9#I#Y#i#y#‰#™#©#¹#É#Ù# ]º)9º/9º +¸ º +¸ º+¸01! 4$32#"&54632"32654&#">325.NþKþÉþËþKÉgº½gÈýŽ766666676âþýß̹ÞÈ¢@nqg1iaQ„ÍþÉþL´7ÂhÁÁþšþÃI@@II@@=þõåßù¹˜Š­ ;g*ÕxÿâN¸ º+¸º +¸ 01! 4$32%!!5!NþKþÉþËþKÉgº½gÈûÏþ”.ˆüçÍþÉþL´7ÂhÁÁþšý*šxÿâN¸ 1=•º+¸º+¸º +¸Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]Aê ú ]A ) 9 I Y i y ‰ ™ © ¹ É Ù ]º#9º/9º;9¸;/Aê;ú;]A;);9;I;Y;i;y;‰;™;©;¹;É;Ù; ]¸5ܺ+¸º )+¸ º+¸º28+¸201! 4$32#"&5463232654&'>54&#"2#"&546NþKþÉþËþKÉgº½gÈý¥=;=>?<;=ýêÔÊÈÓp$fË»½Ëe#qž0330233ÍþÉþL´7ÂhÁÁþšþš;99;;::GŽ““Ž]| pS{{Sp |’-..-.-.-xÿâN¸ &21º+¸º-'+¸-º+¸Aêú]A)9IYiy‰™©¹ÉÙ ]A&6FVfv†–¦¶ÆÖ ]Aåõ]º9º#9Aê'ú']A')'9'I'Y'i'y'‰'™'©'¹'É'Ù' ]º+¸º +¸ º*0+¸*01! 4$32254&#"3267#"&'4632#"&NþKþÉþËþKÉgº½gÈüèãà͸ÝÈ¢?nrf3i_O„76588567ÍþÉþL´7ÂhÁÁþšý äßúº™Š­!;f)Õ…HBBHHAAxÿâN¸ $0ëº+¸º(+¸(º"+¸"º.+¸¸¸и/¸¸ÜAêú]A)9IYiy‰™©¹ÉÙ ]Aê.ú.]A.).9.I.Y.i.y.‰.™.©.¹.É.Ù. ]¸ /º+¸¸¸+Ü01! 4$32!5##7#"&54632"32654&NþKþÉþËþKÉgº½gÈûÙ¬¡”&*''*)'')……„ÍþÉþL´7ÂhÁÁþšý¹´–*²&þ n–“mm“–n·çÎÎææÎÎç ÿ–«=(F  76767654'&'&'!5%3!!  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„ý¥þá¡ýP\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=A_  76767654'&'&'!!5676767654'&#"5>32  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„þ)4ý \Ÿž)NBCkPQT`aªFºnoIklº\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=Om  76767654'&'&'#"'&'5327654'&+5327654&#"567632  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„ttBAzyàLOPUD W˜OPJJ„‹‘x??‚zBLL\R[PGºjkrþ=\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«= +I  76767654'&'&'!33##!5  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„Þþh˜*˪ª¡ýå+\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=?]  76767654'&'&'!!67632#"&'532654&#"  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„ý£zþ##$#ÈutðÚKœSLHMVŠ¢¢ŠA@AC\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=,Jh  76767654'&'&'"327654'&.#"67632#"'&7632  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„þÖl@@€lm@??@Ô=|< UT /GGV´hiÚµÏmn†‡â=|þ^\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=$B  76767654'&'&'!#!  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„ý\þN¨˜ýÂÖ\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=+BNl  76767654'&'&'"27654'&%.546  &54632654&#"  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„þßsBBBBæCBBBþêhtÌdÌthuABÔþtÔ„9tihvvhit0\˜–|~Ø=>>>kl>=EŽg¦¦gŽOOs­ºº­sž\hh\]hhÐ@>}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=<Lj  76767654'&'&'532767#"'&54632#"'&27654'&#"  '&'&'&5476767ôþ̆„mo5885om„†4†„mo5885om„ý§=|< UT .GHVµghÚ´Ðmm††â=?>þm@??@ml@@@@J\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«= (!5!#%  '&'&'&5476767°þø¡þâ{\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=#A676767654'&#"67632!5  '&'&'&5476767£ÃlkIonºFªa`TULkCBN)žŸ\öýÕ\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=1O>54'&#"67632+32#"&'327654'&  '&'&'&5476767irkl¸GPQ\\LLBz‚??x‘‹„JJPO˜W DUPOLàyzABþ2\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«= +! !335#$  '&'&'&5476767œþhnþ¡ªªþo\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=!?67632#"'&'32654'&#"!5  '&'&'&5476767CA@AŠ¢¢ŠVMLHSœKÚðtuÈ#$##æþ\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=,J2#"&5476.#"32654'&#"67632  '&'&'&5476767Pm@??@ml€@@­C|=⇆nmϵÚih´VGG/ TU <|=þ\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=$!35$  '&'&'&5476767Ö>þh¨²ýÖ\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«= $0N2"'&476' 654'&'>54& 74632#"&  '&'&'&5476767YtBBBCæBBBB/t„ÔŒÔBAuhtÌþœÌt-tihvvhit0\˜–|~lk>>>=Ø>=Ežs­ºº­sOOŽg¦¦gŽå]hh]\hh‰@>}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«=.L%3276'&#"32767#"&'"'&547632  '&'&'&5476767!C>?=ↆmmдÚhi³VHG. TU <|=Al@@@@lm@??@þÝ\˜–|~}~•—±¬—•~}>@@>}~•—¬±—•~}> ÿ–«= %C2#"&5476$  '!5##7  '&'&'&5476767™e22dedd22þ¾TUUTBªUû桳´–\˜–|~-/žügˆˆ#&“%üq @>}~•—±¬—•~}>@@>}~•—¬±—•~}>uu2"&'&'&5476?!".'&47>3!'&'&54767>2 þp4, ºü€,$ $,€º ,4›2þp º"2"º þpu^}¦ !!Y$ýÜüä¦ýÜýÜ%þuÌPb3!5 5!"'&'&'&u##+*15¶þJüË1*+##‚à0+*%!ÆþJþJÆ!%*+u¢P847676763!5 5!"u##+*15¶þJüË1*+##‚0+*%!ÆþJþJÆ!%*+0<ÿØÄ¯!6767632#"'&'&'! <'CZmo~yti^Z...*^Vqo~yti^?)XÊþ6nGCZ.//+]Yon€zqi_X0//+]>IžÊÊž§pt>2%&#"6767&'&"67632&'&547676767t¥BEHY'þÑ#&N'$þX$)./,0+"""¨ /%Hp*G&/¨$##*0,0.+"þW!'&'&#þÑ'ZGGC£uaP£/4767!"!47676763"'&'&'&5!3!&'&5P·›%þT)#$ý¨"/*11*/"X$#)¬%›‚e¼eZ'&$(0+.!"-+0($&'Ze¼§ÿÆt”2&'&'&'&54767#"'&'2767&'&'32t)H%þÑ þX"""+0,0-+"¨$'N&#/'YHEB¥”Ž£CGGZ'þÑ!&'&'$þW"+.0,0*##"¨/&Gs¬PX+B6%"'&'&'&547676$47676762"'&'&'&'&'&547676762$/ö+ãz > ü_$#R#afü‚þ·#R#)­ >xåþ”ÎbQuþý —R$'…68ƒ"   þþvc–<å.676767632#"'&'&'&%&'&54767&'&5476–A ''+/54<3¢‘þo¢8n23'9%%büüb%‚&:?$ fLLf#&#/:&'+-23-+'ñrrñ'+-32-+¢V2®e"'&'.54?654'&'&'&#!"#!".4?64/&4676763!23!276767654/&546767622ð þæZýœ rrd Z ð‹ð  c ´  ää ´ c  ð¢ñ2g"'&'.54?654'&'&'&+"#!".4764'&4676763!2;276767654/&546767622þpW\xýj š– ‚\W‹þ˜ Ûð   4 þüÛ þ˜u¦P^+#76767&'&/3#6767!5!!5!&'&'PˆSŒJl R &GG& R lHŽSýÌi*üÖån: :nü**‚OU©ä'66'¤Ã¤”UýÕ=;JHdŽŽ)))ŽŽdHJ;=mþ²>'*'$&76#"'6767> Ì7þ>{J<×pÝý1þ„ GM+þ² SR·µ-PAd·ÌmüR›ì jþ²;'567$'&76&#""j+MG þ„1ýÝp×7Ìþ²á ì›®mÌ·dAP-üK·þ®S °þò[ 3%!!!!(¢þæ«þçýUœùÎ2xxùÎx°þò[ #3!5!!5㢢xýUþçœùΪøÞx2x×þò! !×þâþð‚üpüp¤þòÑ ! !Ñþãþðþâ‚üpÿÿ×þò &&&ÿÿ¤þòí&&&U_Ü '#'#'##'ŸÀ’R – KK – R’ÀÜý@Rý"~–ûì´KKûL–ü‚ÞRÀWÿùaÕ#73373737¡Šý@’R – KK – R’ÀRÞü‚–ûLKK´ûì–~ý"R]‡z?3276767654'&'&'&#"7#7676767632#"'&'Ô9! ¹‘þwŒþw‘Ë "3\^wv†lyZ^2103\^wv†Šox[Æ9! <:LHUYGK<9!>9M¹‘þw‰‘ËWOw\^2106Y^wv†Šow\^2104[.]£z?#"'&'&'&54767676327#7&'&'&'&#"3276á©[xoІvw^\3012^Zyl†vw^\3" Ë‘þwŒþw‘¹ !9>IJVUHL:< !9!9 !'7$"!3!&'&'&'!#!2767676Þþw‘ÆþÒ 1cbîþìîbc1 ½½ 1cbîîbc1 -Æ‘üÓÂTSEF" eÈe "FESþ›Èþœ "FESTÂTSEF" ÈŒþw‘ÆGAvcbddbcvAGðHBwcbddbcwBHÆ‘ ##EFS $þÜ SFE#ýÑþÜ$SFE####EFSd³ Q ´  ÔÔÌ2@ @@ 00 ]1@  § Ôì99ÌÌ0@  § ü<<@ §ü<<°KSX³ <<´§ ì´§ìY5!!d‰‘Æ KöµÆ‘<Œ‰‘ÆðÆ‘u³ Q ´  ÔÔÌ2@ OO __ ]1@ § Ôì99ÌÌ0@  § ü<<@ §ü<<°KSX³ <<´§ ì´§ìY'7!5!'7 þw‘Æöµ KƑȌþw‘ÆðÆ‘d³ QÚ¶ ÔÌ2ÔÌ2@ PP_ _O O]1@   § Ôì9Ì2Ì20@   §ü<<@ §ü<<@ § ü<<@ §ü<<°KSX· <<<<´§ì´§ì´ § ì´§ìY5!'7'7!d‰‘ÆÆ‘‰þw‘Æ÷øÆ‘<Œ‰‘ÆÆ‘þwŒþw‘ÆÆ‘d³ Q!!5!!‹ x÷(S‘þw‰‘SØöˆK7 S‘‰Œ‰‘S Ku³ Q7'!5!'7'7!5 íKKöˆØS‘‰þw‘S÷(7KK S‘þwŒþw‘S d³ Q7'!!5!'7' íKK÷žKKÂøÞS‘þw‰‘S"S‘‰þw‘7KKKK S‘‰Œ‰‘SS‘þwŒþw‘d³ Q !5!3# ÷¥Æ‘þw‰‘Æ[ðð Æ‘‰Œ‰‘Æ6ü¤u³ Q !'7'7!#3e[Æ‘‰þw‘Æ÷¥ððúÆ‘þwŒþw‘ÆþÊ\d³ Q!!!5!53# ÷xKKˆøS‘þw‰‘SèððÍKK S‘‰Œ‰‘SÃü¤u³ Q!7'#3!'7'7eˆKK÷xððèS‘‰þw‘SÍ–KKþÊÃ\ÃS‘þwŒþw‘Su³ Q#5377777!'7'7#'''QcyA›þþþþþþþcÆ‘‰þw‘Æâ›þþþþþþmcð›þþþþþþþcÆ‘þwŒþw‘Æ›þþþþþþÿÿ,°¼@+¤,°ÿÿ,›¼++¤,›ÿÿ,›¼@'+¤,°+¤,›ÿÿ,…¼+¤,…ÿÿ,…¼@'+¤,°+¤,…ÿÿ,…¼+'+¤,›+¤,…ÿÿ,…¼@'+¤,°'+¤,›+¤,…ÿÿ„°@+¤„°ÿÿ,°@'+¤,°+¤„°ÿÿ,›@'+¤,›+¤„°ÿÿ,›@'+¤,°'+¤,›+¤„°ÿÿ,…@'+¤,…+¤„°ÿÿ,…@'+¤,°'+¤,…+¤„°ÿÿ,…@'+¤,›'+¤,…+¤„°ÿÿ,…@'+¤,°'+¤,›'+¤,…+¤„°ÿÿ„›++¤„›ÿÿ,›@'+¤,°+¤„›ÿÿ,›+'+¤,›+¤„›ÿÿ,›@'+¤,°'+¤,›+¤„›ÿÿ,…+'+¤,…+¤„›ÿÿ,…@'+¤,°'+¤,…+¤„›ÿÿ,…+'+¤,›'+¤,…+¤„›ÿÿ,…@'+¤,°'+¤,›'+¤,…+¤„›ÿÿ„›@'+¤„°+¤„›ÿÿ,›@'+¤,°'+¤„°+¤„›ÿÿ,›@'+¤,›'+¤„°+¤„›ÿÿ,›@'+¤,°'+¤,›'+¤„°+¤„›ÿÿ,…@'+¤,…'+¤„°+¤„›ÿÿ,…@'+¤,°'+¤,…'+¤„°+¤„›ÿÿ,…@'+¤,›'+¤,…'+¤„°+¤„›ÿÿ,…@'+¤,°'+¤,›'+¤,…'+¤„°+¤„›ÿÿ„…+¤„…ÿÿ,…@'+¤,°+¤„…ÿÿ,…+'+¤,›+¤„…ÿÿ,…@'+¤,°'+¤,›+¤„…ÿÿ,…'+¤,…+¤„…ÿÿ,…@'+¤,°'+¤,…+¤„…ÿÿ,…+'+¤,›'+¤,…+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤,…+¤„…ÿÿ„…@'+¤„°+¤„…ÿÿ,…@'+¤,°'+¤„°+¤„…ÿÿ,…@'+¤,›'+¤„°+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤„°+¤„…ÿÿ,…@'+¤,…'+¤„°+¤„…ÿÿ,…@'+¤,°'+¤,…'+¤„°+¤„…ÿÿ,…@'+¤,›'+¤,…'+¤„°+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤,…'+¤„°+¤„…ÿÿ„…+'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤„›+¤„…ÿÿ,…+'+¤,›'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤„›+¤„…ÿÿ,…+'+¤,…'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤,…'+¤„›+¤„…ÿÿ,…+'+¤,›'+¤,…'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤,…'+¤„›+¤„…ÿÿ„…@'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,›'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,…'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤,…'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,›'+¤,…'+¤„°'+¤„›+¤„…ÿÿ,…@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›+¤„…ÿÿ,þp¼+¤,þpÿÿ,þp¼@'+¤,°+¤,þpÿÿ,þp¼+'+¤,›+¤,þpÿÿ,þp¼@'+¤,°'+¤,›+¤,þpÿÿ,þp¼'+¤,…+¤,þpÿÿ,þp¼@'+¤,°'+¤,…+¤,þpÿÿ,þp¼+'+¤,›'+¤,…+¤,þpÿÿ,þp¼@'+¤,°'+¤,›'+¤,…+¤,þpÿÿ,þp@'+¤„°+¤,þpÿÿ,þp@'+¤,°'+¤„°+¤,þpÿÿ,þp@'+¤,›'+¤„°+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„°+¤,þpÿÿ,þp@'+¤,…'+¤„°+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„°+¤,þpÿÿ,þp@'+¤,›'+¤,…'+¤„°+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°+¤,þpÿÿ,þp+'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤„›+¤,þpÿÿ,þp+'+¤,›'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„›+¤,þpÿÿ,þp+'+¤,…'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„›+¤,þpÿÿ,þp+'+¤,›'+¤,…'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„›+¤,þpÿÿ,þp@'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,›'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,…'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„›+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›+¤,þpÿÿ,þp'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤„…+¤,þpÿÿ,þp+'+¤,›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„…+¤,þpÿÿ,þp'+¤,…'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„…+¤,þpÿÿ,þp+'+¤,›'+¤,…'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„…+¤,þpÿÿ,þp@'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,›'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,…'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„…+¤,þpÿÿ,þp+'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤„›'+¤„…+¤,þpÿÿ,þp+'+¤,›'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„›'+¤„…+¤,þpÿÿ,þp+'+¤,…'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„›'+¤„…+¤,þpÿÿ,þp+'+¤,›'+¤,…'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,›'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,…'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„›'+¤„…+¤,þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›'+¤„…+¤,þpÿÿ„þp+¤„þpÿÿ,þp@'+¤,°+¤„þpÿÿ,þp+'+¤,›+¤„þpÿÿ,þp@'+¤,°'+¤,›+¤„þpÿÿ,þp'+¤,…+¤„þpÿÿ,þp@'+¤,°'+¤,…+¤„þpÿÿ,þp+'+¤,›'+¤,…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…+¤„þpÿÿ„þp@'+¤„°+¤„þpÿÿ,þp@'+¤,°'+¤„°+¤„þpÿÿ,þp@'+¤,›'+¤„°+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°+¤„þpÿÿ,þp@'+¤,…'+¤„°+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°+¤„þpÿÿ„þp+'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤„›+¤„þpÿÿ,þp+'+¤,›'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„›+¤„þpÿÿ,þp+'+¤,…'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„›+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„›+¤„þpÿÿ„þp@'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„›+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›+¤„þpÿÿ„þp'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤„…+¤„þpÿÿ,þp+'+¤,›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„…+¤„þpÿÿ,þp'+¤,…'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„…+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„…+¤„þpÿÿ„þp@'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„…+¤„þpÿÿ„þp+'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤„›'+¤„…+¤„þpÿÿ,þp+'+¤,›'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„›'+¤„…+¤„þpÿÿ,þp+'+¤,…'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„›'+¤„…+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„›'+¤„…+¤„þpÿÿ„þp@'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›'+¤„…+¤„þpÿÿ,þp'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,þp+¤„þpÿÿ,þp'+¤,…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤,þp+¤„þpÿÿ,þp@'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤,þp+¤„þpÿÿ,þp+'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„›'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„›'+¤,þp+¤„þpÿÿ,þp+'+¤,…'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„›'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›'+¤,þp+¤„þpÿÿ,þp'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„…'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„…'+¤,þp+¤„þpÿÿ,þp'+¤,…'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„…'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„…'+¤,þp+¤„þpÿÿ,þp+'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp+'+¤,…'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp+'+¤,›'+¤,…'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,…'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,…'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,›'+¤,…'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpÿÿ,þp@'+¤,°'+¤,›'+¤,…'+¤„°'+¤„›'+¤„…'+¤,þp+¤„þpd³?Q!!!5!53#Oü9M¹‘þËG89!ð03\^w‰‘ÌZMw\^2106Y^wv†Šow\^21íYGK<9! <:LHUVJI>9! ¹‘5 9:LHUŠow\^2‰‘Ì !3\^wv†lyZ^2103\^wv±]ÎÒ A4'&'&''7327676767#"'&'&'&547676767'7Þ!98GþË‘¹M9>!9IJVUHL:< !9>Žl§ùå·<D ¨©:8¹æþïINþxWŽûXXx”Ýå—t£s•æÝ“þ².7&54&'>7!2;#"#!532654&+W¤™ o‡" /œO ý©/ù§lŽ>>Žl§ùþÑ5ŒUUŒ5NIæ¹8:©ûX D<·ñ“Ýæ•s£t—åÝ”xX¨ŽWÙýïÛg % 5ÄÙü<ëý'Ùëúþþþý›ÊþìýÅþýþ™îìïÙÿý† 3 5›ëýjý'Ùëúþ úö£þâþâþ™ìÙÿý† #3 Äëë«Ùü< þ™ýÄý{ ýñìÙÿ'e   ÁçüÙüÙ''þå6üUý«Èý«UÙÿ'e  'üÙüÙ''üþ…cUý«Èý«UýýÐÙÿ'e  'üÙüÙ''cUý«Èý«UÙÿž'f   'ýšfüÙüÙUþâþ:þ:þâUý«ÈÙÿž'f   'üÙüÙfýšUú8Uý«ÆÆÙÛ3!3!!#!#!5éîîþðîþúîþðø ýô ýôìýô ýô ìÙÛ333333#######5Sî¢î¢îzzî¢î¢îzø ýô ýô ýôìýô ýô ýô ì:þOÆà :!!" 767>54'&'&'&$  $'&'&547676ýýú˜zeig44hi}&eig44hlzþ¦ŽVŽŽGFFGŽŽþªþrþªŽŽGFFGŽŽ.ýÓá48fjû–‘~fh4666fjû‘–}‚fk34þ«ªÊÅ«ªª«Åʪ«:þOÆà6B" 767>54'&'&'&$  $'&'&547676!!#!5!˜zeig44hi}&eig44hlzþ¦ŽVŽŽGFFGŽŽþªþrþªŽŽGFFGŽŽ” ýöîýö â48fjû–‘~fh4666fjû‘–}‚fk34þ«ªÊÅ«ªª«Åʪ«¹ýôìýô ì :þOÆà6B" 767>54'&'&'&$  $'&'&547676   ' ˜zeig44hi}&eig44hlzþ¦ŽVŽŽGFFGŽŽþªþrþªŽŽGFFGŽŽ«sq§þr¨þþ§qþŽâ48fjû–‘~fh4666fjû‘–}‚fk34þ«ªÊÅ«ªª«Åʪ«þßþŽq§þþ¨rþ§qsÿÿþ/ ,&$C'$Cî'$CÜ$CÊþ.b #5!67676&!!'&'7767˜:# mDŸK6ÞI%'&'7767'&'&'&54767676767676&&'&'67k?J " mDŸK6Þ>>?J " mDŸK6Þ þÕœU5O9Œ:[>?JKVXKK>? 'œU5O9Œ:[þí":;PG*# þn’b11S$ þ.› D65'67673''&'776?&'&'&'&5367676&] ,:ˆdêh^##B<\  mDŸK6Þ'%¬*-6H mC€ŸK6Þ;B£5>\­/ˆèh[aUTE>&þüœU5O9Œ:[Î $A<]Y]7<7*,èœU5O9Œ:[þ.b '!!!!67676&!!'&'776¯ þàÊþ] lDŸK6Þ54'.'&"67676&!!ý4. mDŸK6Þ54'.'&&767676&'&'776?&'&'&'&4767676!!A8+.N&N//44//N&N./( mDŸK6Þ32326#"'&'&'&#"5>32326 5Üj³`k›^X¬bi³an“ ›^V©gj³`k ›^X¬bk²`k›^V©füúþUôPE:=MSôNE;=KþãôPE:=LTôPE:>KˆÑÑóPëNÙþCÜ ;B#"'&'&'&#"5>32326#"'&'&'&#"5>3232655%Üj³`k›^X¬bi³an“ ›^V©gj³`k ›^X¬bk²`k›^V©ûdúþUôPE:=MSôNE;=KþãôPE:=LTôPE:>Kˆôþ²ëþ°óÑÙÿÛ¨ %!!'7!5!7%5Ûüþ‡OµýÂ’ÌOþK>uýM´ÑÑóc ‰îþu‰î̵ëNÙÿÛ¨5!!'7!5!75%Ùýá¹OµýÂ’ÌOþK>‡ý;´ôþ²ëŽj‰îþu‰îëºóÑÙýÁÜ 3:3267#"'3267#"''7&#"5>327&#"5>32 5”ÌC2'V©gj³`@L&zOV©gj³`kFÌF2'X¬bk²`?M&zOX¬bi³ajŠüúþÍEÈ KUôPEq,KUôPE:ÓEÒ LTôPEs+MSôNE8ÑÑóPëNÙýÁÜ 3:3267#"'3267#"''7&#"5>327&#"5>3255%”ÌC2'V©gj³`@L&zOV©gj³`kFÌF2'X¬bk²`?M&zOX¬bi³ajýˆúþÍEÈ KUôPEq,KUôPE:ÓEÒ LTôPEs+MSôNE8ôþ²ëþ°óÑÙý”Û„5!5!-5 %%Ùúþúþüúþüúþ\îîþrîîýº‘‘óÑþ—Ïü‘‘óÑiÏÙý”Û„!5!!5!%%55%Ûúþúþúþüþúþ\îý„îüÌôÏiÑó‘wôÏþ—Ñó‘Ùþ‰Ü:&#"'&/&#"5>32326!! 5Üj³`k›^X¬bi³an“›^V©ûeúþüúþ…ôPE: =MSôNE;=KþFí½ÑÑóPëNÙþ‰Ü:&#"'&/&#"5>32326!!55%Üj³`k›^X¬bi³an“›^V©ûeúþúþ…ôPE: =MSôNE;=KþFí½ôþ²ëþ°óÑÙþ Û")#"'&/&#"5>32326-5 %%Ûj³`k›^X¬bi³an“›^V©ûeüúþüúþäôPE: =MSôNE;=Küo‘‘óÑþ—Ï ‘‘óÑiÏÙþ Û")#"'&/&#"5>32326%%55%Ûj³`k›^X¬bi³an“›^V©gúþüþúþäôPE: =MSôNE;=KüoôÏiÑó‘›ôÏþ—Ñó‘ÚýÇÜB!!!!55% %%Úúþúþúþüúþþµî|î3ôÏþ—Ñó‘W‘‘óÑiÏÚýÇÜB!5!5 %%55%ÜúþúþüúþúþúþþµîîŽîîE‘‘óÑiÏÒôÏþ—Ñó‘ÙýåÛ,55%-5 %%Ùúþúþüúþüúþ¡óÑóüóÑóv‘‘óÑþ—Ï‘‘óÑiÏÙýåÛ,5%%5%%55%Ûúþúþúþüþúþ¡ÑóÑúQÑóÑTôÏiÑó‘{ôÏþ—Ñó‘ÙÿšÛÝ 55Ûúþúþü<ãþ1úÏú·úÏìÏúþ¶ÙÿšÛÝ 5 5ÙúþÄü<úþãúþ1úý€LJúþ1ìþ1ÙÿšÛÝ  55%3#Ûúþúþü<Èüüãþ1úÏú·úÏìÏúþ¶‚þñÙÿšÛÝ 5 53#ÙúþÄü<úþüüãúþ1úý€LJúþ1ìþ1ÈþñÚÿ£Üm!5!!5!5Üúþúþúþü“ÚýðÚü`ôNëPóÑÚÿ£Üm5!5!-5Úúþúþüúþ“ÚÚþÊÚÚý:ÑÑóþ°ëþ²Ùÿ[ÛÊ 555Ûúþúþúþü×þ°óPýšþ°óPûøôNëPóÑÙÿ[ÛÊ55-5Ùúþúþüúþ×óþ°ó#óþ°óþ;ÑÑóþ°ëþ²ÙÜp$.#"#"&'532767676325Üg©V^› “na³ib¬X^›k`³júþüÐUK=;ENôSM=:EPüKôNëPóÑÙÜp$.#"#"&'53276767632-5Üg©V^› “na³ib¬X^›k`³júýüúþÐUK=;ENôSM=:EPüKÑÑóþ°ëþ²ÙþÜø%,!!!!.#"#"&'532767676325Ùúþúþg©V^› “na³ib¬X^›k`³júþüûî|î³UK=;ENôSM=:EPü[ôNëPóÑÙþÜø%,!!!!.#"#"&'53276767632-5Ùúþúþg©V^› “na³ib¬X^›k`³júýüúþûî|î³UK=;ENôSM=:EPü[ÑÑóþ°ëþ²Ù-Û@ $!!!5!676762!!&'&'&!!Ùúþ‚A%0þM 6WYÎYV7 þN0/ýHúþã7'H?aá93[2332[0<áf:H'%þ,ãÙÿUÜy%!5%5$Üúþþþ„|þü}ƒCîîÿUSþÿþáx„ì|€ÙÿUÜy7!!%$Ùúþƒü}þ|þ„Cîþ€|ì„þˆSUÙþÜy 7!!!'7!%5$Ú>ÁÌ~µýÂÁÌ~þKþþ„|þü}ƒCMuØîþ³uØÿUSþÿþáx„ì|€ÙþÜy 7!!!'7!%$Ú>ÁÌ~µýÂÁÌ~þKƒü}þ|þ„CMuØîþ³uØþ€|ì„þˆSUÙþ]Ûa!5!5%5$ÛúþúþþØþ-Õ&þüo bµîînîî‹ÿ%$ÿþáffìuWÙþ]Ûa!5!5%$Ûúþúþb üoþ&Õþ-µîînîî‹þ©uìfþš$%Ùý‘Ûa %5$!!!'7!5!7!5!7ÛþØþ-Õ&þüo bþ,JýXvÌ2þ¶ÔJýâ¨vÌ2Dÿ%$ÿþáffìuWûXî€îÌuWî€îÌuWÙý‘Ûa %$!!!'7!5!7!5!7Ùb üoþ&Õþ-Úþ,JýXvÌ2þ¶ÔJýâ¨vÌ2Dþ©uìfþš$%ýtî€îÌuWî€îÌuWÙýûÛµ;F#"'&'&'&#"5>32326#"'&'&'&#"5>32326%5$Ûj³`k›^X¬bi³an“ ›^V©gj³`s‡ ›^X¬bk²`k›^V©gþØþ-Õ&þüo b ôPE:=MSôNE;=KþãôPE:=LTôPE:>KRÿ%$ÿþáffìuWÙýûÛµ;F#"'&'&'&#"5>32326#"'&'&'&#"5>32326%$Ûj³`k›^X¬bi³an“ ›^V©gj³`s‡ ›^X¬bk²`k›^V©ûeb üoþ&Õþ- ôPE:=MSôNE;=KþãôPE:=LTôPE:>KRþ©uìfþš$%ÙýyÛµ3>3267#"'3267#"''7&#"5>327&#"5>32%5$“ÌC2'V©gj³`@L&zOV©gj³`kFÌF2'X¬bk²`?M&zOX¬bi³aj‹þØþ-Õ&þüo b…EÈ KUôPEq,KUôPE:ÓEÒ LTôPEs+MSôNE8Üÿ%$ÿþáffìuWÙýyÛµ3>3267#"'3267#"''7&#"5>327&#"5>32%$“ÌC2'V©gj³`@L&zOV©gj³`kFÌF2'X¬bk²`?M&zOX¬bi³ajý‰b üoþ&Õþ-…EÈ KUôPEq,KUôPE:ÓEÒ LTôPEs+MSôNE8Üþ©uìfþš$%ÙþqÛà5%5 5ÛúþúþüúþœóPó#óPóÅÑÑóPëNÙþqÛà55%ÙúþúþúþœPóþ°fPóþ°ôþ²ëþ°óÑüÿÐôÈ ! !' hþ×Cý@¢ÁýÈÏý?þ˜À)Cý?¢ÀrüùÏý@hÁÀÿÐ¸È 777!% LCÁ¢ý@Cþ×{ÏÀþ˜ý?ÏCý@¢ÁCŒÏý?þ˜ÀÏüÿÐôÈ !7 7hCý?¢ÀC)ý…Ïý@hÁÏ…CÀ¢ý?CŒÏÁhý@ÏüùÀÿÐ¸È !'' ! L)CÀ¢ý?8üùÏÁhý@…þ×CÁ¢ý@þŽÏÀþ˜ý?7^P¦ % ! !%7'!55![ýÜ$Ñ$ýÜþ/]ÒÒýÒÒé^$$þÛ%ýÜýÜ%-ÒÒ__ÒÒ_7^?¦% !![ýÜ$äü^$$þÛþ6~ !!6$$þÛþä$ýÜüä6ÿÍ~Õ !!~ýÜýÜ%þñýÜ$äüüÿÐôÈ!' íÏý?þ˜ÀÈüùÏý@hÁÀÿÐ¸È ÇÏÀþ˜ý?ÏÈÏý?þ˜ÀÏüÿÐôÈ7 7íÏý@hÁÏ0ÏÁhý@ÏüùÀÿиÈ! ÇüùÏÁhý@0ÏÀþ˜ý?7^P¦ % ! ![ýÜ$Ñ$ýÜþ/^$$þÛ%ýÜýÜ%6ÿÍ~ ! !! !Y%ýÜýÜ%þÛ$$þÛñýÜ$ó$ýÜuÿÌgú #75!5!7ÞŒþw‘ÆüU›Æ‘4‰‘Æêðþ&Æ‘u g8 '!5!5'Þ‰‘Æûe«Æ‘‰8þw‘Æþ&ðêÆ‘‰MÿÌ?ú 7!!7Öþw‘Æ›üUÆ‘þw4‰‘ÆÚðêÆ‘þwM ?8 3'!!'ÖŒ‰‘Æ«ûeÆ‘8þw‘ÆêðÚÆ‘ áÕ!3#3#!!#3+3¼çççç¤ûÛ²²®²Õþïþüþüþü•þݸ Ø#3!3#3#!#Á··f±±±±þš·mŸþaþüþüþüþ—iÿÝáÕ!676=3!!#4767¼Ÿ;9g¤ûÛ ;;iÕýC 9ˆJHþªþÝú;ˆJI ‰Õ! !#!#332764&+3¼2™˜þãþþ°°Õo>=zpÕéÕþéë~ýúlþüO76ÈlNþü¼þfÕ$—@ $!  %üì2Ä99ÔÄì9991@ ÀÂ!® ®/ôìÔì9990@#"$! %KSXíí9Y"²$]@ !"#$66EEVVP&ee`&]2654&+;# ! !.#ßyiiy¢{x3 326=°mEþ—H´rVepcM"UhCŽsÆUsèt ˆþÇñ-PeŠÁe¨tÁý¦f]+l^j^ˆÅ¸o'..[ýØþþ%‘m)ÿB¤“33!;!"'#&5#33©¬ªÅþî_>\¸þÍoMA«^;²²žþÂ3ýÍÿþÞN7ÿÖ:[®Û>ÿÿ¼þ¿tÕþ¬þåy )54'&'&'&#"!!67632!!þ˜$$.p@@þšfQ[[nÂedgþ™o™“77#WV™ýÙý¨b./wwãþ3þ¼þ¿qÕ!!#!!!K&þ€bý®þ+¿ý1#ýœALý´Õýß!ý=¬þåy!! 3!#!¬fœ ýÝw×þ™KþKþšü±›ýþþþÓþ-\þ¿%Õ !!!!5!sçüßìþ€û·!üöÕéü7ýœAéÉ\þåù` !!!!5!uÑý²þ™üÊNýË`úýšýåúfcÿã'í5!!5# !226&#"ºmþ“bëšþïþ¡_™ìþþ­··­¬··òãú+Þ‚y±©°zû‡þãþþþþ¼þf9Õ%!#3265#!! !9þÑþÍNQx{þ¨ôþ¨þ“êTVé‘þéþì#†‚³üÛ%û¼Õüá 'Õ !!!!!ëZ_ƒý×þ5ý׃XþgÌÅú+ÕýÛý®cÿã'í%!!>3 !"&"32654&Ðþ“mbê›_þ¡þï™ì®¶¶®¬··ÞãÕÞ‚yþPýVþPzyýþýþñòý:{0!!!2#54.#"tþìþwþHfÃ]e¬eó/'¿ýA`üú d¬f Lf¨ÍØþšDXZ}(1 XP|‡\ëíáûºµk23Xÿã'{&"26  454&"6MQsPPtPý GCEþ»ý½þ¹kšU|ì}j}PPsOO98þÈýØþÈ8b \ ¡««¡ q ¼` !5!5!5!5!5¼üäûþ3Íþ`û ä÷ÚÑÚÿÿÿÔÿSgMýdœàà33!ôúøôþ¤þßàý—iü¼“þ\ð5.#";#"'&'&'&'32654&/&'&54$!2Ë{êhŠ„Yu¤ùÒ“Nz˜UNOAžþÍ7H2K |~†[ˆ•âfg {¦þÄ78LPÿïç_%#"7!27!367!!7#"LþœØÒœ;€hÀ€8ƒ\Ÿ·‰8³þÇþ¥Šú¬½½³üꬮüê®û¡¯À<ÿï_%#"7!77!!8þ®ØÒš<oœ¶~8³þƬ½¯Áüê®­û¡>þ.ć!7!"7#"7!327327!›þ¶LþùþÙÊA×»©J@3g2h8] BÚŸqzDh‡þ.N—Áµp—×þâvýÐ^Œ´®ý'üŽCÿîç‡!$32!6#"!7#"7!32VuZEOZÉÕ˜þÀ€h¬§~þËþ±ØÒ;#raHëTý¬­°üQ®¬üú¬¾¯Ãüè®<ÿí ‡!327!!7#"7î‰Zih†×{>ºþÌþ×ýÒa&ý×üé®» û ¯Â¯,þ$`6#"$7327! !$36¨j£¯q¹,!ým\¢ÎŸÂþTþú¥2ž;PÍÖ-®®ý‰KžCìF•”°­¶F.DZ±þË<þ-àJ%#"7#"7!327!327'!!þ—ÆÈþ¨ØÒœ@‚rŒ¿ƒ8†\À$CŒmþ¸¯Â¯¯¯Ãüè®®ü讯ìþçüiý“0þ-×_ -6&3276#27!7#'!7!"!$!2$!2’ož¯Mp‡Î%rtÙH•þÃë–8 Uþº@Çþ¡Ô,ˆ7À/Ã-En°þD­Áª¯¯þV®¯þ§¯¯-;þ;½ÅÂ1A±±±±þÍPþ.Ó‡%!!!%!%7!!_gþºQCþA'þÄ?R¸BUCE3·:„þ¼YþEoý¿B„{íoþ †“Sý{þÓx˜üŸ~Z_$32!6#"!!,SÊÕ˜þÉ~b¤²‚þDz7¯°°üQ®®üü_<þ. `%#"7!727!!Aþ¤×ÒŸ:‚e–È|;–þ®¯Â¯Ãü讫ü=ý‘<þ$_%#"7!327!!#532$2þ±ÕÒ™<‚h‘Ë{8;þBþŸUI«O¥¸¯Ãü讯ü‘þWþݳ±Zþ-‡!!$32!6#"t]þ®K±J<=QÉÙ™þË~h¢ýBýç8ý³‹°°üQ®2þ#`27#7!6!6 !6#"—OË€ÐÚþÉþâ$¦:ý"Ù1wþÊtqiãy¡þÖ£¢²3ï±°þÌý¾®®ýAǨ/ÿîD‡3 7# %!3þVC‘in,ýEþ©*H'àjJKpÈ'µþ‚Ö²ý\þæ-XºC)ýÙZþ.`!6#"!!$32$32!6#"={_‘Ð\þ®D³?[ÌÔ)ýÖ˜þÃ}[ÄŸ|¬®ýþ Ò`±±®®®üN¬¬üúZþ#$` !76#"6 %'73 5&#"!!66ÄþÊ'}TõZ¤—ïýxéëÝådì³Åþÿ±>ð1×1#஫ýÙiþwþeJæ|îËn<±²þËÿþþ#_! 7!%üü`¨6™¥(p=†$ý7«þ$=ÿüMðÃüÓþÿþÀZþ.ì‰# '!327!&'!%&'ž }aþóòþ肃™‡_ýÓ¯ïtñ·†"þ²×,©¶(PdRYQ€ýrþÃ|7Éd¥™þ¦Ç¿ËøZÿí _)7#"6#"!!6!2327!Yþ¾þºÛÊ(OkƒÐþŶ<ý Üdgië„9¯Â1宫üû^±±®ý–®ÁZþ. ‡6"!!3#"$72! Xægøþ’þ;Ç*¬®®‡;UÖÉYþÉ®«ý©ýVÀC²ºþ–®±ýà-ÿíò! !3 7675!7632r,ýRþ•*1>/‰!Qþ×þ‚H†¬†ñ$þÎ2ô­¹õšaaçü¤v;<ü/þ.ú‡%!7#"!37!Yxþ¬Oþ£×Í,Š8|‡hÛsNK>„ýªlÂ1AüøªÂå5ýÍ=þ.x_%!7!#"7!32%!ÍþËwjþ½J‰‹¿š:"y;Fs>ý³F¯ÃüÜ­2ÿïÖˆ$ 7!6! 6%!!5&"% ¨þQD¤òþÉieþ½f)ýþÖ*UéÉ“þÈw„Ä3*±+½þ€²²Û•Ê ýrþÎ2Á9R¾M[nþº'þàqÿã !4676  '&%2>54."q_OªöªO__O¬þ¬O-;IRI55IRI5 %¤•6vv6•¤•6ww6æ?.*9 9**9fÿã"ð%6$  $!327676!&'&#"æ?`?扉æþÁþ þÁ¯ü€!J“Â_U¬K üˆ€!K“Á_V¬J .;ÑzzÑþâþÅþâÑzz €Pž'Nº"Pž'Nºfÿã"ð #>7!!6$  $!.!Etª!þÁþþtª!?ý¬‰‰æ?`?扉æþÁþ þÁp?!ªþŠþÁ!ª $·€]$·€ýÄ;ÑzzÑþâþÅþâÑzzgþ¦·üm[€·idÕ ) ! 5!7!dþSÑÐþS¤þfçþfÚ—þÓ:þÆkééý•KæidÕ !! !5!i­ÐÑ­þ\šûšÙ–-ÕþÆ:ýý•éékþµæsZÕ %!5 5!7!!ZûœþdçþdØ—þÓ––-éééééýþ »ý,»cÕ !!!)!‡þÜ$~þÜ$üïþRƒþ}ƒú+ÿÿ 'Õøÿÿ 'Õÿÿ¼áÕÿÿ¼áÕ)–ÿãÔð"4EI4676  '.%2>4."4676  '.%2>4."!–kYÄ.ÄYkkYÄýÒÄYkŽP%dpdJ++JdpdJ+þrkYÄ.ÄYkkYÄýÒÄYkŽP%dpdJ++JdpdJ+þyÎ:l'UU'l:Bþ¾ÕýÇ9þÝüqþÝyý‡#¼Õ ) !! þxþòþ÷þSñþƒþ “þqÕéýÂý™g¼eÕ !!!âƒüWƒþ}ƒX$þÜY$þÜûO$þÜ¼Õ !! !þ(}û­ ý½“þmÕýRýÂéÕþqûNgfÿã"ð 6$  $67654'&|ˆˆ:NNþ9‰‰æ?`?扉æþÁþ þÁ¯£H%ˆ:F‘þg‘?%ƒ%ü©;ÑzzÑþâþÅþâÑzzMü}O³[eÌ‘>fÿS"† )&""''7&6$327267654ôJ:U¾«>ˆб®Ýœs‰‰æ?°Ã±²â¡oˆ‰æþÁØýÅU½«>ˆé|Ó'NC‘ü.KÛ­Æh;ÑzLâ±ÌgþåþÅþâÑz ý0&NC‘ͼ?Õ !!!!¼ƒþ}ƒþ}ƒþ}ƒ$þÜ‘$þÜ$þÜûO$þÜ,ÂÕ) !!3Âþxþ©þöþS{¹þ*·þIÕü÷¼öÕ !!!!!!˜‚ÜþýÈþÜÕýÇüdyý‡œÿÂŽÕ!! ! ! !è‚Àý0þþþþAÏüçâDÕþêý=üîéþÃþ¿¼ÉÕ !!!!Fƒþ}ƒûóƒþ}ƒ±$þÜûO$þܱ$þÜûO$þܼ­Õ !!!¼ñý}ƒû“Õéü7þݲý™g– Û !!!!!!KþÜ$þoþÜ$!þÜ$ ƒþ}ƒþ}ƒÿÿ¼áÕÿ–;Õ 3!!!!!–þî¥þîÑþþü/þþƒÿã#ð)&#"327# /!"'32#"63 76!2#clÎììÎlcr|þßßþ|rclÎììÎlcr|wØØw|r»þøþ1þøþèÑÑÏÐШÕ!#35#3!3!3#3#!35¤þÝÙÙÙÙ#ø#ÑÑÑÑþÝøøHþ¸H"þ#Jþ¶Jþ¶þÝþþÞþ¸H þþÿÿ¼öÕt¼áÕ3!!!¼%ý\¤ÕþÝüqþÝÿÿ¼=Õ¨Õ!!!!!5!!!!®âþþÝþãþã#âhþþÞþ¸H"þ#Jþ¶þݼ?Õ3!!!¼ƒþ}ƒþ}$þÜÕüWÿãxÕ 4'! $5%!!•hBîþ¥ýšþ œëü•çþ>ä™Ûþú‹†dþUúðÜ=¯#þ‹®¢mqÿãð 1A2>4."4676  '&2>4."4676  '&9IPI44IPI4þq_OªöªO__O¬þ¬O09IPI44IPI4þq_OªöªO__O¬þ¬O‹;+'5:4''4f’„0hh0„’„0ii0ý‹;*'5:5&&5f’„0hh0„’„0ii0fÿã"ð#46$  $&%2>54."f‰æ?`?扉æþÁþ þÁ扎ˆ>«¾«|JJ|«¾«}IêÑzzÑþâžþâÑzzÑÍ‘CNN…·ed·…NN…·fÿ>"ð.327767654."46$ ' $&ôˆ>«_^Uþ¾ÏF%J|«¾«}Iþr‰æ?`?æ‰D>dÌÓç þ þÁæ‰éÍ‘CN&^¾þ¢#([ed·…NN…·cÑzzÑþâžbÚÂú =zѼöÕ )!!!!!þ~þ$8þ$9œý‡yüd¼?Õ !!!¼ƒþ}ƒþ}ƒX$þÜY$þÜûO$þܼôÕ !!!!!p„þ|„úȃþ}ƒW„mhþ˜û“hþ˜mhþ˜û“hþ˜6hþ˜fÿã"ð#'46$  $&%2>54."!f‰æ?`?扉æþÁþ þÁ扎ˆ>«¾«|JJ|«¾«}I„êÑzzÑþâžþâÑzzÑΑBNN…·ed·…NN…·ö$þÜfÿã"•.2>54'&''&#"46$ 7 $&ôI}«¾«|J%þºÏBU^_«>ˆþr‰æ?` çÓÌd>D‰æþÁþ þÁæ‰êd·…NN…·de[(#þ¢¾^&NC‘ΞÑz= úÂÚbžþâÑzzÑfÿã¾ð(1 "&547"3&5462264&#3264&þL´Ô|T§ì§%ÊëëÊ%§ì§T|p32H33#%23$#33¡fe¡žjv§§vO?þøçèþø?Ov§§vjžìMmMMlNý5!#3çi ^fyÈ]ôÿN^@D*iþ˜Û1ý^!BþÆ*(Ç¿b›Y9>K-%þœdÿÿÙÿ»ÛR&$T$1Ôýµ°:!!!°mþçþ¬áþ‹:ø!5!!¤þçmþ¬3áý&°þòÌ!!!ý“T-áÚ‹þòøÌ!5!!øý“Tþòáùÿÿðÿÿ¼‰Õþÿÿ¼‰Õ T!Õ ) $54$!3!#"3!ýþãþÏ1þþÕpzzpýêëýûB¡mÈlÿÿ¼9Õÿÿ jÕ kÕ)!!!kú ïð#²ûNÿÿfÿãúðÿÿ¼qÕÿÂwÕ )! !!wþýÕþAÏüçâR!ýßÃý´LÿÿÿãƒÕ+¥ÿÿfÿã\ðÿÿÿfÿã\ð!ÿÿ\qÕÿÿ¼ËÕÿÿ¼ËÕ#Yÿÿ¼9Õ ÿÿ¼öÕ ÿÿ¼áÕÿÿ“ÿã-ðÿÿ¼Õ)mÕ";!! $5467.'!3Jyiiy¢ý´þÙþíO}@Ñš¶7q^–ZgfX 5ú+ÆÖ”¾-¨þpRÿÿ 'Õàÿÿ 'Õÿÿ¼öÕº=ò.#"!6!2=I¦Tc\þå_Ï‹þŽX\tü&öë4ÿÿ=“Õÿÿ'ÕÿÿÿìßÕ]Õ ";";.54$)! $546[^^[Õâtutuâý¸|ˆ$*ý¾þÉþéfBPNMQ<bcaa‡ýç$ÂØÔú+¼Ïm™ÿÿ 'Õýÿÿ 'Õ'•ÿÿ¼áÕ–»Õ )!!!!!»ûñŽý™gý\%##V#ÿÿ¼=Õÿÿfÿãfð ÿÿ¼ÿãÃÕ¼Ãò)4&#"!! Ãþy‰Šyþ>FE>¹ŸŸ¹ü=6þÊþÃkèÕ#"3! $'&5476$)gŠìùøí þjþ¬þ³wiffixPP–#êßÞèþÝate§© etaÿÿ–þƒêÅÿÿ2þÝþƒèÅÿÿ–΃'(/Ð(/ÿÿ–þÝ΃'è•(/ÿÿ1þÝþ`÷°ÿÿ•þ`ö°–=!!!!–ˆüx hþ˜=ÿ»þ}–ï!!!!–ˆüxˆüxïÿÜþÿÿÿ5ÿãÏðBÿÿÿã{Cÿÿ¼lÕ1ÿÿªÚ`tÿã É<5"'0'&#"0# '&54767!32767632324&'!²aŠüú‹aþëŠyTQ|@NOT¨ysji‘ÂÑjjsy§QNQ?|QTxŠ@v@@v@©”ûÕãÜUúþöÉþí0,-00-,0Ê÷YÝãÕû“©`ÿå `3#"'&'&"#"'&54767!32767632324'&'FV42epÝPvlm‡ò‡ØwPÝpe24V36*&9Œ›E]VW\FœŽ5&*6`¸± ã€ŽKEEKKŠKŽ€ã ±¸dŸ~ÿJR QJ~¸Ådÿÿd #Õ&†bæÿÿ(’`&¦Ì€qÿã¨ð03!!#! ! %"3254h¿þ¿þŒþ™þ˜þh˜hgtý%±Â±°ÂÂ{Zú+Xûþ†œjkœþ†cþüìëþüëì[ÿã{!#! ! 3"326&þš“•–þÞþßþ»E!",’ý u||uw}}`û ÂÀ8(8þäÀÁå«þ¾««B«¼´Õ!!!!!!!!!Ù™Ì-ý¦_þ}ÞþÈþ¤ßË)þ}%Rü™þðXý¨Õý¦Zú+¬ÿã {"-!5#"&547#!!!6;54&#">3 "326= þ—H´®Ù™þšfo€ÍÓ†ŽsÆUsèt/ ýÝpq[QeŠý¦f]Ë¢>4þ>`þ?.UO..ïþlLJDM‘m){þ¿vÕ!!3!!!3>!!éý\ÓþÝüþÝph:Äþ½] »þÝüqýœAþ¿dEË[ý€´sþå4`5!!3!!!3>#³þºÿüpÿþ?þÿþ‘oþ‘«þüìëþüëìþdþ•þ–þdœjkœXÿã™{!!!!"326& ! Bþühþü/ÒÜÜÒÎÛÛÏx§þYþˆþ‡þW©ËþÍ3þÍã«þ¾««B«þÈýØþÈ8(8ÿÿfÿã Ùð'RT'Râ(‹ÿÿXÿã{'R”ÿj'R:ÿj(Œ:þWvñ '/7?GO€„%3#%3#3#%3#3#%3#"264"264$"264"264$"264"264$"2642+ '&' &547"#"&546;&546 676 3#²““ýº““F““ýº““þÞ““‹””ü²hh²h»²ii²gÞ²hh²h¼²ii²gýR²hh²gþw²ii²gÞ²hh²hc›¼¼›9¼þÆ]]þź8¼¼7º;]]:¼9ýs””œœœIœœœþFœœœP‡ë‡‡ë݈ꇇꈈꇇêþ2‡ë‡‡ë‡‡ë‡‡ëþ0‡ë‡‡ë‡‡ë‡‡ëX̬©Ì\…«Ëdfʬ…\Ê«¬ÌZ…«ÌeeÌ«…ZþÒœ þfÕ#!!!2!#3276=4'&'&'&#!!! `þ Àfe˜—þÍN=$$.þ”þþÕþÝþêwuåþÆþ銊#CC‚ƒ“77#ý‡²þF¬`!!!2+5326=4&+!!’þjÍllllͳ>fLLfŽþ›þi`Ýëvwã´áwvë\‡¶‡\þSƒ jÕ!!;# ! `þ{x32#!53265ªH.p€þšfQ¶nÂÉilÍþç¦fL ‘77#'­™ýÙý¨b]îãýVÐtvë\‡ þFäÕ*!!!!"'&'327654'&+5!!! `þñþ…R~VNªªþ•›››˜›œš•žRQST£»1ýìþþÕþÝTúþN !pgÞts="J&&55cf45õ^üŲþHzž)1!!!"'&'327654'&+!"&5#;5ÍfÏþ^¡W|WOª«þ»zmsqjØf™QRTS£*þÍÔ±²>\'r`>þÂúþN !qgŽÞst%)5855cf54ê±ÔÛÿþ%N7ßÿÿ‰ÿãîð+nþcò{3%&'&547632.#";#"32767# $546,þ9l78€€ÐWYZ[<ª;_7892u|v>CBAtMU^GZ\]\þûþð~ à‚!SUºge þò0:?ALO=6àAEifFE#'?þÛ%çå•¿¼È` !!!!!¼ þ¯þQþß`ÚÑÚþ%ÿÿjÿãb{/ ÁÕ!!!! !!!!!L™Ì-ý¦_þ})ËhgË)þ}^ý¦_þ}B™Ì%Rü™þðÕü5Ëú+þð%RXÿãÉ{ 2=H"326=%!5#"'#5#"&54$!354&#">326763 "326=6;54&#"¢pq[QeŠmþ—H´]JàH´®Ù"Ó†ŽsÆUsètÉiktt/ ýÝpq[QeŠþ;!YqÓ†Ž^øLJDM‘m)‡ý¦f]¦f]ˢŸUO..5 ïþlLJDM‘m)†QnUO ÿã ßð ! !!!!%"3254ßh˜þhþ˜þIÊýŽ_þ})ËcËý ™Ìư°±ÂÂðþdþ•þ–þd-þðÕþô'ü5RbþüìëþüëìXÿã+{ +5 ! #"&54$!354&#">3 6"326="326&Å!Eþ»þßþ‡I—o®Ù"Ó†ŽsÆUsèt%‡›ýÒpq[QeŠiw}}wu||{þÈýØþÈÿ¡6(ˢŸUO..ooý}LJDM‘m)ƒ«þ¾««B« ÿãþÕ  !!!3265!åÌÍ.þ=…ýº_þ})Ëž6¨ŠyþÂ%Rý®ý¾-þðÕû£zŸ¹üþÃþÊXÿãÃ{(3%# '#"&54$!354&#">3 265!!"326=]žËþú^ <Þ®Ù"Ó†ŽsÆUsèt/ KÍ€fþšüEpq[QeŠ¢¿ÆVOˢŸUO..ïþó+èz¬™)û øLJDM‘m) ˜Õ !!! !!!Fý¦_þ})Ë’…ƒý×þ5ý¨™ÌþðÕûÃ=ú+%RXÿãB{ ("326=5#"&54$!354&#">3 !¢pq[QeŠH´®Ù"Ó†ŽsÆUsèt/ gþGøLJDM‘m)þ¦f]ˢŸUO..ïþóþÛû  ˜Õ!!!!!!!3!L™Ì!^þ3 3!3#"326=!#\H´®Ù"Ó†ŽsÆUsèt/†sˆ‘gŸŸóÆýpq[QeŠ¢9¦f]ˢŸUO..wfÑ“þmÕþøLJDM‘m)ž þF>Õ!!!! !+3276?L™Ì-ý¦_þ})ËdYƒý¯G½›ù„[*$%Rü™þðÕü>ÂùÁ»•#OXþFA{)4!5#"&54$!354&#">3 !+5326?"326=\H´®Ù"Ó†ŽsÆUsèt1„‡fþ)H^^›Ïp[SþWpq[QeЦf]ˢŸUO..wzþõþÖ û6¼JJë:KJøLJDM‘m)ÿÿDÿã:ð[ ~Õ!3#! !!#3Éff+¿ý1þý®þ¿¿Õ^þü¿!ý=üîLý´s ©!3#! !!#53ÜfÎΜ ýÝNþNþKþšÐÐŽÂþ›ýþý¢Óþ-ļ”Õ %!!!o¤ûÛþMú½ýlþÝú„_ý^¬ª!%!¬f˜þšf®ýühåS>Õ !3#!!#3ÆÆ¤ûÛÆÆÕàþüý2þÝñxÈ !3#!#3mfõõþšõõþâþüüò!ÿã7ð' 3#! '&#376"!&'&!3276¬h̤ “‘¨Ìþ˜þ™Í¨‘“ ¤Íg°aCÓCaºý+Fa°±aFðΦþõþüþí©ÎΩ ¦Îþé‚ZŒŒZ‚ý””]‚‚] ÿãy{' 3#! '&'#53676"!&'&!3276C!¢}ÙÖ…¢þßþÞ£†ÖÙ~£"w>$Ï$>uþ)*>wu>*{œw¾ÝÏœœÏݾwœÿU2JJ2UþR[:UU:fÿã Ùð+ 6! ! '! "3254!"3254fnÌÌmh˜þhþ˜þ“ÌÌþ’þ™þg™g°Â°±Â°°±ÂÂðÔÔþdþ•þ–þdÔÔœjkœþéþüìëþüëìþüìëþüëìXÿã{ %"326& ! '! ! 6"326&Áw}}wu||å!Eþ»þßþò ŸþóþÞþ¹G" Ÿ w}}wu||{«þ¾««B«þÈýØþȇ‡8(8‡‡ÿ«þ¾««B«!‰Õ3264&#! !#3#!5#3=Õpzzpýª1þÏþãþÛÛþ››¾þ_mÈlýêëý}þü…… þV^{"2653!>32#"&'3#!5sæ{{æyü¢fJ´uÏ þöÏu´Júúþšw©þ©¨@ûÞÝÖ¤b]þ·ýúþ·]bþèÝWWFBÕ&! !#!#"&'&5476;!3264&+u1þÏþãþþ‚<@9ƒrND~wêPÕpzzpÕÕýêëýýú!"G.+1¸7h[~¥qkmÈlFþV#{$0"&'&547632!>32#"'!&%7654&"C<@9ƒrND~wÖ2.fJ´uÏ þöÏÝ–þš)Žr`==yæ{^!#F.+1¸7h[~¥qkñ¤b]þ·ýúþ·ýæ4ªVT  ¨©Ÿfþ€fð #"3254# ! %!''7f°Â¾´±Âˆþþf™gk•×Ê(L°fþ‘ þñL¼Ùþüìðÿëìû ˜lkœþhþ‘üþ”\,^Ð@rcÐD\þV°y!%#"325!3#!5#53"326&¦J²uÏþö Ïu²Jh¢¢þ˜øøìryyrsyy¢c\IG\c¦û*ÝWWÝí¨þÀ¨¨@¨!‰Õ32654&#!#535!3#3 !=ÕpzzpÕþ››ÛÛþ1þÏþã¼þ]mcenýFþþ -- 7ýëêý þV^"26!#535!3#>32#"&sæ{{æyþ&þš¢¢fúúJ´uÏ þöÏu´w©þ©¨@ýÓý´…Ý\\Ýþáb]þ·ýúþ·]!‰Õ32654&#53!3 !#3#!5=Õpzzpý›þ1þÏþãþÛÛþ¼þ]mcenüt þüýëêý2 00 þV^"2653!>32#"&'3#!5sæ{{æyü¢fJ´uÏ þöÏu´Júúþšw©þ©¨@ûÞÝŠý¨b]þ·ýúþ·]bþèÝWW8]Õ)!!]þý\%²#¬þV`!!¬fþš`ùö¬þVØð!>32!'&#"!¬toè‘ãíþ—1B‘²þÕã‡wþÄþÓüy³6E\æÊû|¬þV{63 !4&'&"!!žÌ–þ˜ *΀þšf¼¿þ/ýV ‘nE­™ü/ ÿÿåN`öª!l=!5!5!5!lþ>Âþ>Â!´´´ö‡Õ#@ Ôì991äÌ@  ß]0!!h3þþ3ÕýÃþ^¢Ãª°Õ@ Žüì1ôì0#°íÕýÕ+ÿÿ¥»Õƒ¬þFp"&'&#"3!3#;!"'&5# !2¬.YyjÌhÈÈ&%g¦þçÍlnÍþÉXj+T"BKB§ýÕý¼†/.ëvyËX7¼þ¿ñÕ !!3!!!¼®mûþÝþzýáþ“ÕüûNýœAü¬þåÌ{3!!4&'.#"!!>32ºÿþÞ H.p€þšfQ¶nÂɪþVýå ‘n#'­™ýÙ`¤b]îÿêÿã§ð +%#$'&''745!27!&'&#3267#5úþÊ¥þ‹Ú4`A|¼‚•y£AþNieb|{ç|bOxÝ|J²u͆:!x%{  Íu²Jhž$Âþ«þ¼iÄc^´[°¤þ<<w¤–Ž=+RýGb\¢FU%€'327!545!'¥H.p@:þ™fQ¶nÃdE$·þ˜þhþš%Á 7#'VN„o‹¤b]wQ„19ýZo›~þHH0€ÿê?Õ#(!'7! 7!.#2767&+=þ‘AÒL&Š3 óAýFHO}@Ñþf¶7q^5y4 þ„?5h¢5ýËÊ-åAc$4KåO\_-þXspR -0u_ ƒÿê{.#"%!'7!>32ì/]/‹J; Ï$þ þš%ÂfE³}*(/XFwœþHH0€=‹¸neÿêÿãÙð/.#"%!"$'32654&/'%&'&74$!2Ë{êhŠ„YugsAþÅiþÛþÓŽþâ |~†[ˆaýµA,h {¦þÄ78LP¼bœµŒ#7µ6ýãcðœP þÌÿÿ»œ‰X(´þÌÿÿbhµX(µþÌÿÿ64çX(¶þÌÿÿ#üX(·þÌ6hçŒ3#Åhý·Œý˜¼©ÿÿbhµX(¹þÌÿÿ»h‰$(´ý˜ÿÿb4µ$(µý˜ÿÿ6ç$(¶ý˜#4üŒ3#Å%}ý¤Œüd¼øÿÿ62çV(¾þÊÿÿb4µ$(¹ý˜ÿÿ»4‰ð(´üdÿÿbµð(µüdŒ3#Å3ˆý›Œû0¼>ÿÿ#üX(ÃþÌÿÿ6ç$(¾ý˜ÿÿbµð(¹üdÿÿ»‰¼(´û0ÅŒ33żŒútdÿゎ! 5!3254!‚ýúýè@SLÑÈþ0?ÍýÔ1„$þ»®õÿòÜ®?ïþþídÿâ‚– #32% 5%6'&'!DÐÇÈÑ>ûâ•7¡WGlW +þÈOþ•fý–j8ÖUt!bð3N›H`þ:dÿãÕ  "#"32%! 5%36'6#"!! éû÷íFýÉýÆ+12qiþÛ‹5€„ƒZþ¬Yþ¤\ ýªHpÜS=Dc†xþ¦mTEþ·dÓ  0#"3267&=!2>3 $547&#"!&%‹½µ¸½ûeTYŽ«矌9©výûþ"?d©× þoþëΡ_Fþäþ¥?ý ?!¡qÆfv:3ýò‹ýÌ!6oqghþø]Óþ=FQþå–dÿâ‚ ! !3'4#"!! ‚ýëý÷%]=ÉÝ¿–"þ´àåÙþ þþ´ÔÜ€€ªþüžþudÿâ‚ ! 7!32=4+5364#!'! ]ÙûâO$ÉÑq…\l¡¦þ· áéôÙxGþõuþôþËáÚž¶ü'‰Ÿ¶¢¦<ÿâå  '>?4#"#"32%! 5467&5! ¦*f>|xØìçÝKýÖýÔ*-ª¶Â8^"ñ¢4Zýú@þ¾Fþ¤T ý­\AA”X•½¢þ(’þ”dÿãÄ¢ $4#"32%!674#! !6>3 °··°µ Ýþ~l§ —þþûÍ‹=§sµºôôý0þêÖþ\þä‰dÖ÷ì˜ý$ý³MD,•HAýÞdS !4#"!! Syþ«ˆ›ÇIIþ©‚áøþþka—Åññþ;Èþ‡·‰o)ý×dÿä‚! !2=4+5354'!‚ýòýñNÉÑy¡^¼úÅsÁÁ×þ þ³ÑǬùúïèÚläs~þØdÿóé 8%67$5!263263 !=#"!4#"!&#"6!.#"9S‡þ{*å§•l¹¸oyÂÝçþ¢ ¢¥þʈƒþɨĮm@þ2)÷§ÓþóËnBòºwù‡‡þ`´þVɵ;¨þy‡¿¿þy‡¨þülÂþÖa"þ4©Zþðdÿ〟 &'"32%! 5%254'&!! MŠ<ÜÛÇ3þýÞ :¤Á·þÅè"û¬þ× ýð£!p¸“ƒþQ‚ÿâ  #"32%! )!"63 bØl^ÖÌ>ýêýø†,ýØV¡5­ ,þYþîþù˜ó¨b&þ n¶  !4#"!4#"!!263 ¶þèþ‡M²‹þ¿­‘)þ“þüìÈyy¬öÃþtþÉ‘3ëžý-Û–ëþþÇþu7°,””ýÔdÿႎ! 7!32=6'#3274$!‚þýÞ IÖÃg°O³þxcdæøÄþöÒØýþ?­±{“ ýqÅgMþàdÿá¹! !32%'6%5%ýíýöGÃÔþÖÜýq_þ¡áþRþ¡ ¿{šþg’„Yãd %!54'"!4#"!5$!$$63 þÕþsi©¯þ·½¨xþuþÌ ý/©*o¾¥þlþï…(¿Ì«þN²ªÌÇþäþw–o”öòÁN¬˜ýñ‚ÿã Ž! !32=4&'7! ýêýø>ÌÖë3WU÷êýù[PûOþ÷Ì‚žó¸úþøƒÕñZÿãš !7254&'! 56%'R<¥F¶§«©j”33ôþÐþŽþ þ¿eåHÁ¥þÒþÌ7‹+¢Ê?ý!Fhþ«þËÊþÞÐ4°ƒbFFÿã ! !325&#"!&+53263 þýÞ(V6ã¿OlþÖcËΓLd”¤ýýæü(þ§Úèoyþ®dgòššþqdÿã³  84#"325!#"$5!;2654+53654#"%5!263  µ­º¨’þ°þÕ]ÞþœTž\E–±+B™­GNþýÿñàx}¯ÙëÕîÀ¼þ¢ÐÐþTÔþÏë£@]¡rÂê?åòP6vAjýÌ4‚yþHè¯cdÿãŽ!$7!32'!'25!ýëýøZ2Áà²oj"þÁ •3Ûþûùÿþü üljúìz´ûdÞ -7675!2632!=4#"!4#"!.'á[ƒþ¥óÊ~zÐü÷ºþˆè§³þË®­YwJ¼Gþi°~¾æÝM6ÞF¬¬öùZßþ€|Þ»¡×þ9ÈÖ¤Ôþþëxþþ1h‹dÿã€! !325'547!27!€ýîýö KÃà`tþ\{§›E2Öþ ËþîÝå“5Ë%¥äý‚&äW3Zÿãv #&#" %! 5!54#"!54!5 63 D˜CǤ2þýß3¨X]þÑþúDFd®€g)þàjþÑýõ†øEGooGò……þ›‚£ 7&#"6 !=4&!!  klusú„þ“³ÉS†þʱì†;eÏ,þXùþ– £ÒBüÌÔþÓ‡dÿâ$ !3265&#!5354&7!ØÅòþ×þèþØþÆ?`S‚—p‰jþñŒÀÎAÕâ…oÿþìþ§‡4‚Rþpàþ~©þßÚ˜½öæa‹Ægdÿ䀎 &#"32! 5!6!NT¿¿ä2ýóýñSˆ2Š.þ¸Sþº=ýçGEG$ú‚ÿãž # 5#"!26! !54#"67 ! ´¤ÇC˜þ΀®dFDþúþÑ]X¨3ýßþÜþ÷3j )Ôe……òGooGE÷ýñ†ýæ dÿã¦#;'#"!#3#! 7!325# !3'!3Æf¥-uißÃ(œlHýëý÷%Y6ÂÖO‘þ7Ì#Rì¦lÕÕáþ†þùÀíÜå¡HQ‚ÿã Ž 432%! !63bÕ3™ÙÈ>ýúýè?š1×á5þ\þõJýÆ1zþ ý¿2ÿã_ %! 65&/%776'532_{þÁV-þ±þG5‹ÍØþ‘hA6ZÊÝ¥Qu?SËÝ ¡vÔÉ÷EaŽ!^w²ß¸wm/úT}Údÿâ %! !3254+3254'#3254!#53 ýíýöGÃÏEçÔEFæç0þÒ¹¹u†—zŒ­þ5Bþ¯Ú‰MB`{óþ’‚dTxnco‚ÿáž & !3254'#3275&+3254#5 ‘ýñ>ÒÉ1ʺ,/ÈÇø?ž®’¤ø4ûÌþûÔ¤JE{Iòþ·‡bdq~Qp²þ9dÿj‚Ÿ 654#"27&! 3 %!«ÆÌËÇþ¹Æ0ö ÿgšþñþþúþíZÖhhÖvÝÝû© ú?ŠCý¹þzþ¿ÿþñÃÃdÿဤ! 5!32=4+53$!%€ýìýúFÇʘíE$þsþ¶†‚ªþ7çÂý¹¤ÃÙ÷ àÐþôþ”a€þödÿᎠ!! 5!325+3>7#!327!‚ýíýõHÃι¸eo„bdýõGÄžu üùÙþø‹Ûµµjÿ †,»¸·ÿþ¯°¤dÿã $#&325;4#"! 47&! 3#3GÚÂÉÓþdÂÚÓÉ×ýëý÷Î΃ƒƒ­ïì·+þþU¥üBþXÝö{wêþi^þñÆþ÷dÿãP  *#2!&'!5 56#"! 56%63 ÉÄÃÉCýílQý¸ÊÇý§ññäFƘâþ†êAýÒ$þWó¶>åþéíþôøíµR°±þ®µ2þ.݇#327$76#"!!"6%!$!2®þSI˜r¶#«G„ƒ¥ƒ ý%]þ¹]ýþéÓ*Y$ÝO6H"Ô/ÔN¨þi®Á®Fhª®IýÉà(þÂ2 ú:(ýjnþÍnþ7S¿ :#36$47&'!.#"'67$%&57!325&!ž1H­ JþCþ3&kJ24"3þ²‚–rÖT†þÞ0/'•þØ;*ñ 1!j@þÑ ƒ:AAþSþöMl=s[þ—„Ãþ×f™¼¿d5ÝVaYEV¬±ÝÖgºþônÿã!!! 7!3254!á‚ý~3þ,þ.!:"š”þ“DeØü}þ'åÚßÿù¸T¼þ­nÿã0!!!!! 7!3254!â þôs þô¿þ,þ.!:"š”þ“De0þõ þõü—þ'åÚßÿù¸T¼þ­nÿãí !!!!!!! 7!32545!U þôþŽ þô‚ý~3þ,þ.!:"š”þ“Deíþõ þõ6Øüèþ'åÚßÿù¸TЊþ­nÿã!!! 7!3254!vLþÂÿþ,þ.!:"š”þ“Deþºüƒþ'åÚßÿù¸T¼þ­nÿã!#!!! 7!32545!lþçý~>þ,þ.!:"š”þ“Deþº'Øüýþ'åÚßÿù¸TÆ€þ­nÿãm 3327! 7!3254!iýޏƒdþ,þ.!:"š”þ“Demþ¥[ŽŽûOþ'åÚßÿù¸T¼þ­nþ%!!! !354#"!'! ò‚ý~þCþ)%6šˆˆp+þÈ$¡¼ØúŸþG»þЫ¯PþÞæþ[nþ%Y!#! !354#"!'! LþÁÿdþCþ)%6šˆˆp+þÈ$¡¼YþºúËþG»þЫ¯PþÞæþ[nþ% !!!!! !354#"!'! ¥1þçþö¤‚ý~óþCþ)%6šˆˆp+þÈ$¡¼ þº&ØûþG»þЫ¯PþÞæþ[nþ%m 3 7! !354#"!'! ™ýŽ·#þCþ)%6šˆˆp+þÈ$¡¼mþ¥[ŽŽùqþG»þЫ¯PþÞæþ[n(!!! !&5 ‚ý~oþ»vþÂtþ»67ºØýþÿþµ>Gþ¶þóþè&‚$n(Y!#! !&5 ¥BþÂ÷voþ»vþÂtþ»67ºYþºý:þÿþµ>Gþ¶þóþè&‚$n(m 3 7! !&5 šýŽ·Hoþ»vþÂtþ»67ºmþ¥[ŽŽûàþÿþµ>Gþ¶þóþè&‚$nÿÿ* !!!#"!4#"!!263 ù‚ý~0ÉþˆyŽþÑŽzþþŠÅ¹Âej»·ØýþÛþÇ?7“þÑ/“þÉþðþ±5*{{nÿÿ*0$!!!!!#"!4#"!!263  þôþŽ þôÉþˆyŽþÑŽzþþŠÅ¹Âej»·0þõ þõý9þÛþÇ?7“þÑ/“þÉþðþ±5*{{nÿÿ* (!!!!!!!#"!4#"!!263  þôþŽ þô‚ý~ÉþˆyŽþÑŽzþþŠÅ¹Âej»·þõ þõqØýŸþÛþÇ?7“þÑ/“þÉþðþ±5*{{nÿÿ*Y !#!#"!4#"!!263 µBþÂöfÉþˆyŽþÑŽzþþŠÅ¹Âej»·YþºýKþÛþÇ?7“þÑ/“þÉþðþ±5*{{nÿÿ*m% 3327!#"!4#"!!263 ýޏ‚FÉþˆyŽþÑŽzþþŠÅ¹Âej»·mþ¥[ŽŽûñþÛþÇ?7“þÑ/“þÉþðþ±5*{{nþ%u$!!! 7!3254#"#4+'3263 '‚ý~Nþ=þ<¨FT ü G@¢!«KDNNÄLØúžþH½þþЩ®žCOþŽrC;bhhþ­nþ%u0(!!!!! 7!3254#"#4+'3263  þôr þôæþ=þ<¨FT ü G@¢!«KDNNÄL0þõ þõú¸þH½þþЩ®žCOþŽrC;bhhþ­nþ%u& ,!!!!!!! 7!3254#"#4+'3263 1 þôr þôþŒ‚ý~Fþ=þ<¨FT ü G@¢!«KDNNÄL&þõ þõqØû þH½þþЩ®žCOþŽrC;bhhþ­nþ%uY$!#! 7!3254#"#4+'3263 °5þÏö·þ=þ<¨FT ü G@¢!«KDNNÄLYþºúÊþH½þþЩ®žCOþŽrC;bhhþ­nþ%um) 3327! 7!3254#"#4+'3263 Âýޏ‚lþ=þ<¨FT ü G@¢!«KDNNÄLmþ¥[ŽŽùpþH½þþЩ®žCOþŽrC;bhhþ­nþ%uÁ' #'# ! 7!3254#"#4+'3263 Ãܘ—Ýhþ=þ<¨FT ü G@¢!«KDNNÄLÁþPÎΰùþH½þþЩ®žCOþŽrC;bhhþ­Xÿã' ""326&!"3 ! 7.5463Áw}}wu||_ý¯`>s¨!Eþ»þßþÞþ¹Öy4¼È{«þ¾««B«™Ü##%RþÈýØþÈ8>œe)mƒ''F@ ) !E#T(ü<ìì2ô<ÌÌÌü<Ì1@ ¡!Ÿ '£!³/<ä22ô<ì2ì220#"!54763!#"!!!!!#354763ÆLšffÖÆL2þÎþšþfþš²²ffÖëDNN·WXëDNÿü `ü `N·WX+B^@   ETü<ìì2ô<ü<Ì991@ ¡Ý Ÿ£ ³ /<ä2ü<ìíî2990@ðÀ°€€p`@]!!#"!!!!#35463Ùiþ—JÆK:þþ—þkþ—°°ÌÖþÜ$ë7DNû `ü `N·¯'B@@    ETü<ìì2ôüÌ991@ ¡ Ÿ£ ³ /<ä2üìî2990!!!"!!!#3546{Çþ—þîL<þçþš²²Ìùì)7DNÿü `N·¯'@*.V@+ 0,  $E"&T/ü<ìì2ô<ü<Ìô<ìü<Ì1@#¡.Ý$Ÿ+ *£$³!/<<ä22ô<<ì2ìì220#"!54763!#"!!!#!!!#354763)!ÆLšffÖÆKþþ—þkþšþfþš²²ffÖ\iþ—ëDNN·WXëDNû `ü `ü `N·WXþÜ'B)M@ +  #E!%T*ü<ìì2ô<ü<ÌôìüÌ1@"¡#Ÿ )£#³ /<<ä22ô<ì2ì220#"!54763!!!"!!!!!#354763ÆLšffÖÇþ—þîLþçþšþfþš²²ffÖëDNN·WXùì)DNÿü `ü `N·WX'H-#"!#35476;2!!;!"'&5#354'&é"Lþš²²ffÖºÖffqþ\¸þÍÔXY²²)DûR`N·WXXW·Nÿþ%NÿXYÔÛNDjÿãùïU&547632!!;!"'&5#354'&#".#"!"'&'32654'&/.54632Ù~寇ƒrþ\¸þÍÔXY²²+(E;2-'sÖ_f12&%a?Y_þøþúown…kpqtij$ r?ïÀôü@u‡_]_\ˆLÿþ%NÿXYÔÛ?0&$)&80%þð005+ (KP«³´%4:90¢¥²¬•ÿã fU!"'&7676;#"3!'&763!#&!3265!!5#"'&5#!5#"'&5!32654Ÿþ‰Âihls®44ƒƒ)Q,7¯é<&™G.p€fþšQµmÂefûþšQµmÄcfhG.p€`^]«¥RWþÿS`8 bzþÿ,!Jp[þí.‡w#&¬™)û ¢b]wvä¬üТb]wyá|˜*<#&¬™ÿ ÿã hD!&!5#"&5!32654/&763!!!3276=!!5#"&5þÏ<-0þšQµmÂËhG.p€OQ,7Â_ýG.p@@fþšQµmÂË,"X\ÆüТb]îã¬p[þí.‡w#&¬™ÿ7œ bzþLÿþôŒ69#&VW˜™ý0¢b]îã þV f?!&!5#"&5!32654/&763!>32!54&'.#"!þÏ<-0þšQµmÂËhG.p€OQ,7Â]Q¶nÂÉþ˜ H.p€þš,"X\ÆüТb]îã¬p[þí.‡w#&¬™ÿ7œ bzý¨b]îãýVo™“n#'­™ü/ þV f@G!!#"'&5!3265#"'&76763!!3265!!5#"'&55#"3,ýnQµmÅbfhG.p€ÎÂihls®4bG.p€fþšQµmÂefý Îƒƒ`ûöÿLb]w{ß|˜*<#&¬™)^]«¥RWþLp[þí.‡w#&¬™)û ¢b]wv䬳S` þV V!&!5#"&5!32654/&763!676323265!!5#"&=4'&'.#"!þÏ<-0þšQµmÂËhG.p€OQ,7Â]l[nÂÉG.A€fþšF6[mÂËH.C@@þš,"X\ÆüТb]îã¬p[þí.‡w#&¬™ÿ7œ bzý¨Z6/îãV˜*<#&¬™)û ¢u/îãV€H1 #'WX—ü/ÿÿˆBÓ`&öÜþz u= 32673 &u c¦c ®þÈ®=FJJF™™ÿÿˆBÿ`& ßÿd N¹`676745!#!3à­0!K'AhÂ{þ@í®`ü²bá8þ½q¯«~lC% T®×` !!4>7!>5!W€þiý™>]þ·6^g;þƒ–f>^I7^hoþ‘K—oþØ&S–qRoýµ—o(þìXuTXÚ`#!!5!Ú·þ¶ü‚rüŽrîº:`!!4.#!5!2þ¶mþ¶ ,QfMý à‰È™a=Òý.JWþ óTn\2# î?\°XØ`!2#!5!2>4.#!Xâšî“_$$_“íšýãRzJ--JzRý`Ai•™°™•iAí!7U[v[U7!XØê!!!!@!û÷K5ýÂrxþv¶üVº:`)!2!4.#:ú€7«Ý‰8ûËë;^Q`<ئ[ý|)n€QXØ` !4&#!5!2Øþµc™üÇ8ªÝ‰8ýéÌî<Ø`ÿ÷Ø`!4.#!#"'53265#5!2Øþ¶ &O?þ£©­VeK2.œC{¶uHZý¦[GXR&þ:ßÖÛ]vÆî.Sƒ›Ù Û!5!3!Ûúþ î  ì ýôÿÿ(¯'èþøÿÿ(È'áÿÿ(¯'áXü'èþøÿÿ(¯'áXü'èú\ÿÿ¬þ¢'`&ßíÿÿ¬þC'`&àíÿÿ¬þ¢'`&ÜíÿÿX‰`'ãþáîÿÿXÿîX`'ãþ!ïÿÿX\`'ãþðÿÿºÅ`&ãñÿÿYÄ`'ãýðò¿ÿÿY‰`'ãýðó­ÿÿ¹ÿæþm&ãõÿÿYPó`'ãýð ö ÿÿXþå`'ãþ±÷ÿÿX`'ãþ±øÿÿX7±'ãþQùÿÿXn&ã0ûÿÿXæ`'ãþ!ýÿÿ¹ÿæþ`&ãþÿÿºþ¬`&ãÿÿºÒ`&ã0ÿÿCƒ`'ãþ!ÿÿºþH_&ãÑÿÿX`'ãþ±ÿÿ(`'á9ü ÿÿÿ÷½`&ãÿÿº¯'èúðòÿÿX‰¯'æÿqîÿÿX¯'æÿAøÿÿºÒ¯&æX8Õ365!!!%'#¾jUfþÛ\þ…þ[Qþš[ÍÕþ‹þ)=ÿ›²þW@þ;$?úë¨@vuÿÿþ &TÈÿÿÿþ Œ'Èÿ+lÿÿÿìþ UX'ÈRÿ+mÿÿÿìþ XX'ÈRÿ+nÿÿþ &TÇÿÿÿþ Œ'Çÿ+lÿÿÿìþ jX'ÇÚÿ+mÿÿÿìþ XX'ÇÚÿ+nÿÿþ &TÉÿÿÿþ Œ'Éÿ+lÿÿÿìþ jX'ÉÚÿ+mÿÿÿìþ XX'ÉÚÿ+nÿÿÿõˆ&TÈòÿÿÿõŒˆ'Èò+lÿÿÿìU'ÈRˆ+mÿÿÿìX'ÈRˆ+nÿÿÿõˆ&TÉòÿÿÿõŒˆ'Éò+lÿÿÿìj'ÉÚˆ+mÿÿÿìX'ÉÚˆ+nÿÿÿõË&TÏýÚÿÿÿõŒË'ÏýÚ+lÿÿÿìªa'ÿ¢þp+mÿÿÿìXa'ÿ¢þp+nÿÿ‚ÿΨJ&€ÆõºÿÿÿÅ ›J'Æõº+oÿÿÿìšJ'ÆÛº+pÿÿÿìÖJ'ƺ+qÿÿ‚ÿΨJ&€Éõ´ÿÿÿÅ ›J'Éõ´+oÿÿÿìšJ'ÉÛ´+pÿÿÿìÖJ'É´+qÿÿþ Âf&!Ș¾ÿÿþ Øf&)ÝÈŒÿÿÿìþ ='Èlÿ)Þÿÿÿìþ Ø='Èlÿ)ßÿÿþ Âf&!Å 2ÿÿþ Øf&)ÝÅ£ÿçÿÿÿìÿ='Åôÿ)ÞÿÿÿìÿØ='Åôÿ)ßÿÿþ Âf&!Ç Œÿÿþ Øf&)ÝÇv<ÿÿÿìþ ='Çôÿ)Þÿÿÿìþ Ø='Çôÿ)ßÿÿþ Âf&!É ¥ÿÿþ Øf&)ÝÉŠiÿÿÿìþ ='Éôÿ)Þÿÿÿìþ Ø='Éôÿ)ßÿÿ}þÔØR&#ÅgþÔÿÿ}þÔ³R&)åÅgþÔÿÿ}ÿÉØ°&#Å6ÿÿ}ÿɳ°&)åÅ6ÿÿ}ÿÉØª&#Æ6ÿÿ}ÿɳª&)åÆ6ÿÿ}ÿÉØ÷&#ÿþÿÿÿ}ÿɳ÷&)åÿþÿÿÿÿ«þ ì&%ÆX\ÿÿÿ«þ ì'ÆX\)éÿÿÿ«þ (/&% þ>ÿÿÿ«þ /' þ>)éÿÿÿ±1ˆÿ±E2%! '$&7!32767654'&54767;#"ѽ˜ÜþïþÏ’þ·@f3½Q¦´¨gNþ×2 %b´ýÅD£$0#7AšK]$?.Š\^Zc:#=$$d|?O#! 6ÿÇ. )ýÐ0$ÿÿÿÿì§*ÿÿÿì»*ÿÿÿ±1G&ˆ+Š ÿÿÿ±EG'+Š )‡ÿÿÿì§G'+Š*ÿÿÿì»G'+Š*ÿÿý¨1G'ÈRþ¢Žÿÿý¨EG&)‹ÈRþ¢ÿÿÿìýÚ§G&)ŒÈÂþÔÿÿÿìýÚ»G&)ÈÂþÔÿÿÿ±1G'ŤŽÿÿÿ±EG&)‹Å¤ÿÿÿì§G&)ŒÅK¤ÿÿÿì»G&)ÅK¤ÿÿ~þ®=î™~þ GL&;#&'#"'$47!32767654'!ù( ƒi0?¨+]豌À™þ£(f*É7N8=Ö7!ef a  þÿ;b£Ü-",ckŒ° …²J8Ÿ_w¤Þ-ÿÿ~þ®='Eþ%™ÿÿ~þ G&)—Eý+ÿÿÿìªa'ÿ¢þp+mÿÿÿìXa'ÿ¢þp+nÿÿÿ½ þ ô!(0 !!!"'0#"'&547!;5424&/>54"vÓTþˆ£þ-×þói>ƒÁf3%.8eª©A%d«®aôÿm‡ÿ€qþý¡%7äK5"S9Ä0ýq{d‹ð:1€vÿÿÿìÿ½ *&ÿÿÿìþ \õ*'ÿÿÿ«þ `r'Fqþ>7ÿÿÿ«þ r'Fqþ>*)ÿìUX #!3276=!UD@€þ›bD,1fs¶a\,1j‘ÿìXX!#"'+3276=!;XûnMMnûbD,1f1,Dbmm,1j‘‘j1,ÿÿÿ$è²8ÿÿþü,R*+ÿÿÿìþ¬jX'ÅÚþ¬)¢ÿÿÿìþ¬XX'ÅÚþ¬)£ü¦â  #4%$3þÓþo bõrIG¼?.âZ 52#&$õb þor™.?¼GIý '/&'&#"#67632],$V5HÀqpÃo?t?# $0)‡JI å'327673#"'&'],$P;IÀqpÃo?tõ# $,-‡JIÿÿ:º‚š:ÿ^ÿÿÿìК':ÿ^/ÿÿ:º‚;ÿ^iÚk ;# '&=!Ï1)fK‚þörsfT(ÿLL±"ÿÿ:þ‚ÿö<ÿ^ÿÿ:º‚È=ÿ^ÿÿÿìÐÈ'=ÿ^/ÿÿ:°‚>ÿ^ÿÿÿìÐ'>ÿ^/ÿÿ:þè‚ÿö?ÿ^ÿÿÿìþèÐ'?ÿ^/ÿÿɬô@ÿ^ÿÿÿìÐô'@ÿ^/ÿÿJánAÿ^ÿÿÿìÐ'Aÿ^/ÿÿ}(ñÿÿÿØæ¤&Bÿ_Âÿÿÿؤ'Bÿ_Â)Éÿÿšò&Cÿ_^ÿÿšò&)ÉCÿ_^ÿÿÿ«þ `Ò'Cqþ>7ÿÿÿ«þ Ò'Cqþ>*)ÿÿœþ &Dÿ_ÿÿœþ &)ÉDÿ_ÿÿÿ$èÒ&8C&þ>ÿÿþü,Ø'CîýD*+ÿÿÿìU'Cÿ¢þp)¢ÿÿÿìX'Cÿ¢þp)£ÿÿ¬¬ !;!"'&¬f1,Dbþ›€@Ds¡û³j1,ÿ\aÿÿþÏ&TÄ„þÏÿÿþÏŒ'Ä„þÏ+lÿÿÿìþUX'ÄWþ+mÿÿÿìþXX'ÄWþ+nÿÿaÿÄT&6Å,„ÿÿ…î'Å„*%ÿÿÿõR&TżÿÿÿõŒR'ż+lÿÿÿìjè'ÅÚR+mÿÿÿìXè'ÅÚR+nÿÿÿõL&TƼÿÿÿõŒL'Ƽ+lÿÿÿìjâ'ÆÚR+mÿÿÿìXâ'ÆÚR+nÿÿþ Âf&!Ä#ÿÿþ Øf&)ÝÄÿ¿ÿÿÿìþ='Äqþ)ÞÿÿÿìþØ='Äqþ)ßÿÿþ Âf!þ Øf/;#"'&'&'3 7!$'&54767&$3 &#&¼I=TBVžyG<2mSËgZí-Τþ®þKÈœŒfÆT”‡_È`" B›q‚.Úo?,ÿii7ÿ=-RW‹yš¤3Rÿÿ}ÿÉØ¡&#Ä© ÿÿ}ÿɳ¡'Ä© )åÿÿÿ«þ &%ÿ«þ &%! 7676'4'!;#"ô&ßæþ75œšOI4f ":,IK‚VQ9½beDCme·‘y" };,ÿÿÿÿ«þ §&%ÄÕÿÿÿ«þ §'ÄÕ)éÿÿ‚þ `î'‚þ cîF%765!325!;!"'#"'&'#"'#"'$47!32767654/!J%f$B}f1,DbþôP1XO=wQ:• #ŠHFVDNxë`”ÇiþÛifl&5nNY':@f$ú8bÇÍ2_Î&þÙj1,ÿ47 Ha…$Z·vµ@$eUĴΪŸ) :CDhtz@êœJ<9ÿìÿã5î-%#!3276/!765!325!#"'&'#"™JWþôbD,2f-SG%f$B}f\HCqQ:• #ŠHFÿNN,2i‘œ$b;6TÕÍ2_Î&þªÇqY Ha…$ÿìÿã8î4#"'&'#"'#!3276/!765!325!;!"'CqQ:• #ŠHFÿSJWþôbD,2f-SG%f$B}f1,DbþôP1X Ha…$`N,2i‘œ$b;6TÕÍ2_Î&þÙj1,ÿ47ÿÿ‚þ `°'Æ´ 'ÿÿ‚þ c°'Æ´ )íÿÿÿìÿã5°'Æ* )îÿÿÿìÿã8°'Æ* )ïÿÿ‚þ å)‚þ þå9F!"'&'#"'$47!32767654'!67632;#"'!327654'&#-=DNxë`”ÇiþÛifl&5nNY':3J $hÀ¤œ¹wçG-*BV½X£þcCD~v;51KnC ·vµ@$eUĴΪŸ) :CDhtZ´(--ß{i3cÁ29#ÿx [2/7O2ÿìå+%#!3276/!67632)"'&%327654'&#ÈldþôbD,2fChÀ¤œ¹w縮þnþìg_LãD~v;51KnCrr,2i‘œe5ß{i3cÁÓ`[Ê2/7O2ÿìöå'4%)"'&'#!3276/!67632;#"'%327654'&#^§þgþìg_L0ldþôbD,2fChÀ¤œ¹wçG-*BV½XýiD~v;51KnC[[7.ã)!(´`X?$U¥50ŽEUC0&ÿìÿÐq{!3%#"'&'+3276767632;#"'%654'&'&32üxÆì|@h¡u>7.$lMŸ¢KŒ/0|K‚³$þð"& (<;'%UC0&?`X?$Dei#"ÿ;¹)!(ÿÿ~þ®=§&™Ä£ÿÿ~þ G'Ä£{)—ÿÿÿìUÙ&)¢ÄWCÿÿÿìXÙ&)£ÄWCÿÿaÿÄTÞ6…îî %&'&'32&5!;#"'&''"'&5476¿_)-Daf#)D Kà\GBlì8:ÉØj=(3 #60¡!ÈŽR,ÿ"#A0º¾ŠDÿìÿ½ +9654'&#"&'#"'+327&'&5476327654'&%c'.‡W:µùB^zéà“iÿ‰kON6 $x.m"*<z$J<-&!-#—9Òº¶49 Wqg$ >HEpb&þÁ>2=8C!$=ÿìþ \õ$/6763$!!%"'&'#!327654#"3254'&#³œˆØxW£xþˆ£Wxþü؈œÇ-IT_dH-66-Hd_TIÄ¢ŽU@hx€ÿ€xh@UŽ¢ÄDM419GþŠvG914MDÿÿÿ«þ `”7ÿ«þ •!0!"'&'&547676763#!7676&'&;4Ê cß]b‘m™ô_Y5¸É ?_ÚöýÓאַWe=/'*#$"zQT„4,¡8*:7š9Qÿ[e—JS6@”)'-'ÿÿÿ$è²8þü,R3#'$'&7!32765&'&'&5476763 ;#"'&#"ľ¶þ«TþÜ@fF€3¡º‚’6 0J2L•gV5=«nZD-9BÚ)iù‹[eD*#("% %Tb/I#¸šÿ´“&,x³ÿÿþ è²&8ÅŠþ ÿÿþ ,R'ÅŠþ *+ÿÿÿìþ¬jX'ÅÚþ¬)¢ÿÿÿìþ¬XX'ÅÚþ¬)£ÿÿÿ‚ÿâ$'Bÿ ,*6ÿÿÿ‚ÿâ''Bÿ ,*7ÿÿDÿâ$Ž'Cÿ ú*6ÿÿDÿâ'Ž'Cÿ ú*7ÿÿTþ $&*6Dÿ^ÿÿTþ ''Dÿ^*7Tÿâ$!"'5767!6765!$‹;IÜþV•jh˜jOþ jª%fBþÑ×[A¾*ô%,yüA+7‰¸®Tÿâ'%!"'5767!6765!;!"'&íÏþq•jh˜jOþ jª%f1,Dbþ›r6%ƒ¡*ô%,yüA+7‰¸®û³j1,ÿ?*2þä¶h!% 546?>54$#">32!tBû¾û¾ö*D@^Nÿô]Èyf¼QV`59@jBihû¾û¾BþÒ--K>9Y›b¿Ç(*þÆBCOF.\4:bR1”þœddÿãTÕ !%!ÿUþìªýŒªþìU!ˆÄÕúƒu‘þou}ü´ÍÈÿíŒè"7>54&#7>54&#63 !"'ôS–‚ƒ¸0S™z~¸þ¤fÅ{š„©¨ˆ¥þ´qiþšhGElkþ›z7XVž‡¯ ‰†´¦dÿã@ó  lüøÔýÌ4ÔýÌýÌÈ~Õ 33!67676'.'È–™°¯ *@þ–þ´–“JL ޏÕ††þìhþÁˆÑ´2 %&T]Y“lÈâò %!%%ôþÔ0þBî0þBî0ªªò€þØHÄPþØHÄPþØÈâò !%ôþÔ0þBî0žýbò€þØHÄPþØ–fÕ #3!3#fÒÒý0ÒÒÕþÔüƒþÔ,},È°Õ !!!!!Èèü¼þpþpÕú+w2þÎþèþÍ–ÿã¤ó# $&6$ >7!!!%!.¤zÐþàþÆþàÐzzÐ : Ðzý…t¢$þÆþèþÆ$¢Æ:t¢.:$¢NþàÐ{{Ð : Ð{{Ðþàýœ%¢tþÅ;t¢.;%¢ÇþÅt¢ÈôÕ)!ôþÔ,ÕÈÿãåó )! ôþÔ,$Æý”sÆýÕÕþ9åàýÛýÕàëÈzÕ #!ôÅÁýÁ,á}æýˆÕÈ ìó 3  !ÈÁßÍÍÔý_þ3þ3þCþÔÕþ?ßþ3ÍÔý_Íþ3vü ÈRó3  !ÈÁßÔý_þCþÔÕþ?ßÔý_vü ÈœÕ !!!!!!!!ÈÔú,v2ü„22ü„2Õú+©þÎ2þÎ2ý¶þÍ3þÍ3–ÿã¤ó'2"&464."26$ $&6$ _zYYzY'KK~²À²~KK~²À²õzÐþàþÆþàÐzzÐ : ÐzYzYYzþ±²À²~LL~²À²~LLóþàÐ{{Ð : Ð{{ÐþàÈ_è654$#"#!63 NåþêùþÔ¬°sÈþ[vXª”ßûÕþ¨þæþ‹£È¤Õ 3! !3ÉÛþÔþ>þ>þÔÛÕú+Üþ>Âü$Õýí–’ò 4."26!&'&> f8ara88ara e¿þÔ¿eD‰ë뉻ra88ara88f®:ýô :®v뉉ëþìȼê2654& #!6ô¿ÝæÊTˆÐþÝdqþÔŽéý£¿|~¤þâþúŸþÅi$þ¡Õ–ÿÈœ  >^þ¢ôÔþ8^þ¢ÈÔLþ¢þ¢ôÔÈ^^ÈÔd ò%!% \þ€þÔþL\Šþâ|üHŒÈøò!!$ÔüüþÔ,òÔüüýæÕýí–ÿãxò 7   'NþHñ€€ñþH¸ñþ€þ€ñêW±ýõ ±ý©ýª± ýõ±–¶Õ%)5&'&547675!6764'&¼þÔ­ˆÅŇ®,­ˆÅŇ®þÔ:1cc2e:1cc2š&|´ûü³{'™™&|´ûü³{':.-ZîZ-ýÒ-ZîZ-dlò )7!þþÔý’Ôš,šÔý’°nÔþf}þƒšÔý’ÈÿµLõ4&"2 7& $4&"2 X|XX|ݧþøþŒþø§§tþÔX|XX|9|XX|XôŠþrþøŽŠŠŽþøþr–|XX|XÈXê !!63$654&XþÕþÇþÔ€Á%–”ýœ—¡Ÿ™»þÐýØÕŒŠþ€†QO‰ÈÿëXÕ %"'0! %654&X”–þÛÁ€,9+ýœ™Ÿ¡ÂÁŠŒÕýØþÐþ‰OQ†d4Õ!!!d¤,þÔU,Tú+UdTò2"&4% zYYzY ý«ääý«ÎYzYYzû‹}uûsuúƒÿÿÈôÕ*BdÿãTÕ  %ÿUþìþþþìUÕúƒusûu}ÿÿ–ÿãxò*Pdzó !dð&Ìþ@þÔþvðýÜ ü5¹þvÿÿª8‚']F ÿXÿÿª:‚ '\: bÿÿª=‚ '\C ÿ]ÿÿª<‚ ' b]<ÿÿª=‚ ' b ÿ]ÿÿª‚H'\'\€&\\€ÿÿª‚H&]'\'\€\€ÿÿª‚H'\'\€'\€ þ ÿÿª‚H']€'\&\\€ÿÿª‚H&]'\'\€]€ÿÿª‚H' þ '\€'\]€ÿÿª‚H'\'\€&  \ÿÿª‚H'\'\€&  ]ÿÿª‚H&  '\€'\ þ ÿÿª‚H'\€&\'\€]ÿÿª‚H&]'\€'\€]ÿÿª‚H']'\€'\€ þ ÿÿª‚H'\€']']€\ÿÿª‚H']€']'\€]ÿÿª‚H'\€']']€ þ ÿÿª‚H&\']'\€  ÿÿª‚H']'\€&]  ÿÿª‚H' þ ']'\€  ÿÿª‚H'\€&\'\€  ÿÿª‚H'  '\€'\€]ÿÿª‚H'\€'\€'   þ ÿÿª‚H'  &\'\€]€ÿÿª‚H']€'\€&]  ÿÿª‚H']€'\€' þ   ÿÿª‚H&\&  '\€  ÿÿª‚H&]&  '\€  ÿÿª‚H' þ '\€&    ÿÿª‚H&\'\€'\]€ÿÿª‚H'\€'\&]]€ÿÿª‚H' þ '\€'\]€ÿÿª‚H&\'\']€]€ÿÿª‚H']€'\&]]€ÿÿª‚H']€'\' þ ]€ÿÿª‚H&\&  '\]€ÿÿª‚H&]&  '\]€ÿÿª‚H' þ '\&  ]€ÿÿª‚H']'\€&\]€ÿÿª‚H']'\€&]]€ÿÿª‚H' þ '\€']]€ÿÿª‚H&\']€']]€ÿÿª‚H&]']']€]€ÿÿª‚H' þ ']€']]€ÿÿª‚H&  ']&\]€ÿÿª‚H&  &]']]€ÿÿª‚H&  ']' þ ]€ÿÿª‚H'  '\€&\]€ÿÿª‚H&]'\€'  ]€ÿÿª‚H' þ '  '\€]€ÿÿª‚H']€&\'  ]€ÿÿª‚H'  &]']€]€ÿÿª‚H'  ' þ ']€]€ÿÿª‚H'  &  &\]€ÿÿª‚H'  &  &]]€ÿÿª‚H'  &  ' þ ]€ÿÿª‚H'\'\€&\  ÿÿª‚H&]'\'\€  ÿÿª‚H'\'\€' þ   ÿÿª‚H']€'\&\  ÿÿª‚H&]'\']€  ÿÿª‚H' þ '\']€  ÿÿª‚H'\&  &\  ÿÿª‚H'\&  &]  ÿÿª‚H&  '\' þ   ÿÿª‚H&\'\€']  ÿÿª‚H&]'\€']  ÿÿª‚H']'\€' þ   ÿÿª‚H']']€&\  ÿÿª‚H']€']&]  ÿÿª‚H']']€' þ   ÿÿª‚H&\']&    ÿÿª‚H']&]&    ÿÿª‚H' þ ']&    ÿÿª‚H&\'\€'    ÿÿª‚H'  '\€&]  ÿÿª‚H'\€'  ' þ   ÿÿª‚H'  &\']€  ÿÿª‚H']€&]'    ÿÿª‚H']€' þ '    ÿÿª‚H&\&  '    ÿÿª‚H&]&  '    ÿÿª‚H' þ &  '    Õ 3 !#!!¬ÞÍþ"þéþç\ýx•w9:þ4]ûåü²ÿýxþiÕú+¼§Õ"+33%! )327&#'327&+67654'&676'&4´þÔ`7fa|ˆþÜþÖýc¤ùF<]ú‰SC. -fâÌxú¼þéþìxCC‚¼”Õ#3!3 #è´´þÔ¤&ÄürØÀüŒ]ûxÕý‘oý@üëÅý;¼Õ %3#'!!!4´´x¤¤û¸xåxú£xÄ“Õ !#!! !3!3ïþ_Gþbþ\ê}éþÔ´ú!´]ûÂ>ú£Õüäú+]ûåûåfÿãfð%% 7& 676'& ! K{@{{þÀ{}§§L§§þLh˜þhþ˜þ™þg™”43­34ûž¬þÏþЬûç­01¬þdþ•þ–þdœjkœ“ÿã-ð@654&/&'&54.#"!"$'532654&/.54$!2~sLL¾•Æ;;ŸžÑ¤È:'R{êhŠ„Zt¤øÓþÛþÓŽþâ |~†Z‰•ãÌ {‹U£x]\3(5TU˜Q:O舼3(1kH„5DD]b{T(<ü´÷ñ65Ã[\e]†Z%(=ø£ßð%% Õ !!!)#3 ƒþþ\þ´´Õxú£]û¼ÿãçÕ#%&5#676#!3265!! 6´~-¦?-~´ü¤r‚p¤þ¹þ±þ²þ¹l¸ªüùþ÷x**x üV¸ÚûÞ¹Ÿ¢¶"üþÃþÊ6= Õ %! ! 3!†þ0ÿÑýƒµ³’ý×þXxåû]ûA¿ú+=hÕ%#!# ! ! 3! !¶þÖö*ý5þÖö*þ>í¿{þ þYþñþôþZxåûåû]ûÃ=ûÃ=ú+oû‘2@Õ%#! # ! 3Uüy±ˆ›þ(þ€þ€”Êý”Ù€”þ6xåûxýìz[ýíý†ÿìÕ! 3!3#¤ññýÇþ\x´þ´êÕý óü ý‹uþýèýXÿã{#,4%34'&'!5#"&54$!354&#"5>3 5#"676Ô´d+H#,þ\H´®Ù"Ó†ŽsÆUzõz@þ\ÓG;ªq:þ4C*SH0xÔT%32#"&36a®³µ´þ\¤J³tÏ þöÏu²þŠ´‡¸[¤ïåäðG¢ý¨b]þ·ýúþ·\]úÜ$þ?ü¨hDGXÿã6{ .#"3267# !26]¯Mx]]xL±\T­WþÑþªV/X«Uý\ ††½%!üŽ!%€7*7ül zàáy[ÿãI #%267.#"%#"32!!#3C®µ³®{J²uÏþö Ït³J¤þ\,´´üÅ´¸[ðäåïü\Gc\II]bXùìœúÜceþ¹þ¼hXÿã { %# ! !32%!&'&#"ÕþþÐþ¯K"=üþZrñü¼¶ºx~i~ÍfD015:þÂþö9þ|cò|þûþöw<þˆ§k/847&3#"!!!#5354763 C˜,3´-®”:9„þ|þ\°°WX¼š§[5>|ûÊœx97’Fxü$ÜxZ¼TV\þFJy (4<6765#'!!"'&'5326=#"54323276'&#"2 B1†´x¤þ˜þªogkf^´[°¤J²uÍþô Íu²Jþe”bjjb•w/'jj'Ša'jÔwxüþòþã!¤65š¤Àb\CúûA\cüÁv€ž€uü¤3.€þb€/nN%)!4&'.#"!!>32%34'&'3ª H.p€þ\¤WÅvÑÙþÔ´MBƒ  üÄ´n‘n#'­™ýuý¨b]îãýVx2µTH%!A1¥.úÜ$1 3%!!!!´þÔ¤þ\hþ˜èüpxû þÜÿþF16765#!+73265!!ÞZ4M´x¤ÙÍî>fKhþ˜þÅ9U±Ôûð¿Gû´àîs\Ã<þܬ¥3!!3 #$´xþ\¤tÈýHѼýgœúÜ$údüu×ýöýª(ã%&5#3#"&5à'´N3«Lf°ÍÙT¿ ü2±U9…û~Ã\sîàFnŠ{!M334'&'34'&'4&'.#"!!>3267>32!4&'.#"æ´ˆ´MBƒ  <´MBƒ  üL H.p€þ\¤WÅvÑm0WÅvÑÙþ\ H.p€èüpü2µTH%!A1¥þ 2µTH%!A1¥ý’n‘n#'­™ýu`¤b]w5J b]îãýVn‘n#'­™ýunN{%)!4&'.#"!!>32%34'&'3ª H.p€þ\¤WÅvÑÙþÔ´MBƒ  üÄ´n‘n#'­™ýu`¤b]îãýVx2µTH%!A1¥züpXÿã'{ # ! 327&#"676'&Á!Eþ»þßþÞþ¹G$~~›RgeQQegRæ%~~{þÈýØþÈ8(8ü(xþ>xH|1üæxÂx[þVI{ #"327&>32#"&'!!3#6'a®µ³®þ…J²uÏ þöÏt³Jþ\¤þÔ´´;´¸ðäåï¤Gc\þ·ýúþ·]bý´úpüeGDh\þVH{ %"3267.05!!#"32#0D®³µ´¢þ^J³tÏþö Ïu²t²ýyºü\ïåäðG¢ùøLb]II\ú¯úèµXiþ½þº¬*{3.#"!!>32$´R/]/Š•þ\¤E³}*(èüp-±¥ýp`¸nejÿãb{B>54&/&'&5432654'&/&'&54632.#"!"&'7U„Ä?~3k>5í>|4b³kátij$%m?ìc`ôücÚ€sÖ_fcKa?^_þøþúoí}Ì2þî… &:‰/*[E€% &Es%ý->?FD: "daƲ¬ ®::=@47 ,_`γ´##7Ýž #&'4'!!;!"&5#53ê´?2j$x{þ…Ks½þXÕ¢‡‡&üK¶#D\Oþ¶xýs‰NxŸÒkxJdÿåD`%)3265!!5#"&5#&'&'&'&5# H.p€¤þ\WÅvÑÙ,´MBƒ  <´`ý’‘n#'­™‹û ¤b]îãªxýεTH%!A1¥þ†pü¤` %# ! 3!àþÃÕZýöÙþmþÅxpüèüúû Hô`#3#3!!3! !—ÂèÂü'ÂçÃýº¼¼½y¼½…þÙþ“½¼þˆèüpüèüüýüû üþ(\` 3%! 3 ! #¤©ý\þdؘþ¢þþ(þîþî˜^èüpxþ›eþ9ýgeþ›ÈþF`6?'#%3+532767!± D1þµÄÂþ)H]_›ÏÏq> ý´Ék|!±qxû6¼JJx1 Yü³\‚` #3!!!5!ð¿ý²¿þÓ ý²NûÚNýËèüèxüxxpÿÿ 'Õýÿÿ¼‰Õþÿÿfÿã\ðÿÿÿ¼9Õÿÿ¼áÕÿÿ¼ËÕÿÿfÿãúðÿÿ¼öÕÿÿ„–Õ+¹ÿÿÿþf=Õÿÿ¼qÕÿÿ¼áÕÿÿ¼9Õ ÿÿ¼öÕ ÿÿfÿãfð ÿÿ¼‰Õ ÿÿfþÕfð ÿÿ¼Õÿÿ“ÿã-ðÿÿ jÕÿÿ¼ÿãÃÕÿÿ 'Õÿÿ=“Õÿÿ'ÕÿÿÿìßÕÿÿ\qÕÿÿXÿãÅ{ÿÿ¬ÿã^ÿÿXÿã5{ÿÿ\ÿã ÿÿXÿã {!ÿÿ'"ÿÿ\þFy#ÿÿ¬$ÿÿ¬%ÿÿÿ¼þF&ÿÿ¬y'ÿÿ¬Ì+¯ÿÿª´{)ÿÿ¬{*ÿÿXÿã'{+ÿÿ¬þV^{,ÿÿ\þVy-ÿÿ¬ì{.ÿÿjÿãb{/ÿÿ¤ž0ÿÿ ÿã`1ÿÿ`2ÿÿH`3ÿÿ `4ÿÿþF`5ÿÿ\F`6ÿÿ 'Õîÿÿ¼‰Õïÿÿ¼áÕðÿÿ 'Õñÿÿ¼áÕòÿÿ\qÕóÿÿ¼öÕôÿÿfÿãfðõÿÿ¼=Õöÿÿ¼qÕ÷ÿÿ 'Õøÿÿ¼9Õùÿÿ¼öÕúÿÿÉbÕûÿÿfÿãfðüÿÿ¼öÕýÿÿ¼‰ÕþÿÿfÿãfðPÿÿ¼áÕÿÿÿ jÕÿÿÿìßÕÿÿffÕÿÿ'Õÿÿs\Õÿÿ7•ðÿÿ“Á$ ÿÿcÿå)| ÿÿ¬þV^0ÿÿþVU`ÿÿYÿã($ÿÿnÿãò{ÿÿYþVUÿÿ¬þV{ÿÿXÿé($ÿÿ ÿÙÈ`ÿÿ¬=`ÿÿ=Óÿÿ®þT¢`ÿÿ`ÿÿYþVUÿÿXÿã'{ÿÿVÿÙÛ`ÿÿ¬þV^~ÿÿXþV5{ÿÿXÿãÐ`ÿÿ+ÿÙå` ÿÿŸÿì `!ÿÿ„þVÌj"ÿÿ4þVö`#ÿÿ…þVË`$ÿÿXÿäœ`%ÿÿ;ÿãe$ÿÿŠÿãg{Qÿÿcÿéî'-ÿÿpÿò€bLÿÿ{þVÕ1ÿÿ¬þF^~Mÿÿ.ÿå¿`2bÿã/ð'%'&'676! ! &#"32¶0&††&1†&00&†xþÀþÚþÙþÀ@'&@þ/DQRDDRQ¦‡"/©þ¶þ·©/!J©/"ûy"/©Iþþm“st“þmüùû ŸòÕ%3#!5%!!!r´´þ6Rþ¥[¤Tû¶xåûåHxHú£x¢ßð%%367654'&'"5$ %!5654&5ß<|>Ic6\D%$XŹÝÿSB‹ù-ûÃ…yx‹›tŒY½]3nþòeclÔµÁcþõîwž|±þÄ ƒƒw£²Š¨‰ÿãîð!&.!"'5327&#!5!27&#"563 65467>4&Ëþï4þ¬þºéâ%ÐÖtU04þÐ80,C[ÁÕ äÚDþϹ¹&d8XqþùEPþÓÞçJ~ D {x < }@—þ+E¨°ý£ý½ Dt¼…\3Õ !#3!3#!!5ºþî,´´þ̬ÕÕþ\ý¢øý/6û]üRxþQ¯«žÿãÕ# !!63  '527&'#6676'&Üþçê½ýç!#0þµýÝö¦¥ø´Wñ?0mm0ê]Hxýþìþ^íV°Y0„kýÕ{ý®'W-W&ÿã#î )632# !2'& 676'&'&#"2PYköþÆ÷þÌþÁuEʾ&ªþÆßáá÷7-xi/D}!mVHNþpþôþ7þߊڧ@ :jµþþX)oac.ýü!ý0‰Õ 3%!!!½þ¿ÿüyýÑþ>+ýQ]ûåxxú£]}ÿãð'/8BJ.54$! ! $546'&'67%6764'&'&#"27&#"32%°ˆŠ‹ˆ˜›þÙþÞþÝþ×›‚m,CD,üèd#44#D5#dd#²7AC87„89BA79BAþÇD,lm,)ª½ÆÅ¾ª)*½ÞããÞ½þFQ!ý«">þFÜ)þ$FþF(ýöüùƒý}V"QþºS!nÿãî )%#"3 !"'5 76'%327&"AYköþç:÷4?þ‹þ»Ê¾&ª:ßááþ 7-xi/D}!mVHƒ É!þvý&þY@ :jµ¨)oþŸc.âý!Ðÿÿbÿã/ðìÿÿçÕíÿÿ¢ßðîÿÿ‰ÿãîðïÿÿ\3ÕðÿÿžÿãÕñÿÿÿã#îòÿÿ‰îÕóÿÿ}ÿãðôÿÿjÿãîõýmîþØf@ÔÌ1ÔÌ0!#ý½§ÄfþˆüÅÿ;ö@ ñÔüÔì1Ô<ì203#%3#üÅëë‹ëëööööýmîÿNö8µÔÄ1ÔÄ0K° TX½ÿÀ@878Y@ //]!#þ3þãÄöþøü¤îÿ\ø#Ã@  »@! $ €€ $ÔìÔìÀ999991Ô<ìÔì29990K° TX½$ÿÀ$$@878Y@\             ##+]]'&'&#"#465463232653#"&þ8- (‹kW%J';'%'‹kW&F#<2j‚'<9jü²îþ“ö8µÔÄ1ÔÄ0K° TX½ÿÀ@878Y@ //]#ýÍÆÄþãöþøü‡îÿyöE@ ÔÄ91Ô<Ä90K° TX½ÿÀ@878Y@/// ]!#'#ýf4ß²ÇDzöþø¡¡ü‡îÿyöK@ ÔÄ91ÔÄ290K° TX½ÿÀ@878Y@//// ]373ýfß²ÇDzßþøü°îÿPö S@  ÔìÔì1ÔÄ2Ì0K° TX½ÿÀ@878Y@///// / ]332673#"&ü°`LL`¬””¬ö=<<=‡‡ýwþ‰ö*·ñ‚Ôì1Ôì0K° TX½ÿÀ@878Y!!ýwþîööü îÿøö @O?ÔÌÔ]Ì1Ô<Ì20!#!#þÝþãıþãÄöþøþøüîÿ`ö#!#ý#ÆÄþã’ÆÄþãöþøþøÿõŒ"%'$&7!327676'!;# –+þÝþ‰ê~þ·@f3½HTÍœó1@"f62kK‚þò¢4)MM Š\^Z[B/IVqgK-“MEÿÿÿÿìUX)¢ÿÿÿìXX)£ÿÅ ›à,:;#"'&''$&7!! 7&'&54767632654'&#"P}Ÿ/kÁŸ@:Gdý7þkþ·@f3½HY@ Œ1sh’ÆW4$þc½{xx--@:•b@RQT„4,¡8*:7š9Qÿÿÿÿìšá+pÿÿÿìÖà+qÿÿÿìUÙ'ÄWC)¢ÿÿÿìXÙ'ÄWC)£¶· %4'&"27>"'&47623J22Jƒ?@¸?@@?¸@Ü$2%&2¸@@@@¸@??ÿÿþ¢ŒR'ż&+l+wôþ¢ÿÿÿìþÔ}è'+wÇþÔ'ÅÚR+mÿÿÿìÿXè'+wÇÿ'ÅÚR+nÿÿÿõŒˆ'Çò+lÿÿÿìj'ÇÚˆ+mÿÿÿìX'ÇÚˆ+nÿÿþ ØÌ'C¼ÿ8)Ýÿÿÿìh'CîþÔ)ÞÿÿÿìØh'CîþÔ)ßÿÿþ Øæ'ÈlP)Ýÿÿÿì‚'Èžì)ÞÿÿÿìØ‚'Èžì)ßÿÿþ Øæ'ÆôV)Ýÿÿÿì‚'Æ&ò)ÞÿÿÿìØ‚'Æ&ò)ßÿÿþ Ø¡'Äq &)ÝÇv<ÿÿÿìþ ='Äq§'Çôÿ)Þÿÿÿìþ Ø='Äq§'Çôÿ)ß<&G 5&ûÚ&•þ§²Yü°îÿPö #."#> °`˜`¬(¬î=<<=‡‡ÏþFäÕB@% Ÿ ÚÁ 11Üì2Ôì2ÌÌ1/ä299ôì0KSX@ 66ììY!!#!53265!ÏZ`[nlÍþç¦fLý­þ¦Õü<Äú?ßyvë\‡°ü<¬±` !3#!#53‚fÉÉþšÖÖ`þÂþJ¶Âþ þDº`!!3#+"'#5$%3"'"3276¬f¨8sZlÍq þä3Ñ‹@h^+f&`ü0ÒžcvÓL9.ÿÿX÷R'J¼>+b¼XÿÿX÷Y'+b¼cJ¼ÿÿX÷R'+i¼XJ¼>ÿÿX6u'+cè+b¼Xÿÿ4X÷u'+e‚+b¼Xÿÿd÷u'+clJ¼ ÿÿd÷u'+e J¼ ÿÿbAR'+d¾SJ¼>ÿÿCX5u'+g¼+b¼XÿÿbAY'+d¾S+b¼cÿÿCb5m'+i¼w+g¼tÿÿbAu'+cx+d¾SÿÿCcpo'+f¼u+c"yÿÿCcäo'+f¼u+eQyÿÿCc5Œ'+f¼u+d¾”ÿÿb>Œ'+h¼P+d¾”ÿÿl>6u'+h¼P+cèÿÿN> u'+h¼P+eœÿÿl> û'º<+h¼PÿÿCct¿'n+f¼uÿÿüCîÿšn'ŽþøZ‰!!þpþpÿãƒÕ53265!!"&I¦Tc\åþù_ÏJrX\tÚü þïë4ÿÿÿ«þ &'FÒù+§ÿ«þ ‡&%! 7676'4'!;#"ô&ßæþ75œšOI4f ":,IÄûVQ9½beDCme·‘y" };,ÿÿÿþ‰8Ä'F†*ÿÿÿì×Ä'Fÿ¢*ÿÿÿìXÄ'Fÿ¢*ÿÿþü,ª'Fîýv*+ÿÿÿìþ¬×@'Fÿ¢þ &)¢ÅÚþ¬ÿÿÿìþ¬X@'Fÿ¢þ &)£ÅÚþ¬ÿÿÿ«þ r'F þ>)é¬Ì 5µ  üìÄK°SK°QZX¹ÿÀ8Y1´£Ø/ìä0@ P ` p € ]!;#"&5¬fLf{ÍØûº‡\ëíáÿÿ…îî*%ÿÿ}ÿãüï½ÿÿXÿãí+¾ÿÿ¬þoÂ`&ÌuÀ›`3%!!X«´«þë¤Ùþ\èüpxû þÛþFž`6767#!+732675]>^#¾´Ê%ޤÕ,þùÍî>f]&þÅ9U±Ôûð¿Gû´àîs\Ãÿÿþpº`'‡ÿ^ÌÿÿªþM`&̨_¼GÎ!!!!¼þîþîöþ¦ö„–Õ !#3!3„ÊÊüîȲ#þÝüqþÝ#­ ð%!5 ü¤ðððÿÿ´ÉNò&@:Xÿÿ´ÉN f&@;Xÿÿ´ºNè&:@ôÿÿ´ÉN &@=Xÿÿ´ÉN f&@>Xÿÿ´ºN &=@,ÿÿÜÏ$¼&C=ôÿÿÜÏ$ &C>ô¬ÒÕ3!3¬fÀÕû+ÿÿìÒÕ#3!3ÀfÀÕû+ÿÿìÕ#3!ÀfÕú+Xÿãt¹264&"#" 3Í:R::RÐNYÃþë†'“Cê‹‹ê‹ý2¬þëÖr\ÿÿìÿãt¹264&"!"'!3&54 3Í:R::RmþcN²Nþc“'†'“Cê‹‹ê‹ý2\rÖþëÖr\ÿìÿã¹264&"3&54 #"'Í:R::Rýå“'†þëÃYNCê‹‹ê‹ý2\rÖþëþTþëmÕ !!!!yþ¦YµµYþ¤Ž„Qþ ÷ü¯þ|ÿÿìmÕ #!!!!þ¦YµµYþ¤Ž„Qþ ÷ü¯þ|ÿÿì;Õ #!!!þ¦YµµYþ¤„Qþ ÷ü¯ý|Kœ! !!3²þêþéþš¸‰?¬Bý¾œýdÿÿìKœ ! !3!3²þêþéþg­>‰?¬Bý¾œýdÿÿìœ#3!! ­>‰¹þ™þêþéœüdBý¾¬›œ 3!!!3¬fcfÀœýdœýdÿÿ웜 #3!!!3ÀfcfÀœýdœýdÿÿìÛœ #3!!!Àfcfœýdœüd¬›œ 3!!!3¬Éý7/Àœýdÿÿ웜 #!!!3‰ý7/ÀœýdÿÿìÛœ!!!Ûû‰ý7œüdœlÔð 2>4."!&'.4> !á":F:"":F:ÑüÙ%#s††æç……s$%ÁZK--KZK--û(ê 6¸Ø¸ll¸Ø¸6 þÿìÔð !2>4."!!&'.4> á":F:"":F:ÑûÁ%#s††æç……s$%ZK--KZK--ü(ÿê 6¸Ø¸ll¸Ø¸6 þÿìTð 2>4."!&'.4> á":F:"":F:ýéÁ%#s††æç……s$%ZK--KZK--û(ê 6¸Ø¸ll¸Ø¸6 ý¬›V !3!!`þ¬ãÕd;ûïÙ`þ ü ÿì›V !3!!`þ¬ãÕd;úQ¯Ù`þ ü ÿìÛV !3!!`þ¬ãÕd{ûïÙ`þ ü SPð !!!#"&7676! !354&#"3,þîþ¹£ñìR['F¤vÀûƒ4o;)9tœþ×)ðÄ¢y…þà–žýdÿœn~}w>QcÿìPð"#!!!#"&7676! !354&#"3@þîþ¹£ñìR['F¤vÀûƒ4o;)9tœþ×)ðÄ¢y…þà–žýdÿœn~}w>Qcÿìð #!!!#"&7676! !54&#"3@þîþ¹£ñìR['F¤vüC4o;)9tœþ×)ðÄ¢y…þà–žüdœn~}w>Qc¬}Õ 3!!!!!¬þU«þUkÕÿþÇÿþdÿÿì}Õ #3!!!!!ÀþU«þUkÕÿþÇÿþdÿÿì½Õ #3!!!!ÀþU«þUÕÿþÇÿýd¬}Õ !!!!!3WþU«þUÀœ9û+ÿýå}H !!!!!3ýåkþU«þUÀHø¸œ9û+ÿÿì½Õ )!!!!!½ü/kþU«þUœ9¬Õ#3264&!!23WKGfkýßg %‘œþdp¶výdÕýÇççq]ÿÿìÕ #3!!23#3264&Àg %‘ý?KGfkÕýÇççq]ÿœþdp¶vÿì¬Õ#3264&3!!2#WKGfkýÀg ×Áœþdp¶výdÕýÇççÀþò¬”Õ!4'&'5!!! >þ…(ýn•š'-´7«a†3ÙÿþÒþÇtƒCÿÿì”Õ#!&'5!!!5þ…(ýn•š'-´Wr3ÙÿþÒþÇtƒCÿÿìÔÕ#!&'5!!5þ…(ýn•š'- Wr3ÙÿþÒþÇtƒCŠª¡Õ!!3{þ¤[gÀžþ¶-Tû+ÿÿì¡Õ #!!3þ¤[gÀžþ¶-Tû+ÿÿìáÕ#!!þ¤[gžþ¶-Tú+¬BB$34$!2>3234&#"!%4'&#"!¬ —f-3´§÷ÀýÚ)YQRýH#CB…RîÖ÷s-k¼ðxþ&ÿ"r¼vþâï€;_c~ÿìBB&#354$!2>3234&#"!%4'&#"!À —f-3´§÷ÀýÚ)YQRýH#CB…RîÖ÷s-k¼ðxþ&ÿ"r¼vþâï€;_c~ÿì‚B$#354$!2>324&#"!%4'&#"!À —f-3´§÷þš)YQRýH#CB…RîÖ÷s-k¼ðxý&"r¼vþâï€;_c~!Õ !!!!!!!TþË5f4þÌgD‘þoÿý¼ÿÿì!Õ#!!!!!!!hþË5f4þÌgD‘þoÿý¼ÿÿìîÕ #!!!!!!hþË5f4þÌD‘þoÿü¼°Õ)!!!!!!!)!°ú¤þË5f)f4þÌgý3þ×D‘þo‘þoÿý¼Dý¼ÿì°Õ#!!!!!!!!!!hþË5f)f4þÌgý3þ×D‘þo‘þoÿý¼ÿDý¼ÿì}Õ!!!!!!!!!!TþË5f)f4þÌú£÷þ×D‘þo‘þoÿü¼Dý¼¬›œ !!!3cþþš/Àœýdœýdÿÿ웜 !!!3!cþ‰úQÀ/œþdÿœýdÿìÛœ !!3!cþýÚÀ/œýdœüdKÕ!!!oþYÔÅþHúþ“ŸÕüÓþXÕû+ÿÿìKÕ !!!!oþYÔýP þ“úþ“ŸÕüÓþXÕû+ÿÿìÕ!!!oþYÔýP þ“úþGÕüÓþXÕú+¬`Õ #2654&+!!2+!ôâor~gGüXHÀ,þ¾ª­œþdœRNGRþÇüdœ9¢úþýšþdÿÿì`Õ #2654&+3!!2+!ôâor~gGû˜ÀHÀ,þ¾ª­œþdœRNGRþÇüdœ9¢úþýšþdÿÿìôÕ #2654&+3!!2+ôâor~gGû˜ÀHÀ,þ¾ª­œþdœRNGRþÇüdœ9¢úþýšýd¬Õ !#!!3!3òàþšfàfÀDþöþö‘û+ÿÿìÕ#!#!!3!3àþšfàfÀDþöþö‘û+ÿÿìXÕ #!#!!3!àþšfàfDþöþö‘ú+X¼Õ3#"!"$543!!!!­KGfkºþÿþ÷×Áh2þÎd9œp¶vüÇ9ççÀýdÿþÇÿÿì¼Õ3#"!!"$543!!!!­KGfkýµþÿþ÷×Áh2þÎd9œp¶vüÇ9ççÀýdÿþÇÿÿìŠÕ3#"!!"$543!!!­KGfkýµþÿþ÷×Áh2þÎ9œp¶vüÇ9ççÀýdÿýÇ!Õ !!!!!TþËÏþÌgÕÿü+ÿÿì!Õ #!!!!!hþËÏþÌgÕÿü+ÿÿìîÕ #!!!!hþËÏþÌÕÿû+KÕ  !3oÓÔþW¸‰m~-üÓÿÕû+ÿÿìKÕ  3!3oÓÔþ$~m‰m~-üÓÿÕû+ÿÿìÕ 3!oÓÔþ$~m‰¹-üÓÿÕú+X¬Õ)!&'.467675!!!2>4."™)s††s*þË›&"uACC4."­)s††s*þË›&"uACC4."­)s††s*þË›&"uACC4."&'.46767!!Í":F:"":F:V)s††s*f&"uACC?w'!­ZK--KZK--üžt 6¸Ø¸6uþ‹ 7[\Ø\X:tÿÿì¬Õ )2>4."!5&'.46767!!Í":F:"":F:ýý­)s††s*f&"uACC?w'!­ZK--KZK--üžt 6¸Ø¸6uþ‹ 7[\Ø\X:tÿÿì@Õ '2>4."!5&'.46767!Í":F:"":F:ýý­)s††s*f&"uACC?w'!ZK--KZK--üžt 6¸Ø¸6uþ‹ 7[\Ø\X:þŒX¬Õ+!&'.467675!!!!2>4."™)s††s*þËÏþÌ&"uACC4."­)s††s*þËÏþÌ&"uACC4."­)s††s*þËÏþÌ&"uACCTº*þôJVÿ65?ÿìù#!2764'&'%$4767!#Ùr6û‹þÎ '`ÇpütqiN Ïë'% v É6 #!w*6þd3>Tº1þ–¨“ÿìª$#!27654'%$4767!;!"'#Ùw Nû‹þÎ '`ÇpütqiNõ%=Pþå30_Ž'4qÉ6 #!w*6þd3>Tº*þôJVÿÿÿÿ±E&)‡+w@kÿÿÿì§&*+w¼kÿÿÿì»&*+w¼kÿÿÿȇ&*Ä9Fÿÿÿì§r&*ÄEÜÿÿÿì»r&*ÄEÜÿÿý¨‡&*ÇÕþ¢ÿÿÿìýÚ§&*ÇEþÔÿÿÿìýÚ»&*ÇEþÔÿÿÿ±EG&)‹+w@kÿÿÿì§G&)Œ+w¼kÿÿÿì»G&)+w¼kÿÿþ¢EG&)‹ÅÕþ¢ÿÿÿìþÔ§G&)ŒÅEþÔÿÿÿìþÔ»G&)ÅEþÔÿÿÿ±E4&)‹Æ¤ÿÿÿì§4&)ŒÆK¤ÿÿÿì»4&)ÆK¤ÿÿþ‰8ž&*Ä2ÿÿÿìUž&*ÄLÿÿÿìXž&*ÄLÿÿþ‰84&*ư¤ÿÿÿìZ4&*ÆÊ¤ÿÿÿìX4&*ÆÊ¤ÿÿüà8&*Ç£ýÚÿÿÿìþ U&*Ç®ÿÿÿÿìþ X&*ÇÌÿÿÿ~üÇG&)—'Ä9üÇÄ£{ÿÿÿìþUÙ'ÄWþ&+mÄWCÿÿÿìþXÙ'ÄWþ&+nÄWCÿÿ~ü®G&)—'+w£ü®Ä£{ÿÿÿìþÔ}Ù'+wÇþÔ&+mÄWCÿÿÿìÿXÙ'+wÇÿ&+nÄWCÿÿ~þ G &)—Æ?{ÿÿÿìjâ'ÆÚR+mÿÿÿìXâ'ÆÚR+nruby-prawn-2.4.0.orig/data/fonts/Courier-BoldOblique.afm0000644000000000000000000003604713772706672021651 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1989, 1990, 1991, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Mon Jun 23 16:28:46 1997 Comment UniqueID 43049 Comment VMusage 17529 79244 FontName Courier-BoldOblique FullName Courier Bold Oblique FamilyName Courier Weight Bold ItalicAngle -12 IsFixedPitch true CharacterSet ExtendedRoman FontBBox -57 -250 869 801 UnderlinePosition -100 UnderlineThickness 50 Version 003.000 Notice Copyright (c) 1989, 1990, 1991, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. EncodingScheme AdobeStandardEncoding CapHeight 562 XHeight 439 Ascender 629 Descender -157 StdHW 84 StdVW 106 StartCharMetrics 315 C 32 ; WX 600 ; N space ; B 0 0 0 0 ; C 33 ; WX 600 ; N exclam ; B 215 -15 495 572 ; C 34 ; WX 600 ; N quotedbl ; B 211 277 585 562 ; C 35 ; WX 600 ; N numbersign ; B 88 -45 641 651 ; C 36 ; WX 600 ; N dollar ; B 87 -126 630 666 ; C 37 ; WX 600 ; N percent ; B 101 -15 625 616 ; C 38 ; WX 600 ; N ampersand ; B 61 -15 595 543 ; C 39 ; WX 600 ; N quoteright ; B 229 277 543 562 ; C 40 ; WX 600 ; N parenleft ; B 265 -102 592 616 ; C 41 ; WX 600 ; N parenright ; B 117 -102 444 616 ; C 42 ; WX 600 ; N asterisk ; B 179 219 598 601 ; C 43 ; WX 600 ; N plus ; B 114 39 596 478 ; C 44 ; WX 600 ; N comma ; B 99 -111 430 174 ; C 45 ; WX 600 ; N hyphen ; B 143 203 567 313 ; C 46 ; WX 600 ; N period ; B 206 -15 427 171 ; C 47 ; WX 600 ; N slash ; B 90 -77 626 626 ; C 48 ; WX 600 ; N zero ; B 135 -15 593 616 ; C 49 ; WX 600 ; N one ; B 93 0 562 616 ; C 50 ; WX 600 ; N two ; B 61 0 594 616 ; C 51 ; WX 600 ; N three ; B 71 -15 571 616 ; C 52 ; WX 600 ; N four ; B 81 0 559 616 ; C 53 ; WX 600 ; N five ; B 77 -15 621 601 ; C 54 ; WX 600 ; N six ; B 135 -15 652 616 ; C 55 ; WX 600 ; N seven ; B 147 0 622 601 ; C 56 ; WX 600 ; N eight ; B 115 -15 604 616 ; C 57 ; WX 600 ; N nine ; B 75 -15 592 616 ; C 58 ; WX 600 ; N colon ; B 205 -15 480 425 ; C 59 ; WX 600 ; N semicolon ; B 99 -111 481 425 ; C 60 ; WX 600 ; N less ; B 120 15 613 501 ; C 61 ; WX 600 ; N equal ; B 96 118 614 398 ; C 62 ; WX 600 ; N greater ; B 97 15 589 501 ; C 63 ; WX 600 ; N question ; B 183 -14 592 580 ; C 64 ; WX 600 ; N at ; B 65 -15 642 616 ; C 65 ; WX 600 ; N A ; B -9 0 632 562 ; C 66 ; WX 600 ; N B ; B 30 0 630 562 ; C 67 ; WX 600 ; N C ; B 74 -18 675 580 ; C 68 ; WX 600 ; N D ; B 30 0 664 562 ; C 69 ; WX 600 ; N E ; B 25 0 670 562 ; C 70 ; WX 600 ; N F ; B 39 0 684 562 ; C 71 ; WX 600 ; N G ; B 74 -18 675 580 ; C 72 ; WX 600 ; N H ; B 20 0 700 562 ; C 73 ; WX 600 ; N I ; B 77 0 643 562 ; C 74 ; WX 600 ; N J ; B 58 -18 721 562 ; C 75 ; WX 600 ; N K ; B 21 0 692 562 ; C 76 ; WX 600 ; N L ; B 39 0 636 562 ; C 77 ; WX 600 ; N M ; B -2 0 722 562 ; C 78 ; WX 600 ; N N ; B 8 -12 730 562 ; C 79 ; WX 600 ; N O ; B 74 -18 645 580 ; C 80 ; WX 600 ; N P ; B 48 0 643 562 ; C 81 ; WX 600 ; N Q ; B 83 -138 636 580 ; C 82 ; WX 600 ; N R ; B 24 0 617 562 ; C 83 ; WX 600 ; N S ; B 54 -22 673 582 ; C 84 ; WX 600 ; N T ; B 86 0 679 562 ; C 85 ; WX 600 ; N U ; B 101 -18 716 562 ; C 86 ; WX 600 ; N V ; B 84 0 733 562 ; C 87 ; WX 600 ; N W ; B 79 0 738 562 ; C 88 ; WX 600 ; N X ; B 12 0 690 562 ; C 89 ; WX 600 ; N Y ; B 109 0 709 562 ; C 90 ; WX 600 ; N Z ; B 62 0 637 562 ; C 91 ; WX 600 ; N bracketleft ; B 223 -102 606 616 ; C 92 ; WX 600 ; N backslash ; B 222 -77 496 626 ; C 93 ; WX 600 ; N bracketright ; B 103 -102 486 616 ; C 94 ; WX 600 ; N asciicircum ; B 171 250 556 616 ; C 95 ; WX 600 ; N underscore ; B -27 -125 585 -75 ; C 96 ; WX 600 ; N quoteleft ; B 297 277 487 562 ; C 97 ; WX 600 ; N a ; B 61 -15 593 454 ; C 98 ; WX 600 ; N b ; B 13 -15 636 626 ; C 99 ; WX 600 ; N c ; B 81 -15 631 459 ; C 100 ; WX 600 ; N d ; B 60 -15 645 626 ; C 101 ; WX 600 ; N e ; B 81 -15 605 454 ; C 102 ; WX 600 ; N f ; B 83 0 677 626 ; L i fi ; L l fl ; C 103 ; WX 600 ; N g ; B 40 -146 674 454 ; C 104 ; WX 600 ; N h ; B 18 0 615 626 ; C 105 ; WX 600 ; N i ; B 77 0 546 658 ; C 106 ; WX 600 ; N j ; B 36 -146 580 658 ; C 107 ; WX 600 ; N k ; B 33 0 643 626 ; C 108 ; WX 600 ; N l ; B 77 0 546 626 ; C 109 ; WX 600 ; N m ; B -22 0 649 454 ; C 110 ; WX 600 ; N n ; B 18 0 615 454 ; C 111 ; WX 600 ; N o ; B 71 -15 622 454 ; C 112 ; WX 600 ; N p ; B -32 -142 622 454 ; C 113 ; WX 600 ; N q ; B 60 -142 685 454 ; C 114 ; WX 600 ; N r ; B 47 0 655 454 ; C 115 ; WX 600 ; N s ; B 66 -17 608 459 ; C 116 ; WX 600 ; N t ; B 118 -15 567 562 ; C 117 ; WX 600 ; N u ; B 70 -15 592 439 ; C 118 ; WX 600 ; N v ; B 70 0 695 439 ; C 119 ; WX 600 ; N w ; B 53 0 712 439 ; C 120 ; WX 600 ; N x ; B 6 0 671 439 ; C 121 ; WX 600 ; N y ; B -21 -142 695 439 ; C 122 ; WX 600 ; N z ; B 81 0 614 439 ; C 123 ; WX 600 ; N braceleft ; B 203 -102 595 616 ; C 124 ; WX 600 ; N bar ; B 201 -250 505 750 ; C 125 ; WX 600 ; N braceright ; B 114 -102 506 616 ; C 126 ; WX 600 ; N asciitilde ; B 120 153 590 356 ; C 161 ; WX 600 ; N exclamdown ; B 196 -146 477 449 ; C 162 ; WX 600 ; N cent ; B 121 -49 605 614 ; C 163 ; WX 600 ; N sterling ; B 106 -28 650 611 ; C 164 ; WX 600 ; N fraction ; B 22 -60 708 661 ; C 165 ; WX 600 ; N yen ; B 98 0 710 562 ; C 166 ; WX 600 ; N florin ; B -57 -131 702 616 ; C 167 ; WX 600 ; N section ; B 74 -70 620 580 ; C 168 ; WX 600 ; N currency ; B 77 49 644 517 ; C 169 ; WX 600 ; N quotesingle ; B 303 277 493 562 ; C 170 ; WX 600 ; N quotedblleft ; B 190 277 594 562 ; C 171 ; WX 600 ; N guillemotleft ; B 62 70 639 446 ; C 172 ; WX 600 ; N guilsinglleft ; B 195 70 545 446 ; C 173 ; WX 600 ; N guilsinglright ; B 165 70 514 446 ; C 174 ; WX 600 ; N fi ; B 12 0 644 626 ; C 175 ; WX 600 ; N fl ; B 12 0 644 626 ; C 177 ; WX 600 ; N endash ; B 108 203 602 313 ; C 178 ; WX 600 ; N dagger ; B 175 -70 586 580 ; C 179 ; WX 600 ; N daggerdbl ; B 121 -70 587 580 ; C 180 ; WX 600 ; N periodcentered ; B 248 165 461 351 ; C 182 ; WX 600 ; N paragraph ; B 61 -70 700 580 ; C 183 ; WX 600 ; N bullet ; B 196 132 523 430 ; C 184 ; WX 600 ; N quotesinglbase ; B 144 -142 458 143 ; C 185 ; WX 600 ; N quotedblbase ; B 34 -142 560 143 ; C 186 ; WX 600 ; N quotedblright ; B 119 277 645 562 ; C 187 ; WX 600 ; N guillemotright ; B 71 70 647 446 ; C 188 ; WX 600 ; N ellipsis ; B 35 -15 587 116 ; C 189 ; WX 600 ; N perthousand ; B -45 -15 743 616 ; C 191 ; WX 600 ; N questiondown ; B 100 -146 509 449 ; C 193 ; WX 600 ; N grave ; B 272 508 503 661 ; C 194 ; WX 600 ; N acute ; B 312 508 609 661 ; C 195 ; WX 600 ; N circumflex ; B 212 483 607 657 ; C 196 ; WX 600 ; N tilde ; B 199 493 643 636 ; C 197 ; WX 600 ; N macron ; B 195 505 637 585 ; C 198 ; WX 600 ; N breve ; B 217 468 652 631 ; C 199 ; WX 600 ; N dotaccent ; B 348 498 493 638 ; C 200 ; WX 600 ; N dieresis ; B 246 498 595 638 ; C 202 ; WX 600 ; N ring ; B 319 481 528 678 ; C 203 ; WX 600 ; N cedilla ; B 168 -206 368 0 ; C 205 ; WX 600 ; N hungarumlaut ; B 171 488 729 661 ; C 206 ; WX 600 ; N ogonek ; B 143 -199 367 0 ; C 207 ; WX 600 ; N caron ; B 238 493 633 667 ; C 208 ; WX 600 ; N emdash ; B 33 203 677 313 ; C 225 ; WX 600 ; N AE ; B -29 0 708 562 ; C 227 ; WX 600 ; N ordfeminine ; B 188 196 526 580 ; C 232 ; WX 600 ; N Lslash ; B 39 0 636 562 ; C 233 ; WX 600 ; N Oslash ; B 48 -22 673 584 ; C 234 ; WX 600 ; N OE ; B 26 0 701 562 ; C 235 ; WX 600 ; N ordmasculine ; B 188 196 543 580 ; C 241 ; WX 600 ; N ae ; B 21 -15 652 454 ; C 245 ; WX 600 ; N dotlessi ; B 77 0 546 439 ; C 248 ; WX 600 ; N lslash ; B 77 0 587 626 ; C 249 ; WX 600 ; N oslash ; B 54 -24 638 463 ; C 250 ; WX 600 ; N oe ; B 18 -15 662 454 ; C 251 ; WX 600 ; N germandbls ; B 22 -15 629 626 ; C -1 ; WX 600 ; N Idieresis ; B 77 0 643 761 ; C -1 ; WX 600 ; N eacute ; B 81 -15 609 661 ; C -1 ; WX 600 ; N abreve ; B 61 -15 658 661 ; C -1 ; WX 600 ; N uhungarumlaut ; B 70 -15 769 661 ; C -1 ; WX 600 ; N ecaron ; B 81 -15 633 667 ; C -1 ; WX 600 ; N Ydieresis ; B 109 0 709 761 ; C -1 ; WX 600 ; N divide ; B 114 16 596 500 ; C -1 ; WX 600 ; N Yacute ; B 109 0 709 784 ; C -1 ; WX 600 ; N Acircumflex ; B -9 0 632 780 ; C -1 ; WX 600 ; N aacute ; B 61 -15 609 661 ; C -1 ; WX 600 ; N Ucircumflex ; B 101 -18 716 780 ; C -1 ; WX 600 ; N yacute ; B -21 -142 695 661 ; C -1 ; WX 600 ; N scommaaccent ; B 66 -250 608 459 ; C -1 ; WX 600 ; N ecircumflex ; B 81 -15 607 657 ; C -1 ; WX 600 ; N Uring ; B 101 -18 716 801 ; C -1 ; WX 600 ; N Udieresis ; B 101 -18 716 761 ; C -1 ; WX 600 ; N aogonek ; B 61 -199 593 454 ; C -1 ; WX 600 ; N Uacute ; B 101 -18 716 784 ; C -1 ; WX 600 ; N uogonek ; B 70 -199 592 439 ; C -1 ; WX 600 ; N Edieresis ; B 25 0 670 761 ; C -1 ; WX 600 ; N Dcroat ; B 30 0 664 562 ; C -1 ; WX 600 ; N commaaccent ; B 151 -250 385 -57 ; C -1 ; WX 600 ; N copyright ; B 53 -18 667 580 ; C -1 ; WX 600 ; N Emacron ; B 25 0 670 708 ; C -1 ; WX 600 ; N ccaron ; B 81 -15 633 667 ; C -1 ; WX 600 ; N aring ; B 61 -15 593 678 ; C -1 ; WX 600 ; N Ncommaaccent ; B 8 -250 730 562 ; C -1 ; WX 600 ; N lacute ; B 77 0 639 801 ; C -1 ; WX 600 ; N agrave ; B 61 -15 593 661 ; C -1 ; WX 600 ; N Tcommaaccent ; B 86 -250 679 562 ; C -1 ; WX 600 ; N Cacute ; B 74 -18 675 784 ; C -1 ; WX 600 ; N atilde ; B 61 -15 643 636 ; C -1 ; WX 600 ; N Edotaccent ; B 25 0 670 761 ; C -1 ; WX 600 ; N scaron ; B 66 -17 633 667 ; C -1 ; WX 600 ; N scedilla ; B 66 -206 608 459 ; C -1 ; WX 600 ; N iacute ; B 77 0 609 661 ; C -1 ; WX 600 ; N lozenge ; B 145 0 614 740 ; C -1 ; WX 600 ; N Rcaron ; B 24 0 659 790 ; C -1 ; WX 600 ; N Gcommaaccent ; B 74 -250 675 580 ; C -1 ; WX 600 ; N ucircumflex ; B 70 -15 597 657 ; C -1 ; WX 600 ; N acircumflex ; B 61 -15 607 657 ; C -1 ; WX 600 ; N Amacron ; B -9 0 633 708 ; C -1 ; WX 600 ; N rcaron ; B 47 0 655 667 ; C -1 ; WX 600 ; N ccedilla ; B 81 -206 631 459 ; C -1 ; WX 600 ; N Zdotaccent ; B 62 0 637 761 ; C -1 ; WX 600 ; N Thorn ; B 48 0 620 562 ; C -1 ; WX 600 ; N Omacron ; B 74 -18 663 708 ; C -1 ; WX 600 ; N Racute ; B 24 0 665 784 ; C -1 ; WX 600 ; N Sacute ; B 54 -22 673 784 ; C -1 ; WX 600 ; N dcaron ; B 60 -15 861 626 ; C -1 ; WX 600 ; N Umacron ; B 101 -18 716 708 ; C -1 ; WX 600 ; N uring ; B 70 -15 592 678 ; C -1 ; WX 600 ; N threesuperior ; B 193 222 526 616 ; C -1 ; WX 600 ; N Ograve ; B 74 -18 645 784 ; C -1 ; WX 600 ; N Agrave ; B -9 0 632 784 ; C -1 ; WX 600 ; N Abreve ; B -9 0 684 784 ; C -1 ; WX 600 ; N multiply ; B 104 39 606 478 ; C -1 ; WX 600 ; N uacute ; B 70 -15 599 661 ; C -1 ; WX 600 ; N Tcaron ; B 86 0 679 790 ; C -1 ; WX 600 ; N partialdiff ; B 91 -38 627 728 ; C -1 ; WX 600 ; N ydieresis ; B -21 -142 695 638 ; C -1 ; WX 600 ; N Nacute ; B 8 -12 730 784 ; C -1 ; WX 600 ; N icircumflex ; B 77 0 577 657 ; C -1 ; WX 600 ; N Ecircumflex ; B 25 0 670 780 ; C -1 ; WX 600 ; N adieresis ; B 61 -15 595 638 ; C -1 ; WX 600 ; N edieresis ; B 81 -15 605 638 ; C -1 ; WX 600 ; N cacute ; B 81 -15 649 661 ; C -1 ; WX 600 ; N nacute ; B 18 0 639 661 ; C -1 ; WX 600 ; N umacron ; B 70 -15 637 585 ; C -1 ; WX 600 ; N Ncaron ; B 8 -12 730 790 ; C -1 ; WX 600 ; N Iacute ; B 77 0 643 784 ; C -1 ; WX 600 ; N plusminus ; B 76 24 614 515 ; C -1 ; WX 600 ; N brokenbar ; B 217 -175 489 675 ; C -1 ; WX 600 ; N registered ; B 53 -18 667 580 ; C -1 ; WX 600 ; N Gbreve ; B 74 -18 684 784 ; C -1 ; WX 600 ; N Idotaccent ; B 77 0 643 761 ; C -1 ; WX 600 ; N summation ; B 15 -10 672 706 ; C -1 ; WX 600 ; N Egrave ; B 25 0 670 784 ; C -1 ; WX 600 ; N racute ; B 47 0 655 661 ; C -1 ; WX 600 ; N omacron ; B 71 -15 637 585 ; C -1 ; WX 600 ; N Zacute ; B 62 0 665 784 ; C -1 ; WX 600 ; N Zcaron ; B 62 0 659 790 ; C -1 ; WX 600 ; N greaterequal ; B 26 0 627 696 ; C -1 ; WX 600 ; N Eth ; B 30 0 664 562 ; C -1 ; WX 600 ; N Ccedilla ; B 74 -206 675 580 ; C -1 ; WX 600 ; N lcommaaccent ; B 77 -250 546 626 ; C -1 ; WX 600 ; N tcaron ; B 118 -15 627 703 ; C -1 ; WX 600 ; N eogonek ; B 81 -199 605 454 ; C -1 ; WX 600 ; N Uogonek ; B 101 -199 716 562 ; C -1 ; WX 600 ; N Aacute ; B -9 0 655 784 ; C -1 ; WX 600 ; N Adieresis ; B -9 0 632 761 ; C -1 ; WX 600 ; N egrave ; B 81 -15 605 661 ; C -1 ; WX 600 ; N zacute ; B 81 0 614 661 ; C -1 ; WX 600 ; N iogonek ; B 77 -199 546 658 ; C -1 ; WX 600 ; N Oacute ; B 74 -18 645 784 ; C -1 ; WX 600 ; N oacute ; B 71 -15 649 661 ; C -1 ; WX 600 ; N amacron ; B 61 -15 637 585 ; C -1 ; WX 600 ; N sacute ; B 66 -17 609 661 ; C -1 ; WX 600 ; N idieresis ; B 77 0 561 618 ; C -1 ; WX 600 ; N Ocircumflex ; B 74 -18 645 780 ; C -1 ; WX 600 ; N Ugrave ; B 101 -18 716 784 ; C -1 ; WX 600 ; N Delta ; B 6 0 594 688 ; C -1 ; WX 600 ; N thorn ; B -32 -142 622 626 ; C -1 ; WX 600 ; N twosuperior ; B 191 230 542 616 ; C -1 ; WX 600 ; N Odieresis ; B 74 -18 645 761 ; C -1 ; WX 600 ; N mu ; B 49 -142 592 439 ; C -1 ; WX 600 ; N igrave ; B 77 0 546 661 ; C -1 ; WX 600 ; N ohungarumlaut ; B 71 -15 809 661 ; C -1 ; WX 600 ; N Eogonek ; B 25 -199 670 562 ; C -1 ; WX 600 ; N dcroat ; B 60 -15 712 626 ; C -1 ; WX 600 ; N threequarters ; B 8 -60 699 661 ; C -1 ; WX 600 ; N Scedilla ; B 54 -206 673 582 ; C -1 ; WX 600 ; N lcaron ; B 77 0 731 626 ; C -1 ; WX 600 ; N Kcommaaccent ; B 21 -250 692 562 ; C -1 ; WX 600 ; N Lacute ; B 39 0 636 784 ; C -1 ; WX 600 ; N trademark ; B 86 230 869 562 ; C -1 ; WX 600 ; N edotaccent ; B 81 -15 605 638 ; C -1 ; WX 600 ; N Igrave ; B 77 0 643 784 ; C -1 ; WX 600 ; N Imacron ; B 77 0 663 708 ; C -1 ; WX 600 ; N Lcaron ; B 39 0 757 562 ; C -1 ; WX 600 ; N onehalf ; B 22 -60 716 661 ; C -1 ; WX 600 ; N lessequal ; B 26 0 671 696 ; C -1 ; WX 600 ; N ocircumflex ; B 71 -15 622 657 ; C -1 ; WX 600 ; N ntilde ; B 18 0 643 636 ; C -1 ; WX 600 ; N Uhungarumlaut ; B 101 -18 805 784 ; C -1 ; WX 600 ; N Eacute ; B 25 0 670 784 ; C -1 ; WX 600 ; N emacron ; B 81 -15 637 585 ; C -1 ; WX 600 ; N gbreve ; B 40 -146 674 661 ; C -1 ; WX 600 ; N onequarter ; B 13 -60 707 661 ; C -1 ; WX 600 ; N Scaron ; B 54 -22 689 790 ; C -1 ; WX 600 ; N Scommaaccent ; B 54 -250 673 582 ; C -1 ; WX 600 ; N Ohungarumlaut ; B 74 -18 795 784 ; C -1 ; WX 600 ; N degree ; B 173 243 570 616 ; C -1 ; WX 600 ; N ograve ; B 71 -15 622 661 ; C -1 ; WX 600 ; N Ccaron ; B 74 -18 689 790 ; C -1 ; WX 600 ; N ugrave ; B 70 -15 592 661 ; C -1 ; WX 600 ; N radical ; B 67 -104 635 778 ; C -1 ; WX 600 ; N Dcaron ; B 30 0 664 790 ; C -1 ; WX 600 ; N rcommaaccent ; B 47 -250 655 454 ; C -1 ; WX 600 ; N Ntilde ; B 8 -12 730 759 ; C -1 ; WX 600 ; N otilde ; B 71 -15 643 636 ; C -1 ; WX 600 ; N Rcommaaccent ; B 24 -250 617 562 ; C -1 ; WX 600 ; N Lcommaaccent ; B 39 -250 636 562 ; C -1 ; WX 600 ; N Atilde ; B -9 0 669 759 ; C -1 ; WX 600 ; N Aogonek ; B -9 -199 632 562 ; C -1 ; WX 600 ; N Aring ; B -9 0 632 801 ; C -1 ; WX 600 ; N Otilde ; B 74 -18 669 759 ; C -1 ; WX 600 ; N zdotaccent ; B 81 0 614 638 ; C -1 ; WX 600 ; N Ecaron ; B 25 0 670 790 ; C -1 ; WX 600 ; N Iogonek ; B 77 -199 643 562 ; C -1 ; WX 600 ; N kcommaaccent ; B 33 -250 643 626 ; C -1 ; WX 600 ; N minus ; B 114 203 596 313 ; C -1 ; WX 600 ; N Icircumflex ; B 77 0 643 780 ; C -1 ; WX 600 ; N ncaron ; B 18 0 633 667 ; C -1 ; WX 600 ; N tcommaaccent ; B 118 -250 567 562 ; C -1 ; WX 600 ; N logicalnot ; B 135 103 617 413 ; C -1 ; WX 600 ; N odieresis ; B 71 -15 622 638 ; C -1 ; WX 600 ; N udieresis ; B 70 -15 595 638 ; C -1 ; WX 600 ; N notequal ; B 30 -47 626 563 ; C -1 ; WX 600 ; N gcommaaccent ; B 40 -146 674 714 ; C -1 ; WX 600 ; N eth ; B 93 -27 661 626 ; C -1 ; WX 600 ; N zcaron ; B 81 0 643 667 ; C -1 ; WX 600 ; N ncommaaccent ; B 18 -250 615 454 ; C -1 ; WX 600 ; N onesuperior ; B 212 230 514 616 ; C -1 ; WX 600 ; N imacron ; B 77 0 575 585 ; C -1 ; WX 600 ; N Euro ; B 0 0 0 0 ; EndCharMetrics EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Panic+Sans.dfont0000644000000000000000000066740613772706672020354 0ustar rootrootnRmR´ÎÄ LTSHB>&G@OS/2ºWïè¨`PCLT!?ÍÎŒ6VDMXnOuËTàcmap(‘._"|rcvt éÁ 22fpgmÚÖça(ðÿgasp΀ glyfŽ%wP4DuÄhdmxÇ=5& 4HheadèŠI,6hhea ?õd$hmtxÏ´Ø8locaçäªmaxp•õˆ name òW¬(¶post£‚˜×ËàprepòÇÇ2*ð­ÈD#_<õÂDÂDùÿöþÙmmþÑÿöÿøÙMF@Wû/GÌþBGÌSf  €¯ JBits@ ûþšmã`Õ ÑhÑÑÑÑRÑѾÑ!Ñ9ÑѪÑ\ѦÑXÑ“ÑâÑéÑfÑ…ÑöјщÑfÑÑ…Ñ‹уÑÑéÑ“ÑXÑXÑXÑôÑÑ%ѦÑ‹щÑÅÑéÑfщÑÉÑmщÑ×ÑVÑ‹ÑuÑÅÑuÑÑ‹Ñ/Ñ“Ñ9ÑÑÑ%ÑœÑÏÑfÑZÑHÑÿúÑÑ…ÑÁÑÃÑ{Ñ{ÑÃÑ{ÑÃѲѺÑìÑ ÑmÑÃщѾщÑjÑÕуÑÃÑdÑÑLÑhÑËÑÝÑÑÝÑXÑ%Ñ%Ñ‹ÑÅÑ‹ÑuѓххххххÑÃÑ{Ñ{Ñ{Ñ{ѲѲѲѲÑÃщщщщщÑÃÑÃÑÃÑÃÑ¢Ñ+ÑÕÑ‹ÑÇÑ?ÑjѼÑÑÑÑÛÑ?ÑXÑÑÑ)ÑXÑVÑXÑ%ÑÃѾÑјÑPÑÑÑôÑJÑ)Ñ/ÑÁÑÑXÑ;ÑÑXÑÿúÑwÑÁÑPÑÑ%Ñ%ÑuÑHÑÑÑÑÓÑÓÑÏÑÏÑXÑuÑhÑ%ÑfÑÍÑZѤÑ#Ñ#Ñ¢ÑéÑ“ÑÓÑÑ%ÑÅÑ%ÑÅÑÅÑÉÑÉÑÉÑÉÑuÑuÑuѓѓѓѲÑ)ÑÑ=Ñ/ÑÑVÑ‹ÑXѤÑ)ÑÿöÑLÑ‹ÑÕÑœÑËÑÑщÑ%ÑhÑÉѾÑXÑ–ÑXÑBÑFÑÑÑÑfÑ{ÑÉÑ‹ÑÕÑ‹ÑÃÑ‹ÑÃÑ{ÑdÑéÑ%Ñ?ÑÛÑÑyÑ7Ñ7ÑÑ Ñ/Ñ øÿÿþ ÿý ÿý ÿý ÿý ÿü ÿüÿüÿüÿûÿûÿûÿûÿûÿúÿúÿúÿúÿùÿùÿùÿùÿøÿø ÿø!ÿø" ÿ÷#!ÿ÷$"ÿ÷%#ÿ÷&$ÿ÷'%ÿö(&ÿö)'ÿö*'ÿö+(ÿõ,)ÿõ-*ÿõ.+ÿõ/,ÿô0-ÿô1.ÿô2/ÿô30ÿó41ÿó52ÿó63ÿó74ÿó84ÿò95ÿò:6ÿò;7ÿò<8ÿñ=9ÿñ>:ÿñ?;ÿñ@<ÿðA=ÿðB>ÿðC?ÿðD@ÿïEAÿïFAÿïGBÿïHCÿïIDÿîJEÿîKFÿîLGÿîMHÿíNIÿíOJÿíPKÿíQLÿìRMÿìSNÿìTNÿìUOÿëVPÿëWQÿëXRÿëYSÿëZTÿê[Uÿê\Vÿê]Wÿê^Xÿé_Yÿé`Zÿéa[ÿéb[ÿèc\ÿèd]ÿèe^ÿèf_ÿçg`ÿçhaÿçibÿçjcÿçkdÿæleÿæmfÿængÿæohÿåphÿåqiÿårjÿåskÿätlÿäumÿävnÿäwoÿãxpÿãyqÿãzrÿã{sÿâ|tÿâ}uÿâ~uÿâvÿâ€wÿáxÿá‚yÿáƒzÿá„{ÿà…|ÿà†}ÿà‡~ÿàˆÿ߉€ÿߊÿß‹‚ÿߌ‚ÿÞƒÿÞŽ„ÿÞ…ÿÞ†ÿÞ‘‡ÿÝ’ˆÿÝ“‰ÿÝ”ŠÿÝ•‹ÿÜ–ŒÿÜ—ÿܘŽÿÜ™ÿÛšÿÛ›ÿÛœ‘ÿÛ’ÿÚž“ÿÚŸ”ÿÚ •ÿÚ¡–ÿÚ¢—ÿÙ£˜ÿÙ¤™ÿÙ¥šÿÙ¦›ÿاœÿبœÿØ©ÿتžÿ׫Ÿÿ׬ ÿ×­¡ÿ×®¢ÿÖ¯£ÿÖ°¤ÿÖ±¥ÿÖ²¦ÿÖ³§ÿÕ´¨ÿÕµ©ÿÕ¶©ÿÕ·ªÿÔ¸«ÿÔ¹¬ÿÔº­ÿÔ»®ÿÓ¼¯ÿÓ½°ÿÓ¾±ÿÓ¿²ÿÒÀ³ÿÒÁ´ÿÒµÿÒöÿÒĶÿÑÅ·ÿÑÆ¸ÿÑǹÿÑȺÿÐÉ»ÿÐʼÿÐ˽ÿÐ̾ÿÏÍ¿ÿÏÎÀÿÏÏÁÿÏÐÂÿÎÑÂÿÎÒÃÿÎÓÄÿÎÔÅÿÎÕÆÿÍÖÇÿÍ×ÈÿÍØÉÿÍÙÊÿÌÚËÿÌÛÌÿÌÜÍÿÌÝÎÿËÞÏÿËßÏÿËàÐÿËáÑÿÊâÒÿÊãÓÿÊäÔÿÊåÕÿÉæÖÿÉç×ÿÉèØÿÉéÙÿÉêÚÿÈëÛÿÈìÜÿÈíÜÿÈîÝÿÇïÞÿÇðßÿÇñàÿÇòáÿÆóâÿÆôãÿÆõäÿÆöåÿÅ÷æÿÅøçÿÅùèÿÅúéÿÅûéÿÄüêÿÄýëÿÄþìÿÄÿíÿà                   ,æÊ à  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œž ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàFR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥FR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥¶, °%Id°@QX ÈY!-,°%Id°@QX ÈY!-,  °P° y ¸ÿÿPXY°°%°%#á °P° y ¸ÿÿPXY°°%á-,KPX ¸EDY!-,°%E`D-,KSX°%°%EDY!!-,ED-¸,K¸PX±ŽY¸ÿ…¸D¹_^-¸, EiD°`-¸ ,¸*!-¸ , F°%FRX#Y Š ŠIdŠ F had°%F hadRX#eŠY/ °SXi °TX!°@Yi °TX!°@eYY:-¸ , F°%FRX#ŠY F jad°%F jadRX#ŠY/ý-¸ ,K °&PXQX°€D°@DY!! E°ÀPX°ÀD!YY-¸ , EiD°` E}iD°`-¸,¸ *-¸,K °&SX°@°YŠŠ °&SX#!°€ŠŠŠ#Y °&SX#!¸ÀŠŠŠ#Y °&SX#!¸ŠŠŠ#Y °&SX#!¸@ŠŠŠ#Y ¸&SX°%E¸€PX#!¸€#!°%E#!#!Y!YD-¸,KSXED!!Y-¸+¹€²”]A–€þþþþšþ ²ëGA% } % 2 – þþ%þ%þ@Yþþþý}üþûþú2ù»ø}÷öŒ÷þ÷ÀöõYöŒö€õô&õYõ@ô&óò/óúò/ñþðþï2îí–ìëGìþì¸ÿÑ@ÿëGêédê–édèþçæçþæåþäkãþâ»áàáúàß–ÞþÝþÜÛÜþÛÚ–ÙØÙþØ Ø×}Ö:Õ Õ:ÔþÓÒ ÓþÒ ÑþÐþÏŠÏÎÍþÌ–Ë‹%ËþÊþÉ}ÈþÇþÆþÅš ÄþÃþÂþÁþÀ À¿ ¾½»¾þ½¼]½»½€¼»%¼]¼@»%ºþ¹–¸A·þ¶A¶úµš ´þ³d²d±°¯þ®þ@ý­þ¬þ«ªþ©¨©2¨§¦§(¦¥¤-¥}¤-£þ¢þ¡þ Ÿ dŸžŸž œþ›š ›þš ™˜.™þ˜.—A—––•»–þ•”]•»•€”%”]”@“þ’þ‘%‘»%‹%AŽ Ž Œ‹%Œd‹Š‹%Љþˆþ‡þ†…†þ…„þƒþ‚B‚Sþ€x~}þ~}}|þ{zþwþvþut uu¸@Út tÀss@rþqþpþonSo–nm(nSm(lþk2jþi2húg»fþeþdþcbcþbbaþ`þ_þ^Z ^]d\È[Z [Z YþXWþVþUU2TþSþRþQ}PþONþM-MþL»K(JIJ7ICIHEHþGCGdFEF»EDCD7CBCC¸@@ BABB¸@ A@AA¸À@ @? @@¸€@ ? ? ?¸@@d>þ=-=ú<þ;(:þ9B9d818K7þ6-6þ5K404K303þ2B2þ1-10/-/. .»-,--¸€@ ,,,¸@@–+*%+þ* *%):)þ(þ'þ&%B%E$#þ""þ! -!} -KBþþþþþþBF-B-Bþ-B¸@  ¸À@   ¸€@    ¸@´  ¸@7 þ  þ þ-þ:ú-:-¸d…++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++¸Ë¸Ëª‘¸f¸‡¸ÃË˸¸Ë‰ºË¦ü˃ò Ç7ƒ¾X!Ëœçu¼ÓÉÛuç9ºËÓ!߸‰¾‰Ã¾{¾Xm¤®{¸o{¸RÍÑ͇‡“¤oÍ˸ƒ‘Ý´‹ô˜éZ´ºÅ!þÕöª=f‹ÅššƒÕs þáÕ+¤´œbœÕ˜‡ÕÕð¤¸#Ӹ˦¼1NÓ {T\qÛ…#wé`jÏÕ#fy```{{w`ªébø{!Åœ{´RNNÑfœœfœfœÍúƒ‘þHF?{L˜¢'oo5jo{ªª-–{öª3=œf‹öÍoD7fî…´}sÕ*hþ–h¤¼¶ƒ/ÄÔì1ÔìÔì0!%!!hüsüåþ–øòr)ÏÕ @‡†ˆ Ô<ì2991/äüì03#3#Ë¡ËËÕýqþ›eý¸þRªÕ@‰ˆÔìÜì1ô<ì20###®Ñ®ÕýÕ+ýÕ+;J@0Œ Œ    ÔÌ91/<Ô<<ü<<Ô<<Ä2ì220333!3!###!5!!5!#3¬hõi iôþçTúþßh iöiŸhþþ)Tþö/hõTö¾þaŸþašþ²™þbžþbž™NšŸýÇþ²¾þÓZ /d@9($)%/%‹$Ž(‹Ž!$, ( 0Ô<ì2ü<ìüäî1/Æ2ÄîöîîÆöî99990>54&'#.'5.546753.'´n|pÞhumÔdfÉbdËcÈÊÓ¿dO¢TU¡PÎØé¼DþNtd]gÑp^VdûÀ-.)´>Bʶ–»ëë­+/þQššÎ !°˜ *9V@/7(" ’"’7“(’.‘“’+  % 4  + :ÄÔìüìîþî99991/îîöîþîî9999032654&#"4632#"&'%32654&#"4632#"&¸iNMklLNi‡¸†@s..2º‡ˆ¶þH#)üiOMllMMk‡¸‡@u--1º†‡¸?NjkMMljO‡¹0./t?…º·`¢`åOikMMkjN‡¹0--uA†¹¸9ÿãÅð*7³@b  -,.+2345617B7 1 +"1—"!%—–™ (! 7+!(!(! .8ÜìÄüÄÆîî99999991/ÆäöîÖÎî9990KSXí9í9íí9Y" >54/3#'#"5467.54632.#"3267>7# '&¤JKªÕNSºjØþ抋20Ç­AƒF;}Eap:6\[È›*\,#‹ýÑ1–h F'¡óXåmFD ̉êdHŠG–®·'%[M;ÏI£\—Ç ª¾Õ·ˆÔì1ôÄ0#¾®ÕýÕ+ªþòu @œ›  Ôì2ì991üì0#&547u…ƒƒ… —””—äþ;æåþ:æîÃàßÄì\þò' @œ›  Ôüì2991üì03#654\ —””— …ƒƒìþ<ßáþ<ìèÆã䯦J+ðN@,   –    Ô<ì2Ü<ì2991ôÔ<ì2Äì2990 %#'-73%+þšf9þ°sþ°9fþš9PsPßÂÃbËþ‡yËbÃÂcËyþ‡ËXqy“ '@¡  ¡   Ô<ìü<ì1Ô<ìü<ì0!!#!5!¼½þC¨þD¼“þDªþD¼ª¼“þáò/@ £¢ÔìÔÌ1üì03#öüÅšc/Ïþâ%ɸ+º +01!!â5üËɤéå1¶¢Ôì1/ì03#éüü1þÏfÿB7Õ@ ˆÔìÔì1ôÄ03#y¾üî¿Õùm…ÿãLð # @¥ — —–™$!"!$üììÔìî1äôìîÔî0@Ö////////// / / ?????????? ? ? OOOO O ____ _ ŸŸŸŸŸŸŸŸŸŸ Ÿ Ÿ ¯¯¯¯¯¯¯¯¯¯ ¯ ¯ ¿¿¿¿¿¿¿¿¿¿ ¿ ¿ F////////// / / __________ _ _ ¿¿¿¿¿¿¿¿¿¿ ¿ ¿ $]]4632#"&"32'2#"ãM68PO98K…‹‹Ž‹‹Žïõõïïôôî7PP78NLœþÐþÉþÊþÐ0670 þxþþ‚þxˆ~ˆöFÕ &@——ˆ— ## ÔìÄüì1/ì2ôìÔì0%!5%3!!:þ®PÊ6üȪuL¸JúÕª˜#ðQ@)%%B§ —–—  "$üÄüìÀÀ91/ì2ôìôÌ0KSXí9í2Y"%!!567>54&#"5>32u®üu»5dF“€[ÈpgÇaÛ Yd8ÕªªªÅ.>z—O}ŽBCÌ12é½`ÀtAæ‰ÿã7ð(G@)— ‹ ¦ —‹ ¦—#–™©)&" )üÄÄüìÔì91ìäôìôìîöîî90#"&'532654&+532654&#"5>32“œþëõgÖgfÆb¦²²˜šš‹œ‘†Y¾hy½IÚ‰'Ç•Îë&$É54–‚™¦zms{((º Ûµ{¤foÕ B@   B —ˆ   $üüÔ<ì291/äÔ<ì290KSXÉÉY" !33##!5ßþ)×!êÇÇÉý‡üëÍü3¤þœd¿ÿã-Õ=@"—‹Ž— —ˆ ™ª "üÄüÄìî1ääôìîöîþÄ90!!>32#"&'532654&#"ÏôýÄ+W,èþã÷wÅN\ºa§µ»§QšFÕªþ‘þîêìþð Í21°¢ ²%%…ÿãLð$=@#— — «‹Ž—–™%"& "%üììüäì1äôìôìåîî90.#">32# !2"32654&ß?ŽMÀÆ0ªnØíôÝþüò#J”þÝ””†ˆˆ´º%'þßþçdkþ÷óòþöu‘zýlº¤¤º±­®°‹7Õ5@%%B—ˆ"üìÄ991/ôì0KSXííY"!#!‹¬ýêÓý5ÕVú+ƒÿãNð #/C@% —'—-—–™'©0 $*$ "!0üÄìüÄìîî991ìäôìîî990"32654&%.54632#"$54632654&#"h‡“•…ˆ“•þÊ‘òÐÑò‘–ŸþþääþÿŸM€yz€{y€Å—ŠŠ™—Œ‰˜T!´²ÑѲ´!!ÈŸÊäãÉ Ébx~~xz€ÿãFð $;@"—« ‹ Ž—"—–"™%"  &%üäìüìì1äôìîöîõî902654&#"532#"543 !"&T““†ˆ‡á?ŽMÀÅ/ªnØíóÞòþÝþëI”–º¤¤º±­®°ý‰º%'!dk ôñ þŠþoþ‡þséå'@ ¢¬¢Ô<ì21/ìôì03#3#éüüüü'þÑþ9þÏ“þáò' %@¢£¢¬  ÔüÔüÔÌ1äüìî03#3#öüÅšc üü/ÏþÇþÑXyw!@®­('üì291ôì90 5yü®Rûß!ÁþÀþ÷¢¦¢X`y¢@   Ô<Ä21ÔìÔì0!!!!X!ûß!ûß ¬BªXyw!@®­('ü<ì91ôì9055X!ûßRÁ¶þ^¦þ^·=ôð"{@B  %%B‹ —–†!    ) #ÔìÄÔÔìî99991/îöþôîÍ9990KSXí9í9Y"#546?>54&#"5>323#¬¾=TZ>/ƒmN²b^¿hºÝC^XE&ÅËË‘šb‰RY;X1YnED¼98À¡Lƒ\VBT=/þòþþÁšs 4p@1(+$ 4¯ ¯ '$¯+¯1+5' ( + . !+ -.5ÜìüÄþ<Äî991ÄÔüÄþÄÕÄîî999990@ €€€€€€]4&#"326#5#"&5463254&#"!267# !2€kkkk€Œ%ƒR¡ÓÓ¡P†$°‘öþÝJ6l90?{:þ›þ]x<Ñú!››‚››þèo?Dò¼¼òF=?œ¾þþ¹þ·þz‡ÒŒ†Îþöà%¬Õ ˜@A%%%% % % %  % B—°ˆ   / Üì91/<äüì90KSXííííííííY"²]@    †‰]]!3#!#hÕªþ±õÉÑnýõlÑ#ý®ú+…þ{¦qÕ í¸+º  +º +¸ ¸ÐAêú]A)9IYiy‰™©¹ÉÙ ]º9¸/Aêú]A)9IYiy‰™©¹ÉÙ ]¸ܺ9¸"ܺ +º +º +º 90132654&#32654&#%!2)qï°–ž¨ïë’ƒ”þJºåøƒƒ“§þöþùþFëý»{’«Dþ`N}qd¦Æµ‰|ñ ËÏ‹ÿã1ð.@³²— ³ ²— –™2 10üì2ì1äôìôìîöî0%# !2.#"32671M¢[þáþÃ?[¢MJªVÅÄÄÅX©I5))–pn™))Ï=@þÐþÍþÎþÐ@=‰RÕ(@— ˆ— 2 10üìüì99991/ìôì0%26&!# )´ÿÊÉÿ`dVDþ¼þªþѦûHKûûw/þ”þ€þ‚þ•ÕÅNÕ )@——ˆ—±  13 üì2üÄÄ1/ììôìî0!!!!!!ÅvýTŽýr¿üwÕªþFªýãªéXÕ $@——ˆ±14 üì2üÄ1/ìôìî0!!!!#éoý\eý›ËÕªþHªý7fÿãPð<@!—— ³ ²— –™ 625üìüÄüÄ1äôìôìþÔî990%# !2.#"3267#5!PQËvþäþÄ@^¬PQª_ÅÅ¿ÆCe)Ùš{KM—on™56ÏMIþÏþÎþÉþÕ!‘¦‰HÕ &@—±ˆ 1 0 üì2üì21/<ä2üì03!3#!#‰Ë)ËËý×ËÕýœdú+Çý9ÉÕ %@ —ˆ—77 Ôì2üì21/ì2ôì20!!!!5!!É=þÇ9üÃ9þÇÕªûªªmÿã¼Õ,@ ²—— ˆ™  5üÔüÄ1äôìîöÎ990753265!5!#"&m[ÂhqþƒGÓ÷`¾=ìQQ•ËDªüþæê,‰ÉÕ —@!% %B´  0 üì2À91/<ì290KSXííY"²]@L&&6FUWX dzy{ ',+&:IGG[WXXWkzx]]33 ##‰Ëwíý»VôþšËÕýh˜ýžüì¤ý¸×sÕ@ —ˆ14üìì1/äì03!!×ËÑüdÕúÕªVyÕ …@,  B ´   / 0 üìüì91/<ì2Ä90KSXÉÉÉÉY"² ]@$  &)&) 6968  ]]! !###V»þö™þõºÕýøú+'üíúÙ‹FÕ m@B´10 üìüì991/<ì2990KSXÉÉY"²]@&)&8Wdjuz &)FIWgh]]!3!#‹øÃÿþÃÕû3Íú+Íû3uÿã\ð #@ ——–™2 625üìüì1äôìî0#"32#"32‰‡š™‡‡™š‡Ó÷ýýö÷üý÷éIþæþ·þ¸þæIþzþ€~ˆ‡€þ€ÅuÕ+@—— ˆ 2 8 3üì2üì91/ôìÔì032654&#%!2+#ꌜþL´úþÿûêÊ/ýÏ”……“¦ãÛÝâý¨uþò\ð=@ —— –™ 2 625üìüì99991Ääôìî9990"#"32#"32ú÷÷üý÷‰‹È—‡š™‡‡™š‡€†‡€þ€þyþÚþ™H¾d÷Iþæþ·þ¸þæÑÕj@8  %%B— — ˆ    21  0üì2üÄì99991/<ôìÔì9990KSXíí9Y"#.+#!232654&#øNnRËÙ²M{cÁË ö¡ýÐÝ‘Ž—Áo¦þhy¡]ý‰ÕÞÒ”»Yý‰‹ÿãJð'„@=  %  %B ³§—³§—%–™( &919"0(üìÄüìä99991äôìôìîöî90KSXí9í9Y"²]@ ]].#"#"&'532654&/.54$32ô\¹^¦m•jÒÀþøüiÔksÍh™ªu‘lм ßV¾¢Í;<…qch#1ÒµÕà--×ID‰{pv /¾ Èñ'/¢Õ@—ˆ::Ôìüì1/ôì20!!#!/sþ-Ëþ+ÕªúÕ+“ÿã=Õ,@ —™ˆ10üìüì1ä2ôì999033267>=3#"&'.“Ë  yVWx! Ê9FBªjiªCE:=˜ü m];<<;\l^˜ühåÁ?;::;>Å9˜ÕL@)%%%%B´/0üì91/ì290KSXííííY"%3#3h_ÑþKõþKѪ+ú+ÕÑÕ á@D    %%% % B ´   /Ì91/<ü<Ä90KSXííííÉÉÉÉY"² ]@^ //+ ??8 ZZ  &*%*(+ % & 5:5:;: 4 6 TTZXWV[[RW X ] gh yvy v #]]333# #ŪӬÅß¿ËÊ¿ÕûD"üܾú+wü‰¾Õ Æ@K % % % %%%% % B ´  ;/; 0 üäüä91/<ì290KSXííííííííY"²7]@8  '()& X xyw !%+% 5UYX es]]3 3 # #VÙHNÙþAßÙþ’þuÚôÕýÍ3ýBüéƒý}%¬ÕY@.%%%%B´<< Ôìüì9991/ì290KSXííííY"3 3#%×lkÙþ!ËÕým“üÉýbžœ‘Õ E@%%B—ˆ—/0 üÄüÄ991/ìôì0KSXííY"²]²]!!!5!²Éüô"ü ÷ýÕšûoªš‘Ïþòw@¶·¶µ=ÔüÄ21üìôì0!#3!ϨððþXùüfÿB7Õ@ ˆÔìÔì1ôÄ0 #%¾üíÕùm“Zþò@¶·¶µ=ÔÄ2ì1üìôì0!53#5þXððøÞH¨‰Õ@ ˆÔÌ91ôÌ290 # #ÁȲþ‘þ’²ÈÕýÓ‹þu-ÿúÿ|qÿþ¸+º +01!5qû‰‚‚îöf1@ º¹<Ôì1ôì0K° TK°T[X½ÿÀ@878Y #Ýšþ»fþˆx…ÿã#{ )n@*  ¶Œ!‹ ¿Œ$¾™   D >*ôìÄüì22991/Ääôüôìîî99990@00 0!0"       ¢    ]#"326757#5#"&546;5.#"5>32¾=¡£zl˜®¹¹;³€«Ìûó÷†“^À[f»X‹Å=& 3qpepÓº)Lý¦d_Á¢»Â†y64¸''RR2“ÁÿãX 0@ Œ Œ™¾›G Fôì22üì1/ìäôìî9904&#"326>32#"&'#3–ˆ…†ŠŠ†…ˆýã,›fÊèéËd™.¸¸/ÖÚÛÕÔÜÚxRXþÉþïþëþÅWSÃÿã%{/@ ‹ À‹ÀŒŒ ¾™ FôÄ2ì1äôìþôîõî0%# !2.#"3267%JRþüþÛ%QšNI“]­º»¬`˜A9++88*,ÁA:àÐÏá;>{ÿã0@ŒŒ™¾›G Hôìüì221/ìäôìî9903#5#"3232654&#"Z¸¸.™dËéêÊešþˆ……‹‹……ˆÑCùìSW;7Wþ ÖÚÜÔÕÛÚ{ÿãX{U¸+¸/¸/¸Ü¸¸и/¸ܺ 9¸и/¸¸ܺ +º +º +01!3267# 32.#"Xüã¿®XÀmiÃ[þûþÚ ðÖ÷¸‘ˆ…¬lZÅÈ89·++9 @þÞ·”©°ŽÃ'4@ ¶Œ›    Ô<Äü<Ä2991/ä2üìî2990#"!!#!5!5463'ÑcMþ¸þÕ+©³™Qgcü/ÑN¸®{þH{ )H@' ' ‹ ŒŒŒ$¾Ã(Â*' G!H*ôÄìüì221ääÄôìîîÕî999904&#"326#"&'5326=#"3253Z‡‡Žˆ‡¸îçL¦Sb C•ˆ,˜mÄêêÄl–/¸9Ï××ÏÏÙÚþÝüþü¶.,¢°}^\::VZ‘Ã,@ Œ¾ › J  Fôì2üì1/<ìôì990#4&#"#3>32¹jq‹¸¸1¨s«©¶ýJ¶—Ž·«ý‡ý¤`cá²D .@¶ Ä ›Â¶L LK Ô<äìü<ì1/ì2äüìî0!!!5!!3#×münmþḸ`ü/BCéºþV 8@ Œ¶Ä›Âà  Ô<ì2ÄÄ991ääüìîî990!5!+53263#XþÃõ³¥þêZZ¸¸åûŒÃÓœ}¥éì² Å@:  B›  DE ôìì291/<ìä90KSXííííííY"²]@R546Ffuv ('(;;797JIYYkiiiyxyy]]33 ##ì¾ãàþGþáþb‰¾ü{ÑþZýFBþ?   &@  ¶ Ŷ L ÔìüÌ991/ìüì990;#"&5!5![Y×饵þÙß–|~œÔÂùmo{"Ì@'  Œ ¾ÂMNMNME#ôü<üìüì91/<<äô<ì299990@G000000 0 0 ?????????€€€€€€€ € € #]K° TK°T[K°T[X½#@##ÿÀ878YK°TX½#ÿÀ##@878Y>32#4&#"#4&#"#3>32¤"iJ‡o¨5FP;¨9JI9§§!c?LeîHEÑþßýwís{åýðp{åý``32¹jq‹¸¸1¨s«©¶ýJ¶—Ž·«ý‡`¨`cá‰ÿãH{ #@ŒŒ ¾™ D>ôìüì1äôìî0"32654&'2#"hŒŒé÷öêéöößÚÖÕÛÛÕÖÚœþÒþâþáþÓ-.¾þVT{3@ŒŒ¾™Ã GFôì22üì1äääôìî990%#3>32#"&4&#"326w¹¹.™dËçèÊf™ð‡…†ŠŠ†…‡ýÉ SWþÆþêþïþÉWõÖÚÛÕÔÜÚ‰þRw 3@ Œ Œ¾™Ã G>ôìüì221äääôìî99032654&#"#"3253#L‡……‰‰……‡-™eÉéèÊd™.¹¹+ÖÚÛÕÕÛÚýŠSY7:WSùöjƒ{O@ —¾  ÔÄì21/äôìÔÌ990@%  0030@@C@PPPP].#"#3>32ƒ;zI¬¶¹¹.¿ƒDv6y.*ØÌýÓ`Ûw"$Õÿã{'u@@    B ‹À‹ÀŒŒ%¾™( OI"E(ôÄìüìä99991äôìþõîõî990KSXí9í9Y".#"#"&'532654/.54632ÍO S}{\·J‰ìÒS¶jg¼Tz†õEŸ’ÚÊZ¦9´..QSKJ#œ}¦»##¾55cY€1“¡¯!ƒž1@¶Â¶  Ô<Äü<Ä2991/ìô<Äì2990!!;#"&5!5!f¢þ^^uÏáϪþÕ+žþÂý |b“¦Ë`>Ãÿã^,@ Œ™   JFôìüì21/ä2ôì990332653#5#"&økp‚й¹1©q¬¨¨¶ýJ—Ž·«yû¢¨adádm`e@)BÂIEôì91/ä290KSXííííY"²']@%]]3 3#d¿EF¿þrí`üT¬û Ñ` @E      B    /Ì91/<ô<Ä90KSXííííÉÉÉÉY"² ]@Œ      &&)&))#, 96993< EI F J VX W Y fifij e vzx| r -   ++>>< H Y jih {yz|  ]]333# #¶Ã ¢Ã¶þú°³²°`üwBý¾‰û fýšL…` ©@H      B  IE ôÄüÄ91/<ä290KSXííííííííY"² ]@ fivy  :4 ZV ]] # # 3 ^þo¸Õþ¸þ¹Õ¸þoÌ)'`ýèý¸Áþ?Hþk•hþV` @E       B  ŒÃ IEôìÄ91ä2ôì9990KSXííííí9íY"²8]@v  &&8IIY ]]+532673 3Z.Gc".Š\”mQ\GþOÃLGÃhu¿þø:NNš^ÄNü”lËb X@B¶Â¶IE ôÄì2991/ìôì0KSXííY"²8]@68EJWXejuz ]!!!5!ã-ý}ƒü»ƒý•b¨üÜ–ª%Ýþ²ô$f@5 %   ! ¶ ¶Æ Ƕµ% $  = %Ô<Äü<Ä299999991üìäôìî99999990#"&=4&+5326=46;#"3ô@ù©kŒ>>j©ù@FŒU[noZUŒ¾”Ýï—tr–ðÝ“WŽøŽŽœøVþ¾·µÔì1üÌ0#¾¬øÝþ²ô$j@7%   ¶¶#ÆÇ¶µ%#= %Ô<Ä2ü<Ä99999991üìäôìî99999990326=467.=4&+532;#"+ÝDVZon[VD>ù¨k@@k¨ù>¾XøœŽŽøX“Ýð–rt—ïÝ”Xìy &@    'üÄ1Ôü<Ôì2990#"'&'.#"5>32326yKOZq Mg3OIN’S5dJ t]F‰ ®;73 !;?®<6 7=ÿÿ%¬N&$u%¬m !Á@W % %%% %!%! %!! % !B  — È É  !  PPK/K!"Üäüäî2î299999991/<ææÖîî9990KSXííííííííY"²€]@… ŠŠ… € €€]]4&#"326!.54632#!#Y?@WX??Y˜Õªþ”:A rr¡@;¬ÑnýõlÑZ?YWA?XXüýP!yIr¡¡rIv$ú‰…þ{ÿÿ‹þu1ð&&ÝdÿÿÅNk&(uÿÿ‹F^&1ÿïuÿÿuÿã\N&2uÿÿ“ÿã=N&8uÿÿ…ÿã#f&Dÿÿ…ÿã#f&DCÿÿ…ÿã#f&D×ÿÿ…ÿã#&DŽÿÿ…ÿã#7&DØÿÿ…ÿã#&DÜÿÿÃþu%{&FÝhÿÿ{ÿãXf&Hÿÿ{ÿãXf&HCÿÿ{ÿãXf&H×ÿÿ{ÿãX&HŽÿÿ²Df&Öÿÿ²Df&ÖCÿÿ²Df&Ö×ÿÿ²D&ÖŽÿÿÃ7&QØÿÿ‰ÿãHf&Rÿÿ‰ÿãHf&RCÿÿ‰ÿãHf&R×ÿÿ‰ÿãH&RŽÿÿ‰ÿãH7&RØÿÿÃÿãf&XÿÿÃÿãf&XCÿÿÃÿãf&X×ÿÿÃÿã&XŽ¢ÿ;/Õ '@Ë ˆÊ RQ R Ô<ìü<ì1äôÔ<ì203!!#!5!±nþ’±þ’nÕþ\™û£]™+u¦ð @Ì ÍÌ–STS Ôìüì1ôìüì02#"&546"32654&hAu,-/º†‡´¸…OomOPqpð1.-rB„·´‡†ºoPPlnNOpÕþÇ%˜!N@*‹ ‹Ë ˾ ™ " E"ôìÔ<Ô<<ì221Ää2ô<Äìþôîõî990.'>7#&5473%C‚??ƒBI‚9gáþüÞg9‚þÞ„  5¬(,üš-(¬"þâ9ûú=þá"ü+` 츸ë‹Xð>@  ¶ ‹§—– — Ô<ÄÄü<ÄÔÄ1/ì2ôìôìÔ<î2990.#"!!!!53#5354632D>C†sþü3ìÇÇÛßA‰¶¸,,³ÀÙþ/ªªÑîþúÇÿ= ð2>j@<#$93 $*ÎÏÎÏ0–?#54&¨S9akÍÔ‚[]=:Ì­I›WW”9fqÝÖ€][<;ȧH™þ>=÷><¶¤''PGZswšeZŒ54m@ލ¤''TLf{x™f[1,pE‚ŸýÕ-Z/L‡…-Z/Lˆ?Ñ‘! · Ð V Ôì1Ôä04632#"&?¬}|­®}|«ú|«¬{|­«jÿ;Õ #@ˆWW1 ÜüüÔì91Ä2ôÄÌ0!###.54$FÀ¿×ìÕùfùáNݸ¾è¼ÿã}/V@1-'!  *‹Œ*Œ›™.  !' $'$-DF0ôìüÌÆîÔîî99991/äþîþÕî9904632#"&'532654&/.5467.#"#¼ÒØÌÒ›¨7C:—oàÄE‡BL…;l€AxC\[¢œyqyr»qÕÎÝØ|d1M*%]¤tš²¤aQG_J'8…O€«#krƒ‹û“}ÑN4L…@I  ] ] B  ×× ÖAÔ)Õ5Ô)ÓÑM  \\ [G#X;#Y//æþåþõÄîî299991ôìüäþí2îÖî9990KSXíí9Y"2#'.+##32654&2#"&'.5467>"3267>54&'.X“XP:&rk1=-7‚èffZJJDÚZZ\[[[Ú~}Ú[[[\ZZÚ~jµKKMMKLµijµLLKLKKµLbeG]C;º®P*þضTè6?>5VZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZgJKK¸jh·KLLLLLµij¸KKJ}ÑN1ID@' Ú ÚÜ&Ô>ÚÚÙÔ>Ó2ÑJ\ ^,8 8YD/æþÅþå2î1ôìüôìÔìþýîÖî0.#"3267#"&54632'"3267>54&'.'2#"&'.5467>`:o:u‡Œ‚8g24r=´Ïг=rÄjµKKMMKLµijµLLKLKKµkÚZZ\[[[Ú~}Ú[[[\ZZÚ/l•€„ŽhȬ­Ê¡JKK¸jh·KLLLLLµij¸KKJgZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZ“fÕh@6    B  × ˆ  ` `_`_/üþìÕîÖî91ô<<ì2Ô<<Ä90KSXÉÉÉÉY"###5!3###¶¢r¢´‰}¬rœ7¦qÕ^þä^ÿý¾âþÓ-þBÛîºf1@ º¹<Ôì1ôì0K°TK° T[X½ÿÀ@878Y3#ôÆþ»šfþˆ?F‘\@ÞÝaaÔüÔì1ô<ì20K° TK° T[K°T[X½@ÿÀ878YK° TK°T[X½ÿÀ@878Y3#%3#?ËˈÊÊÊÊÊX%yÝ<@       Ô<Ä291Ô<Ä2ü<Äþ<Ä990!3!!!'7#5!7!X‡ö}¤Ëþ²¸ýyø}¤ÉJ¸ýþ¢;fÕªì¬þÅhÓ¬ìœÕg@7 % %%%B— ——ˆ—°±   c /Ô<î2ÖÄÄ91/<îîîôî2îî0KSXííííY"!!!!!!#!‰þ®3þÍeýáþ e¸šxÊ5ÕªþFªýãªþÕªüüÿº° +k@:+)&  *&——&–™, #* #)+262#5,üìüìÀ999999991/äôìîÀÀ9999990324&' .#"#"&''7&5327sƒTš‡ ýÝøsVƒ»)+÷ýy´=g² %÷üs­9‹d/NZInˆ-ýËÏQUþÜþ†PeæQþþ£þzþ€QQËFüIž‡€RPÉJ)ú¨ð /7@$ á'!â á-ß0 $dd*0ÔìÔì99991ü<ì2ü<ì299032654&#".#"3267>32#"&'#"&54632¶9[=G[TFBiË8\=G[SDCj~/“[w¬£~S€NA„U}¦„^ˆsˆd†lk€ut†c…jmvÿuÛ §Ôdƒ|kÖ¥­ÎsXy“.@ ã  ã    Ô<ì2ü<ì21/ìÔ<ìü<ì07!!!!#!5!X!ûßd½þC¨þD¼ªª“þ·ªþ´LªIVw? (@åä ( ' ü<ì2291/ìôì905!5wûß!üß!ûß¶¶L¨K¸çþ ªªXy? (@åä  (' ü<<ì291/ìôì90-5!!X#üÝ!ûß!ûß¶êç¸þµ¨þ´Vª%¬Õ@D% % %%B ç çˆ< e e<Ô<ìì2ü<ì2ì99991/ä2Ô<ì2Ô<ì290KSXííííY"3 33!!!#!5!5'!53%×lkÙþ¶üþÅV‘þoËþqZþËóÕým“ýÏo—#oýô o#—oÃþTž` L@* Œ‹™Ã Â!   JF!ôìüìÄ9991ä2äô<ìüÄ9903326533267#"&'#"&'øxo¹ ! &D">K .…Y\,þT ýHŽ—ª¦ü ;8 ”OOPNLPýÕ¾ÿç-):@'! '!¸ @ * $$*ÔÌÜÌ9991äÌÜÌÎÎ990>54&#"#"&54632#"&54324&#"32JIH7$$0e´ÖþßÕ˜ËÝ¢e‚ WOmVPmmW£Kƒt,>bþÊþùþ±þFØ£Æ[àt}þþÏt{þL=î 7´  ¿ @  Ô<Ä91äôìî990!!5 5!!LñüR%ýÛšý# þÕ‰\—P_ŒüݘþL9î¹@ €€ÔìÔì1Ä2Ôì0!#!˜¡›ý•þL¢ø^øâPÿÙžL?@!  êêèì hggfôìÔìäÄ91/äôì22î99990!#3267#"&5!##P117,#J%q\þT´L”ý@H?… ƒ°¬üH¸þL%1¹ ² ½@ & ‚&Ôìüì1üìÜäÞä026732#"&'.#" #"&54632‰j ¾ÊPd@7*9  k½ÄOeD=!0 þú°l9¼TA6?&#Hý•Ánþ!þbSA8?TÕÁð %)d@6  (ó&í&ñí  ïîíð#–*& (' j kji*üìÄüì22ÀÀ9991ôäüôìÄîíÖîî99990"326=7#5#"&546;54&#"5>32!!¬|WHiƒ1ƒR–»¬¶wu3}CD‡?¸¬ýkœýdPDN@Ms=þ@pABˆtŒZ\#!¬ý {ôÕÝð 3@óñíðí –  jkjiüìüì991ôìôìüì0"32654&'2#"&546!!hfssfeusgªËÊ«ªÊË«¤ý\{œ‹‹šˆ‹œu༻ßß»¼àü`{J‡´>@#ø÷ùqqro prol ôìäôìäää991/<î2öî0353&5323!5654#"Jõ{n ðò!o{øþ1x†´šš³†x¬† ¼7oþ’þȼþß…¬¬LIÞæ þ÷æÞþ·L¬)ÿã°{ C@I=70 6 %C ‹Œ"7‹6¿. ¶Á3Œ@:¾("™D%=/.M/u MCM6+sDôÄìüìÄüÄì29991ä2ô<ì2ô<ì2ôîþ<ôî999990@ 05060708]5#"32654&#"!3267#"&'#"&546;54&#"5>32>321©xYS\JíMWWLëþepO27„Gn• '…aœ£È¿uc^8„>M„<[|%!„Y®‘ºHZqYa…4—…ˆ+#"¡33¬)+RNPP¬¤«³Xx€+'¨#!?@=BíþÎ/ÿ –¼ +s@>+,&  )&  *&Œ& Œ¾&™,+,* # )#D>,ôìüìÀ999999991äôìîÀÀ99999990 32654&'.#".5327#"&''mþ1$eA H#cC‹•‹')öédž<“]¤*,öêg9 \ ýÑ//ÛÕ4o¯0.ÖÊ0tG GÃq.78°MÃBÁzþáþÓ;<ºLÁÿåÝÕ!%‚@G  %%B!‹ "†$ —™$ˆ&# # )"#&ÔüÄÔìÖî99991äôìþÍôî9990KSXí9í9Y"33267#"&546?>54565#53%¾=TZ>/ƒmN²b^¿hºÝC^XC&ÄÊÊDšb‰RY;X1YnED¼98À¡Lƒ\V@T?þÏÕ @†ˆ Ô<ì2991/ôüÌ0533ËË¡×þþû)eþ›ýqXsy^@  'üÔì1ÔÄì0!#!X!¨ü‡^þ?;ÿÙ   /@     ÔÄ991ÔÄÀÀ90'%3##d)#ÛÓ”/þöÝ}bý%¿ƒù¼9þV°#ˆ@N   B   ¶ú¶ú¶!›$  /Ì91Ä2Äüìôìîöîî299990KSXíí9í9íY".#"!!#"&'53267#5!>32°$R,fs-/þ¸d+Ǻ9f.1d0`yuü1Æ”1cð¤|‚þÉý…þöæ¤!–—¯J±ÉX1yÃ7K@&' 10+5    *  5' .810*8Ô<Ä2991Ô<ìÔì2Ü<üÔ<ì99990#"'&'.#"5>32326#"'&'.#"5>323326yKOZq Mg3OIN’S5dK t]F‰JKOZq Sc1NJO’R`‚ t]DŠï;73 ";@®<7  6<þа;83 $77 7=ÿúÙO@*iiiiBùûÔÌ91/äì90KSXííííY"#3 !ÑýþáúqÃûéw# /@  ü¬  v vÔü<Ôì2991ô<ì2990 5 5LþÓ-þ+›þÓ-þ+#¿þôþô¿¢R¢¿þôþô¿¢RÁ\# /@  ü¬ vv Ô<üÔ<ì991ô<ì2990 5 %5 ‡Õþ+-þÓþ:Õþ+-þÓ#þ^Rþ^¿  ¿þ^Rþ^¿  P1 #@¢   ÔüÔìÔì1/<<ì2203#3#3#Püü3üüþfüü1þÏ1þÏ1þÏÿÿ%¬k&$uÿÿ%¬^&$uÿÿuÿã\^&2uHÁÕ;@—  —ˆ— ±  -ÜìüÄÄÔì299991/ìì2ôì2î0%! )!!!";Áý£þÙõô(RþšHþ¸þþ±‹‹±=ªªMœ¡KªþFªýãæþ¤þ¦åÿãº{ 8i@92/ & 8 ‹ ¶ Œ#ÁŒ5/¾)#™92& MuMCM,s9ôìüìÄüì29991ä2ô<ì2äî2îôî9999904654&#"265&#"!3267#"&'#"32>32PVWMþ¦fRPhgPP¬þcpPƒ/;}Jb“04€T½ªª½Y€/%‚W¯‘ & ‘‡‰ž+ýê¨ï#®§þóþó§‡T£53¬+)CBDA88>A>AíþÎìÑy¶¶ý/Æ1üì0!!Ñû/yìÑyµ¶/Ä1Ôì0!!Ñû/yÓÇþ %@£ µ  ÔÌÔìÔüÔÌ1ü<ì20#53#53œüÄšbþ5þÇ™bÇÏ~þ‚ÏÏ~þ‚ÓÇü '@ £µ  ÔìÔìÔÌÔÎ1ü<ì203#%3#üÅ™bþ5üÄšbÎþÎÎþÏÇ-@ £µÔüÔÌ1üì0#53ËüÄšbÇÏ~þ‚ÏÇ-@ £µÔìÔÌ1üì03#1üÅ™bÎþX–yo '@þþ  w Ô<Äü<Ä1ÔÄüÔìî03#3#!!îõõõõþj!ûß‹õÙö¢ªuþ#\u"@ÔÌ91ÔÌ990 hþþôþ þ üÏüÇ9%ûÛûÓ-ÿÿhþV&\Žÿÿ%¬N&<ufÿB7Õ@ ˆÔìÔì1ôÄ03#y¾üî¿ÕùmÍÃLB /@ (-  * -'! ÿ¸@'ÿ) -0)$ !'$* xyx( $0ÔÄ2ìüÄ2ì9999999991ÔÄ2ìüÄ2ì99999999904&#"3267'#"&''7.5467'7>32d|[Z}}Z[|¦Z¦¨^¦.[20`0¤\¦¨^¦.[3.^ƒZ{{Z\}~t¦]¦1]02[-¦^§£Z¦3].2]-¦_¨Z/#@ ü¬vÔì291ôì90 5/þÓ-þ+#¿þôþô¿¢R¤y#@ ü¬vÔ<ì91ôì90 5 ¤Õþ+-þÓ#þ^Rþ^¿  #7N@* ¶ ŒÄ››      JEEô<äì2ü<Äî2991/<æìþîîî299903#'#"!#!##535463¸¸w´cM“¸þ%¸ÉÉ©³éë™Qgeû¢Ñü/ÑN¸®#7B@# ¶Œ›   JE Eô<äìü<Äî991/<æþîî29990#!"!!##5354637¸þÕcM%þÛ¸ÉÉ©³ùì{Qgeü/ÑN¸®¢ÿ;/Õ<@ËË Ê ˆR Q R Ô<<ì2ü<<ì21äôÄ2Ô<î2î20%!#!5!!5!3!!!/þ’±þ’nþ’n±nþ’nßþ\¤š™¤þ\™ýáé/å`¹µÔì1Ôì03#éüü`þÏ“þáò/²£¸¶ÔìÔÌ1üì03#öüÅšc/ÏþÓþáü/ *´ £¸@  ÔìÔìÔÌÔÎ1ü<ì203#%3#üÅ™bþ5üÄšb/ÏþÏÏþј'3?Kt@%1= ÈÈ1¸µ%È+‘C¸@&7ÈIF:4(:PFz4P@ PzP"P.zP@(/ÄìÄôìîöîîöî99991/<î2î2öîþîî299990'32654&#"4632#"&32654&#"4632#"&32654&#"4632#"&H%'üH_EDbcCE_y¥xx¦§wy¤LaEEacCEay¦yx¦¦xy¦ aEF`bDEay¦yx§§xy¦7aŸ`ýJGacECcaEy¥¦xy¨¦ÓEaaECcaEx§§xy¨§ý"GaaGCcaEx¦¦xy¨§ÿÿ%¬m&$uÿÿÅNm&(uÿÿ%¬k&$uÿÿÅNN&(uÿÿÅNk&(uÿÿÉk&,uÿÿÉm&,uÿÿÉN&,uÿÿÉk&,uÿÿuÿã\k&2uÿÿuÿã\m&2uÿÿuÿã\k&2uÿÿ“ÿã=k&8uÿÿ“ÿã=m&8uÿÿ“ÿã=k&8u²D` "@¶Â¶LLK Ôäìüì1/ì2ôì0!!!5!!×münmþá`ü/B)î¨f7@ º¹ Ôì91ôì290K° TK°T[X½ÿÀ@878Y3#'#“ö‹µ´‹fþˆõõ²7»@!  ÌÌ PPÔìÔì99991Ô<üÔ<ì99990K° TK° T[X½ÿÀ@878YK°TX½@ÿÀ878Y@?       ]'.#"#>3232673#"&d9!&$|f['@%9! '$}f['@Z7JQ†”!7JQ†”=b“ö¶¶ÔÌ1Ôì0!!=Výªö”/)¢H 8¹ @ ¹PPÔìÜì1ô<Ôì0K° TX½ÿÀ@878Y332673#"&/w `WU`w ž‘žHLJJLDÏ6@ ÞÝaÔì1ôì0K° TK° T[K°T[X½@ÿÀ878Y3#ÍÍÌVá{ W²È ¸@ È P{PÔìôì1Ôìôì0K° TK° T[X½ÿÀ@878YK° TX½@ÿÀ878Y#"&546324&#"326{ŸtsŸŸstŸ{X@@WW@@Xôs  ssŸŸs?XW@AWX‹þu)'³  º@ |ÔìÔÌÄ1/öþÅ90!#"&'532654&'¼85xv-W,"K/:=,,>i0Y[ ƒ0.W=XîfZ@º¹ÔÜÔÌ991ô<ì20K° TK°T[X½ÿÀ@878YK° TX½@ÿÀ878Y3#3#ªà‰ ³ø‡fþˆxþˆ¤þu"³  ¸@  |ÔìÄÔÌ1/ÔüÄ90!33267#"&546w-+76 >&Dzs5=X..… W]0i)î¨f7@ º¹ Ôì91ô<ì90K° TK°T[X½ÿÀ@878Y373ö‹´µ‹öîxõõþˆÿösÕ 7@ —ˆ  1 4ü<ìì2.9991/äì903%!!'7×Ë;NþwÑüd‘PáÕý˜Ûoþîýãª;jnžL >@!  ¶Å¶  Ô<Ìü<Ì2999991/ìüì9990;#"&5'!5!%[Y×饵þÕP{þÙß;Pþu–|~œÔÂ$Ño/ý¾Ûnþíÿÿ‹ÿãJm&6uÿÿÕÿãf&Vàÿÿœ‘m&=uÿÿËf&]àþ¢¾˜!¼·Ô<ì21ÔìÔì0##¾¬¬¬˜ý öüý öNÕ ;@!¶ —ˆ —  21 0 0ü<ì2ìüìÄ91/Æ2îöîî20 )#5326&!#!!´VDþ»þ«þÑ}}/ÿÊÉÿ`þøÕþ”þ€þ‚þ•Å•{úÑûHKûþ+•ýá‰ÿãH)‹@O BŒ $Œ™ ›*'! !'D! >*ôìüì9999991ìÌôìî99990KSXííí9íY"#"32.''7'3%.#"32654&ÍŶûåäûûà"#!H&þéí¶Û!!®#R-’™”ˆ‰”:/Ôþ„ÈþôþØ(  (-Y,\bPÈ‘^bþ ÒÇÄÔÔÄnËÿÿ%¬k&<uÿÿhþVf&\ÉÕ4µ—— ¸@ ˆ 28  3üì22üì99991/ôüìÔì032654&#33 !##“êžžþLÊþøøþüþÊ!ý󄃃ƒ´þòÒÚÛÑþ‘¾þVT3@ŒŒ™¾ÃÅ GFôì22üì1ìääôìî990%#3>32#"&4&#"326w¹¹.™dËçèÊf™ð‡…†ŠŠ†…‡ýÉÉý²SWþÆþêþïþÉWõÖÚÛÕÔÜÚX-y×¶ ÔÄ1Ôì0!!X!ûßת–®;T .@     Ô<Ì91Ô<Ì290 7   –^þ¢t^_tþ¢\tþ£þ¤%\^uþ¢^uþ¢þ¤w^þ¢Xœ“ß 9A      @ – aW}a Ôììüì1ôìäÔìî2035733!jÍßåŠÌý× c)t'ý+nBœ}ða@WWBA     @–ÔÄÔÄì9991ôìäÔìî990KSXí9íY"!!57>54&#"5>32ãšýÅçeQdR1q?Ay;ެJwrnâaz3=L$$}…k9wuFœð(\A          @#–) & )ÔÄÄÔìÔì991ôìäôìîÆöîî90#"&'532654&+532654&#"5>32Û^c¾±:r;Eq-evnmBJ]b`W,p;Eu2‘¨X`lP|†yQDJLl?<8?yvcG]ÿÿþóZ{'ðþÿœ&  ¸üWÿÿþóZ{'ðþÿœ& ñÉüWÿÿþóZŒ'òÿœ&  ¸üWÿÿfÿãPm&* uÿÿ{þHH&JÚÿÿÉP&, uÿÿ‹þuJð&6ÝÿÿÕþu{&VÝÿÿ‹ÿã1k&&ZuÿÿÃÿã%f&FZÿÿ‹ÿã1m&&ZuÿÿÃÿã%f&FàZ{ÿãÑ$H@ "ç ¸ @"ŒŒ™¾›   GH%ôìü<Äü<Ä1/ìäôìîý<î2990!5!533##5#"3232654&#"ZþÏ1¸¿¿¸.™dËéêÊešþˆ……‹‹……ˆÑ5y••yúúSW;7Wþ ÖÚÜÔÕÛÚdßmƒ¶ ÔÄ1Ôì0!!d ý÷ƒ¤é/å`¹µÔì1Ôì03#éüü`þÏ%ÿã%ð3p@< ç1&ç³ ²—(#³² —–#™43('1)-&- 2'-4ÔÄÄ2ìÄ2Ä99999999991äôìôìÆ2îöîî2Õ<î2032.#"!!!!3267#"#73&'&54767#7Ó0ßT“JBŸN’®á1þFi1þÓ®“OCH”Uâþí,®1u¦1´!(*Ï=DÐÌl-.&nËÑC>Ï*( n -/ l?‘ÙQ@ ÞaaÔüÔì1Ô<ì20K°TX½@ÿÀ878YK°TK° T[X½ÿÀ@878Y3#%3#?ËˈÊÊÙËËËÛîZökµÔÄ1ÔÄ0K° TX½ÿÀ@878YK°TX½@ÿÀ878Y@&  //// //]]3# ºåšöþø²éÑ@ Ì Ì ÔÄÔÄ99991Ô<üÔ<ì990K°TK°T[X½@ÿÀ878Y@t        !      ]]'.#"#4632326=3#"&d9 #(}gU$=19#(}fT"<9! 2-ev 3)dwyîööiµÔÄ1ÔÄ0K° TX½ÿÀ@878YK°TX½@ÿÀ878YK°TX½@ÿÀ878Y@ //]#1Åšãöþø7îšø]@ ÔÄ91Ô<Ä90K° TX½ÿÀ@878YK°TX½@ÿÀ878Y@ //, ]3#'# ½ÓŒ¦¥Œøþö²²7îšøi@ ÔÄ91ÔÄ290K°TX½@ÿÀ878YK° TX½ÿÀ@878Y@ //*//]373 ÓŒ¥¦ŒÓî ²²þöøZj@ ÔÄ991ÔÜÔÌ0'3$øll œß 5³ ¸ ²º @  W ÔÔ<Äì291ôôÔ<ì29033##5!5 !w¢ttŠþ}ƒþîßýæoººy“þc/¢ø ²¸@ PPÔìÔì1ÔüÄ20332673#"&/w dRSaw Ÿžø6978w{zÏÛ·ÞaÔì1Ôì03#ÍÍÛÍ&&&&LnÌLÐ~–Âî<h†œ²Ì¼t²\ŠôNpšÀâz  l  ^ ˜ Æ î @ l ˜ Î 6 R ² @ z Î4²ÔVâd¨â Bdx ^¢êF‚æRŽ 8Ò FÚ"˜Ò Pölâ&Œ¤ LXòþ ".:FR^jv‚Žš¦²¾ÊÖâîú*6BNZ†Â$n NÀ t!!\!„!Æ""d"æ#H#~#®#Ü$F$ž$ü%4%X%ž%ô&f&®''ª(,(¦(Î(ê))š**R*Œ*È*ô*ô++ ++d+ð,,,H,v,”,²,à- --"-<-È-ê..^.¢.ä.ü//J/ò/þ0 00"0.0:0F0R0^0j0v0‚0Ž0š0¦0Î0ü1ˆ1ž1Ô1ü2N2‚2Ä2ö3$3^3¦3²3¾3Ê3Ö3ü4J4Ô4à4ì5,5v5Œ5Æ5ú6T6¼6Ì6Ü6ì6ø7777(747@7L7X7¶7Ì7ä8l8¨8ì9‚9Æ::N:j:¢:Ì:â:âa ak r | † “0œÌ é 7  8  ú      0  D  ^ ` p : Ð 0  n :Modifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansRegularPanic SansPanic SansVersion 1.000PanicSansBitstream Vera is a trademark of Bitstream, Inc.Panic, Inc. / Bitstream, Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.Modifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansRegularPanic SansPanic SansVersion 1.000PanicSansBitstream Vera is a trademark of Bitstream, Inc.Panic, Inc. / Bitstream, Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.ÿ+  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóõôöøùúûüýþÿ     NULL sfthyphenperiodcenteredEuroc6459c6460c6461c6468c6470c6472c6477c6478c6475c6476ÿÿB¹Ñ`#cÕVeraSansMonoÿÿÿÿ6ÿÿþ628R00@Íl LTSHA@&F<OS/2»ƒñ1¨`PCLTc£ÐÍ46VDMXnOuËPàcmap(‘._"xrcvt ´I°n/è„fpgmN7X»(ìþgaspÍ( glyf/òuV1lw0hdmxÇ32` 0HheadènI‘,6hhea "ôd$hmtx ÏœQ4locaìU ¸¨œmaxpìш nameo$ ›ª¸Ôpost˜ü£½ÊŒ›prepQ¦^*ìüÌ| _<õÂDÂDúÿÙþÙmmþÑÿÙÿøÙ  ME@¯üû/¼GÌþBGÌSöf  €¯ JBits ûþšmã`× ÑhÑÑÑãÑçÑѤÑ!Ñ%ÑçÑÑ5ÑyÑBÑjÑâÑÁÑqÑ{ѼÑsÑ}ÑfÑучÑÑoÑÁÑsÑXÑXÑXÑéÑÑ!Ñ}јщѨѶÑuщѬÑmÑuÑáÑVÑwÑ\Ñ¢Ñ\Ñ…ÑÑZÑjÑ9ÑÑÑÑsѦÑoÑ/Ñ9ÑÑÇÑ^Ñ–ѨÑZÑ\Ñ®ÑbѬÑÑÑ®ÑZÑRѬÑbÑ–ÑZÑ#ѬÑoÑ ÑPÑÑ7Ñ;Ñ¢ѰÑöÑ´ÑXÑ!Ñ!јѨÑwÑ\ÑjÑ^Ñ^Ñ^Ñ^Ñ^Ñ^ѨÑ\Ñ\Ñ\Ñ\ÑÑÑÑѬÑbÑbÑbÑbÑbÑ Ñ Ñ Ñ ÑœÑÑ“ÑwѪÑÑFÑÑÑÑÑÕÑ-ÑNÑÑÿúÑ ÑXÑXÑXÑÑ®Ñ‘ÑјÑÑHÑÑÑZÑÑѰÑãÑXÑ1Ñ ÑXÑÿúÑwÑÁÑ9ÑÑ!Ñ!Ñ\ÑDÑÑÑјÑ–Ñ°Ñ°ÑBÑuÑ;ÑÑqѺÑZÑ¤Ñ Ñ ÑœÑÁÑjÑ–ÑÑ!ѨÑ!ѨѨѬѬѬѬÑ\Ñ\Ñ\ÑjÑjÑjÑÑðÑ Ñ-ÑÑßÑLÑoÑ)ѾÑðÑÿÙÑ%ÑѬÑsÑ¢ÑöÑÑbÑÑ;ѢіÑBÑwÑ9ÑÑÑ/Ñ/Ñ/ÑuÑbѬÑѬјѨјѨÑZÑ-ÑÁÑÑ-ÑÕÑ ÑÑðÑðÑ/ÑöÑÑß  øÿÿþ ÿý ÿý ÿý ÿý ÿü ÿüÿüÿüÿûÿûÿûÿûÿûÿúÿúÿúÿúÿùÿùÿùÿùÿøÿø ÿø!ÿø" ÿ÷#!ÿ÷$"ÿ÷%#ÿ÷&$ÿ÷'%ÿö(&ÿö)'ÿö*'ÿö+(ÿõ,)ÿõ-*ÿõ.+ÿõ/,ÿô0-ÿô1.ÿô2/ÿô30ÿó41ÿó52ÿó63ÿó74ÿó84ÿò95ÿò:6ÿò;7ÿò<8ÿñ=9ÿñ>:ÿñ?;ÿñ@<ÿðA=ÿðB>ÿðC?ÿðD@ÿïEAÿïFAÿïGBÿïHCÿïIDÿîJEÿîKFÿîLGÿîMHÿíNIÿíOJÿíPKÿíQLÿìRMÿìSNÿìTNÿìUOÿëVPÿëWQÿëXRÿëYSÿëZTÿê[Uÿê\Vÿê]Wÿê^Xÿé_Yÿé`Zÿéa[ÿéb[ÿèc\ÿèd]ÿèe^ÿèf_ÿçg`ÿçhaÿçibÿçjcÿçkdÿæleÿæmfÿængÿæohÿåphÿåqiÿårjÿåskÿätlÿäumÿävnÿäwoÿãxpÿãyqÿãzrÿã{sÿâ|tÿâ}uÿâ~uÿâvÿâ€wÿáxÿá‚yÿáƒzÿá„{ÿà…|ÿà†}ÿà‡~ÿàˆÿ߉€ÿߊÿß‹‚ÿߌ‚ÿÞƒÿÞŽ„ÿÞ…ÿÞ†ÿÞ‘‡ÿÝ’ˆÿÝ“‰ÿÝ”ŠÿÝ•‹ÿÜ–ŒÿÜ—ÿܘŽÿÜ™ÿÛšÿÛ›ÿÛœ‘ÿÛ’ÿÚž“ÿÚŸ”ÿÚ •ÿÚ¡–ÿÚ¢—ÿÙ£˜ÿÙ¤™ÿÙ¥šÿÙ¦›ÿاœÿبœÿØ©ÿتžÿ׫Ÿÿ׬ ÿ×­¡ÿ×®¢ÿÖ¯£ÿÖ°¤ÿÖ±¥ÿÖ²¦ÿÖ³§ÿÕ´¨ÿÕµ©ÿÕ¶©ÿÕ·ªÿÔ¸«ÿÔ¹¬ÿÔº­ÿÔ»®ÿÓ¼¯ÿÓ½°ÿÓ¾±ÿÓ¿²ÿÒÀ³ÿÒÁ´ÿÒµÿÒöÿÒĶÿÑÅ·ÿÑÆ¸ÿÑǹÿÑȺÿÐÉ»ÿÐʼÿÐ˽ÿÐ̾ÿÏÍ¿ÿÏÎÀÿÏÏÁÿÏÐÂÿÎÑÂÿÎÒÃÿÎÓÄÿÎÔÅÿÎÕÆÿÍÖÇÿÍ×ÈÿÍØÉÿÍÙÊÿÌÚËÿÌÛÌÿÌÜÍÿÌÝÎÿËÞÏÿËßÏÿËàÐÿËáÑÿÊâÒÿÊãÓÿÊäÔÿÊåÕÿÉæÖÿÉç×ÿÉèØÿÉéÙÿÉêÚÿÈëÛÿÈìÜÿÈíÜÿÈîÝÿÇïÞÿÇðßÿÇñàÿÇòáÿÆóâÿÆôãÿÆõäÿÆöåÿÅ÷æÿÅøçÿÅùèÿÅúéÿÅûéÿÄüêÿÄýëÿÄþìÿÄÿíÿà             ,æÊ à  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œž ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàFR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥FR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥¶, °%Id°@QX ÈY!-,°%Id°@QX ÈY!-,  °P° y ¸ÿÿPXY°°%°%#á °P° y ¸ÿÿPXY°°%á-,KPX °ÀEDY!-,°%E`D-,KSX°%°%EDY!!-,ED-¸,K¸PX±ŽY¸ÿ…¸D¹_^-¸, EiD°`-¸ ,¸*!-¸ , F°%FRX#Y Š ŠIdŠ F had°%F hadRX#eŠY/ °SXi °TX!°@Yi °TX!°@eYY:-¸ , F°%FRX#ŠY F jad°%F jadRX#ŠY/ý-¸ ,K °&PXQX°€D°@DY!! E°ÀPX°ÀD!YY-¸ , EiD°` E}iD°`-¸,¸ *-¸,K °&SX°@°YŠŠ °&SX#!°€ŠŠŠ#Y °&SX#!¸ÀŠŠŠ#Y °&SX#!¸ŠŠŠ#Y °&SX#!¸@ŠŠŠ#Y ¸&SX°%E¸€PX#!¸€#!°%E#!#!Y!YD-¸,KSXED!!Y-¸+¸€@t¾þ»»º»¹ú·ú¶µG¶»µG´2³–²2±d°–¯®¯k®¬«þª© ªú© ¨§Œ¨þ¨À§¦Y§Œ§€¦¥&¦Y¦@¥&¤þ£2¢¡ G¡þ¡¸ÿÑ@ÿ ŸA GŸAž2žk2œþ›úšú™þ˜—%–“þ’þ‘þþe}ŽŽŒŒ‹f‹2Š ‰ˆ»‰þˆ‡]ˆ»ˆ€‡†%‡]‡@†%…„…„ƒ–‚þe2€€d~–}d|S{f{2zez2yxfxdwþvþts s rq.rþq.pfp}onm»nþml]m»m€li%l]l@kkji%j»i@ÿ%hfhdgfgdfefedþcþbþa}`þ^d\[\þ[Z2Y-YXWWþV2UþTS TS RQR–QPQPOþNMdN–MdLþKþJIJ–IHúGúF}EDE}DCA?2>=<=þ<; <; :9:–98 99€8 8@76776-6545K4343212d1-10/@0D/.-.-,--¸@@ ,+,,¸@ +*++¸À@ * **¸€@W)K('K&$&$%$%K$$#""2! 4!>  4þ2¸€@ ¸@@ ¸@WK–77ú22ú2X}X       ¸À@   ¸€@   ¸@´ ¸@–  ¸d…+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++3#®¶îN\{Û#'##\ #Í\\w¼#3‰b#þ#\b b– áb…¤ÍƒðÍ¢ƒ®º¦˜¼°ô%¢Ã%1ž/#ð/Õ 9bÍR¶¢¤Å¤sÕÃáÓîÕ˜¢ÕÕðq¸#îoúVúÁéd\œH¾fšÃ```{î\{šá`ªß¢ƒšoÍ7LøÑ'ª5%ÓÕ={¢¤ðD=!Ï¢/îÑs*hþ–h¤@ ¾¾b/ÄÔì1ÔìÔì0!%!!hüsüåþ–øòr)ãîÕ @ d Ô<ì2991/äÜÌ0!!!#ã þõ !Ç#þåÕýqþ›eçªçÕ@ dÔÌÔÌ1ô<Ì20!!!çÿÿÿÕýÕ+ýÕ+;J@0g g    ÔÌ91/<Ô<<ü<<Ô<<Ä2ì220333#3!####5!#5!#3Ã_Ë^àaÁöJÍþþ^Ý^Í^Ý^ÏJÛ^ÍJ;þŠvþŠ×þÛ×þ‹uþ‹u×%×vý³þÛ¤þÓD /P@+)%$(hh!/$, ( 0Ô<Ì2üÄÌüÎÄ1/<ÄÆ2î2ÖÆÆî2ÖÆ90>54&#.'.546753.'¶?FEÍ>??ËW¾ggÁUÅÀ̹G™P>˜[ÅÉÙ´þÒ O=>O-C:9Lû‘-.+=BI'¿§Æ ííÿ(0þÍϬ¤Ò !Ø '3V@-(  (kk kj.k%1"+1""4ÔÄìÜìîÞî99991/îÎöîÞîî999904632#"&"32654& 4632#"&"32654&!º……»»……º?9PP9:OPþ½)ûè˹†„¼¼„†¹=8ON9:QRX†º»……º¹O::OO:9PýP¢`þ^’†º»…„»¹P::OP99Q%ÿãÓð*8©@Z)(*()(-,.+23456718%8+(%#1) #1p#popnr)($ +.#  .8 )$. 9ÜÄìüÄÄÌî999999991/äöîöîÆî99990KSXÉ9É9ÉÉ9Y"%#"5467.54632.#">54&'3!32676767fK©Wàþê‹20ÚÎIŒD@ƒAPR=D9ëDI¢þÃþ"BCr;H23Ñ‘îXN…<¢®ÿ$%86$~fþ &b993‘ÙVöÛ+wIz§  çªçÕ¶dÔÌ1ôÌ0!çÿÕýÕ+þòœ @ut  ÔÄ2ì991üì0#&547œ„€€„䟚›žïþ@àÞþ=ðçÁéèÃä5þòR @ut  ÔüÄ2991üì03#6545äž›šŸä„€€äþ=èéþ?çðÃÞàÀy9TðJ@(   n   Ô<Ä2Ü<Ä2991ôÔ<Ä2ÄÄ2990 %#'-73%Tþ¶JLþ´¬þµLLþ´LK¬LÁ­®¸þ¨X¸®­¶Xþ¨¶B\¨ #@ v    Ô<Äü<Ä1Ô<Äü<Ä0!!#!5!ß®þRíþP°¨þRîþP°î®jþáo@ w ÔìÜÄ1üÌ0!#Í9ÄØcoþñþâ¼ß¸+º +01!!â5üËßþÝÁo¶w Ôì1/ì0!!ÁMþ³oþ‘qÿB`Õ@ dÔÄÔÄ1ôÌ03#ƒÝüîÝÕùm{ÿãVð #$@ x! xn!r$  $üììÔÌî1äôìîÔÎ0@ò////////// / / ?????????? ? ? OOKKKKK K O TTTPPPTT T ddd```dd d ŸŸŸŸŸŸŸ Ÿ Ÿ ¯¯««««« « ¯ ÀÀÀÿÿÿÿÿÿÿÿÿÿ ÿ ÿ T////////// / / ¿¿¿¿¿¿¿¿¿¿ ¿ ¿ ÀÀÀÀÀÀÀÀÀÀ À À $]]4632#"&"326&32#"ìH45HH54H|f^^fg^^ý¬ö÷øööø÷öé5HH54HGBúþíþîúúúýó„ƒþ~þ{þ|þ~ƒ¼oÕ $@xxdx  ÔÄÄüÄ1/ì2ôìÔì0!%!!!¼JþÍ5JüMÉL Jû/þüs'ð[@/% zy xnx    üÄüìÀÀ991/ìôìôì990KSXÉ9ÉY"!!577>54&#">32²uüL =KByoOÅkkÍ^í;H5îþüüª/FV…Adm?<')Ý¿Xš^Dî}ÿãLð(G@)p zy#p z y pnr) &  )üÄÄüìÔì91Ääôìôìîöîî90#32654&#">32!"&'32654&%žžnyynTÀggÈ\옠¨þêþ÷qÛd^ÚxxŒŒœWOS]*( !ε…©Ç¢Ùä&$/1o^s}fuÕ B@   % xd   üüÔ<ì291/äÔ<ì290KSXÉÉY" !!3#!!¶þ‡y5¤¤þåý°ý²–üjýþ¾BÿãFÕ<@!xzyx xd r  üÄüìÄî1ÄäôìîöîþÄ90!!>32!"&'32654&#"Á+ýÄ$R.ÞþÕþþ`ÄfS¯Xœ¢¡†OŸQÕþüþë þèàëþï  ))…u''ƒÿábî $5@{{ z y{"nr%   %üììüìÄ1äôìôìîÖî90"32654&.#">32# !2ƒ`ee``gg#O‘C §/’cÊÜ÷àþï÷..F•ì‹„ƒ‹‹ƒƒŒÆþô--×ÒAAÿêûþìn˜„ƒ‡7Õ5@%xd üìÄ991/ôì0KSXííY"!!!‡°þþÓæý‘ÕÑúüÑÿãPð #/D@% {'{-{nr'0 $*  ! 0üÄìüìÔìî991Ääôìîî990"32654&%.54632#"&54632654&#"hczzcc{zþÁqvòÐÑòto|ŒþêéþŽeWXeeXVfš}gg~€eg}}'§yºØØºx§(&ĉ×êê׊ÄTXggXWefoÿÙNã$7@{ zy{ {nr% " %üìÄüìì1äôìÄîöîî9073267#"&543 !"&2654&#"ËO‘CŸ§/’dÉÜöá÷þÒþÒF•7_ee_`gg .,ÕÔAAÿêúþ“þiþ}þ}î‹„ƒ‹‹ƒƒŒÁ'@ ww Ô<ì21/ìÔì0!!!!ÁMþ³Mþ³'þ“þµþ‘sþá' "@ww   Ô<ì2ÜÄ1ÄüÌî0!#!!ÁMÄ×NMþ³oþñþÇþ“Xmy˜@üì291ÔÌ90 5yüåûß!žþãþåùŸì X'yÛ@vvü<ì21ÔìÔì0!!!!X!ûß!ûßí´ëXmy˜@ü<ì91ÔÌ9055X!ûßžúþ`ìþaùé)ð$q@8   %$  fhn !  %Ô<ì2ÔÔì999991/ÌôìÔìÅ9990KSXÉ9É9Y"!!!546?>54&#">32¸ þõ þõ>PZ?-\\T·`bÉeÊæD^XD&þ呚cŒNY=P+CDGF 89¼¥Lƒ\VBT= þÁ‡s 4]@1(+$ 4| | }'$|+}|+15'(   ! .5ÔÄüÄî2îî991ÔÄüìþÄýÄîî9999904&#"326#5#"&5463254&#"3267# !2ÍfYYeeYYfºÄ&gH¤ÉÈ¥Gl"•ŠÐþù0ýP–E\Q¿mþ¢þ`v4Úý!q€€qr€€þØR51ìÂÁë1/)ˆ”þ’þÛþÍþ•//°77ÒŒƒÑþùã!°Õ ¼@;      %h~d     ôì91/<äüì90KSXÉÉÉÉÉÉÉÉY"K° TK° T[X½ ÿÀ @878Y@,0000 5::5s|€´»]]!!!!!h‹þÀi“þÙ\þuZþÙÇýqú+qþ}‡× >@$h hdh €  !üì2üìÔì991/äìôìî9032654&#32654&#%!2)šÄqvˆÄÄp_anþáùû”«­þüþÛþ¦þF`wyjFþ¥P\\Së½¼¢ İØÂ˜ÿã9ð.@op op nr! üì2ì1äôìôìîöî0%# !2.#"32679FšUþÒþÂ>.UœDLL¢¥¥¢LL+$$ŽxyŽ$$þ¸FAþÿýüþÿAF‰uÕ(@p dp !  "üìüì99991/ìôì0326&#! )°P®””®þ‰<nBþ¾þ’þÄËü?ÛÚ þ£þtþsþ¡¨JÕ *@ppd p€#  üì2ü<ä1/äìôìî0)!!!!!Jü^¢ý…?ýÁ{Õþüþ¾þüþy¶XÕ %@ppd€# üì2üä1/äôìî0!!!!!Xý…Bý¾þÙ¢Ñþ¾þüýuÕuÿãjðS@!ppopnr%! üìüÄüÄ1äôìôìþÔî990@]]#5!# !2.#"326hÊÌUÍuþÞþÄ?-Z®L>¡`¨¦ ™.DøýTIK“syŽ30þ¹PQýþÿùþü‰HÕ &@p€d  " üì2üì21/<ä2ôì0!!!!!!‰'q'þÙþþÙÕýÇ9ú+˜ýh¬%Õ #@pd p ÔÄ2üÄ21/ì2ôì20!!!!!¬yþ×)ü‡)Ñþüü3þüÍmÿãðÕ.@ opp dr  üüüÄ1äôìîöî99073265!!!"&mVÃctlþ—åþù_ÏJVX\tòü þïë4uÉÕ a@3  %d   üì2À91/<ä290KSXÉÉÉÉÉÉY"!! !!u'ÎNþ)èþ¸þžƒþÙÕý²Ný´üw ¦þáÕ@ pdüìì1/äì03!!á'wÕû/þüV{Õ ³@,  % d   % % üìüì91/<ä2Ä90KSXÉÉÉÉY"² ]@R )=?? ‡€¯¯ ¿¿ & )/708?…€Š‡ € Ÿ”› ¤«¢¬ ±¿¶º ]]!!###V`²±bþžë þÕýqú+¬ýsûTwXÕ S@%d&& üìüì991/<ä2990KSXÉÉY"²‡]@  ‡‰]]!!!!w= þÅþ^þüÕûÃ=ú+=ûÃ\ÿãuð #@ppnr !! 'üìüì1äôìî0"326&! ! hqhhqrhhý‚  þ÷þüþýþ÷çñþóþôññ  ñþˆþxþþ‚þxˆ¢{Õ,@pp d !  üì2üì99991/ôìÔì032654&#%! !#!Éy‘uu‘þ`•5þñþËnþÙÝþJbyybøÜ÷÷ÜýÑ\þçuð<@ pp n ! !'üìüì991ÄôìîÅ9990# ! "326& þÿþ÷  ~xºÊþùqhhqrhhˆ~ˆþxþþùþL¶–ñþóþôññ  ñ…ÑÕf@6  %p pd   !  "üì2üìÄ9991/<ôìÔì9990KSXÉÉ9Y"!&'&+!! 32654&#',A/þ¼´ Ok^þÙª û–ýø‹yihzÁ A^ýçy©ý²ÕÌæš¶ þi_mm^ÿãVð'p@>'' '%' o!p o pnr('$ ($"(üÄìüìä99991äôìôìîöî90KSXÉ9É9Y".54$32.#"!"&'32654&'þßžãgÎe_Ä`krS„´ªþõþòoßhvÝlmxPLU»žËè/.þàCFVP>Q10BÚ¦âß541TRcYCeZwÕ@ pdÔÄüÄ1/ôì20)!!!üþÙþ…þ…ÓþþjÿãfÕ*@  pr d  üìüì1ä2ôì99990!3265!! j'reer'òþôþõó'®üppøüRþÐþì9˜Õs@%%dôì91/ä290KSXÉÉÉÉY"K° TX½ÿÀ@878Y@  ]]%!!!h)þþgþ)ößú+ÕÑÕ µ@@      % d   /Ì91/<ô<Ä90KSXÉÉÉÉÉÉÉÉY"²‡]@6fe   )&ghj f g wzsx‡ˆŠ††‰‡]]!3!! !kõ–T¬þíªŸþïÕû¸Åý;Hú+üð¶Õ ª@C    % d   ôÄüÄ91/<ä290KSXÉÉÉÉÉÉÉÉY"K° TX½ ÿÀ @878Y@  ]]) ! ! !¶þÏþãþäþ϶þV11þXîþößþ%Ûý!ÉÕS@(%d ÔÄüÄ9991/ä290KSXÉÉÉÉY"! !!>"#>þ3þÙÕý¨Xüwý´Ls‰Õ 8@%pdp üÄüÄ991/ìôì0KSXÉÉY"!!!5!‰òýLÂûêŸýwÕôü#þüôݦþò¢$@‚u‚tÔìÀÀÀÀ1üìüì0!#3!¦üòòþ¾úZ¾oÿB`Õ@ dÔÌ991ôÌ0 #NßüîÕùm“/þò+ @‚u‚tÔì991üìüì0!53#5+þòòøÞ¾¦¾9¨˜Õ@ dÔÌ91ôÌ290 # #ãµòþÂþÃòµÕýÓ-þÓ-ÿ@Ñÿþ¸+º +01!5Ñû/¾¾Çîüf.¶ƒÔÌ1ôÌ0K° TK°T[X½ÿÀ@878Y #áÅþfþˆx^ÿãT{ %…@/   ggh Šg#‰r… #  .)&üìÌüì22991/ääôìôìîî99990@-400 4!urrˆˆˆ       ¦¦    ]"326=%!5#"&546!354&#"5>3 ¼¤‚ZMt€#þÝ5¦d¿Õþ ËgdiÅkaÈpÝTfLZ¯qý}JPʵĻ1GI5:ú(&Þ–ÿãw 6@  h hr‰t2 0üì22üì1/ìäôìî9904&#"326>32#"&'!!Rl__nn__lþh6ZÇ×ÔÀe–.þÜ$-¢¸¸¢¢¸¸6]]þÐþäþèþÌba¦¨ÿã%}.@‹yh ‹ yh ‰r 75üì2ì1äôìôìîöî0%# !2.#"3267%JªbþýþÜ&Z§S@™RššU”B9++89*,þô7;¶¨¨´9:Zÿã;6@hhr‰t2 )üìüì221/ìäôìî990!!5#"3232654&#"$þÜ/•eÀÔ×ÇZþžl__nn__lÁSùì¦ab40]þ¢¸¸¢¢¸¸\ÿã}{L@#  ‹ hy Žh ‰r .)üììüÄì1äôììæîîî90@ Ï Ï ÏÏÏ]%# 32!3267.#"NfÔvþçþ×÷ùý š™eÄkøspex 7**->þÙþôw„‚:?itw{q®;4@ t  Ô<Äü<Ä2991/ä2üìî2990!!!!5!546;#"ãXþ¨þÛþð¨äñåB/ÂbáüáNÊœá0bþXH} (I@(  &' h‹yhh#‰'‘)& 2 ))üìÄüì221Äääôìîöîî999904&#"326!"&'326=#"325!#r]\qq\]r%óþï\´]S¬[|v+ŽfÀââ¾`–+%B–µ´—˜´µþ©þóï .,u|yPN, 8ZR¬/.@ h‰ t 7  5üì2üì1/<ìôì99990!4&#"!!>32/þÝENPZþÝ#–jŸ¢×ý)ªyh}ýý¤]fÓ B@  s  Ô<ÄÄü<Ä1/ìì2ôìÎ0K° TX½ÿÀ@878Y!!!5!!!!ÝDlümþá%þÛ`üáážþªþXR O@  ‘s  Ô<ì2ÄÄ991ìäôìîÎ990K° TX½ÿÀ@878Y%#!53265!5!5!!RµÒþÄêbRþ×NþÛ%+ü×án„TáËV®® @@! %t  .5 üìì291/<ìä90KSXÉÉY"!! !!®%`cþXÀþ¼þÍdþÛüÏ}þ^ýB `þTZF %@t  ÔÄüÄ991/ìüì990!5!;!"&ƒþ×NRbêþÄѶÓ`áû¿„náØRƒ{"Ÿ@'  h ‰:=:=:#ÔìüìþîÎ91/<<æö<î299990K° TK° T[X½#ÿÀ##@878Y@7      /////////?? ? ? ? ?????]>32#4&#"#4&#"#3>32²!fJ‘oð&22(í(22&ðÕnDDpðGDÈþÄý‰Ï}TV{ý1Ï{VT}ý1`tBMQ¬/{0@  h‰ 7  5üì2üì1/<äôì99990!4&#"!!>32/þÝENO[þÝ#–jŸ¢×ý)ªziŽ~ý`¨]fÓbÿão{ #@hh‰r . )üìüì1äôìî0"32654&32#"hixxijxxýíîþçîíþç¹¥¥¹¹¥¥¹þ¢=þÃþñþñþÃ=–þVw{9@hh‰r‘ 20üì22üì1äääôìî990%!!>32#"&4&#"326ºþÜ$.–eÀÔ×ÇZbl__nn__lžý¸ ¨abþÌþèþäþÐ]ñ¢¸¸¢¢¸¸ZþV;{ 5@ h h‰r‘ 2)üìüì221äääôìî99032654&#"#"325!!l__nn__l˜6ZÇ×ÔÀe•/$þÜ1¢¸¸¢¢¸¸ýË^]04ba¨ùö#{)@ h‰  ÔÄì21/äôìÔÄ990.#"!!>320M]‹&þÛ%+²w&lnýü`®`i¬ÿã+{'¥@=    %  ‹yh‹yh%‰r( >7"5(üÄìüìä99991äôìôìîöî990KSXÉ9É9Y"²(!]@+ $)) ) ) ) ) ),//,))))) (!$'].#"#"&'32654&/.54632ßQ¯XbdÖ T •ãäeÔmaÉ^gjKQ¨šêÔ_½=ÿ4598P2&©­­##7:<98<"&¢ˆ¢´o1žN@  Ô<Äü<Ä2991/ìô<Äì2990K° TK° T[X½ÿÀ@878Y!!;#"&5!5!²þIUáöü²þâžþÂáýîKAá¡Úá> ÿã%`0@  hr   75üìüì21/ä2ôì99990!3265!!5#"& %DOOY%þÛ•i £‡ÙýTyhŒ~ƒû ¦]fÔP`i@%%1/üì91/ä290KSXÉÉÉÉY"²X]@U  ZUUY]] !!þœþ—þœ)ïð`û `ü–jÑ` ¿@@      %    /Ì91/<ô<Ä90KSXÉÉÉÉÉÉÉÉY"²h ]@@     )&') 96k c wxuy ‡ˆ†‰ ——˜˜–™ ]]333! !ô…yíw‡ôËþꈇþê`ü¦5ýËZû Fýº7š` —@B    %  1/ üÄüÄ91/<ä290KSXÉÉÉÉÉÉÉÉY"² ]@    96]] ! ! !yþ‡šþªÜÛþªžþƒVº»`ýèý¸yþ‡Hþ²N;þX˜`w@A     %  ‘  1 /üìÄ91ä2ôì9990KSXÉÉÉÉÉ9ÉY"+5326?!!Ç;¥vòwZT+þV4õ4yž‘ß=o<Aý)×¢9` 8@%6/ üÄì2991/ìôì0KSXÉÉY"!!!5!ºý³MüiNýÊ`åý`Ûå °þ²$^@0 %   ! ‚ ‚‚ t% $  %Ô<Äü<Ä299999991üÄìÔìî99999990#"&=4&+5326=46;#"3–ù©kŒ>>Œk©ù–{hFb~~bFh¿”Ý×—s¿r˜×Ý“¾TÑ¥†ˆ¤ÍUöþÙ¶tÔÌ1üÌ0#Ùãø´þ²!$`@1%   ‚‚#‚t%# %Ô<Ä2ü<Ä99999991üÄìÔìî99999990326=467.=4&+532;#"+´yhHb}~aGiy–ø§m>>m§ø–Vͤˆ†¥ÑV¾“Ý×—s¿t–×Ý”XÏy++@ ’’ üì1ÔüÔìÀ9990#"'&'.#"5>32326yKOZq Mg3NJN’S5dJ t]FŠ+é<73 ":?å=6 7=ÿÿ!°k&$u!°m!ý@M ! !%h  i ~!   "üìÔÌÔÎ999991/<îæÖÎî9990KSXÉÉÉÉÉÉÉÉY"²]@\ !000 0!oŸ¯¯¼¸¸¼¼¿¿¿¼¿  !!' )!;44 ;!t |!‚ !°°¿¿¿°µ º!]] !!!.54632%32654&#"!/þÙ\þuZþÙ,*§uv§*þŠN57MN65Nƒ‹úsqþ%a=u¨¨u>_6MM66MMþAýÿÿ˜þo9ð&&Ýuÿÿ¨Jk&(uÿÿwXm&1uÿÿ\ÿãuk&2uÿÿjÿãfk&8uÿÿ^ÿãTf&Dÿÿ^ÿãTf&DCÿÿ^ÿãTf&D×ÿÿ^ÿãT1&DŽÿÿ^ÿãT9&DØÿÿ^ÿãT&DÜÿÿ¨þo%}&FÝHÿÿ\ÿã}f&H'ÿÿ\ÿã}f&HC'ÿÿ\ÿã}f&H×'ÿÿ\ÿã}1&HŽ'ÿÿf&Öÿÿf&ÖCÿÿf&Ö×ÿÿ1&ÖŽÿÿ¬/9&QØbÿão0@ hh‰r“ .)ìÔÄîþî1ìäôìîÎ0!#"32654&32#"ðþÅ“ixxijxxýíîþçîíþçþÕþŸ¹¥¥¹¹¥¥¹þ¢=þÃþñþñþÃ=bÿão0@ hh‰r“ .)ìÔÄîþî1ìäôìîÎ0 # "32654&32#"áÅþ¡ixxijxxýíîþçîíþçþÕ+ýt¹¥¥¹¹¥¥¹þ¢=þÃþñþñþÃ=bÿão8@ hh‰r“ . )ìÔÄîþî91ìäôìîÎ2903#'#"32654&32#"ðñ²ÇƲxixxijxxýíîþçîíþçþÕ““þŸ¹¥¥¹¹¥¥¹þ¢=þÃþñþñþÃ=bÿão7@hh‰r . ) ìÔÌÔÌîþî1Ä2äôìîÎ203#%3#"32654&32#"-ìì‹ììPixxijxxýíîþçîíþçöööþj¹¥¥¹¹¥¥¹þ¢=þÃþñþñþÃ=bÿão".:h@:    )h8#h2 “2‰8r;&,5.&/ /);ìÔÄîþî99991ääüÄÌîîÎ999990'&'&#"#54632326=3#"&"32654&32#"j7 +"'ŒlY$G*>%$'ŒkX#A4ixxijxxýíîþçîíþç3%@9!q‹+>: s‰þ|¹¥¥¹¹¥¥¹þ¢=þÃþñþñþÃ=ÿÿ ÿã%f&Xÿÿ ÿã%f&XCÿÿ ÿã%f&X×ÿÿ ÿã%1&XŽœÿ;3Õ $@f d ?  Ô<Äü<Ä1ÄôÔ<ì20!!!!!5!çLþ´ÿþµKÕþ}ßûÈ8ßV´ð@” ”n@@ÔìÔì1ôìÔì02#"&546"32654&hCz//12.0zD¾ÀHdbHHdcð30/xDBz./3¾ŽÁ¢dHHbcGHd“þÇ ˜!F@&‹ yh ‹yh‰ r" -/"üìü<Ô<<Ì221ä2ô<Äì2ôìÆî2ôî0.'>7#&5473 8x?@w84xCŽëþïëŽ=uþÀr{~5þô*1ýL0+þô"þà :úÿ9þá!ü„´³™›¹wbð>@  zyhn x Ô<ÄÄü<ÄÄÄ1/Ä2ì2ôìôìî2990.#"!!!!3#535632N9‚EjcPþ°áüëÆÆáèS޶þî)+…°áþ²þüNáÅøªÿ=%ð >y@C/0*1 06 'f&*f# f f54%.#"#"&'532654/$5467.5463271aÈ71þ÷|U„6LUË Öv_fFAѺY¬UU¢IMRÖ þÄhaG@ЬJX$E(6X`$E+QŠlá:4Ki neY€/2{Q“§å95Fsª¬^‹!2xRެÑ`µ ÔÌ1ÔÌ0467>32#"&'.736€HIƒ256743„IH‚426úIƒ235624‚HIƒ447743ƒFÿ;)Õ "@d ÔÔÜÔÌ91Ä2ôÌ90!###.54$!¿¾¼ÍÝÕùfùùNÛ²¾èÿã–2X@2)#,2&‹h&h/tr*  #A  ) .+/3üìüÄÄîôÎÎ99991/äþîîÖî990#"&'532654'&/.5467.#"!4632 }t aRPàÂ=|C:s6IUsV;<”‰ b\^`þÛñæßÕ#[Q@Y J>™^§Àú C:HX D0M~«JIebûžfÓÛíö}ÑN 4L\@3-*+'0!–5•2+–A• M*',$0-!1E3+E$CGB3C;B/ÆþåþõîÄî29991ÔÄüô<ÄþõÎÎ99902#"&'.5467>#32654&'2#'.'##%"3267>54&'.hÚZZ\[[[Ú~}Ú[[[\ZZÚb@@998(…NG&7O¬?9)¤cªIGHHGH«cc¬GHHHHH©NZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZþb¤((+)oXZAU 81¦…:/ðq®GIG¬ebªJGHHGJªbe¬GIG}ÑN1ID@%  ˜ —–>˜—–2•>•&JDB C8B ,/ÆþåÄ2îÎ1ÔìÔüôüäõþäÎÎ0.#"3267#"&546322#"&'.5467>"3267>54&'.P4[0akjb5`*7j2©ÊÊ©7iµÚZZ\[[[Ú~}Ú[[[\ZZÚ~cªIGHHGG¬cd¬FHHHHH©¨h__g¨»›œº$ZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZGIG¬ebªHHIIHHªbe¬GIG“fÕ A@$   d F F FFF/üþìÕîÖî91ô<<Ì2Ô<<Ä9073#######5ÙdYЙkKu˜TœÕããý¾µÿþKB…þC½…Õî f.¶ƒÔÌ1ôÌ0K°TK° T[X½ÿÀ@878Y!#ðþÅfþˆ-;¤1I@ ÔÜÔÌ1Ô<Ì20K° TX½@ÿÀ878YK° TX½ÿÀ@878Y3#%3#¸ììþuìì1öööNÿöƒ >@"   v v  ü<ì291Ô<ì2Ô<ì2.À990!3!!!'7#5!7!N“ü–’¢þÅ®éýmü–’¢A°þÛ1}´ëÜíþϲíÜœÕc@3  %p hpdp~€  % /ÔÄÄÔ<ì291/<äììôì2îî0KSXÉÉÉÉY"!!!!!!#3‰þÝþü6ýÌþæVøf³”ãÕþüþÉþüþnþüjþ–Õþüý…{ÿúÿÁÅ )s@> )*  '$ ($p$ pn$r*(! '!)!!!'*üìüì.À99999991äôìîÀÀ999999903264&'.#".5!27!"&''ÃU8rh9N4pií## g¦=q¢ž''þ÷þüjª@x¢b9=ñ >5 33ðþýþ¬Xãˆ>=¢sß^ïþ‚þxCB§r ßÅ /7@$ š'!› š-™0 $GG*0ÔìÔì99991ü<ì2ü<ì299032654&#".#"326>32#"&'#"&54632Õ0P2;JC88bý6J0"#>þïàþ¾V˜þdþÙþd˜Vþ¾àÕý¨Xýð»—½þJ¶½—»®þT¤` G@'  hr‘ !    75!üì2üìÄ991ä2äô<ü<Ä990!3265!3267#"&'#"&'®RRQP!+J#H[%nF;SþT ýXrsrs¨üøG> ÙKSNP/0þ‘ÿçDF)8@'! '!¶* $$*ÔÌÜÌ9991äÌÜÌÎÎ990>54&#"#"&54632#"&54324&#"32?3-,Ë:*:¬}ÀêþÆï¬Þé«f‡MHe…LJd…–c³Bds’<+@lþ½þñþ­þF屯Wít|þôÏuy þLPî *@ · ¸·   Ô<Ä91Üìüì990 5!! !!5mþÀýyÁþ=šü/9)ŒÕý üæÓ‡˜þL9î@¸·__ÔìÔì1Üìì20!!!9ÿþ_ÿîø^Óù-¢ÿÙ¾L<@  žœ ¡ LKJKJHôìäÔìää1/äôì22Î99990#3267#"&'.=!!#5ž¢1F",c7Orþîþã¢LÑýï?¼ " VX#oü…{ÑHþ‹‡)*@$º» º¹*'! `a!`*Ôìüì91üÌìüÌì026732#"&'&'&#" #"&54632mfÖÜbwL=.> b )'8¹yaxMB3F ü‰KûÀbPJ?(:¬Õð %)d@4 $#(£&$£&£¢£¤ n*&(' #*ÔìÌÔì22ÀÀ9991ôäìôìÍîÔÖÎî999905#"326#"&546;54&#"5>32#!!fmd=6Vn2yN‚—¹¼[[R@I”L½²Áþ°ýP4818g 96‰u†…11!"¼¬·þ@wª¬çð0@££ ¤£n  ÔìÔì991ôìôìÜì0!!4632#"&"32654&%°ýPŦ¦Äç¦ÅkIUUIIUUVª¨½ßÞ¾½Ýݨ~mm}}mm~Zw´F@$ª¨ «   OON N ÔìÔìääÀÀ9991/<î2þî99073&5323!>54&#"!Zîxlëílxîþ)QNpgfqPRþ'Óm¿8nþ’þÈ¿þñmÓ Oê§ÖèèÖ¦íMþôÿã¤{ Aµ@K. 4, ;5#A ‹ ggy 4‹5ŠŽ1g8g,…>8‰& rB#;-, 4T)-RBÔ<üÄÄÔìÌÎÅ99991ä2ä2ôìî2îöîæî2îî999990@'33040536G3G4G5G6YYYYW3W6Ï ÏÏÏÏA]5#"326554&#"!3267#"&'#"&546;54&#"5>32>32éIWY@=?=Ú2??2Ãþ=d_A=BîþÑÿ‹²Ó +s@>+,  )*&h&h‰&r,+,* # )#.),üìüìÀ999999991äôìîÀÀ99999990 32654&.#".5327#"&''?þ¤B&hxþJZ>'jyÏ--íU“C”‹ ./þçîS—C—‹£þc»£:Å›¹¥"4þîI²m=+-°y¼L¸kþñþÃ--²w°ÿåîÕ%x@<   %%  fhrd&# !  &Ô<ü<ÔÔì9999991äôÄìÞÅî9990KSXÉ9É9Y"!!!3267#"&546?>54765þõ þõ >PZ=-\\SµabÉeÉåD^XB&ºþošcMY;Q,CDGFþô89¼¥Lƒ\V@T?ãîÕ @ d Ô<ì2991/ôÜÄ0!!!3îþõ þõ!Ç#ºú+eþ›Xjyƒ@ v üüì1ÔÄì0!#!X!îü̓ýç,1ÿÙ–¾ ,@  ½¼   ÔÄ91Äüì90'%3##q@`ªƒØ4þ4»ÛžÆ{ý»$Ðùëø þV#„@I   %   ‹yh‹yh!n$  $ÔÌ91Ä2Äôìôìîöîî299990KSXí9ííí9Y".#"!!#"&'53267#5!>32)R%^gþß^Ê >s7+P'_iPü'Ë 323326#"'&'.#"5>323326yKOZq Mg3NJN’S`‚ t_FŠIKOZq Mg3NJN’S`‚ u_GˆZé<73 ":?å=67 6=âê;73 ":?å<77 6<ÿúÙK@&%h¬ÔÌ91/äì90KSXÉÉÉÉY"% !!{þíþî‘ðû!Ý5ü˲úqw# -@   U U Ôü<Ôì2991Ô<Ì2990 5 5þìþ+þëþ+#îÝÝ‰îÝÝÁ\# -@   U UÔ<üÔ<ì991Ô<Ì29905-5-ÁÕþ+þìÆÕþ+þë#þwƒþvîÝÝîþwƒþvîÝÝ9˜o #@w VV V ÔüÔüÔì1/<<ì220!!!!!!q'þÙþd'þÙþd'þÙoþ‘oþ‘oþ‘ÿÿ!°k&$uÿÿ!°m&$uÿÿ\ÿãum&2uDÁÕ>@!p  pdp €%  üìüÄÄÔ<î99991/æî2öî2î0! )!!!";Áý¸þ¼ñòC=þ´.þÒþÏ{\[|4þü7²´8þüþÉþüþnͲþÊþÉ®Íÿãº{ )5o@1("!% !g‹y3g Ž-%g‰ r6*0T!*R(6Ô<üÄÔÄÌî991ä2ô<ì2ìî2öîî999990@ÏÏÏ Ï!Ï"Ï(Ï)]!3267#"&'#"32>32'54&#"4&#"326ºþ>c_>2ð:MN;;NM:ß—;:ô,*JJMG8;;B32;dJIeeIJd¬ª¬ƒª$P0'T-ªª¬ƒ¦)S.'QƒIccIJffqªª)S,/Q$ªƒ¬¨ª*S)/Q&ªƒ¬Z/#@ UÔì291ÔÌ90 5/þìþ+#îÝÝ¤y#@ UÔ<ì91ÔÌ90 5-¤Õþ+þê#þwƒþvîÝÝ JG@& t ZYX  Xü<ì2ìü<ü<ì991/<ä2ü<Ììî2990!!!!!!#53546;#"%%þÛþÉ\þÛþÉþÛ½½§äPDB/þÜ-cû üáNÊœá0 J?@" t ZYX Xü<ì2ìüüì991/<ä2üìî29903#!#535463!!#"î¼¼þÛ½½§äöþÛÅB/ÃcáüáNÊœùì30œÿ;3Õ9@ff  d ?  Ô<<Ä2ü<<Ä21äÔÄ2Ô<î2î20!!!!!!!5!!5!çLþ´Lþ´ÿþµKþµKÕþ}ßþ+àþ}ƒàÕßÁ·w Ôì1Ôì0!!ÁMþ³þ“jþáo@ wWÔìÜÄ1üÌ0!#Í9ÄØcoþñþ–þá9o &@ w WW ÔÄìÜÄþÜÆ1ü<Ì20!#!#9Ä×býø9Ä×boþñþþñþј $0<HLp@?J%K+I"L 71= ¯+¯"­%¯j4­C¯: L(I1KJ\\F\7@\1.\1(\/ìÄÜìîÞîÝîÞî99991/<î2î2öîþîî29999904632#"&5%"32654&4632#"&%"32654&4632#"&%"32654&%–¥ww¨¨wu§2IH33JJü§xv¦¦vw¨4GH33JKþÞ¥xw§¨vw¦3HH33JKþ§'ûê!x¦§wx©¦wK24KK42IÝx§¨wx©¨öG45LM41Jü+x¦§wx©¨öH35LM41JúŸ^þ\ÿÿ!°k&$uÿÿ¨Jk&(uÿÿ!°k&$uÿÿ¨Jk&(uÿÿ¨Jk&(uÿÿ¬%k&,uÿÿ¬%k&,uÿÿ¬%k&,uÿÿ¬%k&,uÿÿ\ÿãuk&2uÿÿ\ÿãuk&2uÿÿ\ÿãuk&2uÿÿjÿãfk&8uÿÿjÿãfk&8uÿÿjÿãfk&8u` @ ÔÄÄüÄ1/ì2ôì0!!!5!!ÝDlümþá`üáážðîáf5@ ƒÔÌ91ôÌ290K° TK°T[X½ÿÀ@878Y3#'#ðñ²ÇƲfþˆáá Å9Ñ@$  °°  ÔÌÔÌ99991ÔüÔì9999990K° TK° T[X½ÿÀ@878YK° TK° T[X½ÿÀ@878Y@M           &]'&'&#"#4632326=3#"&j7 +$%Œg^$H)>%$'Œg^$BT%>;ˆ”+?:ˆ”-X¤@µÔÌ1ÔÌ0K° TX½@ÿÀ878YK° TX½ÿÀ@878Y!!-wý‰¼¸F `@ ° ]]ÔìÔì1Ô<Ôì0K° TX½@ÿÀ878YK° TX½ÿÀ@878Y@]332673#"& dSSc ­œ­FEKJF™™ß;ò1MµÔÌ1ÔÌ0K° TX½ÿÀ@878YK° TK° T[X½@ÿÀ878Y´00]!!ßþí1öLá… R@°° ] ]ÔìÔì1ÔìÔì0K° TK° T[X½ÿÀ@878YK° TX½ÿÀ@878Y4632#"&732654&#"L¦vw¦¦wv¦™M67MN66Mþv§§vv§§v7LM66MMoþo3!@  ° ]ÔìÔÄÄ1/ÖþÅ90!#"&'532654&'Ã97{0e5-T$:A*.>j/_[ œ.(R<)î=fI@ƒÔÜÔÌ991ô<Ì20K° TK°T[X½ÿÀ@878Y´55]3#3#Vçþð®“Ùø¤fþˆxþˆ¾þoj@  °] ÔÄìÔÄ1/ÔüÄ90!33267#"&546-5%=2&M(6_)r|7GF'1œ \V5mðîáf5@ ƒÔÌ91ô<Ì90K° TK°T[X½ÿÀ@878Y 373ðÿ²ÆÇ²ÿîxããþˆÿÙÕ 7@  pd    ü<ìì2.9991/äì903'%!%!á—q'pþ}woš¼ÕýøÂ™þïþþü%\D@%  t  Ô<Äü<Ä99991/ìüì99905'!5!%;!"&šþïduþÙK'gþrSbéþÅѶӦâÓáþÑ þèþ‹„náØÿÿÿãVk&6uÿÿ¬ÿã+f&Vàÿÿs‰k&=uÿÿ¢9f&]àöþ¢Ù˜@ Ô<Ì21ÔÌÔÌ0##Ùããã˜ý öý öuÕ 9@hp dp  ! "/þ<î2þî9991/Æ2îöîî203#326&#! )#53°ÓÓP®””®þ‰<nBþ¾þ’þĉ‰ËþºíþrÛÚ þ£þtþsþ¡˜íbÿãf(‹@N (((#$%$"!"%%$%('%"! #&#h hr#t)'& !#(%" .))üìüì99991ìÄôìîÀ9990KSXÉÉÉ9ÉY".#"32654&#"432''%'!%+1b0izwhms udVþðòìþêÙ(? þÈ7ž%\)Bþëø‘}ž²µ­-bЉý—þìþÈ2ì ÛwumÊt{uÿÿÉk&<uÿÿ;þX˜f&\¢{Õ0@hh d !  üì22üì99991/ôÔìÔì032654&#!3 !#!Éy’tu‘þ`'n5þîþÎnþÙöþIbxydßîÛøïÙþ´–þVw9@hhr‰‘t 20üì22üì1ìääôìî990%!!>32#"&4&#"326ºþÜ$.–eÀÔ×ÇZbl__nn__lžý¸¾ý¤abþÌþèþäþÐ]ñ¢¸¸¢¢¸¸B ú·vüÌ1Ôì0!!BKûµúîw“Xs 0@   ü<Ì291Ô<Ì290  ' 7 Xþ¶J¨þ¶þ¹¨Jþ¶¨GJËþ¸þ¶¦Hþ¸¦JH¨þ¸H9œÁß )@² ²² ³± ^ ÔÄÄüÄ1ôììÔìî2035733!9âÜÞÂâýx-+•)ýN‘œ¬ð2@²²´³ ²±^ÔÄÔìÀÀ91ôììôìî90!!56754&#"5>32ô¸ýf3Z:WK8‡MKŽB©»þ6-‘+KO4<#"¤}o~þè*Ãð(D@&² ²´#² ² ´³ ²±)^&^ )ÔÄÄÔìÔì91ôììôìÆîöîî90#532654&#"5>32#"&'532654&FooJUOFEŠDE‹C¢¸ibouÁ¸K–JC˜PU_b’2,-3˜teI^p\yš@8=Dÿÿ/þów{'ðþÿœ&  ¸üWÿÿ/þów{'ðþÿœ& ñÉüWÿÿ/þówŒ'òÿœ&  ¸üWÿÿuÿãjk&* uÿÿbþXHF&JÚÿÿ¬%k&, uÿÿþoVð&6Ýÿÿ¬þo+{&VÝÿÿ˜ÿãAk&&‰uÿÿ¨ÿãpf&Ffÿÿ˜ÿãjk&&‰uÿÿ¨ÿãGf&FàfZÿãÍ$F@&"   "hhr‰t   2)%üìü<Äü<Ä1/ìäôìîÕ<Î2990!5!5!3#!5#"3232654&#"þÎ2$’’þÜ/•eÀÔ×ÇZþžl__nn__lÁ"½tt½û¦ab40]þ¢¸¸¢¢¸¸-¼¤ßµÔÌ1ÔÌ0!!-wý‰ßþÝÁ·w Ôì1Ôì0!!ÁMþ³þ“ÿã5ð1@9&(  ox#o xn#r/21('/),&, 0',2ÔÄ2Ä2üÄÄ99999999991Ä2äôìôìîöîÎ2Ý<Î20@€†€]]632.#"!!!#3267#"'#73.5467#7Ñ,$ëS’DJŒMkŒºTþ‚  \  v ` ’ 6 ò 0 ( n XModifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansBoldPanic Sans BoldPanic Sans BoldVersion 1.000PanicSans-BoldBitstream Vera is a trademark of Bitstream, Inc.Panic Inc. / Bitstream Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.Modifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansBoldPanic Sans BoldPanic Sans BoldVersion 1.000PanicSans-BoldBitstream Vera is a trademark of Bitstream, Inc.Panic Inc. / Bitstream Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.ÿ#ö   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóõôöøùúûüýþÿ     NULL sfthyphenperiodcenteredEuroc6459c6460c6461c6468c6470c6472c6477c6478c6475c6476ÿÿB»Ñ`#cÕVeraSansMonoBdÿÿÿÿ6ÿÿþ628B00@ãH LTSHB@&F<OS/2ºRﲨ`PCLTp¢Íã6VDMXnOuËPàcmap(‘._"xrcvt Áÿç&/à¾fpgmNTX»(ìþgaspã glyf:>1 ŒÀhdmxÇ73` 0Hheadè³I‘,6hhea ô Ed$hmtx ö„­4locaþÌ#ª¾`maxpõш nameÛXMlÀ|ìpost˜ù£Tàh›prepðÿª*ìò§_b`_<õÂDÂDúÿoþ‡mmþÑÿoÿJ‡Ž  QK@¸òû/GÌþBGÌSf   €¯ JBits ûþšmã`Õ ÑhÑÑÑsÑRÑÿúÑÑ!ÑÿìÑÑuÑ–ѦÑXÑËÑóÑbÑÑbÑ{ÑÑÿîÑÑÑ\Ñ®Ñ)Ñ?ÑXÑËÑXÑXÑXÑFÑÿãÑÿ–ÑÑsÑÿøÑ5Ñ\ÑNÑÿøÑ9ÑÿçÑÿøÑNÑÿÅÑÿúÑRÑ3ÑRÑ ÑÑ ÑPÑÇÑRÑÿÑÃÑÿúÑÑdÑ“ÑHÑÑÅÑHÑ;ÑœÑwÑbÑÑ;ÑTÑ=ÑÑZÑ7ÑÿòÑTÑuÑÿþÑbÑÙÑsÑÃÑ}ѶÑ\ÑÿºÑÿÙÑNѸÑÑÿòÑXÑÿ–Ñÿ–ÑsÑ5ÑÿúÑRÑPÑHÑHÑHÑHÑHÑHÑœÑbÑbÑbÑbÑ=Ñ=Ñ=Ñ=ÑTÑuÑuÑuÑuÑuÑ}Ñ}Ñ}Ñ}ÑÃÑ+Ñ{ÑÿøÑdÑ?Ñ}Ñ7ÑÑÑÑ?Ñ´ÑXÑÿoÑÑ)ÑXÑVÑXÑ/ÑÿÙѾÑјÑPÑÑßÑßÑJÑÿÑÑ/ÑÑ…ÑXÑ;ÑÑXÑÿúÑJÑRÑÿ¾ÑÑÿ–Ñÿ–ÑRÑ#ÑÿúÑÿÍÑÿÍÑöÑÝÑÏÑÏÑXÑuÑÿÙÑÃÑÑÍÑ5Ñ=ÑbÑbÑ;ÑÇÑËÑÿðÑÑÿ–Ñ5Ñÿ–Ñ5Ñ5Ñ9Ñ9Ñ9Ñ9ÑRÑRÑRÑPÑPÑPÑ=ÑёѸÑÕÑwÑøѶѸÑçÑ×ÑÿãÑXÑÑsÑÿúÑNÑÑÿøÑwÑÃÑÿÙÑ3ÑÿþÑXÑ–Ñ\Ñ3ÑÑ/Ñ/Ñ/ÑNÑ;Ñ9ÑÑsÑsÑœÑsÑœÑwÑ/ÑÇÑÿöÑ Ñ?чÑôчѺÑ/ÑÑÃÑm  øÿÿþ ÿý ÿý ÿý ÿý ÿü ÿüÿüÿüÿûÿûÿûÿûÿûÿúÿúÿúÿúÿùÿùÿùÿùÿøÿø ÿø!ÿø" ÿ÷#!ÿ÷$"ÿ÷%#ÿ÷&$ÿ÷'%ÿö(&ÿö)'ÿö*'ÿö+(ÿõ,)ÿõ-*ÿõ.+ÿõ/,ÿô0-ÿô1.ÿô2/ÿô30ÿó41ÿó52ÿó63ÿó74ÿó84ÿò95ÿò:6ÿò;7ÿò<8ÿñ=9ÿñ>:ÿñ?;ÿñ@<ÿðA=ÿðB>ÿðC?ÿðD@ÿïEAÿïFAÿïGBÿïHCÿïIDÿîJEÿîKFÿîLGÿîMHÿíNIÿíOJÿíPKÿíQLÿìRMÿìSNÿìTNÿìUOÿëVPÿëWQÿëXRÿëYSÿëZTÿê[Uÿê\Vÿê]Wÿê^Xÿé_Yÿé`Zÿéa[ÿéb[ÿèc\ÿèd]ÿèe^ÿèf_ÿçg`ÿçhaÿçibÿçjcÿçkdÿæleÿæmfÿængÿæohÿåphÿåqiÿårjÿåskÿätlÿäumÿävnÿäwoÿãxpÿãyqÿãzrÿã{sÿâ|tÿâ}uÿâ~uÿâvÿâ€wÿáxÿá‚yÿáƒzÿá„{ÿà…|ÿà†}ÿà‡~ÿàˆÿ߉€ÿߊÿß‹‚ÿߌ‚ÿÞƒÿÞŽ„ÿÞ…ÿÞ†ÿÞ‘‡ÿÝ’ˆÿÝ“‰ÿÝ”ŠÿÝ•‹ÿÜ–ŒÿÜ—ÿܘŽÿÜ™ÿÛšÿÛ›ÿÛœ‘ÿÛ’ÿÚž“ÿÚŸ”ÿÚ •ÿÚ¡–ÿÚ¢—ÿÙ£˜ÿÙ¤™ÿÙ¥šÿÙ¦›ÿاœÿبœÿØ©ÿتžÿ׫Ÿÿ׬ ÿ×­¡ÿ×®¢ÿÖ¯£ÿÖ°¤ÿÖ±¥ÿÖ²¦ÿÖ³§ÿÕ´¨ÿÕµ©ÿÕ¶©ÿÕ·ªÿÔ¸«ÿÔ¹¬ÿÔº­ÿÔ»®ÿÓ¼¯ÿÓ½°ÿÓ¾±ÿÓ¿²ÿÒÀ³ÿÒÁ´ÿÒµÿÒöÿÒĶÿÑÅ·ÿÑÆ¸ÿÑǹÿÑȺÿÐÉ»ÿÐʼÿÐ˽ÿÐ̾ÿÏÍ¿ÿÏÎÀÿÏÏÁÿÏÐÂÿÎÑÂÿÎÒÃÿÎÓÄÿÎÔÅÿÎÕÆÿÍÖÇÿÍ×ÈÿÍØÉÿÍÙÊÿÌÚËÿÌÛÌÿÌÜÍÿÌÝÎÿËÞÏÿËßÏÿËàÐÿËáÑÿÊâÒÿÊãÓÿÊäÔÿÊåÕÿÉæÖÿÉç×ÿÉèØÿÉéÙÿÉêÚÿÈëÛÿÈìÜÿÈíÜÿÈîÝÿÇïÞÿÇðßÿÇñàÿÇòáÿÆóâÿÆôãÿÆõäÿÆöåÿÅ÷æÿÅøçÿÅùèÿÅúéÿÅûéÿÄüêÿÄýëÿÄþìÿÄÿíÿà             ,æÊ à  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œž ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàFR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥FR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥¶, °%Id°@QX ÈY!-,°%Id°@QX ÈY!-,  °P° y ¸ÿÿPXY°°%°%#á °P° y ¸ÿÿPXY°°%á-,KPX °ÝEDY!-,°%E`D-,KSX°%°%EDY!!-,ED-¸,K¸PX±ŽY¸ÿ…¸D¹_^-¸, EiD°`-¸ ,¸*!-¸ , F°%FRX#Y Š ŠIdŠ F had°%F hadRX#eŠY/ °SXi °TX!°@Yi °TX!°@eYY:-¸ , F°%FRX#ŠY F jad°%F jadRX#ŠY/ý-¸ ,K °&PXQX°€D°@DY!! E°ÀPX°ÀD!YY-¸ , EiD°` E}iD°`-¸,¸ *-¸,K °&SX°@°YŠŠ °&SX#!°€ŠŠŠ#Y °&SX#!¸ÀŠŠŠ#Y °&SX#!¸ŠŠŠ#Y °&SX#!¸@ŠŠŠ#Y ¸&SX°%E¸€PX#!¸€#!°%E#!#!Y!YD-¸,KSXED!!Y-¸+¸€@‘ÛþÚþÙØþ×þÖšÕþÔ´GÔ}Ó%Ò2Ñ–ÐþÏþÎÍþÌþËþÊþÇþÆ}ÅþÄþÃ2»Á}À¿ŒÀþÀÀ¿¾Y¿Œ¿€¾½&¾Y¾@½&¼»/¼ú»/ºþ¹2¸·–¶þµ´Gµþµ¸ÿÑ@ÿ´G³²d³–²d±þ°¯°þ¯®þ­k¬þ«»ª©ªú©¨–§¦þ¥¤¥þ¤£–¢¡¢þ¡Y ¡ }Ÿ:žY ž:þœ› œþ› šþ™þ˜V˜—–þ•–”þ“–’Š ‘þþf þŽþþŒþ‹Š ‹þŠ ‰XA‰úˆ ‡W%‡d†…»†þ…„]…»…€„ƒ%„]„@ƒ%‚þ–€XAþ~XA~þ}þ|d{dzy@ÿ}xþwþvþuþtst2srqpq(poþnþmþlkldkjkji hþgf f f@ed.eþd.cXAc–bY ba`»aþ`_]`»`€_[%_]_@^þ]þ\[%\»[%ZY ZY XW%XAWVW%VUþTþSRSþRQþPþOþNBNSMþLxKJ}KþJ}IH–GþDþCþB2A@BAF@?-@B?>@ÿ?->=þ<þ;þ:9S:–98(9S8(7þ6þ5ú4»3þ2þ1þ0þ/+ /.d-È,+ ,+ *þ)(þ'-'–&þ%%2$þ#þ"þ!-!1 d 2 @:–%þ%þþ:þBþ-B–þ þ þ : – þ  þ@$-þ-:-  ¸d…++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++##¸Ë¸ª¸¸‡¾‰ºË¦ü¸ÓǸX!œÓ¸¸#/Ù¨¸{{¸R¤fÍÑ͇‡“¤oƒÝ´‹˜Z´ºÅ!þ˸¸ô7öª={fššƒÕsÕ þá+¤´œbÕ˜‡ÕÕðb¤Õ#Ӹ˦¼3N{T…\q#wé!`jÏÕ#fy```{œ¸w`ªéø{Å{´RNNÑfœœfœfœÍúƒ‘þHF?{L˜¢'5oojo{ªª-–{öª{=“föoD7fî…´}s*hþ–h¤@ ÛÛO/ÄÔì1ÔìÔì0!%!!hüsüåþ–øòr)s`Õ Y@.   :TSQ ÔäôÄÀ991/äüì0KSXíííí9Y"3 #3#–ÊX¢2sË2ÊÕýqþ›eý¸þRªÕ@UQÔìÜì1ô<ì20###®Ñ®ÕýÕ+ýÕ+ÿúѾP@5 X X    ÔÌ91/<Ä2Ô<<ì22Ô<<ì220#3 33!!!!###!7!!7! öSõiöiŸh'ÿT'þþh hõi iÿ'Tþþ'h…þ²‡þaŸþašþ²™þbžþbž™NšŸþÓ; 0l@@()%/0%W$ZXWZX!0 !()/ %$, 1ÔìÔìÀÀ9991/Ä2ÄìôìîÆöî9999902654&'#.'7.54$?3.'+uVŸ^®Pw—Te;_À_#Q½hZ°Ÿ Ñ0d/UœH AšYQ®²þîØ LþE‘tNUÍš‰cEJû¶-.+´73#'#"&547.54632.#"326773>J ¨zk{Ç;_ÈhÃëǼöÏA|9#*zLq‰,_‡‹¬A’G‹ýÓBÍ‹¨þófÝqGGÖ¯¨!g4l7®Ó·&&s^/ƒ¸IÅuw 96ª¾Õ·QÔì1ôÄ0#¾®ÕýÕ+uþò @hg   ÔüÄ9991üì0 #&5ìï;< OJüþÓýþÒ’þÒ¢½:Ž/W–þò3 @hg  ÔÄì9991üì04'3–ìï;< NKþþüþò,c/’.¢¼þÅŽþÑý©þë¦J+ðN@,  i i a    Ô<ì2Ü<ì2991ôÔ<ì2Äì2990 %#'-73%+þšf9þ°sþ°9fþš9PsPßÂÃbËþ‡yËbÃÂcËyþ‡ËXqy“ '@m lm    Ô<ìü<ì1Ô<ìü<ì0!!#!5!¼½þC¨þD¼“þDªþD¼ª¼Ëþáœ/5@:onÔÄäÀ1üì0KSXíí9Y"3# ü)þñ™¬/Ïþó/^Ó¸+º +01!!J!ü¶Ó¤bš//@:nÔäÀ91/ì0KSXííY"3#žü<ü/þÑÿB#Õ@ :QÔÄìÀ1ôÄ0KSXY"3T¿üª¾“ùmbÿãoð /Â@ c'cae0$ -0ÔìÄÔìÆ1äôìîÔÆ0@’////////// / / OOOOOOOOOO O O  ŸŸŸŸŸŸŸŸŸŸ Ÿ Ÿ 0////////// / / ÀÀÀÀÀÀÀÀÀÀ À À ]]4632#"&#"&47>32267654&#"áP77ON87PŽsTTߔürUUݓþý‹P‰/E]bkPŠ0F\gî7PP78NOE¿þEŠˆöÀ·†öûg`Œ°š‹f_‹þ_½Š{ÓÕ T@* :ccQc   ÔÔÄÀ99991/ì2ôìÔì0KSXíí2Y"7!7%3!!œ9Ýþ #`Ëþþ5!üɪuL¸JúÕªfð^@1: q cacÔÔì99991/ì2ôìôÄ9990KSXí9íY"%!!7754&#"7>32 ¬ ün!7'€r\Ô~)pÑa¹äGR!¬´ªªª#×Ë]jCDÌ12›`­g*ž›ÿîÿãNð(J@+c W q cW qc#ae) )  & )ÔÔìÔì991Ääôìôìîöîî90!"&'732654&+732654&#"7>32úr€þ±þèlÍ^&[¾b¶àŠ™ šžº{RÂq%{ÂT¼Ø³¤~êþä%%É45»•uy¦–|d_((º!°˜™Ï?Õ s@>      : cQ     ÔÜÄÀ991/äÔ<ì290KSXííííííY" !33##!7JýÙœé¾ÆÇFÆEý†$ýÍü3¤þœd¿ÿãTÕ j@8  : cWbccQe!   !ÔÔìÀ9991ÄäôìîöîþÄ90KSXíí9Y"!!>32#"&'732654&#"`ô!ýÅH/Y,¼æi`Xãl»H)T°^ºô¡ŽO¥KÕªþ‘ã¹|êVPP!Í32ꮀ’(&\ÿãhð *;@ ccr W bc(ae+ "+ÔìÔìÀÀ91äôìôìõÆîî04&#"32.#">32#"&5476$32\tk’Æzk $:ˆKÁû7D»q²ÁPDNÇzËÝNDb1ÏKŽRqzü¾y‰ 'º%'þáþåfiǸwîSa`êצf’××®¼Õ5@:cQÔÄÌ91/ôì0KSXííY"!#!¨üÛÙ ý<Õ^ú‰+)ÿãfð #/?@" c* c$cae*t0 '-!0ÔÄìÔìÔìî991ìäôìîî9904&#"326.5432#"&546"32654&5„vŽ·†p”µþykl(ֲߠ~€þÐíÏíÑɤuf{¨xÍt„Åši~¸â&‘i¶¶ã)¦…Ñþï̳¦ì`¡|cr®}[l?ÿãLð *3@cr c( ca(e+"+ÔìÔì91äôìîÖÆõÆî032654&#"732#"&5467>32#"&Jtk’ÆxkÄþõ#:ˆKÁû7D»q²ÁPCNÈzËßNDbþÎÐKŒqzü¾zˆþôûÙº%'fiȹvíS`aëÖ¦þš’ÖØX#%O@):nunÔäôäÀ91/ìôì0KSXííííY"3#3#'ü<ûYü;ü%þÑþ9þÑËþá#' Z@.   :nonu   ÔÄäÔäÀ991äüìî0KSXíí9ííY"3#3#“ü)þþ™Ÿ½ü<û/ÏþÇþÑXyw!@wvüì291ôì90 5yü®Rûß!ÁþÀþ÷¢¦¢X`y¢@ llÔ<Ä21ÔìÔì0!!!!X!ûß!ûß ¬BªXyw!@wvü<ì91ôì9055X!ûßRÁ¶þ^¦þ^·=F`ð!@H !!!:c caS  ! !"ÄÔäÖî9991/îöþÔîÅ9990KSXííí9íY"#7>?>54&#"7>323#`¾MqkUGpcOÅi$mÊe™Áa‚iT<öË1Í‘š[‚^[Ho8JRGB¼98£~^¡lVFfVþòþÿãþþu @o@5.1*@ xx -*x1!x1:A@= -. ='=4AÔÄüÄîî9991ÔÄüÄþÄÕÄîî999990@ ””––]2654&#"#7#"&54327>54&#"3267# 476$32Å}®eX{¬c´3ŽQƒ¦¶T’‚Žþù_TXá9xC-BŽSþàþ¥|n&Ÿ½à Ó˜`nÑ—ap}o?D¸‘Ü9H=+#4~Œœ}þÕþÿþÚƒ{=É‘ƒŽÑ°M/ÿ–Õ v@B      :cyQ    ÔÄ91/<äôì90KSXííííííííY" !3#!#ßþ”®¢ö¦É#ýø¸Ù-üú®ú+…þ{Õ u@@       :c cQc z   !ÔäÔìÔì9991/ììôìî90KSXí9í9ííY"32654&# 32654&#%!2)mkø¸Ãˆ{Xô—­o}þb»Ëиœ}…þÁþÝþ<ÉýÝ®¤kffþ>‘^T¦ŸššÏž|êþüsÿã¼ð2@|{c|{c ae  ÔÄì9991äôìôìîöî0%#"5476$32.#"3267°T«[æýŒrk¥PžK)@ŽP_¢Ghœ“UµX5)) ðܰ‰‚|*(Ï?>QS{þ€Á­¸@=ÿøjÕ P@(   : c Qc   ÔäÔì99991/ìôì0KSXí9í9Y"%267654&+ )D¹àD6E¤ÁrâgTGhþÉþ÷þÑ#¦}s?…°˜ûw/øü¢þ¨…¿£Õ5ÍÕ X@0    :ccQcz   ÔäÄ991/ììôìî0KSXííííY"!!!!!!Xu!ýTV ýrh¾!üwÕªþFªýãª\îÕ S@,    :ccQz  ÔäÄ991/ìôìî0KSXííííY"!!!!#o!ý\Vd ý›‹ËÕªþHªý7Nÿã˜ð)a@3&))#$"%):%&"&c("c|{cae*('&%)*ÔìÔÄ9991äôìôìþÔî990KSXí9íY"%#"5467>76$32.#"3267#7!ÉWÎuèù! #^8k¦PŸM)AQb¬D,N"#ž‘Dl%LÙš`>? ùZËou½C‚|*(Ï?>SQ4œarÈQ«º%#‰¦ÿøÙÕ {@B     :czQ   ÔäÔä9991/<ä2üì0KSXííííííííY"3!3#!#Êv)vËþÝÊ‹ýÕ‰ËÕýœdú+Çý99˜Õ ?@"  : cQc   ÔÄ91/ì2ôì20KSXííY"!!!!7!!Z>!þÆß:!üÂ!9àþÆÕªûªªÿçÿãNÕU@.  : {cc Qe  ÔÌ991äôìîöÆ990KSXí9íY"'73267!7!#"&-H¸gŽ(¤þƒ!HÅ8ðîaÈ=ìOS’ÎDªüþßã.ÿøJÕ j@;      :}   ÔäÌ991/<ì290KSXííííííY"33 ##ÊæþýA¬Ûþ˜ÁpËÕýy‡ý•ü–å¨ýÃN Õ8@:cQÔäÄ9991/äì0KSXííY"3!!qÊþþÑ!üeÕúÕªÿÅ Õ ´@D     : }   ÔäÜä99991/<ì2Ä90KSXííííÉÉÉÉY"²]@&  ]]!!# ##å nžþݺþNsÿºÕý ôú+/üåúÑÿú×Õ …@<  :}  ÔäÔä9991/<ì2990KSXííííííY"²]@  )]!3!#ïÃþÝÿþøðÂÕû3Íú+Íû3Rÿãð)!@c c'ae**ÔìÔì1äôìî0%267654&#"#"&467>7>32öU/J\inUŽ/L\i÷-+C'XÚ‘ÉÂ++C'XÚ‘ÊÇf_‘œ¾Ž‡f_“þh¾ˆunþþˆ\’;yöoÿˆ\’;yõ3´Õh@6    :cc Q   ÔäÔì99991/ôìÔì0KSXí9í9í9íY"32654&#%!2!##mê¥Å|‚þm¸ÎØþÀþèéuË/ýÏ¿Ÿlg¦¸®ùþâý¨Rþòð-3@c%c ae.+"+.ÔìÔì991Ääôìî990#"&467>7>32267654&#"ø ×Å++C'XÚ‘ÊÃ@%6ŒOšš¼U/J\inUŽ/L\iîoÿˆ\’;yõÿSÅot¬C_ˆ!¼\•f_‘œ¾Ž‡f_“þh¾ˆ Õ™@R       :c c Q      ÔäÔì9999991/<ôìÔì9990KSXí9í9íííí9Y"#.+#!232654&#þHW6yÉj,mnÀ{Ë! ÏãÏþ)fÛ£Ã~ˆÁj±þhyœbý‰Õ³£·ðWýpiÿã{ð'³@:    : |qc|qc%ae(  "(ÔìÔìÀÀ99991äôìôìîöî90KSXí9í9Y"²8]@<'''))))777  (((%%%%88VVVV]].#"!"&'732654&/.54!2{'Q®]¥Ðby£—þ´þáhÉd)bÉp¥ÎX…e¸“J Pµ¢Í;<¤GX('2§ëþí--ÑEB°‡RZ)!:“yÝ( 5Õ@@:cQÔôÔÄ99991/ôì20KSXííY"!!#!Át!þ+ÿÌþ+ÕªúÕ+PÿãÏÕ~@K   : ceQÔìÀÀ991ä2ôì90KSXíí9í9íY"33267>73#"&546s²Ë³mnY|--²Ë²*_NG¶jÀÏ=˜üh š;\\9>—‰˜ühÛÍ?8;´¦%~Ç+ÕJ@':}ÔÄ91/ì290KSXííííY"%3!3þV×ý1þþ“ƾú+ÕR`Õ ç@J        : }    ÔÄ91/<ü<Ä90KSXííííííííY"² ]@\  ;u Ÿ Ÿ      )%& 86736 FFCE ZVTU kfch e zvvy u „‰ ƒ “™ ” %]]333##‘¿ZIÓyÆþÂþ¼ÕûF üÞ¼ú+füšÿ9Õ ~@H      : }    ÔÌ91/<ì290KSXííííííííY"33 ##òÈà¸çý¬DÉþþç‘Õýìý1üúdýœÃDÕf@5:} ÔÄÄÄ9991/ì290KSXííííííY"33#ÃÊìñÚý…σÕýu‹üÉýbžÿúúÕ 9@:cQc   ÔÄ91/ìôì0KSXííY"!!!7!1Éü-"ü Ðý)Õšûoªš‘þòG@":~~gÔÄÔÔÄÆ991üìôì0KSXííY"!#3!m§ðþÕðþVùüdÿBÕÕ0@:QÔÄÀ91ôÄ0KSXííY"#3ժǪ¾““þò C@ :~~gÔÄÔÔÔÄ991üìôì0KSXííY" !73#7 þ›þXð+ðøÞH¨‰Õ@ QÔÌ91ôÌ290 # #ÁȲþ‘þ’²ÈÕýÓ‹þu-ÿ|Øÿþ¸+º +01!5Øü(‚‚ÅîPf2@ ‚ÔÌ91ôì0K° TK°T[X½ÿÀ@878Y#‹ÅüfþˆxHÿã?{ .ð@a! "   : % ‰ ‡&W%ˆ"‡)†e,% &,/ÔìÔì99991/Ääôüôìîî99990KSXíí9í9í9í9í9Y"² ']@65$0%0&5'         ¥   ¦¦¦¦¦¦ ¦ ¨¦¦¯' ]]"326?#7#"&54$!37>54&#"7>32´wt+DRgX”×&Ç}¸ HÄn™·5ö ~uVÇo#lÂYºÏ 3{IScÔ¹)Lý¦^e§ŠÄë= U[33´''¤‘ h;ÿãT%Ž@L$#  $#"$# !#$#$#%$$#:! ‡‡e†$‹""#%!#$ $#&ÔäÔì999991/ìäôìî990KSXíí9í9íí9í9Y"%267>54&#">32#"&'#3Tˆ.19eeS‰30:k>¤f¤¶RHLÛ|b…"¹/¹ZV^èl€€\XVéo{…RTVϺ‘þàlsVTœÿãq{4@WZWZ‡‡ †e   ÔÄì9991äôìþôîõî0%#"&547>32.#"3267¬I§Zàæk[]ß…Y¦O%BŒUnª<8?‰ˆ`±S3')áÜ•bcb++¶:6YYRÓh‘>?wÿãå%Ž@L  $%#: ‡# ‡e#†‹ &ÔìÔä999991/ìäôìî990KSXí9ííí9í9í9Y""3267>54&3#7#"&547>32®X†.16feU‰018mªs¸þѸA¥d£µPEKË|a’ßWWZås€€ZXWçrx†CùìTVÒ¼!lvxWbÿãf} &ý¸+¸'/¸/Aêú]A)9IYiy‰™©¹ÉÙ ]¸Ð¸/¸¸ и /¸'¸и/¸¸ܸ¸ ÜA & 6 F V f v † – ¦ ¶ Æ Ö ]Aå õ ]¸и/º&9¸¸(ܺ# +º +º +01>54&#"#"&547>32!3267ª‚t{Ë,uiÈgßèxjSÉmºß üÙš“XÑr¡#j†´Šý˜++ßÖœ,mVZå±"eN B‹’98Ýj@9     : ‰‡‹      ÔÄä999991/ä2üìî2990KSXííííY"#"!!#!7!7>3ÝÐ_`þ¿¸¾þÕ)&Á»™Secü/ÑNÁ¥;þHy{.¦@[ ... ..-.)*+(,..: , W‡ ‡ ‡)† Ž-/-,. .#/ÔÄì9991ääÄôìîîÕî99990KSXí9íí9í9í9í9Y"%267>54&#"#"&'7326?#"&547>3273O….17pdšÓr5þõ÷RŸK%IP•¤%:®nš¶PHJÐoe˜"¸‘ZTZàjw…þ¯ÿw‡Iþññ¶,. ºuW[׸‹jp|aU—TH’@R    :  ‡†‹ ÔäÔì99991/<ìôì990KSXíí9í9ííí9Y"#67654&#"#3>323‡¸‡]W²!{¸/¸tK¯b‹š ¶ýJ· G'QWº¨ý‡ý¤ab‘‚ ^=ì h@7   : ‰‰     ÔäÔÔÄ99991/ìì2ôìî0KSXííííY"!!!7!!3#f×¾münm¡þâ¸-¸`ü/BCéþVÛ r@@  :  ‡‰Ž   ÔÄä91ìäôìîî990KSXí9íííY"!7!+73263#òÀþÃöÝ)ʵþé_nJ¸-¸åûŒÕÁœw«éZ´ {@:!!     :‹   ÔäÌ991/<ìä90KSXííííííY"²w]·v}p]]33 ##‰¿ª%ñýøuÕþͨX¿ü–¶þZýFF…þ?7Ñ]@/:‰‰    ÔÄÀÀÀ99999991/ìüì990KSXíí9Y";#"&5467!7!XY[ÓÏ­© ÓþÄô˜#6IHœƒP.óÿòš{+Ô@e    $%"%#""%:!  &$ ‡)†$" $"%  &!"% # %" ,ÔÄìÔäî.999999999991/<<æö<î299990KSXíííí9íí9Y"K° TX½,ÿÀ,,@878Y>32#>54&#"#>54&#"#3>32ì'}MVg¨}.3KT+}¨}/1JQ-}¨Ù¨,o@K\îDIm\6ˆkýw\u?8ßýaq=:wéý``323‡¸‡]W²!{¸Û¸ K¯b‹š ¶ýJ· G'QWº¨ý‡`¨ab‘‚ ^uÿãZ{ !@‡‡ †e  ÔìÔì1äôìî0"324&'2#"&547>¸¤Ûpp¤Ûp_ÄÍRJOâ“»ÊRKOßßþªþøVœÖΊþïmvvÛˇqtxÿþþVh{%@N%$#" ! :‡‡†eŽ&&# &äÔì.99991äääôìî990KSXíí9í9íí9í9Y"%#3>32#"&7267>54&#"%o¸-¸=¬d¢²OFKÌzdèQ†-18gfU‰018pýÉ RXлþànvzTHYU\çqZXXär{…bþV{{%s@=  :‡‡ †eŽ&# &ÔìÔä999991äääôìî990KSXíí9í9íY"%#"&547>3273#"3267>54&=¥f¤¸RHKÑ‚d‡#¸þÕ¸Uˆ.19efRŠ20:kTVÏ»Ž"pvxUUùö‰XV^èl€€[WUëp{ƒÙÃ{h@7       : c†    ÔäÌ991/äôìÔÄ990KSXíí9í9íY".#"#3>32 -wL¤ê&k¸Ù¸(CÕ‡Gs(y,,åÇýÛ`Ûx~%#sÿã5{)Ø@;  !    ! : !WZWZ‡‡'†e* ! $*ÔìÔìÀÀ99991äôìþõîõî90KSXí9í9Y"²]@`++''99IIDDYYYY)iiii)yyytty)šššš) ' ' //55GGv]].#"#"&'732654'&/.54$325#GM‰—ÝHutþàîQ°c%^±S…¨Ä CyàX¢9´-/f\b8{\µß##¾55w\c4!€gªÉ!Ãdžp@@  : ‰ ‰  ÄÀ9991/ìô<Äì2990KSXíí9ííY"!!;#"&5467!7!=¡þ^wNfÏß§ wþÕ+>žþÂý 3B5“ovD/`>}ÿåm`‘@Q     :  ‡e   ÔìÔä99991/ä2ôì990KSXíí9íí9í9íY"332673#7#"&546…¹‡]U°!{¹Ú¸!I²iƒ˜ ª¶ýJ%DOU¹©yû ¨ba“~']¶¾`J@'!!!!:ÔÌ91/ä290KSXííííY"33#¶²šöÆýšî`üD¼û \#` ñ@J      !!! ! :     ÔÌ91/<ô<Ä90KSXííííííííY"² ]@f   * J ‡ ’Ÿ Ÿ ¦¯ ¯    *$ :4 GCD ZZ T kfh c yxy u ƒ‰ € ™—“¨£¨   !]]333##\° ¢1j¿þ¥<þצ`üwBý¾‰û oý‘ÿº¸` ~@H!! ! !  !  !!!:    ÔÌ91/<ä290KSXííííííííY" ## 3¸þ>Åôþ_â4þÛÄÙq`ýÝýüþDT þu‹ÿÙþVÉ`~@F!  !!!!!:  ‡Ž   ÔÌ991ä2ôì9990KSXííííí9íY"+7326?33>g›6:•`”lQu<+Ù·¬ãÍhkµþíILJš]qTNü¢^Nm` 7@!!:‰‰  ÔÌ91/ìôì0KSXííY"!!!7!?.!üïuü»!ý¤`¨üÛ“¨%¸þ²˜4°@f -.-..-    : 5'- )'.)~‘)~'‘~g5)(54.  $-5ÄÀÀÀÀ9991üìüüüì99999990KSXí9í9í9í9Y"#";#"&546?67654&+7326?>7>3˜Nˆ^3!xoIP/VaNH»£- bq>=‘~2H6/Š…O–ü ‘gK@&ô!3?9m{D%ì 2-UK“n–ô{'"þ¾·’Ôì1üÌ0#¾¬øÿòþ²Ñ4­@e -.-..-    :-5)  )'.)~‘'~)‘~g54.  5)('*(5Ä.ÀÀÀ991üìüüüì99999990KSXí9í9í9í9Y"7326?>7.546?>54&+732;#"#Nˆ^3!xpJP/UbMJ¼¢- bp>= /H6/Š„þ²O–ü ‘fLA&ó"3@9l{ D%ì 1-VJ“n–ô|Ž'"Xìy &@ ll üÄ1Ôü<Ôì2990#"'&'.#"5>32326yKOZq Mg3OIN’S5dJ t]F‰ ®;73 !;?®<6 7=ÿÿÿ–LN&$3uÿ–m !”@Q   !! !!  !:  c “ [ y   " ""!"ÔÄÔìÔî99991/<ææÖîî9990KSXííííííííY"4&#"326!.54632#!#œY?@WW@?Y½þ”®É33Ÿsr¡PFšÉ#ýø¸ÙZ?YWA?XXîüú`#kEr¡¡rQ ú–…þ{ÿÿsþu¼ð&&Ýhÿÿ5Ík&(`uÿÿÿú×^&1/uÿÿRÿãN&2+uÿÿPÿãÏN&87uÿÿHÿãjf&DÿÿHÿã?f&DCÿÿHÿã?f&D×ÿÿHÿã?&DŽÿÿHÿãZ7&DØÿÿHÿã?N&DÜÿÿœþuq{&FÝwÿÿbÿãff&Hÿÿbÿãff&HCÿÿbÿãff&H×ÿÿbÿãf&HŽÿÿ=Jf&Öäÿÿ=ìf&ÖCäÿÿ=ìf&Ö×äÿÿ=&ÖŽäÿÿTV7&QØÿÿuÿãff&RÿÿuÿãZf&RCÿÿuÿãZf&R×ÿÿuÿãZ&RŽÿÿuÿãZ7&RØÿÿ}ÿåmf&Xýÿÿ}ÿåmf&XCýÿÿ}ÿåmf&X×ýÿÿ}ÿåm&XŽýÃÿ;oÕ \@0:‡ Q”   ÔäÀ99991äôÔ<ì20KSXííííY"3!!#!7!¢°Roþ‘Ù®ÙþoÕþ\™û£]™+u¦ð @• –•a#$# Ôìüì1ôìüì02#"&546"32654&hAu,-/º†‡´¸…OomOPqpð1.-rB„·´‡†ºoPPlnNOp{þÇ?˜$V@3WY WY‡ ‡† e %  "" %ÔìÀÀÀ91Ää2ô<Äìþôîõî990.'>7#.547>73? 1{HªA‹K!K‰?7f7·Ì¢F›V8f7<}þ¨¥åu5¬&,üš-(¬!þâòúD`16þá"ü+`þ·á‚™ÿøÍð@F  : ‰ Wq‡a c  ÔÔÔÔÄÀ9991/ì2ôìôìÔ<î2990KSXííí9íY".#"!!!!73#737$32Í%6y?‹š&+rþZ ü3!íZÆÇ/3ä<‚¶¸+-ªÉÙþ/ªªÑîôdÿ7-ç4Bv@E$%B<;5& %, X—˜X—˜2aC$%5 "<%&,/B;"%/"%8%/?%)CÔìÄÔìÔìîÀÀ999991Äôìôìîöî9990.#"#"&'732654/.5467.54632>54&/-!G‰:g„†V|U„r))óÇF™S!J=p…· J}P€v)%ðºG“þÄTXk“PRVU~®¤&(bHOZ ;VuEe´5#Z7Ä¡$'^Nb| 3UoI`¬?%P5•ÃûÆ3o75p^34p73`S?Ñ‘! · ™ & Ôì1Ôä04632#"&?¬}|­®}|«ú|«¬{|­«}ÿ;uÕ g@0  :Q  ÔÔÄÔÄÀ99991Ä2ôÌ90KSXÉÉÉÉ9Y"!###.54ß–þ¸‹/¿þѤ±ÌZÕùfùáN¾¡Ñ7ÿãf5©@[#$# $$#45512035:3*$ #0W‡0‡‹e445$'# 35'*-  '' '-56ÔÔÄüÄîî999999991/äþîþÕî990KSXí9íí9í9Y">32#"&'732654&/.5467>54&#"#*ï˰¾ ®É)<3sQþýÞG†A;…Gƒ—6U=Z8˲h\yŽÛ»qÔÏ •!F$‡`&=,'U…W·×¤ !}l4R?/D\?ƒÀ$OY‡‰û“}ÑN4L…@I  . . :     ŸA)ž5)œšM  -- ,G(#);(#*//æþåþõÄîî299991ôìüäþí2îÖî9990KSXíí9Y"2#'.+##32654&2#"&'.5467>"3267>54&'.X“XP:&rk1=-7‚èffZJJDÚZZ\[[[Ú~}Ú[[[\ZZÚ~jµKKMMKLµijµLLKLKKµLbeG]C;º®P*þضTè6?>5VZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZgJKK¸jh·KLLLLLµij¸KKJ}ÑN1ID@' £ £¥&>££¢>œ2šJ- /,(8 (8*D/æþÅþå2î1ôìüôìÔìþýîÖî0.#"3267#"&54632'"3267>54&'.'2#"&'.5467>`:o:u‡Œ‚8g24r=´Ïг=rÄjµKKMMKLµijµLLKLKKµkÚZZ\[[[Ú~}Ú[[[\ZZÚ/l•€„ŽhȬ­Ê¡JKK¸jh·KLLLLLµij¸KKJgZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZ“fÕh@6    :    Q  1 1010/üþìÕîÖî91ô<<ì2Ô<<Ä90KSXÉÉÉÉY"###5!3###¶¢r¢´‰}¬rœ7¦qÕ^þä^ÿý¾âþÓ-þB?îff/·‚ÔÌ1ôì0K° TK°T[X½ÿÀ@878Y3#‹Ûþuœfþˆ´F-n@¦ÔÜÔÌ99991Ô<ì20@@@@@PPPP]K° TX½@ÿÀ878YK° TX½@ÿÀ878Y3#%3#ÛË'Ë®Ë'ËÊÊÊX%yÝ<@ l  l  Ô<Ä291Ô<Ä2ü<Äþ<Ä990!3!!!'7#5!7!X‡ö}¤Ëþ²¸ýyø}¤ÉJ¸ýþ¢;fÕªì¬þÅhÓ¬ìÿoÕ‰@P   :c ccQc§z  ÔÌ91/<ìììôì2îî0KSXííííííííY"!!!!!!#!!þ®V3!þÍjd!ýâKþ °¸¼\þœ5–ÕªþFªýãªþÕªüüÿº° 8o@;)9$863 '$*73(c$c3a$e9)9(*-7  '-6 8 -9ÔìÔìÀ999999991äôìîÀÀ99999990%3267654&' .#"#"&''7.547>327B^Bp¡=26ýyf[8q¡<2:$iSXðžQ‡6^cwhTXïŸMƒ6Tdå,2¤®‘'{#ý)u'+¤®”þÏl ¨<[ÄþZ”š—..…@ª:VÆ¥•™–++}@)ú¨ð /7@$ ª'!« ª-¨0 $22*0ÔìÔì99991ü<ì2ü<ì299032654&#".#"3267>32#"&'#"&54632¶9[=G[TFBiË8\=G[SDCj~/“[w¬£~S€NA„U}¦„^ˆsˆd†lk€ut†c…jmvÿuÛ §Ôdƒ|kÖ¥­ÎsXy“.@ ¬ l¬ l   Ô<ì2ü<ì21/ìÔ<ìü<ì07!!!!#!5!X!ûßd½þC¨þD¼ªª“þ·ªþ´LªIVw? (@®­l  ü<ì2291/ìôì905!5wûß!üß!ûß¶¶L¨K¸çþ ªªXy? (@®­l  ü<<ì291/ìôì90-5!!X#üÝ!ûß!ûß¶êç¸þµ¨þ´Vª/øÕ¢@]  : ° °  Q    ÔÄÀ9991/ä2Ô<ì2Ô<ì290KSXííííííííY"!#!7!7'!73333!! þwbÇbþs7þËöÍÏßËÓþlüþÈn ‰ ýô o#—o1ýh˜ýÏo—#ÿÙþV‡`&§@\   &#$"% :%   ‡c"e Ž'&'  %'ÔäÀÀ9991ää2ô<ìì99999990KSXíí9í9íí9íY"3326733267#"&5#"&''-»ˆmf‰¤!º¨ (J!CO5‹b\| mþV ýH6[a¦ªü¢  ”UIRLSSý;ÿç-)6@'! '!Ô* $$*ÔÌÜÌ9991äÌÜÌÎÎ990>54&#"#"&54632#"&54324&#"32JIH7$$0e´ÖþßÕ˜ËÝ¢e‚ WOmVPmmW£Kƒt,>bþÊþùþ±þFØ£Æ[àt}þþÏt{þL=î -@  Ö ÖÕ×  Ô<Ä91äôìî990!!5 5!!LñüR%ýÛšý# þÕ‰\—P_ŒüݘþL9î@ ÖLLÔìÔì1Ä2Ôì0!#!˜¡›ý•þL¢ø^øâPÿÙžL?@!  ³³±µ 5443ôìÔìäÄ91/äôì22î99990!#3267#"&5!##P117,#J%q\þT´L”ý@H?… ƒ°¬üH¸þL%&@ Ù ÙÚØ& MNM&Ôìüì1üìÜäÞä026732#"&'.#" #"&54632‰j ¾ÊPd@7*9  k½ÄOeD=!0 þú°l9¼TA6?&#Hý•Ánþ!þbSA8?TßÕ ð +/o@?  .¼,·#¹"¸·,º ¶·&a0 .- )/,0 #"6)60ÔìÔì9999991ôìôÄÄììôîîî9990"326?#7#"&546;47654&#"7>32!!Ù”‹I3232654&#"!!y˜®A8=¢Z—­@7=¡þûcWjœcWk›Ù¤ý\ºµW²CJN¶žX°BJNTixØ—ix×ýª{J‡´>@#ÁÀÂ<<=: ;=:7 ôìäôìäää991/<î2öî0353&5323!5654#"Jõ{n ðò!o{øþ1x†´šš³†x¬† ¼7oþ’þȼþß…¬¬LIÞæ þ÷æÞþ·L¬ÿÑÿã¾{ OP@…'O'OO'  ';:987<6'5':+ $!F@6?$O4‰%W$ˆ!‡(@W?ˆ<‡ŒIC†.(ePOL?965F$%+4@L'1PÔìÔÄÔÄ99999991ä2ô<ä2ü<ôìþôîì29999990KSXíí9í9í9íí9Y"@`>#>$>%0?0@Z#Z$Z%Z&ooollloooooj#j$j%j2o3o4o5oNoO{#{${%{&‹#‹$‹%‹&%9#9$9%2?2@I#I$I%I&j3 ]]7#"3267>54&#"!3267#"&'#"&546;7>54&#"7>32>32ç1}i##N;Ze=D;SjÕþaUF5";„Hj‹/]€˜ñàuUM1…L#OŠ8Rv2ŒPyºH'!b3Cšƒ'\/ÿ –¼ '1m@:'2"1( +%&"‡"+‡†"e2'2& 1(.%.  . 2ÔìÔìÀ999999991äôìîÀÀ99999990 324&.547>327#"&''.#"ýêN4£ÜýPKQß“Nx.p]{ RJOâ“J{3w\%I4¤Û9ýW.ý`0€PŽnwu$$‰M’2€TŠþïmvv%%L¾þ¨þô'ÿåªÕ!@J !!!:S WY ce Q"  ! ! "ÔìÔÔä9991äôüôìþÅ9990KSXííí9íY"33267#"&546?>7#73¿PojUGodOÄj%lËe˜Âb‚hT=öË1ËDš]ƒ]YHo8JRGB¼98£~^¡lVFfVþ…sÕ ^@/ :SQ ÔÄôäÀ99991/ôüÄ0KSXí9íííY"#73#3BË1ËþÝËX¢1×þú+eþ›Xsy^@ lüÔì1ÔÄì0!#!X!¨ü‡^þ?;ÿÙ   /@     ÔÄ991ÔÄÀÀ90'%3##d)#ÛÓ”/þöÝ}bý%¿ƒù¼9þV°#ˆ@NAA  A A:   ‰XÉXÉ!‹$  /Ì91Ä2Äüìôìîöîî299990KSXíí9í9íY".#"!!#"&'53267#5!>32°$R,fs-/þ¸d+Ǻ9f.1d0`yuü1Æ”1cð¤|‚þÉý…þöæ¤!–—¯J±ÉX1yÃ7K@&' 10+5  ll* l5'l.810*8Ô<Ä2991Ô<ìÔì2Ü<üÔ<ì99990#"'&'.#"5>32326#"'&'.#"5>323326yKOZq Mg3OIN’S5dK t]F‰JKOZq Sc1NJO’R`‚ t]DŠï;73 ";@®<7  6<þа;83 $77 7=ÿúÙO@*BBBB:ÂÄÔÌ91/äì90KSXííííY"#3 !ÑýþáúqÃûéJR# 3@  Åu  CC ÔüÔì991ô<ì299077R+þ¢ú#þ}R+þ¢ú#þ}#Óþøþõ°¢R¢Óþøþõ°¢RRZ# 3@ Å u   CCÔüÔì991ô<ì2990?777R+^ú#ƒT+^ú#ƒÓ °þ^Rþ^Ó °þ^Rÿ¾)/ w@<    :n    ÄÔäÔäæÀ999991/<<î220KSXííííííY"3#3#3#ü<üoü;üþ¡ü;ü/þÑ/þÑ/þÑÿÿÿ–k&$3uÿÿÿ–…^&$3uÿÿRÿã^&2+u#HÕ"b@7!"!"!"!""!:c c Q c"!    #ÔìÀÀÀ91/Äì2ôì2î0KSXííííY"%!"&5476$3!!!! ";P!ý¤ÚÖB5VñR!þšWH!þ¹k!v¦/1}{>᪪ÍÑ’lçêþFªýãlm7´~j¦=xzÿúÿãø{,8PÃ@\-'@?6758'@@?  '@? '?@?:8/-59 - E5-‰ Wˆ‡ Œ5‡*†eQB8/.- N N2'N'!QÔìÔì999991ä2ô<ìäþôîî99999990KSXíí9í9íY"²o.]@oo o o jjo-i/o8 ]>32!3267#"&'#"&5467>7>32!7>54&#"267>7>54&#"ß:‡PzŽþ aUF6#;„G_ˆ":Q™;'8´uP|4IB=Skþ7<`(HCA_(Jü?@˜…+ƒTZ[nNX:2¬)+E@AD¦œ6†Ny»GfkDþVL8GN€€ýœGB,•jl‡ MTEF5”`V’$QWÿÍìºy@ ‰ÆÔÄ991üì0!!Ñû/yÿÍìºy@ ‰ÔÄ991Ôì0!!Ñû/yöÇ‘ e@3     :o g     ÔäÄÔÄä991ü<ì20KSXíí9íí9Y"#73#73¼û&™¬þ ü'š®ÇÏ~þ‚ÏÏ~þ‚ÝÇy _@0     : og     ÔäÄÔÄäÀ91ü<ì20KSXíí9íí9Y"3#%3#²ü)þòš¬ôü)þòš¬ÎþÎÎþÏÇ 9@:ogÔÄä91üì0KSXíí9Y"#73Ëü)š¬ÇÏ~þ‚ÏÇ 5@:ogÔÄäÀ1üì0KSXíí9Y"3#¤ü)þñ™¬ÎþX–yo '@ÇÇl D Ô<Äü<Ä1ÔÄüÔìî03#3#!!îõõõõþj!ûß‹õÙö¢ªuþ#\u"@ÔÌ91ÔÌ990 hþþôþ þ üÏüÇ9%ûÛûÓ-ÿÿÿÙþVÉ&\ŽÿÿÃDN&<9uÿB#Õ@ :QÔÄìÀ1ôÄ0KSXY"3T¿üª¾“ùmÍÃLB /}@B (-  * -'! ÈÉÈ) -0)$ !'$* EFE( $0ÔÄ2ìüÄ2ì9999999991ÔÄ2ìüÄ2ì99999999904&#"3267'#"&''7.5467'7>32d|[Z}}Z[|¦Z¦¨^¦.[20`0¤\¦¨^¦.[3.^ƒZ{{Z\}~t¦]¦1]02[-¦^§£Z¦3].2]-¦_¨5m#@ÅuCÔì91ôì907m+þ¡ø!þ{#Óþøþõ°¢R=s#@ÅuCÔì91ôì90%77=+_ú#ƒÓ °þ^Rbç±@`   : ‰ ‡‹      ÄÔÄÔÄ2ÆÀ999991/<æ2þ<îîî2990KSXííí9íííííY"3#'#"!#!##737>3/¸-¸Jµ__•Û¸¾þ%¾¸¾ÉÇ&Á»éé™Secû Ñü/ÑNÁ¥bç‰@K   : ‰ ‡‹    ÔÄÜÄ99991/<ä2üìî2990KSXííí9íííY"!#!"!!##737>øïþѸþÓ__)þÙ¾¸¾ÉÇ&Áùì{Secü/ÑNÁ¥;ÿ;oÕ‰@L       :‡ ‡ ” Q   ÔÄÀ9991äôÄ2Ä2î2î20KSXííííííY"%!#!7!!7!3!!!Éþ‘R®Pþ‘ojþoR°Roþ‘hnßþ\¤š™¤þ\™ýáÇ/þ`/@:nÔäÀ91Ôì0KSXííY"3#þ;ü`þÏËþáœ/5@:onÔÄäÀ1üì0KSXíí9Y"3# ü)þñ™¬/Ïþÿðþá‹/ _@0     : on     ÔäÄÔÄäÀ91ü<ì20KSXíí9íí9Y"3#%3#Åü'þóü'þðš¬/ÏþÏÏþј'3?Km@<%1= ÊÊ1Ë%Ê+\CË7ÊIF:4(:"FG4"@ "G""".G"@(/ÄìÄôìîöîîöî99991/<î2î2öîþîî299990'32654&#"4632#"&32654&#"4632#"&32654&#"4632#"&H%'üH_EDbcCE_y¥xx¦§wy¤LaEEacCEay¦yx¦¦xy¦ aEF`bDEay¦yx§§xy¦7aŸ`ýJGacECcaEy¥¦xy¨¦ÓEaaECcaEx§§xy¨§ý"GaaGCcaEx¦¦xy¨§ÿÿÿ–3m&$3uÿÿ5Ím&(`uÿÿÿ–Ek&$3uÿÿ5ÍN&(`uÿÿ5Ík&(`uÿÿ9˜k&,9uÿÿ9˜m&,9uÿÿ9˜N&,9uÿÿ9˜k&,9uÿÿRÿãk&2+uÿÿRÿãm&2+uÿÿRÿãk&2+uÿÿPÿãÏk&87uÿÿPÿãÏm&87uÿÿPÿãÏk&87u=ì` C@":‰‰   ÔÔÄ991/ì2ôì0KSXííY"!!!7!!f×¾münm¡þâ`ü/BîfR@‚ÔÌ91ôì290K° TK°T[X½ÿÀ@878YK° TX½@ÿÀ878Y3#'#Í“¤…uáœfþˆññ‘V7Ñ@!  ““ ÔÌ91Ô<üÔì99990K° TK° T[X½ÿÀ@878Y@=     ]K° TK° T[X½@ÿÀ878Y@           ]'.#"#>3232673#"&å/#*/}rY+D&/ )1}qY,B`1KNˆ’&/NM‰“¸b+ö@ ÌÔÄ991Ôì0!!ÕVýªö”Õ)JHn@Ì H HÔìÜì91Ô<Ôì90K° TX½ÿÀ@878Y@   ]K° TX½@ÿÀ878Y332673#"&546ØxWUPjw ³‹†‘HADJL’€vwDm;@ ¦ÍÔÌ991ôì0K° TX½@ÿÀ878Y@ @@PP]3# Í)ÍÌø)N h@“Î “" I"Ôìüì1Ôìüì0K° TK° T[K° T[X½@ÿÀ878YK°TK°T[K°T[K°T[X½@ÿÀ878Y4&#"3267#"&54632¢X@@WW@@X{ ssŸŸss ;@XWA@WX?sŸŸstŸŸ¶þus&@  “  ÔÔÜÄ991/ÔüÄ90!#"&'732654&'+%#w,^/(I CK@]$]m<6N6¸îÉfe@ ‚ÔÜÔÌ1ô<ì20K°TK° T[X½ÿÀ@878Y@)////2222BBBBVSUU]3#3#°½þÒ‡LÅþ¼‡fþˆxþˆçþuX"@  “  ÔÄÌ9991/ÔüÄ90!33267#"&546w=@/-!B "G"alK:e&%&… PG7x×îNf:@‚ÔÌ91ô<ì90K° TK°T[X½ÿÀ@878Y#373“¤ƒwáœîxóóÿãÓ e@8    : Qc     ÔäÄ.99991/ìä90KSXííííY"3%!!'%sÊr)IþqqÑ üdq–JÓý°ÑdþéýϨ3hd´XZ€@K:‰‰   ÔÄÀÀÀ99991/ìüì990KSXíííí9Y";#"&5467'!7!%XY[ÓÏ­© ;þÇJ¨sþÄôs;JþX˜%6IHœƒ#O(Ûc$)ý×ÙbþÛÿÿÿã{m&69uÿÿsÿãNf&Vàÿÿÿúúm&=9uÿÿNmf&]àþ¢¾˜@ ÏÏÔ<ì21ÔìÔì0##¾¬¬¬˜ý öüý öÿøjÕk@;  : ‰ cQc    ÔäÔì99991/Ä2ìôìî20KSXííííY"%267654&+!! )#73D¹àD6E¤Ár[ þökgTGhþÉþ÷þщ{¦}s?…°˜þ+•ýá/øü¢þ¨…¿£Å•{wÿãj!0…@L:! %%‡+‡ e‹1( .(!. ( 1ÔìÔìÀ99991ìÄôìî99990KSXííí9íY"#"&5467>32.''%'3%.#"324&f{qKFMãÁÌLGLç†0 5)þ×Õhÿ%P,³Ýsh§Ô/«þÖ—‹þÿhtx×Ë~ôio{&V:^\VÈ‘X\þ þÈýx„A@eÿÿÃDk&<9uÿÿÿÙþVÉf&\3‡Õ ‹@I   :c cQ   ÔäÔì999991/ôÔìÔìÀ0KSXíí9í9íí9í9Y"#32! 32654&#FHË#Ë3ñÏÙþ¾þè`iê¤Æ|‚mþ“Õþî°§ìþï¶ý縘gbÿþþVh%Ž@M%$#" ! :‡‡e†Ž&& &ÄÔì.9991ìääôìî990KSXíí9í9íí9í9Y"%#3>32#"&7267>54&#"%o¸ƒ¸r=¬d¢²OFKÌzdèQ†-18gfU‰018pýÉÉý²RXлþànvzTHYU\çqZXXär{…X-y×¶lÔÄ1Ôì0!!X!ûßת–®;T .@     Ô<Ì91Ô<Ì290 7   –^þ¢t^_tþ¢\tþ£þ¤%\^uþ¢^uþ¢þ¤w^þ¢\œšß X@. JJ:Ð Ð ÑÐ`     ÔÄÀ991ôìäÔìî20KSXíí2Y"3?33!qÎuçî‰Íý× c)t'ý+n3œßðj@5ÐÐ: ÐÐ ÐÑaKÔÔì9999991ôäìÔìî99990KSXí9í9Y"!!?$54&#"7>32ì‹ýÓª!9J?3zST}5vˆþËrnŒýi3=%)o^‹ó×ð(H@*Ð Ð Ò ÐÐ ÒÐÑ#a)   KK& )ÔÔìÔì991ôäìôìÆîöîî90#"&'732654&+732654&#"7>32HNЯB;Ch2p‚UYHHavVV*e<Gz7yƒr\ [Gƒžy\NC@jP@33sd[Otÿÿ/þóm{'ðþÿœ&  ‰üWÿÿ/þóy{'ðþÿœ& ñšüWÿÿ/þómŒ'òÿœ&  ‰üWÿÿNÿã˜m&* 9uÿÿ;þHyH&JÚÿÿ9˜P&, 9uÿÿþu{ð&6Ýÿÿsþu5{&VÝÿÿsÿãÀk&&®uÿÿœÿãÀf&FZÿÿsÿããm&&®uÿÿœÿã¨f&FàZwÿã‡-Ó@|  "! #+,-+,-*: °Ó‡+ ‡"e+†‹ %.ÔìÔäÀ999991/ìäôìîý<î2990KSXííí9íí9í9í9í9Y""3267>54&!7!733##7#"&547>32®X†.16feU‰018mª>þ´I¸ÀÁú¸A¥d£µPEKË|a’ßWWZås€€ZXWçrx†5y••yúúTVÒ¼!lvxW/ßZƒ·ÔÄ991ÔÌ0!!P !ýöƒ¤Ç/þ`/@:nÔäÀ91Ôì0KSXííY"3#þ;ü`þÏÿöÿã¨ð-|@C$%°|{c!|{ c °'+a!e.'.-,+($$ &,$.ÔÄÄÄüÄÄ9999999991ääÔ<Ì2ì2îöîîöîî299032.#"!!!!3267#"5#73>7#7î]LèJ—H'FƒGŠßGÙ2þ8 ›/þˆ‘‡L«U'P VÝå¬1… ž1´!*(ÏA<ÓÅl+\4n6«·@=Ï*( -n;Y'l ÙŒ@¦ÔÜÔÌ99991Ô<ì20@OOOO____]K°TK°T[X½@ÿÀ878YK° TX½@ÿÀ878YK° TK°T[X½ÿÀ@878Y3#%3#NË'Ëþ Ì)ÊÙËËË?îö[µÔÄ1ÔÄ0@))**//]]K° TX½ÿÀ@878YK°TX½@ÿÀ878Y3#BÐþÍ öþø‡RéÐ@ “ “ÔÄ91Ô<üÔ<ì9990@z                       ]]K°TK°T[X½@ÿÀ878Y/&#"#>3232673#"&ã"*&"6}#|U">##$(8 } ~\79 32mn 6.mnôî=öY¶ÔÄ91ÔÄ0@//]]K°TX½@ÿÀ878YK° TX½ÿÀ@878Y#ª“‹¾öþø‡îø]@ ÔÄ91Ô<Ä90@/// ]K° TX½ÿÀ@878YK°TX½@ÿÀ878Y3#'#Õž…‹Ñ˜øþö²²ºî5øc@ ÔÄ91ÔÄ290@//// ]K° TX½ÿÀ@878YK°TX½@ÿÀ878Y#373-Õžˆ‹Ñ—î ²²/ømf@ ÔÌ991ÔÜÔÌ0'F#øllœªß t@> JJ J  J: ÐÑ`   ÔÜÄÀ991ôôÔ<ì290KSXííííÉÉY"33##7!7 !ü¢iuw!‹#þ~Íþª ßýäo¸¸y}þyÃ5ø 3@  HHÔìÔì1ÔÜÄ20K°TX½@ÿÀ878Y332673#"&ÃrOKWky!¹€xø=68;qym`Û:@ ¦ÔÌ991Ôì0@ OO__]K°TX½@ÿÀ878Y3#–Ê'ÌÛÍ""""hŠîvú ¸æd¼ÒøÄhÊ$Žð Šè$j²Ö N è > ° þ T œ Þ P ª æ 2 „ ²,ŠÞ8š´ê\–(†Ð>dœ¾Òúº>ŠÊ$À8ŒèD–Dºþ‚øNú`Ô ¤hž F ^!!B!N!Ò!Þ!ê!ö""""&"2">"J"V"b"n"z"†"’"ž"ª"¶"Â"Î"Ú"æ"ò"þ# ##"#.#:#„#À$.$ %>%^%²&V' '˜'ò((d(¦))ª* *B*r* + +²,,@,b,¨,ø-x-Ì. /0†0¢0Ô1R1Ì2 2H2„2Ü2Ü2è2ô33n4H4d4€4Ð55J5v5¤5Î5Ú5æ66Ž6²6Ö7\7Ê868\8ˆ8Ô9z9†9’9ž9ª9¶9Â9Î9Ú9æ9ò9þ: ::":.:h:¤;:;T;ª;Ö<0>,>œ?.?:?F?¶@:@P@Š@ÎA.AŽAžA®A¾AÊAÖAâAîAúBBBB*BÜBôCC CúD6DÌEEHEŒE¨FF6F`a akq‚ “ 0°à û 7  J     " , " N  p  Š ` ª 6  0 @ n pModifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansItalicPanic Sans ItalicPanic Sans ItalicVersion 1.000PanicSans-ItalicBitstream Vera is a trademark of Bitstream, Inc.Panic Inc. / Bitstream Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.Modifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansItalicPanic Sans ItalicPanic Sans ItalicVersion 1.000PanicSans-ItalicBitstream Vera is a trademark of Bitstream, Inc.Panic Inc. / Bitstream Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.ÿõÿ+   !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóõôöøùúûüýþÿ     NULL sfthyphenperiodcenteredEuroc6459c6460c6461c6468c6470c6472c6477c6478c6475c6476ÿÿBºÑ`#cÕVeraSansMonoObÿÿÿÿ6ÿÿþ628I00@äÈ LTSHA\&G@OS/2»€ñ;¨`PCLTc¥kä6VDMXnOuËTàcmap(‘._"|rcvt ¤>ˆ=.„8fpgmNX»(ðþgaspä„ glyfjQ»ü/¼ÜhdmxÇ33> 4Hheadè›I’,6hhea Û Zd$hmtxÍl8loca!ªþœ¿˜maxpìkˆ name¶Dá¦Á¸ %postÑ»:ÿñ?;ÿñ@<ÿðA=ÿðB>ÿðC?ÿðD@ÿïEAÿïFAÿïGBÿïHCÿïIDÿîJEÿîKFÿîLGÿîMHÿíNIÿíOJÿíPKÿíQLÿìRMÿìSNÿìTNÿìUOÿëVPÿëWQÿëXRÿëYSÿëZTÿê[Uÿê\Vÿê]Wÿê^Xÿé_Yÿé`Zÿéa[ÿéb[ÿèc\ÿèd]ÿèe^ÿèf_ÿçg`ÿçhaÿçibÿçjcÿçkdÿæleÿæmfÿængÿæohÿåphÿåqiÿårjÿåskÿätlÿäumÿävnÿäwoÿãxpÿãyqÿãzrÿã{sÿâ|tÿâ}uÿâ~uÿâvÿâ€wÿáxÿá‚yÿáƒzÿá„{ÿà…|ÿà†}ÿà‡~ÿàˆÿ߉€ÿߊÿß‹‚ÿߌ‚ÿÞƒÿÞŽ„ÿÞ…ÿÞ†ÿÞ‘‡ÿÝ’ˆÿÝ“‰ÿÝ”ŠÿÝ•‹ÿÜ–ŒÿÜ—ÿܘŽÿÜ™ÿÛšÿÛ›ÿÛœ‘ÿÛ’ÿÚž“ÿÚŸ”ÿÚ •ÿÚ¡–ÿÚ¢—ÿÙ£˜ÿÙ¤™ÿÙ¥šÿÙ¦›ÿاœÿبœÿØ©ÿتžÿ׫Ÿÿ׬ ÿ×­¡ÿ×®¢ÿÖ¯£ÿÖ°¤ÿÖ±¥ÿÖ²¦ÿÖ³§ÿÕ´¨ÿÕµ©ÿÕ¶©ÿÕ·ªÿÔ¸«ÿÔ¹¬ÿÔº­ÿÔ»®ÿÓ¼¯ÿÓ½°ÿÓ¾±ÿÓ¿²ÿÒÀ³ÿÒÁ´ÿÒµÿÒöÿÒĶÿÑÅ·ÿÑÆ¸ÿÑǹÿÑȺÿÐÉ»ÿÐʼÿÐ˽ÿÐ̾ÿÏÍ¿ÿÏÎÀÿÏÏÁÿÏÐÂÿÎÑÂÿÎÒÃÿÎÓÄÿÎÔÅÿÎÕÆÿÍÖÇÿÍ×ÈÿÍØÉÿÍÙÊÿÌÚËÿÌÛÌÿÌÜÍÿÌÝÎÿËÞÏÿËßÏÿËàÐÿËáÑÿÊâÒÿÊãÓÿÊäÔÿÊåÕÿÉæÖÿÉç×ÿÉèØÿÉéÙÿÉêÚÿÈëÛÿÈìÜÿÈíÜÿÈîÝÿÇïÞÿÇðßÿÇñàÿÇòáÿÆóâÿÆôãÿÆõäÿÆöåÿÅ÷æÿÅøçÿÅùèÿÅúéÿÅûéÿÄüêÿÄýëÿÄþìÿÄÿíÿà             ,æÊ à  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œž ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàFR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥FR@~ÿ 1BS_ax~’ÇÝ©À    " & 0 : ¬!"""""""""+"H"`"e%Êûÿÿ   0AR^`x}’ÆØ©À    & 0 9 ¬!"""""""""+"H"`"d%ÊûÿÿÿãÿõÿñÿîÿØÿ ÿ^ÿ›ÿƒÿCÿhÿüöüÛàŸà…à–à…àVßjÞ–Þ¢Þ‹Þ§ÞtÞqÞ_Þ/Þ0Úï¿Púüüü¬£„…½–熎‹©¤ŠÙƒ“ñò—ˆÃÝðžªóôõ¢­ÉÇ®bcdËeÈÊÏÌÍÎèfÒÐѯgï‘ÕÓÔhêì‰jikmln oqprsutvwéxzy{}|¸¡~€ëíºøÖ×àÚÛÜßØÞ¶·Ä´µÅ‚‡™î¥¶, °%Id°@QX ÈY!-,°%Id°@QX ÈY!-,  °P° y ¸ÿÿPXY°°%°%#á °P° y ¸ÿÿPXY°°%á-,KPX °šEDY!-,°%E`D-,KSX°%°%EDY!!-,ED-¸,K¸PX±ŽY¸ÿ…¸D¹_^-¸, EiD°`-¸ ,¸*!-¸ , F°%FRX#Y Š ŠIdŠ F had°%F hadRX#eŠY/ °SXi °TX!°@Yi °TX!°@eYY:-¸ , F°%FRX#ŠY F jad°%F jadRX#ŠY/ý-¸ ,K °&PXQX°€D°@DY!! E°ÀPX°ÀD!YY-¸ , EiD°` E}iD°`-¸,¸ *-¸,K °&SX°@°YŠŠ °&SX#!°€ŠŠŠ#Y °&SX#!¸ÀŠŠŠ#Y °&SX#!¸ŠŠŠ#Y °&SX#!¸@ŠŠŠ#Y ¸&SX°%E¸€PX#!¸€#!°%E#!#!Y!YD-¸,KSXED!!Y-¸+¸€@t˜þ•»”»“ú‘úG»GŽ2–Œ2‹dŠ–‰ˆ‰kˆ†…þ„ƒ „úƒ ‚Œ‚þ‚À€YŒ€€&€Y€@&~2}þ|{zG{þ{¸ÿÑ@ÿzyAzGyAxw2xkw2vþuþtúsúrþqp%olþkj j ii€hghh€gg@fþeþd:d}cbcbaba`;`2_^_^];]d\ [Z»[þZY]Z»Z€YX%Y]Y@X%WþV;V}U:U2T;T'SRSdRQ–PdOSM;M2L:L2KJ;JdIþHþGF F F@ED.EþD@ÿ.CBA»BþA@]A»A€@=%@]@@?k>=%>»=%<;4K–7 7   @6ú 2 ú  2X}X–¸d…++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#3#¶îN#'#¸\ #Í#3#þ#/٨𢃮º¦˜¼°ô%¢Ã%1ž/;¶¢¤Å¤sÕÃáîÕ˜¢ÕÕðqÕîoúVú#Áéd\œH¾```{ÓšÃî\{šá`ª¸ߢƒšoÍ7ºLøÑ'5ª%ÓÕ={¢¤ðD=!Ï¢/îÑs*hþ–h¤@ ˜˜7/ÄÔì1ÔìÔì0!%!!hüsüåþ–øòr)RÕ ]@.    49    ÔäôÄÀ99991/äÜÄ0KSXíííí9Y"!!! #‰ 7þö# fÇ!þåÕýqþ›eçªçÕ@ 9ÔÌÔÌ1ô<Ì20!!!çÿÿÿÕýÕ+ýÕ+ÿ×ô¾N@3      ÔÌ91/<Ä2Ô<<Ì22Ô<<Ì220#3333#3#####73#73ðËJË^Í^Ý^ð6ñHð6ñ^Þ_Í^Þ_ð5òHð5ò^qþÛrþŠvþŠ×þÛ×þ‹uþ‹u×%×v'þÓD /m@;)%%$(<54&#.'.546?3.'‡;Rb9–5HS49U´a3Y²WDœÿË0/G’L22 ZD*9û’-.,=BZ(¤|±íííú',þÂ.¨‚¸ï!Ø '3V@-(  (?? ?>.?%1"+1""4ÔÄìÜìîÞî99991/îÎöîÞîî999904632#"&"32654& 4632#"&"32654&!º……»»……º?9PP9:OPþ½)ûè˹†„¼¼„†¹=8ON9:QRX†º»……º¹O::OO:9PýP¢`þ^’†º»…„»¹P::OP99Qÿßÿã¾ð&0—@O$%$&%%$()'/.040'$ % -<;C<BE%%!&!0$ ' !* 1ÔÄìÔÌî99999991/äöîöîî99990KSXÉ9É9ÉÉ9Y"%#"&547.54$32.#">73!3267ãV³WÀäź äF‡A16€BX^&(Ý*0ë xlsþÄþ®Z^^,Z.H23Õ°£i:d/·Ûÿ#&GB"tWþ :š]û[öÛ4•\c„çªçÕ¶9ÔÌ1ôÌ0!çÿÕýÕ+Rþò7 @ G   ÔüÄ9991üÌ0 #&57éê89áRPþÈý¥þÛþͦ¬J¡"F!qþòV @G  ÔÄì9991üÌ04'3qéê89áQQþýþÿþò8[%3¦«þ¶¢þÞýºþßy9TðJ@(   B   Ô<Ä2Ü<Ä2991ôÔ<Ä2ÄÄ2990 %#'-73%Tþ¶JLþ´¬þµLLþ´LK¬LÁ­®¸þ¨X¸®­¶Xþ¨¶B\¨ #@ H   Ô<Äü<Ä1Ô<Äü<Ä0!!#!5!ß®þRíþP°¨þRîþP°î®Ñþáìo4@4IÔäÄÀ1üÌ0KSXíí9Y"!#²:6þò׬oþñþ¼^߸+º +01!!ùe8üœßþÝ\ðo/@4IÔäÀ91/ì0KSXííY"!!¢NFþ²oþ‘ÿB3Õ@ 49/Ì991ôÌ0KSXY"3#TßüªÝÕùmZÿãwð /ò@ J$J-B$E0 '0ÔÄìÔìÎ1äôìîÔÎ0@Â////////// / / ?????????? ? ? D@@@@@E UPPPPPU ookkkkk k o ‹‹‹‹‹ ‹ ————— — C////////// / / ¿¿¿¿¸¿¸¿¸¿¸¿¸¿¿ ¿ ¿ ]]4632#"&3267654&#"#"&547>32éI45JJ54IjDG@k$6ABGCj$6AøfUIñÁ×eSJòÁÙé5HI43IGüqljc˜\rkhe•þ¤õÕþIŸ‰˜ìÕÓºœ‰ší+üÕ O@(4JJ9J   ÔÔÄÀ991/ì2ôìÔì0KSXííY"!%!!!^J¼þ¿3Fï53übÉL Jû/þüÿãoðc@24LK JBJ ÔÔì9999991/ìôìôì9990KSXí9íY"!!7%6754&#">32bi3üK13^’pcRÐv3mÖeÁòþ:(þüüø.Rb™HQ;: (*¾–ùþ{"ÿáÿã`ð(M@,M LK#M L K MBE) ) &  )ÔÔìÔì9991Ääôìôìîöîî90#32654&#">32!"&'32654&ž4|›sjSÇn6hÁXÌö½§†„þ¹þçfåz6`Ïlš¢œoUFL*( ŸŒÁ$¤„æþð&$.0‰Rc`Õ o@<      4 J9    ÔÜä991/äÔ<ì290KSXííííÉÉY" !!3#!!þu•5²¤1¤>þæ?ý®:ý¾–üjýþ¾BÿãÕj@84JLKJ J9 E  ÔÔìÀ9991ÄäôìîöîþÄ90KSXíí9Y"!!>32!"&'32654&#"T+3ýÄ5!H)ÅéþœþÌ_¿_3F«_¬ÇŽzN¥OÕþüþë éÅþõþÇ  (*ž‡hy(&`ÿß‘î '8@M M L KM%BE(  (ÔìÔìÀÀ91äôìôìîÖî904&#"326.#">32#"&5476$32#[Mi“[Kl’n3<ŒHÔ/<˜Y§ÂþÌéãäymb¹C‹-XgÈ“XjÈþô,.ÙÑABßÁþýþ©ûûÙš—ˆ‡mÉÕ3@4J9ÔÌÄ991/ôì0KSXííY"!!!Ã)ý þÁßý‡ÕÑúüÑ?ÿãqð #/N@$ M' M-MBE'0 $*$  *  !0ÔÄìÔìÔìî991Ääôìîî990¶)*+]4&#"326.5432#"&54632654&#" k[pŽo[mþ¨hk'յᲖmzþ×ïÒçÆà[Ge\S\}ÝXg—vVh—·n·ÆŸ”Ì©{ÜþîÇ´©ï7I]x]OY|7ÿáhð'4@M LKM %MBE("  (ÔìÔì91äôìÄîöîî9073267#"&532#"&32654&#"73=ŒHœÔ0=˜X¦Á2éããylaþêºCŒ%YMh”[Kl ,.ÙÑABÞÂWüúÙþc–ˆ…¡XeÈ’XkÊ1L'O@)4INI ÔäôäÀ91/ìüì0KSXííííY"!!!!þNHþ²?NFþ²'þ“þµþ‘ªþáL' F@"4IIN   ÔÄäÔäÀ991ìüÌî0KSXíí9Y"!#!!wN6þòט¼NHþ²oþñþÇþ“Xmy˜@ üì291ÔÌ90 5yüåûß!žþãþåùŸì X'yÛ@HH ü<ì21ÔìÔì0!!!!X!ûß!ûßí´ëXmy˜@ ü<ì91ÔÌ9055X!ûßžúþ`ìþaù#uð!‡@K !4  !  ;<B!   "ÄÔÄæî9991/ÎöÆîÍî99990KSXííí9íY"!!!7>?654&#">32Z 7þöXþöX]k‘JEYÍt5fÖh¥Æbui~þ呚`N]~C9>IH 7:¥†_¦bViŒÿòþÁÍs ?a@4-0)? OO P,)O0P O09@? < ,- <&<3@ÔÄüÄîî999991ÔÄüìþÄýÄîî999902654&#"#7#"&5432>54&#"3267# 476$32ÓhŽQGgP Å+r<‹ ÿ·Hh |i|âX[`ìÈO¢Q?k¿_þãþ±XTtP½Âì-·‰MX³‚S]¦R15°™Þ31/#B[kv{þØ›ïþé00®95~D¤<‰ºÍͨ@$ÿÕ n@:      4<Q9    ÔÌ91/<äüì90KSXÉÉÉÉÉÉÉÉY" !!!!!Íþø›hqþÛþp¢þÕÃý¡qú+qþÿìš×#@I###  # #4T T9T S"  "#$ÔôÔìÔì9991/äìôìî90KSXí9í9í9í9Y"²]´ ]32654&# 32654&#%!2#!VÅœ“joTDÅy{VZþKâÓ×¾¯‹šLEKæÃþ¦þF…VRFþ¥mjD@릤¡Æ žƒl»?C<ƒÿãÃðJ@UCVUCV BE  ÔÄì9991äôìôìîöî0K° TX½ @ ÿÀ878Y%#"476$32.#"3267²M¡Uïýya™RM@2‘XPš6EU~vQ¡^+$$槉nr$$þ¸DEaUkþÓ‡’›CIÿøÕ ]@+   4V 9V    ÔôÔì9991/ìôì0KSXí9í9Y"² ]´]3267654&#! #! º`pš+4A}þ½;%hH^þúÛþ¶Ëü?XXj%~„€ öøWÅq—ÒE\PáÕ U@/  4VV9 VS   ÔÄä91/äìôìî0KSXííííY")!!!!!¾ü_ ¤3ý…??1ýÁL{Õþüþ¾þüþy/ôÕ P@+4VV9S   ÔÄä91/äôìî0KSXííííY"!!!!!Áý…>B3ý¾þÙ#¢Ñþ¾þüýuÕfÿã¨ð&x@3#&& !"&4"##V%VUCV BE'%$#"&'ÔìÔÄ991äôìôìþÔî990KSXí9íY"K° TX½'@''ÿÀ878Y%#"476$32.#"3267#7!ßFÄsòþö‘xb˜QMB3ŠQG4)E "€t$?9Î1Ì^;@"פ‡os$$þ¸CF;9/~Mb·N#øÿøÙÕ ‡@?     4VS9   ÔäÔä91/<ä2ôì0KSXííííííííY"²P]@ PPPPP]!!!!!!'oqn'þÝþÙþþÙÕýÇ9ú+˜ýh¶Õ J@&  4V9 V    ÔÄÄÀ991/ì2ôì20KSXííY"!!!!! 3y3þ×¼)4üˆ3)¼Ñþüü3þüÍÿìÿãÕR@+  4 UCVV 9E  ÔÌ991äôìîöî990KSXí9íY"'3267!!#"&AN±gtq”þ—4Ç!RCC¶qoÖNX`_lŒòü ª¬7785ÿîXÕ w@B      49   ÔÄä91/<ä290KSXííííÉÉÉÉY"!! !!'l3\ý¢RþÑþ¬_þÚÕýÓ-ý¤ü‡žªþ P!Õ6@4V9ÔÄä91/äì0KSXííY"3!!P#'ðw3Õû/þüÿÇ Õ â@I     4 9   ÔäÔä991/<ä290KSXííííÉÉÉÉY"K° TK° T[X½ @ ÿÀ878Y@>  /////   '//)/;8]]!!## #ça1)hþßýíþÛÛ/çüÕýqú+®ýqûRÿççÕ ¤@:  49  ÔäÔä9991/<ä2990KSXííííÉÉY"²(]@*5(*'%300005QWPPWPWPW]]!!! ! /×ÓþàþÛáÓþùÕûÃ=ú+=ûÃ=ÿã“ð)P@V'VB'E*! *ÔìÔì1äôìî0@+0044553300000000 0!0"0#0$0%]4&#"3267>7>47>32#"&dPQ;d$+PQ;c%-üÙdUMúœ×ãbTNûœÙâüxxGE'\sÇKxvGE,ƒSsÇþ ÈššŒ—üîÊþc—˜ýºÕk@;    4TT 9   ÔäÔì9991/ôìÔì0KSXí9íí9í9Y"32654&#%!2+!)T’‘h}þ‘¤ì÷I:N蹤mþÙÝþJ‡‡[Mø·¯ràB[QýÑ=þç“ð-|@%VV BE." " ".ÔìÔì99991äôìÄî990@A000 0 0 00000000005553$3%3&0'0(0)0*0+0,0- ]#"&547>324&#"3267>7>ÚåcTNûœÓçaU#iI”Ó›PQ;d$+PQ;c%-úðÊ—˜÷àÕþ]›Bn/º†xxGE'\sÇKxvGE,ƒSsÇÕ @Q       4T T9    ÔäÔì999991/<ôìÔì9990KSXííí9í9ÉÉ9Y"²(]²(]!&'&+!!232654&#=D¤þÓj5iusþÙ#šèàÄþZP{‡‹\\Á HWýçx »ý²Õ¯µ»áþi€|NMÿã‡ð'·@;'''4 ' UC!V U C VBE('$ $(ÔìÔìÀÀ99991äôìôìîöî990KSXÉ9É9Y"¶   ]@    ( ]]@() ( ( 9 9 9 I I I Y Y Y h h h y y y ( ]].54!2.#"!"&'32654&'úÀ|CgÃ[9D¶ov”¸t’‡þ¾þînå|;aÔk…˜FE˜P–~Ü))þã>?qXTS3A·…æþî451QUud>[´Õ}@4V9ÔôÔÄ991/ôì20KSXííY"K° TK°T[K°T[K°T[K°T[K°T[X½@ÿÀ878Y@ ¯¯])!!!jþÚïþ1#3þ…Óþþ-ÿãøÕs@=   4  VE9 ÔìÀÀ9991ä2ôì99990KSXíí9í9íY"!3267!#"&546D¸'Ç\TlÇ'¹#P?LÐ}Ûì '®ü/RZz|øüR´¹?JNÆ·*dË-ÕF@#49ÔÌ91/ä290KSXÉÉÉÉY"%!!!ú-ý{þdA#òãú+Õ)ZÕ @A      4 9    ÔÌ91/<ä290KSXÉÉÉÉÉÉÉÉY"²]@**5888]33!!!þlî )þ3þò þÂþôÕû¸Åý;Hú+üðÿq?Õ u@?    4 9   ÔÌ91/<ä290KSXÉÉÉÉÉÉÉÉY")! !!/þÝÈþpþ½fþá#»hAýÃþÇþ1Ïý‘NÕ`@149 ÔÄÄÄ91/ä290KSXííÉÉÉÉY"!!!‘%»›Bý‡sþÛsÕýw‰üwý´Lÿß Õ 7@4V9V   ÔÌ91/ìôì0KSXÉÉY"!!!7!ñ1ü”¼3ûé/Zý}Õôü#þüôÝßþò?F@!4WWGÔÄÔÄÖÆ991üìÔì0KSXííY"!#3!Dû&òþçò%þ¾úZ¾TÿBåÕ.@49ÔÄÀ91ôÌ0KSXÉÉY"#ÆÊÇÕùm“jþòÉB@4WWGÔÄÔÔÔÄ991üìÔì0KSXííY"!73#7!dþ%òò%üþò¾¦¾9¨˜Õ@ 9ÔÌ91ôÌ290 # #ãµòþÂþÃòµÕýÓ-þÓ-ÿCѸ+º +01%!5Ñû/¾¾sî`f/¶ÔÌ91ÔÌ0K° TK°T[X½ÿÀ@878Y#ÑÆþÙfþˆx/ÿãu{ *@O      4!  ]]!<"\]%[E_ (  !"(+ÔìÔì99999991/ääôìôìîî9990KSXíí9í9í9Y"K° TK° T[K°T[K°T[K°T[K°T[K°T[X½+ÿÀ++@878Y@23 0!0"3#vv…†       x¦¦¦ ¦¦¦ ]]"3267%!7#"&54$!37>54&#"7>32²¬¦Q?v 7{þÝC­n—±7%ÁfaRÏv/qÉ[Ùàhm?Rº¬mý}MM¯•×ã1 9<98ú''˜“'j/ÿã ´@J    4 <<E[G    ÔäÔì999991/ìäôìî990KSXíí9í9íí9í9Y"K° TK°T[K°T[K°T[X½ ÿÀ @878Y%254&#"!!>32#"&XoŸSJr¥Z)þÛ/%w?¦_’«=7EÒuoÑÊepþëÆhwÏý¤`cÛ½ƒþýi}–ÿã…{W@ ` <K< K [E  ÔÄì9991äôäìæîîÆ0K° TK°T[K°T[X½ÿÀ@878Y%#"$5!2.#"3267¼M£Sâþÿo(bªL5=ˆNªÕz|FŸ[%!!ø×=Œ)+þô:8øÆ€~44Bÿãø ´@J    4 <<E[ G    ÔìÔä999991/ìäôìî990KSXí9ííí9í9í9Y"K° TK° T[K°T[K°T[X½ ÿÀ @878Y"3254&7!!7#"&547>32yo SIr§Z‘}%þÑþÝB¥_’«>8EÒup“þåÊepÆhw…ùì¦`cܾk’Lÿãƒ}&w@#`d<Kc#< [E'& 'ÔìÔì99991äôììæîîî0K° TK° T[X½'ÿÀ''@878Y@ÏÏÏÏÏÏÏÏÏÏ Ï& ]%#"$547>32!3267>54&#"á_ÎnøþþXPTè†Ñü ý †ƒlØ]¨fYdŽ(7**íäafmðÆ-vSce>;h Ubvvçô©@=    4 ddG e    ÔÄä99991/ä2üìî2990KSXí9íííY"K° TX½@ÿÀ878YK° TK°T[K°T[X½ÿÀ@878Y!!!!7!7>;#"XX+þ¨®þÛ®þï+*¸ïð+æA:¬LáüáNÓ“á7þX¦ +Ò@\+ + + + +* +'(&)+ +4)* `<<K<&[*ef,* )+ + ,ÔÄì99991Äääôìæîîî99990KSXí9íí9í9í9í9Y"K° TK° T[K°T[X½,ÿÀ,,@878Y²]%254&#"!"&'326?#"&547>327!s¨RHr¨P5þìþïb¶W6K¥W}6›`¹TIFÉjh‡#%ö »doþ÷¹fo¢þëç --u|…SUѲ‹lgtng¶;`Û@L   4  <[G   ÔäÔì99991/<ìôì99990KSXíí9í9ííí9Y"K° TK° T[K°T[K°T[K°T[K°T[X½ÿÀ@878Y@    7 ]!>54&#"!!>32NþÛ…:7StyþÛ/#t0¨e€Š Øý(ª5:=‡ý‹ý¤\g‹L7 “@5   4 i hded    ÔäÔÔÄ991/ì2ôìüì0KSXííííY"K° TK° T[K°T[K°T[K°T[K°T[X½ÿÀ@878Y!!!7!!!!5D®l+ü+mƒþá´%CþÛ`üáážþªÿÁþX¸@?   4 id dhef  ÔÄä.991äôììîî990KSXí9íííY"K° TX½@ÿÀ878YK° TK° T[K°T[K°T[X½ÿÀ@878Y´]%#!73267!7!7!!Ý!=/;¢þÍ-çdf¦þ×+N)þÛB%+§.;4ák‡TáËVR “@D      4eG   ÔÄä991/<ìä90KSXííííÉÉÉÉY"K° TX½ ÿÀ @878Y!! !!%˜”rþ9þÉÞtRþÛüòZþ^ýB `þTé Œ@/ 4dGd  ÔÄÀ999991/ìüì990KSXí9íY"K° TK°T[K°T[K°T[X½ÿÀ@878Y@ ‰‰‰‰]3!!"&5467!7!q>N-þ×ͪ ËþÎ+Vm!-%áp‚F,¸áÿß¶{+‰@k !    $!"!#""!4&$!  <)[$e" $,"%  &!"% # % " ,ÔÄìÔäî.999999999991/<<æö<î29990KSXíííí9íí9Y"K°TK° T[K°T[K°T[K°T[X½,ÿÀ,,@878Y@™? ? ? ?????7???????@@@@@@@ @ GOOOOOOOOOO O!O"O#O$O%O&O'O(PPPPPP P __________ _!_"_#_$_%_&_'_(…… …!‡"„$„%„&„'L]>32#>54&#"#>54&#"#3>32 €L\l Œï‹ #"09‹ð $"/7‹ðÙÕ)yEEWð@Kpa/aKý1Ï3=(*Zwý1Ï*B(*Wzý1`tDKK;`{Î@L   4  <[e   ÔäÔì9991/<äôì99990KSXíí9í9ííí9Y"K° TK° T[K°T[K°T[K°T[K°T[X½ÿÀ@878Y@ ]!>54&#"!!>32NþÛ…:7RuyþÛÙ% 0¨e€Š Øý(ª5:=†ý‹`¨\g‹LXÿãy} !@ <<[E ÔìÔì1äôìî04&#"32!2!"&R]U{¦aSy¦ýM ×òþ³þõ×ò¬mvþðÍjy6B‘ñÖþ½þpñÿÛþV‘{ª@M4<<[Efe    ÔäÔì999991äääôìî990KSXíí9í9íí9í9Y"K° TX½ @ ÿÀ878Y%!!>32#"&7254&#"{{þÛ-%!G¤]“ª>8EÒupËo¡SJr§ZÏý‡ ¨baÛ½þüj|rÉepþëÆhwDþV¢}¶@N4<<[Efe  ÔìÔä999991äääôìî990KSXí9ííí9í9í9Y"K° TK° T[K°T[X½ ÿÀ @878Y7!!#"&547>32"3254&V'%þÓþÝs?¦_’«>8FÐto‘Ëo TJr¥ZÑùöP_dܾk‚‘}sþåÊdqÆhwšË{}@5       4 <[ e   ÔäÌ91/äôìÔÄ990KSXíí9í9íY"K°TX½ÿÀ@878Y.#"!!>32–0vJ¦³(dþÙÛ%#>Æw>o,/+)°Ïýü`®`iZÿãF{'¼@<    4 ``<K<K%[E( " "(ÔìÔìÀÀ99991äôäìæîîî90KSXÉ9É9Y"K° TK° T[X½(ÿÀ((@878Y@(-/// / / ,/. / :::JJJYYY ]].#"#"&'32654&/.54$32F2K®]^nIJ€vþíõhÏc3V¾]n{=…Xzrâ]º=þ56F;-7%%Œr¶Ï##8;KC.4'$‹p¨Ï¤‘ž¦@>  4 de d  ÄÀ9991/ìô<Äì2990KSXíííí9Y"K° TX½@ÿÀ878YK° TK°T[K°T[X½ÿÀ@878Y!!;#"&5467!7!P>+þhjÿã`×@O   4  <E e  ÔììÔä9991/ä2ôì99990KSXíí9í9ííí9Y"K° TK° T[X½@ÿÀ878YK°TX½ÿÀ@878Y@      ]!3267!!7#"&546{#ƒ:6Sqz#ÙþÛ!,ªeЇÙýT4:?ŒŠwû ¦Zi„H¬Ï`¨@#4eÔÌ91/ä290KSXÉÉÉÉY"K° TK° T[X½@ÿÀ878YK°TK° T[K° T[K°T[K°T[K°T[X½ÿÀ@878Y@    ] !!ÏýÙþ‹P…`û `ü’nZ-` °@B      4 e    ÔÌ91/<ä290KSXÉÉÉÉÉÉÉÉY"²]@.&))::KL   **-<<<IM[\]]333! !`ð!ãæ#üþ^þèïþé`ü¦5ýËZû Ný²ÿ´Ë` Ú@@    4 e   ÔÌ91/<ä290KSXÉÉÉÉÉÉÉÉY"K° TX½ @ ÿÀ878YK°TK°T[K°T[K°T[K°T[K°T[K°T[K°T[X½ ÿÀ @878Y@ )8HYY]] !! !Ëþ#þÕªþÑþ´þþ-” `ý×ýÉdþœRþÃ=ÿ¦þXé`·@A     4  df e  ÔÌ991ä2ôì9990KSXÉÉÉÉÉ9ÉY"K° TX½@ÿÀ878YK° TK° T[K°T[K°T[X½ÿÀ@878Y+7326?!!'p£~ð-uWd<'Ù)5yÆiß54&+7326?>!3#"3o%”Ĩ + `w>%=€)+»•${hY& }‚_S) DP¿m}88×0=L=¿nœ×à¾Vѧ†WLE'Í.8;3öþÙ¶kÔÌ1üÌ0#Ùãøÿáþ²0µ@i+,+,,+ 4+1''%,%W'W/W'G1/, 1'&%(&01Ä.ÀÀÀ991üÄìÔìî999999990KSXí9í9í9í9Y"326?>7.546?>54&+732;#"+{gX' ~^T) BQy%“ͤ)_t>%>ƒ)+Æø–UͤŠTOG*Ñ06<1¾`r#m× :UF¿t–×Þ“XÏy++@ ll  üì1ÔüÔìÀ9990#"'&'.#"5>32326yKOZq Mg3NJN’S5dJ t]FŠ+é<73 ":?å=6 7=ÿÿÿnk&$3uÿm !‘@J    !  !4 < = Q  " !  "ÔÄÔÌÔÎ99991/<îæÖÎî9990KSXÉÉÉÉÉÉÉÉY"32654&#"!!!.54632!oM66MN56MEkþÙþu¢þÙ”$*§vt¨/þæþþP6MM66MMþûúqþ$j5u¨¨u;lâýÿÿƒþoÃð&&Ýyÿÿák&(Xuÿÿÿççm&13uÿÿ=ÿã“k&23uÿÿ-ÿãøk&89uÿÿ/ÿã×f&Dÿÿ/ÿãuf&DCÿÿ/ÿãuf&D×ÿÿ/ÿãu1&DŽÿÿ/ÿã‡9&DØÿÿ/ÿãu&DÜÿÿ–þo…{&FÝ‘ÿÿLÿã¸f&HÿÿLÿãƒf&HCÿÿLÿãƒf&H×ÿÿLÿãƒ1&HŽÿÿŒf&ÖÔÿÿ7f&ÖCÔÿÿ7f&Ö×Ôÿÿ71&ÖŽÔÿÿ;h9&QØÿÿXÿã¸f&ÿÿXÿãyf&CÿÿXÿãyf&×ÿÿXÿãy1&ŽÿÿXÿãy9&Øÿÿjÿã¸f&Xÿÿjÿãf&XCÿÿjÿãf&X×ÿÿjÿã1&X޶ÿ;yÕ Z@/4; 9    ÔäÀ9991ÄôÔ<ì20KSXííííY"!!!!!7!yLL+þ´ÑÿÑþ´+LÕþ}ßûÈ8ßV´ð@m mBÔìÔì1ôìÔì02#"&546"32654&hCz//12.0zD¾ÀHdbHHdcð30/xDBz./3¾ŽÁ¢dHHbcGHdhþÇN˜$R@1` `J K JK[ E%  ""%ÔìÀÀÀ91ä2ô<äÄì2äÆì2îî0.'>7#.547>73N5-n@‡@@3>A77ÂÐmfP×{7Ž75rþˆˆ»h5þø(/ýL.)þø"þà íÈ›jSYþá"üƒ´þû®j…ÿéÝð@F  4 dLK<B J  ÔÔÔÔÄÀ9991/Ä2ì2ôìôìî2990KSXííí9íY".#"!!!!3#737$32Ý5i!P+þ®?á3ü4ë@Ç-Ç%3ïJ°þö))†°áþ²þüNáÅ ì hÿ=#ðG‰@N7829 %8?/;.2;+;;EB+H785 (" 5%(9B 8?"B5("B54&'.#"#"&'732654/.5467.54632‰P&:>#&N:)9>&"J-Dƒ?U^=micUor-+ïÃR±b.JžKV^˜dmPzr30ë¿G 7,X&':6&'X(#@Ïå"!D?)HECAzLT–C+e?˜¾å!"D?Ee DHsK]š2)b?ÂÑ`µ ÔÌ1ÔÌ0467>32#"&'.736€HIƒ256743„IH‚426úIƒ235624‚HIƒ447743ƒfÿ;¦Õ `@-  49  ÔÔäÔ<äÀ9991Ä2ôÌ90KSXÉÉÉÉ9Y"!###.54 þ¸¾-¿þÕ¾¤«¸EÕùfùùN¬ŽÙ'ÿã…3@e )*+*&'%(++*4("!%3.+%`< %<.G E))*31! (+*1!  ! 1*4ÔÔÄÜÄîÎ99999999991/äþîîÖî99990KSXí9íÉ9É9Y"K°TK°T[K°T[K°T[K° T[X½4ÿÀ44@878Y@lllllllllll ]#"&'732654/.546754&#"!6$32yœ`L;:þÿÜB‚@1:k.ZhoE,*·©ZR]rÛþÛÛ)ÔÆÃ #dS9`L;}D¼Þú ODBoG-g;‡»%@GfeûžfÔÝ®±+d}ÑN 4L\@3-*+'0!o5n2+oAn M*',$0-!1"3+"$ G3 ;/ÆþåþõîÄî29991ÔÄüô<ÄþõÎÎ99902#"&'.5467>#32654&'2#'.'##%"3267>54&'.hÚZZ\[[[Ú~}Ú[[[\ZZÚb@@998(…NG&7O¬?9)¤cªIGHHGH«cc¬GHHHHH©NZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZþb¤((+)oXZAU 81¦…:/ðq®GIG¬ebªJGHHGJªbe¬GIG}ÑN1ID@%  q po>qpo2n>n&JD  8 ,/ÆþåÄ2îÎ1ÔìÔüôüäõþäÎÎ0.#"3267#"&546322#"&'.5467>"3267>54&'.P4[0akjb5`*7j2©ÊÊ©7iµÚZZ\[[[Ú~}Ú[[[\ZZÚ~cªIGHHGG¬cd¬FHHHHH©¨h__g¨»›œº$ZZ[Ü~}Ú[[[[[[Ú}~Ü[ZZGIG¬ebªHHIIHHªbe¬GIG“fÕ A@$   9 # # ###/üþìÕîÖî91ô<<Ì2Ô<<Ä9073#######5ÙdYЙkKu˜TœÕããý¾µÿþKB…þC½…9î¸f-µÔÌ1ÔÌ0K°TK° T[X½ÿÀ@878Y!#wAþFÅfþˆ ;H1a@ÔÜÔÌ99991Ô<Ì20K° TK° T[X½@ÿÀ878Y@////????]]3#%3#Zî1ìþ¤í1ë1öööNÿöƒ >@"   H H   ü<ì291Ô<ì2Ô<ì2.À990!3!!!'7#5!7!N“ü–’¢þÅ®éýmü–’¢A°þÛ1}´ëÜíþϲíÜÿjÕ…@L    4V <V9VQS  ÔÌ91/<äììôì2îî0KSXÉÉÉÉííííY"!!!!!!!33þÝ<3þüN64ýÍHþå›þýŒ‡þðã}ÕþüþÉþüþnþüjþ–Õþüý…{ÿsÿÁL'.l@8+'/.(+%&"V"+VB"E/ .(% '& &/ÔîÖìÀÀ99999991äôìîÀÀ9999999032.547>327#"&''.#"wM8}›4üô bUNüi¦=š‹Í L5Nûœr­9 áK4y™6b<=2^ý®"J'Ö¢™Ž—BAªsã8a,>ŽO‹ìb˜JH´rN47þÛþ® ßÅ /7@$ s'!t s-r0 $$$*0ÔìÔì99991ü<ì2ü<ì299032654&#".#"326>32#"&'#"&54632Õ0P2;JC88bý6J054&#"#"&54632#"&54324&#"32?3-,Ë:*:¬}ÀêþÆï¬Þé«f‡MHe…LJd…–c³Bds’<+@lþ½þñþ­þF屯Wít|þôÏuy þLPî *@ ‘ ’‘   Ô<Ä91Üìüì990 5!! !!5mþÀýyÁþ=šü/9)ŒÕý üæÓ‡˜þL9î@’‘44ÔìÔì1Üìì20!!!9ÿþ_ÿîø^Óù-¢ÿÙ¾L<@  xv { )('('%ôìäÔìää1/äôì22Î99990#3267#"&'.=!!#5ž¢1F",c7Orþîþã¢LÑýï?¼ " VX#oü…{ÑHþ‹‡)*@$”• ”“*'! 56!5*Ôìüì91üÌìüÌì026732#"&'&'&#" #"&54632mfÖÜbwL=.> b )'8¹yaxMB3F ü‰KûÀbPJ?(:Ó¬ð *.t@A! '~!~ -~+ +'~}~|B/! *$-,.+/  $ $ /ÔìÔì99999991ôäìüìÌÔÄîîî9990#7#"&546;7>54&#"7>32"3267!!XÏ.{OkßЇIF9“S!PA”¤þÈzu:,Upý˰#ýPþ@X65zh• #(*(&®i^ E…HK,:xþªÝ¬+ð 4@~~ }~B  ÔìÔì99991ôìüìÜì0432#"&4&#"326!!3ïÁ›­îÀœ®%D=WxE54&#"!Zîxlëílxîþ)QNpgfqPRþ'Óm¿8nþ’þÈ¿þñmÓ Oê§ÖèèÖ¦íMþôÿáÿãÏ{ L3@ƒ. .8765493.01/2.43 <1!C=("L !`"<`= ]]1]"K%c9]=\F@[+%E1_MLI 32!"<=.(16C.I..MÔìÔìÄÔÄ999999991ää2ô<äì2ìæî2îîîî999990KSXí9í9í9í9Y"K°TX½MÿÀMM@878Y@,3;3<3=   ¥/ 0 1 2Ï ÏÏÏÏL0000;0<0=]]7#"3267>54&#"!3267#"&'#"&546;7>54&#"7>32>32ÏJbu:1CP% (,8Gšþ=UF8‰A/9ˆQ^† =“Y–óÌl DA4‹V/O‘ERt4‹T~ˆ‘NgU3IHþô7:¥†_¦bViŒñRÕ ]@. 49 ÔÄôäÀ99991/ôÜÄ0KSXí9íííY"!!!3Hþõ8 þÝþöfÇ#ºú+eþ›Xjyƒ@ H üüì1ÔÄì0!#!X!îü̓ýç,1ÿÙ–¾ ,@  —–   ÔÄ91Äüì90'%3##q@`ªƒØ4þ4»ÛžÆ{ý»$Ðùëø þV#„@I   4   d`K<`K32)R%^gþß^Ê >s7+P'_iPü'Ë 323326#"'&'.#"5>323326yKOZq Mg3NJN’S`‚ t_FŠIKOZq Mg3NJN’S`‚ u_GˆZé<73 ":?å=67 6=âê;73 ":?å<77 6<ÿúÙK@&4<†ÔÌ91/äì90KSXÉÉÉÉY"% !!{þíþî‘ðû!Ý5ü˲úqNN# 1@    // ÔüÔì991Ô<Ì299077N-þÀê-þv\/þÁé-þw#îÝÝ‰îÝÝRT# 1@    / /ÔüÔì991Ô<Ì2990 7%'%7%'‰ýß-Bêô‰ýà-Aé#þwƒþvîÝÝîþwƒþvîÝÝÿªLo u@;    4I   ÔäÔäÔäÀ999991/<<ì220KSXííííííY"!!!!!!:FþÅþÀ'Eþ×þ¬;HþÇoþ‘oþ‘oþ‘ÿÿÿk&$3uÿÿÿ“m&$3uÿÿ=ÿã“m&23uHÕc@84V V 9VS    ÔìÀÀÀ91/äì2ôì2î0KSXííííY"!"&547>3!!!! ";b3ý¿ûÔC54&#"!3267#"&'#"&547>32>32267>7>54&#"þ (,7G™þ> VH9‡@/9ŠR^…2\›¤@68Ç„Sx%0ŠR‚‹ür4D 394D3²B'40UYFÓ54O]72î((QEKK¨žŒ<€‰=<;>‹ƒ1†XþZ@JvaZxHA@I*|HQz"IAÿżDz@ ÔÌ991ÔÌ0!! Ñ1û/²öÿżDz@ ÔÌ991ÔÌ0!! Ñ1û/²öÇå d@2     4 G    ÔäÄÔÄä991ü<Ì20KSXíí9íí9Y"!3!3üþÇ5׬ÓþÇ5׬‡~þ‚þñ~þ‚“‡¶ `@0     4 G   ÔäÄÔÄäÀ91ü<Ì20KSXíí9íí9Y"!#!#}95þò׬þ-95þñ׬þòþþòþ¤‡¾8@4GÔÄä91üÌ0KSXíí9Y"!3ÝþÇ5׬‡~þ‚¤‡¾4@4GÔäÄÀ1üÌ0KSXíí9Y"!#…95þò׬þòþBV® $@H  Ô<ÄÜ<Ä1ÔìÔÌÕÎ0!!!!!!Í5þË5þËþuKûµ®þËþþˤîuþ#\u"@ÔÌ91ÔÌ990 hþþôþ þ üÏüÇ9%ûÛûÓ-ÿÿÿ¦þXé1&\Žÿÿ‘Nk&</uÿB3Õ@ 49/Ì991ôÌ0KSXY"3#TßüªÝÕùmº°^T /c@8  *( -'! ) -0)'!$ * ( $0ÔÄ2ÌÔÄ2Ì9991ÔÄ2ÌÔÄ2Ì99904&#"3267'#"&''7.5467'7>32;dJIeeIJd¬ª¬ƒª$P0'T-ªª¬ƒ¦)S.'QƒIccIJffqªª)S,/Q$ªƒ¬¨ª*S)/Q&ªƒ¬1m#@ /Ôì91ÔÌ907m2þÃå)þw#üãâÕŠƒ=w#@ /Ôì91ÔÌ90 7%'ð‡ýß-Bë#þwƒþvîÝÝB¨@]       4 ddGe       ÔäÔôÔÄ999991/<ä2ü<Ììî2990KSXí9íííííííY"!!!!!!#737>;#"Û%9þÝþÀZÙþÛ®þÉ®þÛ®¾-¾'ÆäP+CB:þÜ-cû üáNÉá1B‹@M    4 ddG e      ÔäÔä99991/<ä2üìî2990KSXí9íííííY"3#!#737>3!!#"dº+¼®þÛ®¾-¾'ÆäôþÓþÛÂB:ÃcáüáNÉùì311ÿ;{Õ†@J   4;;  9      ÔäÀ99991äÔÄ2Ô<î2î20KSXííííííY"!!!!!!!7!!7!yLN-þ´ZL+þ²JÿJþ¶+LZþ´-JÕþ}ßþ+àþ}ƒàÕߘ-/@4IÔäÀ91Ôì0KSXííY"!!ßNHþ³þ“¬þáÇo4@4IÔÄäÀ1üÌ0KSXíí9Y"!#:6þò׬oþñþÿ²þáÓo `@0     4 I   ÔäÄÔÄäÀ91ü<Ì20KSXíí9íí9Y"!#!#š93þïÕ¬þ+:3þïÕ¬oþñþþñþј $0<HLp@?J%K+I"L 71= ‰+‰"‡%‰>4‡C‰: L(I1KJ11F17@11.11(1/ìÄÜìîÞîÝîÞî99991/<î2î2öîþîî29999904632#"&5%"32654&4632#"&%"32654&4632#"&%"32654&%–¥ww¨¨wu§2IH33JJü§xv¦¦vw¨4GH33JKþÞ¥xw§¨vw¦3HH33JKþ§'ûê!x¦§wx©¦wK24KK42IÝx§¨wx©¨öG45LM41Jü+x¦§wx©¨öH35LM41JúŸ^þ\ÿÿÿrk&$3uÿÿák&(Xuÿÿÿwk&$3uÿÿák&(Xuÿÿák&(Xuÿÿ¶k&,/uÿÿ¶k&,/uÿÿ¶k&,/uÿÿ¶k&,/uÿÿ=ÿã“k&23uÿÿ=ÿã“k&23uÿÿ=ÿã“k&23uÿÿ-ÿãøk&89uÿÿ-ÿãøk&89uÿÿ-ÿãøk&89u7` j@"4ded   ÔÔÄ991/ì2ôì0KSXííY"K°TK°T[K°T[K° T[X½ ÿÀ @878Y!!!7!!5D®l+ü+mƒþá`üáážPîFf6@ ÔÌ991ÔÌ290K° TK°T[X½ÿÀ@878Y3#'#œó·°˜ð¾fþˆááyh9¢@   ŠŠ  ÔÌÜÌ99991ÔüÔì999999990K° TK° T[X½ÿÀ@878YK° TX½@ÿÀ878Y@'           ]'&'&#"#>3232673#"&ã1*"4 ‹ˆ_"=.3$&4 ‹}e#AT%!E<‚š$'C>¦XB1·ÔÌ991ÔÌ0K° TK° T[X½@ÿÀ878Y!!Ëw%ý‰¼¾`Fd@Š  ÔÌÔÌ1Ô<Ôì990K° TX½@ÿÀ878YK° TX½ÿÀ@878Y@  ]332673#"&5¾XLQuƘ”“F =HMEŽ›ƒ…R;“18·ÔÌ991ÔÌ0K° TX½@ÿÀ878Y@ //??]!!ƒ/þî1öÏá :@ŠŠ 2 2ÔìÔì1ÔìÔì0K° TK° T[X½ÿÀ@878Y4632#"&732654&#"Ϧwv¦¦vw¦™M76MN57Mþv§§vv§§v7LM66MM–þo{%@  Š  2ÔìÔÌÄ91/ÖþÅ90!#"&'732654&'3$$™‚4f0+R#DI0\,cv œ62E7uîôfi@ ÔÜÔÌ1Ô<Ì20K° TK°T[X½ÿÀ@878Y@/,,,,&87663146LLJJBB]!#3#ðþ¦¬Šöþ¿¤fþˆxþˆþo®#@  Š 2 ÔÄìÔÌ91/ÔüÄ90!33267#"&546œK04*%P-1\+ctNPJ!)œ MB<žî‘f6@ ÔÌ991Ô<Ì90K° TK°T[X½ÿÀ@878Y#373Fò¶®™î¾îxããÿº!Õ d@8   4  V9   ÔäÌ.9991/äì90KSXííííY"3'%!7!P`ƒs+Ž'_úsþ^\w3öcšÓÕþ®šþÙþ#þü%¤ž@J 4dGd  ÔÄÀ99991/ìüì990KSXí9íííY"K°TK°T[K° T[X½ÿÀ@878Y3!!"&5467'!7!%=N-þ×Ω 5þìZ¢bþÏ+V^"gþEl -%áp‚F,Ã’Éáþ:ËŠþÓÿÿÿã¢k&6 /uÿÿZÿã‘f&Vàÿÿÿß k&= /uÿÿ1¤f&]àöþ¢Ù˜@ Ô<Ì21ÔÌÔÌ0##Ùããã˜ý öý öÿðÕ"}@F!" 4<V9V #" #ÔäÔìÀ99991/Ä2ìôìî20KSXí9ííí9Y"! #!#733#3267654&#;%hH^þúÛþ¶‰/‡f?Ó-ÓN`pš+4A}ÕöøWÅq—ÒE\P˜íFþºíþrXXj%~„€Rÿã¶)‚@G!"! %&'&$#$''&4)('$#"!%< <E%G*() "#'%$! ) *ÔìÔìÀ9999991ìÄôìî99990KSXÉÉÉ9ÉY".#"32654&!"&532.''%'!%F&R,ªdT~£32#"&Zo¡SJr§Z“{þÛ%uG¤]“ª>8EÒupÑÉepþëÆhwý‡¾ý¤baÛ½þüj|B ú·H üÌ1Ôì0!!BKûµúîw“Xs 0@   ü<Ì291Ô<Ì290  ' 7 Xþ¶J¨þ¶þ¹¨Jþ¶¨GJËþ¸þ¶¦Hþ¸¦JH¨þ¸H!œÏß S@+334Œ Œ Œ‹     ÔÄÀ991üììÔìî20KSXííY"3?33!;ìjååŇãýo-+•)ýN‘œðL@&ŒŒ4ŒŒŽ Œ‹3ÔÔì9999991üììôìî90KSXííY"!!76754&#"7>32¶ýh3[HC?•ML’I›þfD-‘%A[-1$#¢lcŒþá/ð(K@+Œ ŒŽ#Œ Œ Ž Œ‹)  &33)ÔÔìÔì9991üììôìîÆöîî90#732654&#"7>32#"&'732654&omX^PF0ŠPIBžypScÛËK“E>’O`oW’73(.˜fYZo cJ†“šQF-5ÿÿ þów{'ðþÿœ&  ‰üWÿÿ þóž{'ðþÿœ& ñšüWÿÿ/þówŒ'òÿœ&  ‰üWÿÿfÿã¨k&* /uÿÿþX¦F&JÚÿÿ¶k&, /uÿÿþo‡ð&6ÝÿÿZþoF{&VÝÿÿƒÿãk&&Áuÿÿ–ÿãf&FVÿÿƒÿã4k&& Áuÿÿ–ÿãçf&FàVBÿãs'À@h'&% #"$      4 "  <"<E[G %      (ÔìÔäÀ999991/ìäôìîÕ<Î2990KSXíííí9í9íí9í9Y"!7!7!3#!7#"&547>32"3254&VBþÐ%/%’%’óþÝB¥_’«>8EÒup“Îo SIr§ZT½tt½û¦`cܾk’qþåÊepÆhwô¼ ß·ÔÌ991ÔÌ0!!+u8ýŒßþݘ-/@4IÔäÀ91Ôì0KSXííY"!!ßNHþ³þ“ÿßÿãÓð,v@@#$u& uUCJ UC JB E*-,&+*'## %+#-ÔÄÄÄüÄÄ9999999991Ä2äôìôìîöîî2Ý<î290632.#"!!!!3267#"=#73>7#7]VçPœI@8‹Oi¬9’RþZRþê€hM’s?LUãþÉT°Tòø$$þ¸KM‡½g»|Œ>Zþ¸$$ î»+K!½“;ö\@ÔÜÔÌ99991Ô<Ì20K°TX½@ÿÀ878Y@////????]]3#%3#Pë/íþ¦ë1ìöööö5îDösµÔÄ1ÔÄ0K° TX½ÿÀ@878YK° TX½ÿÀ@878YK°TX½@ÿÀ878Y@++//]]!#+þÀÏöþøsî`ø¨@ Š ŠÔÌÔÌ99991Ô<üÔ<ì99990K° TX½@ÿÀ878YK° TX½ÿÀ@878YK°TX½@ÿÀ878Y@%         ]'.#"#>3232673#"&Û1!#5 ‰ƒ`%A#5%'4 ‰‚^%@!% @8€Š) =:€ŠXÿãy} !@ <<[E ÔìÔì1äôìî04&#"32!2!"&R]U{¦aSy¦ýM ×òþ³þõ×ò¬mvþðÍjy6B‘ñÖþ½þpñÁîXö¶ÔÄ91ÔÄ0#ɲåöþøXî?ö@ ÔÄ991Ô<Ä90!#'#L\—©¤æ´öþø¡¡šîsö@ ÔÄ991ÔÄ290!373þ¤‰ª•åµî¢¢/ôwo@ ÔÌ991ÔÌÔÌ0'T%#%ôvuœÕß _@3 3  3 334Œ  ‹    ÔÜÄ991üüÔ<ì290KSXííííY" 333##7!7îþÆúRÍeml#¼$þ{)þ¶þ´´¢²îNö@  ÔÌÔÌ1ÔÜÄ290332673#"&5² ROGjš(Æ“ˆ“ö<7=6‡‡}H‰ö·ÔÌ991ÔÌ0!!w/þîöö""""lŽîvòŠ¢ÐLv¤ºàüÀdÊ"Šæ„ÞZ€¢Æ D Ô ( ª  d ¬ î j Ì  ^ ¸ ævâN¬2¸T¨J² VŒÄê BV~@Ð(¸2¬\øbæN¸ÂV’®¬,Ä . ¤!2!®""¦"¼#^#¢#®$2$>$J$V$b$n$z$†$’$ž$ª$¶$Â$Î$Ú$æ$ò$þ% %%"%.%:%F%R%^%j%v%‚%Ž%š%ä&"&''²'ä(4))¤*2*x*ž*â+&+–,,~,´,â--‚. .h.˜.¼//\/à0*0‚1Œ2 2ˆ2Ò2ð3 3œ44X4’4Î5(5(545@5L5¸6ˆ6¢6¼77^7Ž7¼7ì88"8.8J8Æ8è9 9Ž9ü:h:Ž:¼; ;¶;Â;Î;Ú;æ;ò;þ< <<"<.<:>J>~>Ê>ü?*?|@@ @@$@0@R@ÌATA`AlAÜB\BrB¬BîC@C¢C²CÂCÒCÞCêCöDDDD&D2D>DÞDøEE¢EäF,F®FêGG"GBG^G¬GÖGîa a kvŒ ¢¯0Ãó  7&  ]    3 , I , u  ¡ ( » ` ã 6 C 0 y n ©Modifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansBold ItalicPanic Sans Bold ItalicPanic Sans Bold ItalicVersion 1.000PanicSans-BoldItalicBitstream Vera is a trademark of Bitstream, Inc.Panic Inc. / Bitstream Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.Modifications (c) 2006 by Panic, Inc. Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Panic SansBold ItalicPanic Sans Bold ItalicPanic Sans Bold ItalicVersion 1.000PanicSans-BoldItalicBitstream Vera is a trademark of Bitstream, Inc.Panic Inc. / Bitstream Inc.http://www.bitstream.comCopyright (c) 2006 by Panic, Inc. / Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a trademark of Bitstream, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions: The above copyright and trademark notices and this permission notice shall be included in all copies of one or more of the Font Software typefaces. The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing either the words "Bitstream" or the word "Vera". This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "Bitstream Vera" names. The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. Except as contained in this notice, the names of Gnome, the Gnome Foundation, and Bitstream Inc., shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Font Software without prior written authorization from the Gnome Foundation or Bitstream Inc., respectively. For further information, contact: fonts at gnome dot org.ÿõÿ#ö  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóõôöøùúûüýþÿ     NULL sfthyphenperiodcenteredEuroc6459c6460c6461c6462c6469c6471c6473c6478c6479c6476c6477ÿÿB¼Ñ`#cÕVeraSansMonoBdObÿÿÿÿ6ÿÿþ628J00@þ€ÿ (ü(4 ¡~˜7¢-0¨mžÿìü: ²Øÿ´ü: ²ØþÞü: ØþÖü: äØ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡] PanicSans-Bold-Italic -BoldItalicnRmR´_ðÈjsfntFONDB7¢- ÎÈ0¨œ8mž*„€?dP ` PanicSansPanicSans-BoldPanicSans-ItalicPanicSans-BoldItalic Panic Sansruby-prawn-2.4.0.orig/data/fonts/MustRead.html0000644000000000000000000000165113772706672017760 0ustar rootroot Core 14 AFM Files - ReadMe or
This file and the 14 PostScript(R) AFM files it accompanies may be used, copied, and distributed for any purpose and without charge, with or without modification, provided that all copyright notices are retained; that the AFM files are not distributed without this file; that all modifications to this file or any of the AFM files are prominently noted in the modified file(s); and that this paragraph is not modified. Adobe Systems has no responsibility or obligation to support the use of the AFM files. Col
ruby-prawn-2.4.0.orig/data/fonts/Times-BoldItalic.afm0000644000000000000000000016437213772706672021132 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 13:04:06 1997 Comment UniqueID 43066 Comment VMusage 45874 56899 FontName Times-BoldItalic FullName Times Bold Italic FamilyName Times Weight Bold ItalicAngle -15 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -200 -218 996 921 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.Times is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 669 XHeight 462 Ascender 683 Descender -217 StdHW 42 StdVW 121 StartCharMetrics 315 C 32 ; WX 250 ; N space ; B 0 0 0 0 ; C 33 ; WX 389 ; N exclam ; B 67 -13 370 684 ; C 34 ; WX 555 ; N quotedbl ; B 136 398 536 685 ; C 35 ; WX 500 ; N numbersign ; B -33 0 533 700 ; C 36 ; WX 500 ; N dollar ; B -20 -100 497 733 ; C 37 ; WX 833 ; N percent ; B 39 -10 793 692 ; C 38 ; WX 778 ; N ampersand ; B 5 -19 699 682 ; C 39 ; WX 333 ; N quoteright ; B 98 369 302 685 ; C 40 ; WX 333 ; N parenleft ; B 28 -179 344 685 ; C 41 ; WX 333 ; N parenright ; B -44 -179 271 685 ; C 42 ; WX 500 ; N asterisk ; B 65 249 456 685 ; C 43 ; WX 570 ; N plus ; B 33 0 537 506 ; C 44 ; WX 250 ; N comma ; B -60 -182 144 134 ; C 45 ; WX 333 ; N hyphen ; B 2 166 271 282 ; C 46 ; WX 250 ; N period ; B -9 -13 139 135 ; C 47 ; WX 278 ; N slash ; B -64 -18 342 685 ; C 48 ; WX 500 ; N zero ; B 17 -14 477 683 ; C 49 ; WX 500 ; N one ; B 5 0 419 683 ; C 50 ; WX 500 ; N two ; B -27 0 446 683 ; C 51 ; WX 500 ; N three ; B -15 -13 450 683 ; C 52 ; WX 500 ; N four ; B -15 0 503 683 ; C 53 ; WX 500 ; N five ; B -11 -13 487 669 ; C 54 ; WX 500 ; N six ; B 23 -15 509 679 ; C 55 ; WX 500 ; N seven ; B 52 0 525 669 ; C 56 ; WX 500 ; N eight ; B 3 -13 476 683 ; C 57 ; WX 500 ; N nine ; B -12 -10 475 683 ; C 58 ; WX 333 ; N colon ; B 23 -13 264 459 ; C 59 ; WX 333 ; N semicolon ; B -25 -183 264 459 ; C 60 ; WX 570 ; N less ; B 31 -8 539 514 ; C 61 ; WX 570 ; N equal ; B 33 107 537 399 ; C 62 ; WX 570 ; N greater ; B 31 -8 539 514 ; C 63 ; WX 500 ; N question ; B 79 -13 470 684 ; C 64 ; WX 832 ; N at ; B 63 -18 770 685 ; C 65 ; WX 667 ; N A ; B -67 0 593 683 ; C 66 ; WX 667 ; N B ; B -24 0 624 669 ; C 67 ; WX 667 ; N C ; B 32 -18 677 685 ; C 68 ; WX 722 ; N D ; B -46 0 685 669 ; C 69 ; WX 667 ; N E ; B -27 0 653 669 ; C 70 ; WX 667 ; N F ; B -13 0 660 669 ; C 71 ; WX 722 ; N G ; B 21 -18 706 685 ; C 72 ; WX 778 ; N H ; B -24 0 799 669 ; C 73 ; WX 389 ; N I ; B -32 0 406 669 ; C 74 ; WX 500 ; N J ; B -46 -99 524 669 ; C 75 ; WX 667 ; N K ; B -21 0 702 669 ; C 76 ; WX 611 ; N L ; B -22 0 590 669 ; C 77 ; WX 889 ; N M ; B -29 -12 917 669 ; C 78 ; WX 722 ; N N ; B -27 -15 748 669 ; C 79 ; WX 722 ; N O ; B 27 -18 691 685 ; C 80 ; WX 611 ; N P ; B -27 0 613 669 ; C 81 ; WX 722 ; N Q ; B 27 -208 691 685 ; C 82 ; WX 667 ; N R ; B -29 0 623 669 ; C 83 ; WX 556 ; N S ; B 2 -18 526 685 ; C 84 ; WX 611 ; N T ; B 50 0 650 669 ; C 85 ; WX 722 ; N U ; B 67 -18 744 669 ; C 86 ; WX 667 ; N V ; B 65 -18 715 669 ; C 87 ; WX 889 ; N W ; B 65 -18 940 669 ; C 88 ; WX 667 ; N X ; B -24 0 694 669 ; C 89 ; WX 611 ; N Y ; B 73 0 659 669 ; C 90 ; WX 611 ; N Z ; B -11 0 590 669 ; C 91 ; WX 333 ; N bracketleft ; B -37 -159 362 674 ; C 92 ; WX 278 ; N backslash ; B -1 -18 279 685 ; C 93 ; WX 333 ; N bracketright ; B -56 -157 343 674 ; C 94 ; WX 570 ; N asciicircum ; B 67 304 503 669 ; C 95 ; WX 500 ; N underscore ; B 0 -125 500 -75 ; C 96 ; WX 333 ; N quoteleft ; B 128 369 332 685 ; C 97 ; WX 500 ; N a ; B -21 -14 455 462 ; C 98 ; WX 500 ; N b ; B -14 -13 444 699 ; C 99 ; WX 444 ; N c ; B -5 -13 392 462 ; C 100 ; WX 500 ; N d ; B -21 -13 517 699 ; C 101 ; WX 444 ; N e ; B 5 -13 398 462 ; C 102 ; WX 333 ; N f ; B -169 -205 446 698 ; L i fi ; L l fl ; C 103 ; WX 500 ; N g ; B -52 -203 478 462 ; C 104 ; WX 556 ; N h ; B -13 -9 498 699 ; C 105 ; WX 278 ; N i ; B 2 -9 263 684 ; C 106 ; WX 278 ; N j ; B -189 -207 279 684 ; C 107 ; WX 500 ; N k ; B -23 -8 483 699 ; C 108 ; WX 278 ; N l ; B 2 -9 290 699 ; C 109 ; WX 778 ; N m ; B -14 -9 722 462 ; C 110 ; WX 556 ; N n ; B -6 -9 493 462 ; C 111 ; WX 500 ; N o ; B -3 -13 441 462 ; C 112 ; WX 500 ; N p ; B -120 -205 446 462 ; C 113 ; WX 500 ; N q ; B 1 -205 471 462 ; C 114 ; WX 389 ; N r ; B -21 0 389 462 ; C 115 ; WX 389 ; N s ; B -19 -13 333 462 ; C 116 ; WX 278 ; N t ; B -11 -9 281 594 ; C 117 ; WX 556 ; N u ; B 15 -9 492 462 ; C 118 ; WX 444 ; N v ; B 16 -13 401 462 ; C 119 ; WX 667 ; N w ; B 16 -13 614 462 ; C 120 ; WX 500 ; N x ; B -46 -13 469 462 ; C 121 ; WX 444 ; N y ; B -94 -205 392 462 ; C 122 ; WX 389 ; N z ; B -43 -78 368 449 ; C 123 ; WX 348 ; N braceleft ; B 5 -187 436 686 ; C 124 ; WX 220 ; N bar ; B 66 -218 154 782 ; C 125 ; WX 348 ; N braceright ; B -129 -187 302 686 ; C 126 ; WX 570 ; N asciitilde ; B 54 173 516 333 ; C 161 ; WX 389 ; N exclamdown ; B 19 -205 322 492 ; C 162 ; WX 500 ; N cent ; B 42 -143 439 576 ; C 163 ; WX 500 ; N sterling ; B -32 -12 510 683 ; C 164 ; WX 167 ; N fraction ; B -169 -14 324 683 ; C 165 ; WX 500 ; N yen ; B 33 0 628 669 ; C 166 ; WX 500 ; N florin ; B -87 -156 537 707 ; C 167 ; WX 500 ; N section ; B 36 -143 459 685 ; C 168 ; WX 500 ; N currency ; B -26 34 526 586 ; C 169 ; WX 278 ; N quotesingle ; B 128 398 268 685 ; C 170 ; WX 500 ; N quotedblleft ; B 53 369 513 685 ; C 171 ; WX 500 ; N guillemotleft ; B 12 32 468 415 ; C 172 ; WX 333 ; N guilsinglleft ; B 32 32 303 415 ; C 173 ; WX 333 ; N guilsinglright ; B 10 32 281 415 ; C 174 ; WX 556 ; N fi ; B -188 -205 514 703 ; C 175 ; WX 556 ; N fl ; B -186 -205 553 704 ; C 177 ; WX 500 ; N endash ; B -40 178 477 269 ; C 178 ; WX 500 ; N dagger ; B 91 -145 494 685 ; C 179 ; WX 500 ; N daggerdbl ; B 10 -139 493 685 ; C 180 ; WX 250 ; N periodcentered ; B 51 257 199 405 ; C 182 ; WX 500 ; N paragraph ; B -57 -193 562 669 ; C 183 ; WX 350 ; N bullet ; B 0 175 350 525 ; C 184 ; WX 333 ; N quotesinglbase ; B -5 -182 199 134 ; C 185 ; WX 500 ; N quotedblbase ; B -57 -182 403 134 ; C 186 ; WX 500 ; N quotedblright ; B 53 369 513 685 ; C 187 ; WX 500 ; N guillemotright ; B 12 32 468 415 ; C 188 ; WX 1000 ; N ellipsis ; B 40 -13 852 135 ; C 189 ; WX 1000 ; N perthousand ; B 7 -29 996 706 ; C 191 ; WX 500 ; N questiondown ; B 30 -205 421 492 ; C 193 ; WX 333 ; N grave ; B 85 516 297 697 ; C 194 ; WX 333 ; N acute ; B 139 516 379 697 ; C 195 ; WX 333 ; N circumflex ; B 40 516 367 690 ; C 196 ; WX 333 ; N tilde ; B 48 536 407 655 ; C 197 ; WX 333 ; N macron ; B 51 553 393 623 ; C 198 ; WX 333 ; N breve ; B 71 516 387 678 ; C 199 ; WX 333 ; N dotaccent ; B 163 550 298 684 ; C 200 ; WX 333 ; N dieresis ; B 55 550 402 684 ; C 202 ; WX 333 ; N ring ; B 127 516 340 729 ; C 203 ; WX 333 ; N cedilla ; B -80 -218 156 5 ; C 205 ; WX 333 ; N hungarumlaut ; B 69 516 498 697 ; C 206 ; WX 333 ; N ogonek ; B 15 -183 244 34 ; C 207 ; WX 333 ; N caron ; B 79 516 411 690 ; C 208 ; WX 1000 ; N emdash ; B -40 178 977 269 ; C 225 ; WX 944 ; N AE ; B -64 0 918 669 ; C 227 ; WX 266 ; N ordfeminine ; B 16 399 330 685 ; C 232 ; WX 611 ; N Lslash ; B -22 0 590 669 ; C 233 ; WX 722 ; N Oslash ; B 27 -125 691 764 ; C 234 ; WX 944 ; N OE ; B 23 -8 946 677 ; C 235 ; WX 300 ; N ordmasculine ; B 56 400 347 685 ; C 241 ; WX 722 ; N ae ; B -5 -13 673 462 ; C 245 ; WX 278 ; N dotlessi ; B 2 -9 238 462 ; C 248 ; WX 278 ; N lslash ; B -7 -9 307 699 ; C 249 ; WX 500 ; N oslash ; B -3 -119 441 560 ; C 250 ; WX 722 ; N oe ; B 6 -13 674 462 ; C 251 ; WX 500 ; N germandbls ; B -200 -200 473 705 ; C -1 ; WX 389 ; N Idieresis ; B -32 0 450 862 ; C -1 ; WX 444 ; N eacute ; B 5 -13 435 697 ; C -1 ; WX 500 ; N abreve ; B -21 -14 471 678 ; C -1 ; WX 556 ; N uhungarumlaut ; B 15 -9 610 697 ; C -1 ; WX 444 ; N ecaron ; B 5 -13 467 690 ; C -1 ; WX 611 ; N Ydieresis ; B 73 0 659 862 ; C -1 ; WX 570 ; N divide ; B 33 -29 537 535 ; C -1 ; WX 611 ; N Yacute ; B 73 0 659 904 ; C -1 ; WX 667 ; N Acircumflex ; B -67 0 593 897 ; C -1 ; WX 500 ; N aacute ; B -21 -14 463 697 ; C -1 ; WX 722 ; N Ucircumflex ; B 67 -18 744 897 ; C -1 ; WX 444 ; N yacute ; B -94 -205 435 697 ; C -1 ; WX 389 ; N scommaaccent ; B -19 -218 333 462 ; C -1 ; WX 444 ; N ecircumflex ; B 5 -13 423 690 ; C -1 ; WX 722 ; N Uring ; B 67 -18 744 921 ; C -1 ; WX 722 ; N Udieresis ; B 67 -18 744 862 ; C -1 ; WX 500 ; N aogonek ; B -21 -183 455 462 ; C -1 ; WX 722 ; N Uacute ; B 67 -18 744 904 ; C -1 ; WX 556 ; N uogonek ; B 15 -183 492 462 ; C -1 ; WX 667 ; N Edieresis ; B -27 0 653 862 ; C -1 ; WX 722 ; N Dcroat ; B -31 0 700 669 ; C -1 ; WX 250 ; N commaaccent ; B -36 -218 131 -50 ; C -1 ; WX 747 ; N copyright ; B 30 -18 718 685 ; C -1 ; WX 667 ; N Emacron ; B -27 0 653 830 ; C -1 ; WX 444 ; N ccaron ; B -5 -13 467 690 ; C -1 ; WX 500 ; N aring ; B -21 -14 455 729 ; C -1 ; WX 722 ; N Ncommaaccent ; B -27 -218 748 669 ; C -1 ; WX 278 ; N lacute ; B 2 -9 392 904 ; C -1 ; WX 500 ; N agrave ; B -21 -14 455 697 ; C -1 ; WX 611 ; N Tcommaaccent ; B 50 -218 650 669 ; C -1 ; WX 667 ; N Cacute ; B 32 -18 677 904 ; C -1 ; WX 500 ; N atilde ; B -21 -14 491 655 ; C -1 ; WX 667 ; N Edotaccent ; B -27 0 653 862 ; C -1 ; WX 389 ; N scaron ; B -19 -13 424 690 ; C -1 ; WX 389 ; N scedilla ; B -19 -218 333 462 ; C -1 ; WX 278 ; N iacute ; B 2 -9 352 697 ; C -1 ; WX 494 ; N lozenge ; B 10 0 484 745 ; C -1 ; WX 667 ; N Rcaron ; B -29 0 623 897 ; C -1 ; WX 722 ; N Gcommaaccent ; B 21 -218 706 685 ; C -1 ; WX 556 ; N ucircumflex ; B 15 -9 492 690 ; C -1 ; WX 500 ; N acircumflex ; B -21 -14 455 690 ; C -1 ; WX 667 ; N Amacron ; B -67 0 593 830 ; C -1 ; WX 389 ; N rcaron ; B -21 0 424 690 ; C -1 ; WX 444 ; N ccedilla ; B -5 -218 392 462 ; C -1 ; WX 611 ; N Zdotaccent ; B -11 0 590 862 ; C -1 ; WX 611 ; N Thorn ; B -27 0 573 669 ; C -1 ; WX 722 ; N Omacron ; B 27 -18 691 830 ; C -1 ; WX 667 ; N Racute ; B -29 0 623 904 ; C -1 ; WX 556 ; N Sacute ; B 2 -18 531 904 ; C -1 ; WX 608 ; N dcaron ; B -21 -13 675 708 ; C -1 ; WX 722 ; N Umacron ; B 67 -18 744 830 ; C -1 ; WX 556 ; N uring ; B 15 -9 492 729 ; C -1 ; WX 300 ; N threesuperior ; B 17 265 321 683 ; C -1 ; WX 722 ; N Ograve ; B 27 -18 691 904 ; C -1 ; WX 667 ; N Agrave ; B -67 0 593 904 ; C -1 ; WX 667 ; N Abreve ; B -67 0 593 885 ; C -1 ; WX 570 ; N multiply ; B 48 16 522 490 ; C -1 ; WX 556 ; N uacute ; B 15 -9 492 697 ; C -1 ; WX 611 ; N Tcaron ; B 50 0 650 897 ; C -1 ; WX 494 ; N partialdiff ; B 11 -21 494 750 ; C -1 ; WX 444 ; N ydieresis ; B -94 -205 443 655 ; C -1 ; WX 722 ; N Nacute ; B -27 -15 748 904 ; C -1 ; WX 278 ; N icircumflex ; B -3 -9 324 690 ; C -1 ; WX 667 ; N Ecircumflex ; B -27 0 653 897 ; C -1 ; WX 500 ; N adieresis ; B -21 -14 476 655 ; C -1 ; WX 444 ; N edieresis ; B 5 -13 448 655 ; C -1 ; WX 444 ; N cacute ; B -5 -13 435 697 ; C -1 ; WX 556 ; N nacute ; B -6 -9 493 697 ; C -1 ; WX 556 ; N umacron ; B 15 -9 492 623 ; C -1 ; WX 722 ; N Ncaron ; B -27 -15 748 897 ; C -1 ; WX 389 ; N Iacute ; B -32 0 432 904 ; C -1 ; WX 570 ; N plusminus ; B 33 0 537 506 ; C -1 ; WX 220 ; N brokenbar ; B 66 -143 154 707 ; C -1 ; WX 747 ; N registered ; B 30 -18 718 685 ; C -1 ; WX 722 ; N Gbreve ; B 21 -18 706 885 ; C -1 ; WX 389 ; N Idotaccent ; B -32 0 406 862 ; C -1 ; WX 600 ; N summation ; B 14 -10 585 706 ; C -1 ; WX 667 ; N Egrave ; B -27 0 653 904 ; C -1 ; WX 389 ; N racute ; B -21 0 407 697 ; C -1 ; WX 500 ; N omacron ; B -3 -13 462 623 ; C -1 ; WX 611 ; N Zacute ; B -11 0 590 904 ; C -1 ; WX 611 ; N Zcaron ; B -11 0 590 897 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 523 704 ; C -1 ; WX 722 ; N Eth ; B -31 0 700 669 ; C -1 ; WX 667 ; N Ccedilla ; B 32 -218 677 685 ; C -1 ; WX 278 ; N lcommaaccent ; B -42 -218 290 699 ; C -1 ; WX 366 ; N tcaron ; B -11 -9 434 754 ; C -1 ; WX 444 ; N eogonek ; B 5 -183 398 462 ; C -1 ; WX 722 ; N Uogonek ; B 67 -183 744 669 ; C -1 ; WX 667 ; N Aacute ; B -67 0 593 904 ; C -1 ; WX 667 ; N Adieresis ; B -67 0 593 862 ; C -1 ; WX 444 ; N egrave ; B 5 -13 398 697 ; C -1 ; WX 389 ; N zacute ; B -43 -78 407 697 ; C -1 ; WX 278 ; N iogonek ; B -20 -183 263 684 ; C -1 ; WX 722 ; N Oacute ; B 27 -18 691 904 ; C -1 ; WX 500 ; N oacute ; B -3 -13 463 697 ; C -1 ; WX 500 ; N amacron ; B -21 -14 467 623 ; C -1 ; WX 389 ; N sacute ; B -19 -13 407 697 ; C -1 ; WX 278 ; N idieresis ; B 2 -9 364 655 ; C -1 ; WX 722 ; N Ocircumflex ; B 27 -18 691 897 ; C -1 ; WX 722 ; N Ugrave ; B 67 -18 744 904 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 500 ; N thorn ; B -120 -205 446 699 ; C -1 ; WX 300 ; N twosuperior ; B 2 274 313 683 ; C -1 ; WX 722 ; N Odieresis ; B 27 -18 691 862 ; C -1 ; WX 576 ; N mu ; B -60 -207 516 449 ; C -1 ; WX 278 ; N igrave ; B 2 -9 259 697 ; C -1 ; WX 500 ; N ohungarumlaut ; B -3 -13 582 697 ; C -1 ; WX 667 ; N Eogonek ; B -27 -183 653 669 ; C -1 ; WX 500 ; N dcroat ; B -21 -13 552 699 ; C -1 ; WX 750 ; N threequarters ; B 7 -14 726 683 ; C -1 ; WX 556 ; N Scedilla ; B 2 -218 526 685 ; C -1 ; WX 382 ; N lcaron ; B 2 -9 448 708 ; C -1 ; WX 667 ; N Kcommaaccent ; B -21 -218 702 669 ; C -1 ; WX 611 ; N Lacute ; B -22 0 590 904 ; C -1 ; WX 1000 ; N trademark ; B 32 263 968 669 ; C -1 ; WX 444 ; N edotaccent ; B 5 -13 398 655 ; C -1 ; WX 389 ; N Igrave ; B -32 0 406 904 ; C -1 ; WX 389 ; N Imacron ; B -32 0 461 830 ; C -1 ; WX 611 ; N Lcaron ; B -22 0 671 718 ; C -1 ; WX 750 ; N onehalf ; B -9 -14 723 683 ; C -1 ; WX 549 ; N lessequal ; B 29 0 526 704 ; C -1 ; WX 500 ; N ocircumflex ; B -3 -13 451 690 ; C -1 ; WX 556 ; N ntilde ; B -6 -9 504 655 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 67 -18 744 904 ; C -1 ; WX 667 ; N Eacute ; B -27 0 653 904 ; C -1 ; WX 444 ; N emacron ; B 5 -13 439 623 ; C -1 ; WX 500 ; N gbreve ; B -52 -203 478 678 ; C -1 ; WX 750 ; N onequarter ; B 7 -14 721 683 ; C -1 ; WX 556 ; N Scaron ; B 2 -18 553 897 ; C -1 ; WX 556 ; N Scommaaccent ; B 2 -218 526 685 ; C -1 ; WX 722 ; N Ohungarumlaut ; B 27 -18 723 904 ; C -1 ; WX 400 ; N degree ; B 83 397 369 683 ; C -1 ; WX 500 ; N ograve ; B -3 -13 441 697 ; C -1 ; WX 667 ; N Ccaron ; B 32 -18 677 897 ; C -1 ; WX 556 ; N ugrave ; B 15 -9 492 697 ; C -1 ; WX 549 ; N radical ; B 10 -46 512 850 ; C -1 ; WX 722 ; N Dcaron ; B -46 0 685 897 ; C -1 ; WX 389 ; N rcommaaccent ; B -67 -218 389 462 ; C -1 ; WX 722 ; N Ntilde ; B -27 -15 748 862 ; C -1 ; WX 500 ; N otilde ; B -3 -13 491 655 ; C -1 ; WX 667 ; N Rcommaaccent ; B -29 -218 623 669 ; C -1 ; WX 611 ; N Lcommaaccent ; B -22 -218 590 669 ; C -1 ; WX 667 ; N Atilde ; B -67 0 593 862 ; C -1 ; WX 667 ; N Aogonek ; B -67 -183 604 683 ; C -1 ; WX 667 ; N Aring ; B -67 0 593 921 ; C -1 ; WX 722 ; N Otilde ; B 27 -18 691 862 ; C -1 ; WX 389 ; N zdotaccent ; B -43 -78 368 655 ; C -1 ; WX 667 ; N Ecaron ; B -27 0 653 897 ; C -1 ; WX 389 ; N Iogonek ; B -32 -183 406 669 ; C -1 ; WX 500 ; N kcommaaccent ; B -23 -218 483 699 ; C -1 ; WX 606 ; N minus ; B 51 209 555 297 ; C -1 ; WX 389 ; N Icircumflex ; B -32 0 450 897 ; C -1 ; WX 556 ; N ncaron ; B -6 -9 523 690 ; C -1 ; WX 278 ; N tcommaaccent ; B -62 -218 281 594 ; C -1 ; WX 606 ; N logicalnot ; B 51 108 555 399 ; C -1 ; WX 500 ; N odieresis ; B -3 -13 471 655 ; C -1 ; WX 556 ; N udieresis ; B 15 -9 499 655 ; C -1 ; WX 549 ; N notequal ; B 15 -49 540 570 ; C -1 ; WX 500 ; N gcommaaccent ; B -52 -203 478 767 ; C -1 ; WX 500 ; N eth ; B -3 -13 454 699 ; C -1 ; WX 389 ; N zcaron ; B -43 -78 424 690 ; C -1 ; WX 556 ; N ncommaaccent ; B -6 -218 493 462 ; C -1 ; WX 300 ; N onesuperior ; B 30 274 301 683 ; C -1 ; WX 278 ; N imacron ; B 2 -9 294 623 ; C -1 ; WX 500 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2038 KPX A C -65 KPX A Cacute -65 KPX A Ccaron -65 KPX A Ccedilla -65 KPX A G -60 KPX A Gbreve -60 KPX A Gcommaaccent -60 KPX A O -50 KPX A Oacute -50 KPX A Ocircumflex -50 KPX A Odieresis -50 KPX A Ograve -50 KPX A Ohungarumlaut -50 KPX A Omacron -50 KPX A Oslash -50 KPX A Otilde -50 KPX A Q -55 KPX A T -55 KPX A Tcaron -55 KPX A Tcommaaccent -55 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -95 KPX A W -100 KPX A Y -70 KPX A Yacute -70 KPX A Ydieresis -70 KPX A quoteright -74 KPX A u -30 KPX A uacute -30 KPX A ucircumflex -30 KPX A udieresis -30 KPX A ugrave -30 KPX A uhungarumlaut -30 KPX A umacron -30 KPX A uogonek -30 KPX A uring -30 KPX A v -74 KPX A w -74 KPX A y -74 KPX A yacute -74 KPX A ydieresis -74 KPX Aacute C -65 KPX Aacute Cacute -65 KPX Aacute Ccaron -65 KPX Aacute Ccedilla -65 KPX Aacute G -60 KPX Aacute Gbreve -60 KPX Aacute Gcommaaccent -60 KPX Aacute O -50 KPX Aacute Oacute -50 KPX Aacute Ocircumflex -50 KPX Aacute Odieresis -50 KPX Aacute Ograve -50 KPX Aacute Ohungarumlaut -50 KPX Aacute Omacron -50 KPX Aacute Oslash -50 KPX Aacute Otilde -50 KPX Aacute Q -55 KPX Aacute T -55 KPX Aacute Tcaron -55 KPX Aacute Tcommaaccent -55 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -95 KPX Aacute W -100 KPX Aacute Y -70 KPX Aacute Yacute -70 KPX Aacute Ydieresis -70 KPX Aacute quoteright -74 KPX Aacute u -30 KPX Aacute uacute -30 KPX Aacute ucircumflex -30 KPX Aacute udieresis -30 KPX Aacute ugrave -30 KPX Aacute uhungarumlaut -30 KPX Aacute umacron -30 KPX Aacute uogonek -30 KPX Aacute uring -30 KPX Aacute v -74 KPX Aacute w -74 KPX Aacute y -74 KPX Aacute yacute -74 KPX Aacute ydieresis -74 KPX Abreve C -65 KPX Abreve Cacute -65 KPX Abreve Ccaron -65 KPX Abreve Ccedilla -65 KPX Abreve G -60 KPX Abreve Gbreve -60 KPX Abreve Gcommaaccent -60 KPX Abreve O -50 KPX Abreve Oacute -50 KPX Abreve Ocircumflex -50 KPX Abreve Odieresis -50 KPX Abreve Ograve -50 KPX Abreve Ohungarumlaut -50 KPX Abreve Omacron -50 KPX Abreve Oslash -50 KPX Abreve Otilde -50 KPX Abreve Q -55 KPX Abreve T -55 KPX Abreve Tcaron -55 KPX Abreve Tcommaaccent -55 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -95 KPX Abreve W -100 KPX Abreve Y -70 KPX Abreve Yacute -70 KPX Abreve Ydieresis -70 KPX Abreve quoteright -74 KPX Abreve u -30 KPX Abreve uacute -30 KPX Abreve ucircumflex -30 KPX Abreve udieresis -30 KPX Abreve ugrave -30 KPX Abreve uhungarumlaut -30 KPX Abreve umacron -30 KPX Abreve uogonek -30 KPX Abreve uring -30 KPX Abreve v -74 KPX Abreve w -74 KPX Abreve y -74 KPX Abreve yacute -74 KPX Abreve ydieresis -74 KPX Acircumflex C -65 KPX Acircumflex Cacute -65 KPX Acircumflex Ccaron -65 KPX Acircumflex Ccedilla -65 KPX Acircumflex G -60 KPX Acircumflex Gbreve -60 KPX Acircumflex Gcommaaccent -60 KPX Acircumflex O -50 KPX Acircumflex Oacute -50 KPX Acircumflex Ocircumflex -50 KPX Acircumflex Odieresis -50 KPX Acircumflex Ograve -50 KPX Acircumflex Ohungarumlaut -50 KPX Acircumflex Omacron -50 KPX Acircumflex Oslash -50 KPX Acircumflex Otilde -50 KPX Acircumflex Q -55 KPX Acircumflex T -55 KPX Acircumflex Tcaron -55 KPX Acircumflex Tcommaaccent -55 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -95 KPX Acircumflex W -100 KPX Acircumflex Y -70 KPX Acircumflex Yacute -70 KPX Acircumflex Ydieresis -70 KPX Acircumflex quoteright -74 KPX Acircumflex u -30 KPX Acircumflex uacute -30 KPX Acircumflex ucircumflex -30 KPX Acircumflex udieresis -30 KPX Acircumflex ugrave -30 KPX Acircumflex uhungarumlaut -30 KPX Acircumflex umacron -30 KPX Acircumflex uogonek -30 KPX Acircumflex uring -30 KPX Acircumflex v -74 KPX Acircumflex w -74 KPX Acircumflex y -74 KPX Acircumflex yacute -74 KPX Acircumflex ydieresis -74 KPX Adieresis C -65 KPX Adieresis Cacute -65 KPX Adieresis Ccaron -65 KPX Adieresis Ccedilla -65 KPX Adieresis G -60 KPX Adieresis Gbreve -60 KPX Adieresis Gcommaaccent -60 KPX Adieresis O -50 KPX Adieresis Oacute -50 KPX Adieresis Ocircumflex -50 KPX Adieresis Odieresis -50 KPX Adieresis Ograve -50 KPX Adieresis Ohungarumlaut -50 KPX Adieresis Omacron -50 KPX Adieresis Oslash -50 KPX Adieresis Otilde -50 KPX Adieresis Q -55 KPX Adieresis T -55 KPX Adieresis Tcaron -55 KPX Adieresis Tcommaaccent -55 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -95 KPX Adieresis W -100 KPX Adieresis Y -70 KPX Adieresis Yacute -70 KPX Adieresis Ydieresis -70 KPX Adieresis quoteright -74 KPX Adieresis u -30 KPX Adieresis uacute -30 KPX Adieresis ucircumflex -30 KPX Adieresis udieresis -30 KPX Adieresis ugrave -30 KPX Adieresis uhungarumlaut -30 KPX Adieresis umacron -30 KPX Adieresis uogonek -30 KPX Adieresis uring -30 KPX Adieresis v -74 KPX Adieresis w -74 KPX Adieresis y -74 KPX Adieresis yacute -74 KPX Adieresis ydieresis -74 KPX Agrave C -65 KPX Agrave Cacute -65 KPX Agrave Ccaron -65 KPX Agrave Ccedilla -65 KPX Agrave G -60 KPX Agrave Gbreve -60 KPX Agrave Gcommaaccent -60 KPX Agrave O -50 KPX Agrave Oacute -50 KPX Agrave Ocircumflex -50 KPX Agrave Odieresis -50 KPX Agrave Ograve -50 KPX Agrave Ohungarumlaut -50 KPX Agrave Omacron -50 KPX Agrave Oslash -50 KPX Agrave Otilde -50 KPX Agrave Q -55 KPX Agrave T -55 KPX Agrave Tcaron -55 KPX Agrave Tcommaaccent -55 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -95 KPX Agrave W -100 KPX Agrave Y -70 KPX Agrave Yacute -70 KPX Agrave Ydieresis -70 KPX Agrave quoteright -74 KPX Agrave u -30 KPX Agrave uacute -30 KPX Agrave ucircumflex -30 KPX Agrave udieresis -30 KPX Agrave ugrave -30 KPX Agrave uhungarumlaut -30 KPX Agrave umacron -30 KPX Agrave uogonek -30 KPX Agrave uring -30 KPX Agrave v -74 KPX Agrave w -74 KPX Agrave y -74 KPX Agrave yacute -74 KPX Agrave ydieresis -74 KPX Amacron C -65 KPX Amacron Cacute -65 KPX Amacron Ccaron -65 KPX Amacron Ccedilla -65 KPX Amacron G -60 KPX Amacron Gbreve -60 KPX Amacron Gcommaaccent -60 KPX Amacron O -50 KPX Amacron Oacute -50 KPX Amacron Ocircumflex -50 KPX Amacron Odieresis -50 KPX Amacron Ograve -50 KPX Amacron Ohungarumlaut -50 KPX Amacron Omacron -50 KPX Amacron Oslash -50 KPX Amacron Otilde -50 KPX Amacron Q -55 KPX Amacron T -55 KPX Amacron Tcaron -55 KPX Amacron Tcommaaccent -55 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -95 KPX Amacron W -100 KPX Amacron Y -70 KPX Amacron Yacute -70 KPX Amacron Ydieresis -70 KPX Amacron quoteright -74 KPX Amacron u -30 KPX Amacron uacute -30 KPX Amacron ucircumflex -30 KPX Amacron udieresis -30 KPX Amacron ugrave -30 KPX Amacron uhungarumlaut -30 KPX Amacron umacron -30 KPX Amacron uogonek -30 KPX Amacron uring -30 KPX Amacron v -74 KPX Amacron w -74 KPX Amacron y -74 KPX Amacron yacute -74 KPX Amacron ydieresis -74 KPX Aogonek C -65 KPX Aogonek Cacute -65 KPX Aogonek Ccaron -65 KPX Aogonek Ccedilla -65 KPX Aogonek G -60 KPX Aogonek Gbreve -60 KPX Aogonek Gcommaaccent -60 KPX Aogonek O -50 KPX Aogonek Oacute -50 KPX Aogonek Ocircumflex -50 KPX Aogonek Odieresis -50 KPX Aogonek Ograve -50 KPX Aogonek Ohungarumlaut -50 KPX Aogonek Omacron -50 KPX Aogonek Oslash -50 KPX Aogonek Otilde -50 KPX Aogonek Q -55 KPX Aogonek T -55 KPX Aogonek Tcaron -55 KPX Aogonek Tcommaaccent -55 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -95 KPX Aogonek W -100 KPX Aogonek Y -70 KPX Aogonek Yacute -70 KPX Aogonek Ydieresis -70 KPX Aogonek quoteright -74 KPX Aogonek u -30 KPX Aogonek uacute -30 KPX Aogonek ucircumflex -30 KPX Aogonek udieresis -30 KPX Aogonek ugrave -30 KPX Aogonek uhungarumlaut -30 KPX Aogonek umacron -30 KPX Aogonek uogonek -30 KPX Aogonek uring -30 KPX Aogonek v -74 KPX Aogonek w -74 KPX Aogonek y -34 KPX Aogonek yacute -34 KPX Aogonek ydieresis -34 KPX Aring C -65 KPX Aring Cacute -65 KPX Aring Ccaron -65 KPX Aring Ccedilla -65 KPX Aring G -60 KPX Aring Gbreve -60 KPX Aring Gcommaaccent -60 KPX Aring O -50 KPX Aring Oacute -50 KPX Aring Ocircumflex -50 KPX Aring Odieresis -50 KPX Aring Ograve -50 KPX Aring Ohungarumlaut -50 KPX Aring Omacron -50 KPX Aring Oslash -50 KPX Aring Otilde -50 KPX Aring Q -55 KPX Aring T -55 KPX Aring Tcaron -55 KPX Aring Tcommaaccent -55 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -95 KPX Aring W -100 KPX Aring Y -70 KPX Aring Yacute -70 KPX Aring Ydieresis -70 KPX Aring quoteright -74 KPX Aring u -30 KPX Aring uacute -30 KPX Aring ucircumflex -30 KPX Aring udieresis -30 KPX Aring ugrave -30 KPX Aring uhungarumlaut -30 KPX Aring umacron -30 KPX Aring uogonek -30 KPX Aring uring -30 KPX Aring v -74 KPX Aring w -74 KPX Aring y -74 KPX Aring yacute -74 KPX Aring ydieresis -74 KPX Atilde C -65 KPX Atilde Cacute -65 KPX Atilde Ccaron -65 KPX Atilde Ccedilla -65 KPX Atilde G -60 KPX Atilde Gbreve -60 KPX Atilde Gcommaaccent -60 KPX Atilde O -50 KPX Atilde Oacute -50 KPX Atilde Ocircumflex -50 KPX Atilde Odieresis -50 KPX Atilde Ograve -50 KPX Atilde Ohungarumlaut -50 KPX Atilde Omacron -50 KPX Atilde Oslash -50 KPX Atilde Otilde -50 KPX Atilde Q -55 KPX Atilde T -55 KPX Atilde Tcaron -55 KPX Atilde Tcommaaccent -55 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -95 KPX Atilde W -100 KPX Atilde Y -70 KPX Atilde Yacute -70 KPX Atilde Ydieresis -70 KPX Atilde quoteright -74 KPX Atilde u -30 KPX Atilde uacute -30 KPX Atilde ucircumflex -30 KPX Atilde udieresis -30 KPX Atilde ugrave -30 KPX Atilde uhungarumlaut -30 KPX Atilde umacron -30 KPX Atilde uogonek -30 KPX Atilde uring -30 KPX Atilde v -74 KPX Atilde w -74 KPX Atilde y -74 KPX Atilde yacute -74 KPX Atilde ydieresis -74 KPX B A -25 KPX B Aacute -25 KPX B Abreve -25 KPX B Acircumflex -25 KPX B Adieresis -25 KPX B Agrave -25 KPX B Amacron -25 KPX B Aogonek -25 KPX B Aring -25 KPX B Atilde -25 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX D A -25 KPX D Aacute -25 KPX D Abreve -25 KPX D Acircumflex -25 KPX D Adieresis -25 KPX D Agrave -25 KPX D Amacron -25 KPX D Aogonek -25 KPX D Aring -25 KPX D Atilde -25 KPX D V -50 KPX D W -40 KPX D Y -50 KPX D Yacute -50 KPX D Ydieresis -50 KPX Dcaron A -25 KPX Dcaron Aacute -25 KPX Dcaron Abreve -25 KPX Dcaron Acircumflex -25 KPX Dcaron Adieresis -25 KPX Dcaron Agrave -25 KPX Dcaron Amacron -25 KPX Dcaron Aogonek -25 KPX Dcaron Aring -25 KPX Dcaron Atilde -25 KPX Dcaron V -50 KPX Dcaron W -40 KPX Dcaron Y -50 KPX Dcaron Yacute -50 KPX Dcaron Ydieresis -50 KPX Dcroat A -25 KPX Dcroat Aacute -25 KPX Dcroat Abreve -25 KPX Dcroat Acircumflex -25 KPX Dcroat Adieresis -25 KPX Dcroat Agrave -25 KPX Dcroat Amacron -25 KPX Dcroat Aogonek -25 KPX Dcroat Aring -25 KPX Dcroat Atilde -25 KPX Dcroat V -50 KPX Dcroat W -40 KPX Dcroat Y -50 KPX Dcroat Yacute -50 KPX Dcroat Ydieresis -50 KPX F A -100 KPX F Aacute -100 KPX F Abreve -100 KPX F Acircumflex -100 KPX F Adieresis -100 KPX F Agrave -100 KPX F Amacron -100 KPX F Aogonek -100 KPX F Aring -100 KPX F Atilde -100 KPX F a -95 KPX F aacute -95 KPX F abreve -95 KPX F acircumflex -95 KPX F adieresis -95 KPX F agrave -95 KPX F amacron -95 KPX F aogonek -95 KPX F aring -95 KPX F atilde -95 KPX F comma -129 KPX F e -100 KPX F eacute -100 KPX F ecaron -100 KPX F ecircumflex -100 KPX F edieresis -100 KPX F edotaccent -100 KPX F egrave -100 KPX F emacron -100 KPX F eogonek -100 KPX F i -40 KPX F iacute -40 KPX F icircumflex -40 KPX F idieresis -40 KPX F igrave -40 KPX F imacron -40 KPX F iogonek -40 KPX F o -70 KPX F oacute -70 KPX F ocircumflex -70 KPX F odieresis -70 KPX F ograve -70 KPX F ohungarumlaut -70 KPX F omacron -70 KPX F oslash -70 KPX F otilde -70 KPX F period -129 KPX F r -50 KPX F racute -50 KPX F rcaron -50 KPX F rcommaaccent -50 KPX J A -25 KPX J Aacute -25 KPX J Abreve -25 KPX J Acircumflex -25 KPX J Adieresis -25 KPX J Agrave -25 KPX J Amacron -25 KPX J Aogonek -25 KPX J Aring -25 KPX J Atilde -25 KPX J a -40 KPX J aacute -40 KPX J abreve -40 KPX J acircumflex -40 KPX J adieresis -40 KPX J agrave -40 KPX J amacron -40 KPX J aogonek -40 KPX J aring -40 KPX J atilde -40 KPX J comma -10 KPX J e -40 KPX J eacute -40 KPX J ecaron -40 KPX J ecircumflex -40 KPX J edieresis -40 KPX J edotaccent -40 KPX J egrave -40 KPX J emacron -40 KPX J eogonek -40 KPX J o -40 KPX J oacute -40 KPX J ocircumflex -40 KPX J odieresis -40 KPX J ograve -40 KPX J ohungarumlaut -40 KPX J omacron -40 KPX J oslash -40 KPX J otilde -40 KPX J period -10 KPX J u -40 KPX J uacute -40 KPX J ucircumflex -40 KPX J udieresis -40 KPX J ugrave -40 KPX J uhungarumlaut -40 KPX J umacron -40 KPX J uogonek -40 KPX J uring -40 KPX K O -30 KPX K Oacute -30 KPX K Ocircumflex -30 KPX K Odieresis -30 KPX K Ograve -30 KPX K Ohungarumlaut -30 KPX K Omacron -30 KPX K Oslash -30 KPX K Otilde -30 KPX K e -25 KPX K eacute -25 KPX K ecaron -25 KPX K ecircumflex -25 KPX K edieresis -25 KPX K edotaccent -25 KPX K egrave -25 KPX K emacron -25 KPX K eogonek -25 KPX K o -25 KPX K oacute -25 KPX K ocircumflex -25 KPX K odieresis -25 KPX K ograve -25 KPX K ohungarumlaut -25 KPX K omacron -25 KPX K oslash -25 KPX K otilde -25 KPX K u -20 KPX K uacute -20 KPX K ucircumflex -20 KPX K udieresis -20 KPX K ugrave -20 KPX K uhungarumlaut -20 KPX K umacron -20 KPX K uogonek -20 KPX K uring -20 KPX K y -20 KPX K yacute -20 KPX K ydieresis -20 KPX Kcommaaccent O -30 KPX Kcommaaccent Oacute -30 KPX Kcommaaccent Ocircumflex -30 KPX Kcommaaccent Odieresis -30 KPX Kcommaaccent Ograve -30 KPX Kcommaaccent Ohungarumlaut -30 KPX Kcommaaccent Omacron -30 KPX Kcommaaccent Oslash -30 KPX Kcommaaccent Otilde -30 KPX Kcommaaccent e -25 KPX Kcommaaccent eacute -25 KPX Kcommaaccent ecaron -25 KPX Kcommaaccent ecircumflex -25 KPX Kcommaaccent edieresis -25 KPX Kcommaaccent edotaccent -25 KPX Kcommaaccent egrave -25 KPX Kcommaaccent emacron -25 KPX Kcommaaccent eogonek -25 KPX Kcommaaccent o -25 KPX Kcommaaccent oacute -25 KPX Kcommaaccent ocircumflex -25 KPX Kcommaaccent odieresis -25 KPX Kcommaaccent ograve -25 KPX Kcommaaccent ohungarumlaut -25 KPX Kcommaaccent omacron -25 KPX Kcommaaccent oslash -25 KPX Kcommaaccent otilde -25 KPX Kcommaaccent u -20 KPX Kcommaaccent uacute -20 KPX Kcommaaccent ucircumflex -20 KPX Kcommaaccent udieresis -20 KPX Kcommaaccent ugrave -20 KPX Kcommaaccent uhungarumlaut -20 KPX Kcommaaccent umacron -20 KPX Kcommaaccent uogonek -20 KPX Kcommaaccent uring -20 KPX Kcommaaccent y -20 KPX Kcommaaccent yacute -20 KPX Kcommaaccent ydieresis -20 KPX L T -18 KPX L Tcaron -18 KPX L Tcommaaccent -18 KPX L V -37 KPX L W -37 KPX L Y -37 KPX L Yacute -37 KPX L Ydieresis -37 KPX L quoteright -55 KPX L y -37 KPX L yacute -37 KPX L ydieresis -37 KPX Lacute T -18 KPX Lacute Tcaron -18 KPX Lacute Tcommaaccent -18 KPX Lacute V -37 KPX Lacute W -37 KPX Lacute Y -37 KPX Lacute Yacute -37 KPX Lacute Ydieresis -37 KPX Lacute quoteright -55 KPX Lacute y -37 KPX Lacute yacute -37 KPX Lacute ydieresis -37 KPX Lcommaaccent T -18 KPX Lcommaaccent Tcaron -18 KPX Lcommaaccent Tcommaaccent -18 KPX Lcommaaccent V -37 KPX Lcommaaccent W -37 KPX Lcommaaccent Y -37 KPX Lcommaaccent Yacute -37 KPX Lcommaaccent Ydieresis -37 KPX Lcommaaccent quoteright -55 KPX Lcommaaccent y -37 KPX Lcommaaccent yacute -37 KPX Lcommaaccent ydieresis -37 KPX Lslash T -18 KPX Lslash Tcaron -18 KPX Lslash Tcommaaccent -18 KPX Lslash V -37 KPX Lslash W -37 KPX Lslash Y -37 KPX Lslash Yacute -37 KPX Lslash Ydieresis -37 KPX Lslash quoteright -55 KPX Lslash y -37 KPX Lslash yacute -37 KPX Lslash ydieresis -37 KPX N A -30 KPX N Aacute -30 KPX N Abreve -30 KPX N Acircumflex -30 KPX N Adieresis -30 KPX N Agrave -30 KPX N Amacron -30 KPX N Aogonek -30 KPX N Aring -30 KPX N Atilde -30 KPX Nacute A -30 KPX Nacute Aacute -30 KPX Nacute Abreve -30 KPX Nacute Acircumflex -30 KPX Nacute Adieresis -30 KPX Nacute Agrave -30 KPX Nacute Amacron -30 KPX Nacute Aogonek -30 KPX Nacute Aring -30 KPX Nacute Atilde -30 KPX Ncaron A -30 KPX Ncaron Aacute -30 KPX Ncaron Abreve -30 KPX Ncaron Acircumflex -30 KPX Ncaron Adieresis -30 KPX Ncaron Agrave -30 KPX Ncaron Amacron -30 KPX Ncaron Aogonek -30 KPX Ncaron Aring -30 KPX Ncaron Atilde -30 KPX Ncommaaccent A -30 KPX Ncommaaccent Aacute -30 KPX Ncommaaccent Abreve -30 KPX Ncommaaccent Acircumflex -30 KPX Ncommaaccent Adieresis -30 KPX Ncommaaccent Agrave -30 KPX Ncommaaccent Amacron -30 KPX Ncommaaccent Aogonek -30 KPX Ncommaaccent Aring -30 KPX Ncommaaccent Atilde -30 KPX Ntilde A -30 KPX Ntilde Aacute -30 KPX Ntilde Abreve -30 KPX Ntilde Acircumflex -30 KPX Ntilde Adieresis -30 KPX Ntilde Agrave -30 KPX Ntilde Amacron -30 KPX Ntilde Aogonek -30 KPX Ntilde Aring -30 KPX Ntilde Atilde -30 KPX O A -40 KPX O Aacute -40 KPX O Abreve -40 KPX O Acircumflex -40 KPX O Adieresis -40 KPX O Agrave -40 KPX O Amacron -40 KPX O Aogonek -40 KPX O Aring -40 KPX O Atilde -40 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -50 KPX O X -40 KPX O Y -50 KPX O Yacute -50 KPX O Ydieresis -50 KPX Oacute A -40 KPX Oacute Aacute -40 KPX Oacute Abreve -40 KPX Oacute Acircumflex -40 KPX Oacute Adieresis -40 KPX Oacute Agrave -40 KPX Oacute Amacron -40 KPX Oacute Aogonek -40 KPX Oacute Aring -40 KPX Oacute Atilde -40 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -50 KPX Oacute X -40 KPX Oacute Y -50 KPX Oacute Yacute -50 KPX Oacute Ydieresis -50 KPX Ocircumflex A -40 KPX Ocircumflex Aacute -40 KPX Ocircumflex Abreve -40 KPX Ocircumflex Acircumflex -40 KPX Ocircumflex Adieresis -40 KPX Ocircumflex Agrave -40 KPX Ocircumflex Amacron -40 KPX Ocircumflex Aogonek -40 KPX Ocircumflex Aring -40 KPX Ocircumflex Atilde -40 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -50 KPX Ocircumflex X -40 KPX Ocircumflex Y -50 KPX Ocircumflex Yacute -50 KPX Ocircumflex Ydieresis -50 KPX Odieresis A -40 KPX Odieresis Aacute -40 KPX Odieresis Abreve -40 KPX Odieresis Acircumflex -40 KPX Odieresis Adieresis -40 KPX Odieresis Agrave -40 KPX Odieresis Amacron -40 KPX Odieresis Aogonek -40 KPX Odieresis Aring -40 KPX Odieresis Atilde -40 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -50 KPX Odieresis X -40 KPX Odieresis Y -50 KPX Odieresis Yacute -50 KPX Odieresis Ydieresis -50 KPX Ograve A -40 KPX Ograve Aacute -40 KPX Ograve Abreve -40 KPX Ograve Acircumflex -40 KPX Ograve Adieresis -40 KPX Ograve Agrave -40 KPX Ograve Amacron -40 KPX Ograve Aogonek -40 KPX Ograve Aring -40 KPX Ograve Atilde -40 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -50 KPX Ograve X -40 KPX Ograve Y -50 KPX Ograve Yacute -50 KPX Ograve Ydieresis -50 KPX Ohungarumlaut A -40 KPX Ohungarumlaut Aacute -40 KPX Ohungarumlaut Abreve -40 KPX Ohungarumlaut Acircumflex -40 KPX Ohungarumlaut Adieresis -40 KPX Ohungarumlaut Agrave -40 KPX Ohungarumlaut Amacron -40 KPX Ohungarumlaut Aogonek -40 KPX Ohungarumlaut Aring -40 KPX Ohungarumlaut Atilde -40 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -50 KPX Ohungarumlaut X -40 KPX Ohungarumlaut Y -50 KPX Ohungarumlaut Yacute -50 KPX Ohungarumlaut Ydieresis -50 KPX Omacron A -40 KPX Omacron Aacute -40 KPX Omacron Abreve -40 KPX Omacron Acircumflex -40 KPX Omacron Adieresis -40 KPX Omacron Agrave -40 KPX Omacron Amacron -40 KPX Omacron Aogonek -40 KPX Omacron Aring -40 KPX Omacron Atilde -40 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -50 KPX Omacron X -40 KPX Omacron Y -50 KPX Omacron Yacute -50 KPX Omacron Ydieresis -50 KPX Oslash A -40 KPX Oslash Aacute -40 KPX Oslash Abreve -40 KPX Oslash Acircumflex -40 KPX Oslash Adieresis -40 KPX Oslash Agrave -40 KPX Oslash Amacron -40 KPX Oslash Aogonek -40 KPX Oslash Aring -40 KPX Oslash Atilde -40 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -50 KPX Oslash X -40 KPX Oslash Y -50 KPX Oslash Yacute -50 KPX Oslash Ydieresis -50 KPX Otilde A -40 KPX Otilde Aacute -40 KPX Otilde Abreve -40 KPX Otilde Acircumflex -40 KPX Otilde Adieresis -40 KPX Otilde Agrave -40 KPX Otilde Amacron -40 KPX Otilde Aogonek -40 KPX Otilde Aring -40 KPX Otilde Atilde -40 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -50 KPX Otilde X -40 KPX Otilde Y -50 KPX Otilde Yacute -50 KPX Otilde Ydieresis -50 KPX P A -85 KPX P Aacute -85 KPX P Abreve -85 KPX P Acircumflex -85 KPX P Adieresis -85 KPX P Agrave -85 KPX P Amacron -85 KPX P Aogonek -85 KPX P Aring -85 KPX P Atilde -85 KPX P a -40 KPX P aacute -40 KPX P abreve -40 KPX P acircumflex -40 KPX P adieresis -40 KPX P agrave -40 KPX P amacron -40 KPX P aogonek -40 KPX P aring -40 KPX P atilde -40 KPX P comma -129 KPX P e -50 KPX P eacute -50 KPX P ecaron -50 KPX P ecircumflex -50 KPX P edieresis -50 KPX P edotaccent -50 KPX P egrave -50 KPX P emacron -50 KPX P eogonek -50 KPX P o -55 KPX P oacute -55 KPX P ocircumflex -55 KPX P odieresis -55 KPX P ograve -55 KPX P ohungarumlaut -55 KPX P omacron -55 KPX P oslash -55 KPX P otilde -55 KPX P period -129 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX R O -40 KPX R Oacute -40 KPX R Ocircumflex -40 KPX R Odieresis -40 KPX R Ograve -40 KPX R Ohungarumlaut -40 KPX R Omacron -40 KPX R Oslash -40 KPX R Otilde -40 KPX R T -30 KPX R Tcaron -30 KPX R Tcommaaccent -30 KPX R U -40 KPX R Uacute -40 KPX R Ucircumflex -40 KPX R Udieresis -40 KPX R Ugrave -40 KPX R Uhungarumlaut -40 KPX R Umacron -40 KPX R Uogonek -40 KPX R Uring -40 KPX R V -18 KPX R W -18 KPX R Y -18 KPX R Yacute -18 KPX R Ydieresis -18 KPX Racute O -40 KPX Racute Oacute -40 KPX Racute Ocircumflex -40 KPX Racute Odieresis -40 KPX Racute Ograve -40 KPX Racute Ohungarumlaut -40 KPX Racute Omacron -40 KPX Racute Oslash -40 KPX Racute Otilde -40 KPX Racute T -30 KPX Racute Tcaron -30 KPX Racute Tcommaaccent -30 KPX Racute U -40 KPX Racute Uacute -40 KPX Racute Ucircumflex -40 KPX Racute Udieresis -40 KPX Racute Ugrave -40 KPX Racute Uhungarumlaut -40 KPX Racute Umacron -40 KPX Racute Uogonek -40 KPX Racute Uring -40 KPX Racute V -18 KPX Racute W -18 KPX Racute Y -18 KPX Racute Yacute -18 KPX Racute Ydieresis -18 KPX Rcaron O -40 KPX Rcaron Oacute -40 KPX Rcaron Ocircumflex -40 KPX Rcaron Odieresis -40 KPX Rcaron Ograve -40 KPX Rcaron Ohungarumlaut -40 KPX Rcaron Omacron -40 KPX Rcaron Oslash -40 KPX Rcaron Otilde -40 KPX Rcaron T -30 KPX Rcaron Tcaron -30 KPX Rcaron Tcommaaccent -30 KPX Rcaron U -40 KPX Rcaron Uacute -40 KPX Rcaron Ucircumflex -40 KPX Rcaron Udieresis -40 KPX Rcaron Ugrave -40 KPX Rcaron Uhungarumlaut -40 KPX Rcaron Umacron -40 KPX Rcaron Uogonek -40 KPX Rcaron Uring -40 KPX Rcaron V -18 KPX Rcaron W -18 KPX Rcaron Y -18 KPX Rcaron Yacute -18 KPX Rcaron Ydieresis -18 KPX Rcommaaccent O -40 KPX Rcommaaccent Oacute -40 KPX Rcommaaccent Ocircumflex -40 KPX Rcommaaccent Odieresis -40 KPX Rcommaaccent Ograve -40 KPX Rcommaaccent Ohungarumlaut -40 KPX Rcommaaccent Omacron -40 KPX Rcommaaccent Oslash -40 KPX Rcommaaccent Otilde -40 KPX Rcommaaccent T -30 KPX Rcommaaccent Tcaron -30 KPX Rcommaaccent Tcommaaccent -30 KPX Rcommaaccent U -40 KPX Rcommaaccent Uacute -40 KPX Rcommaaccent Ucircumflex -40 KPX Rcommaaccent Udieresis -40 KPX Rcommaaccent Ugrave -40 KPX Rcommaaccent Uhungarumlaut -40 KPX Rcommaaccent Umacron -40 KPX Rcommaaccent Uogonek -40 KPX Rcommaaccent Uring -40 KPX Rcommaaccent V -18 KPX Rcommaaccent W -18 KPX Rcommaaccent Y -18 KPX Rcommaaccent Yacute -18 KPX Rcommaaccent Ydieresis -18 KPX T A -55 KPX T Aacute -55 KPX T Abreve -55 KPX T Acircumflex -55 KPX T Adieresis -55 KPX T Agrave -55 KPX T Amacron -55 KPX T Aogonek -55 KPX T Aring -55 KPX T Atilde -55 KPX T O -18 KPX T Oacute -18 KPX T Ocircumflex -18 KPX T Odieresis -18 KPX T Ograve -18 KPX T Ohungarumlaut -18 KPX T Omacron -18 KPX T Oslash -18 KPX T Otilde -18 KPX T a -92 KPX T aacute -92 KPX T abreve -92 KPX T acircumflex -92 KPX T adieresis -92 KPX T agrave -92 KPX T amacron -92 KPX T aogonek -92 KPX T aring -92 KPX T atilde -92 KPX T colon -74 KPX T comma -92 KPX T e -92 KPX T eacute -92 KPX T ecaron -92 KPX T ecircumflex -92 KPX T edieresis -52 KPX T edotaccent -92 KPX T egrave -52 KPX T emacron -52 KPX T eogonek -92 KPX T hyphen -92 KPX T i -37 KPX T iacute -37 KPX T iogonek -37 KPX T o -95 KPX T oacute -95 KPX T ocircumflex -95 KPX T odieresis -95 KPX T ograve -95 KPX T ohungarumlaut -95 KPX T omacron -95 KPX T oslash -95 KPX T otilde -95 KPX T period -92 KPX T r -37 KPX T racute -37 KPX T rcaron -37 KPX T rcommaaccent -37 KPX T semicolon -74 KPX T u -37 KPX T uacute -37 KPX T ucircumflex -37 KPX T udieresis -37 KPX T ugrave -37 KPX T uhungarumlaut -37 KPX T umacron -37 KPX T uogonek -37 KPX T uring -37 KPX T w -37 KPX T y -37 KPX T yacute -37 KPX T ydieresis -37 KPX Tcaron A -55 KPX Tcaron Aacute -55 KPX Tcaron Abreve -55 KPX Tcaron Acircumflex -55 KPX Tcaron Adieresis -55 KPX Tcaron Agrave -55 KPX Tcaron Amacron -55 KPX Tcaron Aogonek -55 KPX Tcaron Aring -55 KPX Tcaron Atilde -55 KPX Tcaron O -18 KPX Tcaron Oacute -18 KPX Tcaron Ocircumflex -18 KPX Tcaron Odieresis -18 KPX Tcaron Ograve -18 KPX Tcaron Ohungarumlaut -18 KPX Tcaron Omacron -18 KPX Tcaron Oslash -18 KPX Tcaron Otilde -18 KPX Tcaron a -92 KPX Tcaron aacute -92 KPX Tcaron abreve -92 KPX Tcaron acircumflex -92 KPX Tcaron adieresis -92 KPX Tcaron agrave -92 KPX Tcaron amacron -92 KPX Tcaron aogonek -92 KPX Tcaron aring -92 KPX Tcaron atilde -92 KPX Tcaron colon -74 KPX Tcaron comma -92 KPX Tcaron e -92 KPX Tcaron eacute -92 KPX Tcaron ecaron -92 KPX Tcaron ecircumflex -92 KPX Tcaron edieresis -52 KPX Tcaron edotaccent -92 KPX Tcaron egrave -52 KPX Tcaron emacron -52 KPX Tcaron eogonek -92 KPX Tcaron hyphen -92 KPX Tcaron i -37 KPX Tcaron iacute -37 KPX Tcaron iogonek -37 KPX Tcaron o -95 KPX Tcaron oacute -95 KPX Tcaron ocircumflex -95 KPX Tcaron odieresis -95 KPX Tcaron ograve -95 KPX Tcaron ohungarumlaut -95 KPX Tcaron omacron -95 KPX Tcaron oslash -95 KPX Tcaron otilde -95 KPX Tcaron period -92 KPX Tcaron r -37 KPX Tcaron racute -37 KPX Tcaron rcaron -37 KPX Tcaron rcommaaccent -37 KPX Tcaron semicolon -74 KPX Tcaron u -37 KPX Tcaron uacute -37 KPX Tcaron ucircumflex -37 KPX Tcaron udieresis -37 KPX Tcaron ugrave -37 KPX Tcaron uhungarumlaut -37 KPX Tcaron umacron -37 KPX Tcaron uogonek -37 KPX Tcaron uring -37 KPX Tcaron w -37 KPX Tcaron y -37 KPX Tcaron yacute -37 KPX Tcaron ydieresis -37 KPX Tcommaaccent A -55 KPX Tcommaaccent Aacute -55 KPX Tcommaaccent Abreve -55 KPX Tcommaaccent Acircumflex -55 KPX Tcommaaccent Adieresis -55 KPX Tcommaaccent Agrave -55 KPX Tcommaaccent Amacron -55 KPX Tcommaaccent Aogonek -55 KPX Tcommaaccent Aring -55 KPX Tcommaaccent Atilde -55 KPX Tcommaaccent O -18 KPX Tcommaaccent Oacute -18 KPX Tcommaaccent Ocircumflex -18 KPX Tcommaaccent Odieresis -18 KPX Tcommaaccent Ograve -18 KPX Tcommaaccent Ohungarumlaut -18 KPX Tcommaaccent Omacron -18 KPX Tcommaaccent Oslash -18 KPX Tcommaaccent Otilde -18 KPX Tcommaaccent a -92 KPX Tcommaaccent aacute -92 KPX Tcommaaccent abreve -92 KPX Tcommaaccent acircumflex -92 KPX Tcommaaccent adieresis -92 KPX Tcommaaccent agrave -92 KPX Tcommaaccent amacron -92 KPX Tcommaaccent aogonek -92 KPX Tcommaaccent aring -92 KPX Tcommaaccent atilde -92 KPX Tcommaaccent colon -74 KPX Tcommaaccent comma -92 KPX Tcommaaccent e -92 KPX Tcommaaccent eacute -92 KPX Tcommaaccent ecaron -92 KPX Tcommaaccent ecircumflex -92 KPX Tcommaaccent edieresis -52 KPX Tcommaaccent edotaccent -92 KPX Tcommaaccent egrave -52 KPX Tcommaaccent emacron -52 KPX Tcommaaccent eogonek -92 KPX Tcommaaccent hyphen -92 KPX Tcommaaccent i -37 KPX Tcommaaccent iacute -37 KPX Tcommaaccent iogonek -37 KPX Tcommaaccent o -95 KPX Tcommaaccent oacute -95 KPX Tcommaaccent ocircumflex -95 KPX Tcommaaccent odieresis -95 KPX Tcommaaccent ograve -95 KPX Tcommaaccent ohungarumlaut -95 KPX Tcommaaccent omacron -95 KPX Tcommaaccent oslash -95 KPX Tcommaaccent otilde -95 KPX Tcommaaccent period -92 KPX Tcommaaccent r -37 KPX Tcommaaccent racute -37 KPX Tcommaaccent rcaron -37 KPX Tcommaaccent rcommaaccent -37 KPX Tcommaaccent semicolon -74 KPX Tcommaaccent u -37 KPX Tcommaaccent uacute -37 KPX Tcommaaccent ucircumflex -37 KPX Tcommaaccent udieresis -37 KPX Tcommaaccent ugrave -37 KPX Tcommaaccent uhungarumlaut -37 KPX Tcommaaccent umacron -37 KPX Tcommaaccent uogonek -37 KPX Tcommaaccent uring -37 KPX Tcommaaccent w -37 KPX Tcommaaccent y -37 KPX Tcommaaccent yacute -37 KPX Tcommaaccent ydieresis -37 KPX U A -45 KPX U Aacute -45 KPX U Abreve -45 KPX U Acircumflex -45 KPX U Adieresis -45 KPX U Agrave -45 KPX U Amacron -45 KPX U Aogonek -45 KPX U Aring -45 KPX U Atilde -45 KPX Uacute A -45 KPX Uacute Aacute -45 KPX Uacute Abreve -45 KPX Uacute Acircumflex -45 KPX Uacute Adieresis -45 KPX Uacute Agrave -45 KPX Uacute Amacron -45 KPX Uacute Aogonek -45 KPX Uacute Aring -45 KPX Uacute Atilde -45 KPX Ucircumflex A -45 KPX Ucircumflex Aacute -45 KPX Ucircumflex Abreve -45 KPX Ucircumflex Acircumflex -45 KPX Ucircumflex Adieresis -45 KPX Ucircumflex Agrave -45 KPX Ucircumflex Amacron -45 KPX Ucircumflex Aogonek -45 KPX Ucircumflex Aring -45 KPX Ucircumflex Atilde -45 KPX Udieresis A -45 KPX Udieresis Aacute -45 KPX Udieresis Abreve -45 KPX Udieresis Acircumflex -45 KPX Udieresis Adieresis -45 KPX Udieresis Agrave -45 KPX Udieresis Amacron -45 KPX Udieresis Aogonek -45 KPX Udieresis Aring -45 KPX Udieresis Atilde -45 KPX Ugrave A -45 KPX Ugrave Aacute -45 KPX Ugrave Abreve -45 KPX Ugrave Acircumflex -45 KPX Ugrave Adieresis -45 KPX Ugrave Agrave -45 KPX Ugrave Amacron -45 KPX Ugrave Aogonek -45 KPX Ugrave Aring -45 KPX Ugrave Atilde -45 KPX Uhungarumlaut A -45 KPX Uhungarumlaut Aacute -45 KPX Uhungarumlaut Abreve -45 KPX Uhungarumlaut Acircumflex -45 KPX Uhungarumlaut Adieresis -45 KPX Uhungarumlaut Agrave -45 KPX Uhungarumlaut Amacron -45 KPX Uhungarumlaut Aogonek -45 KPX Uhungarumlaut Aring -45 KPX Uhungarumlaut Atilde -45 KPX Umacron A -45 KPX Umacron Aacute -45 KPX Umacron Abreve -45 KPX Umacron Acircumflex -45 KPX Umacron Adieresis -45 KPX Umacron Agrave -45 KPX Umacron Amacron -45 KPX Umacron Aogonek -45 KPX Umacron Aring -45 KPX Umacron Atilde -45 KPX Uogonek A -45 KPX Uogonek Aacute -45 KPX Uogonek Abreve -45 KPX Uogonek Acircumflex -45 KPX Uogonek Adieresis -45 KPX Uogonek Agrave -45 KPX Uogonek Amacron -45 KPX Uogonek Aogonek -45 KPX Uogonek Aring -45 KPX Uogonek Atilde -45 KPX Uring A -45 KPX Uring Aacute -45 KPX Uring Abreve -45 KPX Uring Acircumflex -45 KPX Uring Adieresis -45 KPX Uring Agrave -45 KPX Uring Amacron -45 KPX Uring Aogonek -45 KPX Uring Aring -45 KPX Uring Atilde -45 KPX V A -85 KPX V Aacute -85 KPX V Abreve -85 KPX V Acircumflex -85 KPX V Adieresis -85 KPX V Agrave -85 KPX V Amacron -85 KPX V Aogonek -85 KPX V Aring -85 KPX V Atilde -85 KPX V G -10 KPX V Gbreve -10 KPX V Gcommaaccent -10 KPX V O -30 KPX V Oacute -30 KPX V Ocircumflex -30 KPX V Odieresis -30 KPX V Ograve -30 KPX V Ohungarumlaut -30 KPX V Omacron -30 KPX V Oslash -30 KPX V Otilde -30 KPX V a -111 KPX V aacute -111 KPX V abreve -111 KPX V acircumflex -111 KPX V adieresis -111 KPX V agrave -111 KPX V amacron -111 KPX V aogonek -111 KPX V aring -111 KPX V atilde -111 KPX V colon -74 KPX V comma -129 KPX V e -111 KPX V eacute -111 KPX V ecaron -111 KPX V ecircumflex -111 KPX V edieresis -71 KPX V edotaccent -111 KPX V egrave -71 KPX V emacron -71 KPX V eogonek -111 KPX V hyphen -70 KPX V i -55 KPX V iacute -55 KPX V iogonek -55 KPX V o -111 KPX V oacute -111 KPX V ocircumflex -111 KPX V odieresis -111 KPX V ograve -111 KPX V ohungarumlaut -111 KPX V omacron -111 KPX V oslash -111 KPX V otilde -111 KPX V period -129 KPX V semicolon -74 KPX V u -55 KPX V uacute -55 KPX V ucircumflex -55 KPX V udieresis -55 KPX V ugrave -55 KPX V uhungarumlaut -55 KPX V umacron -55 KPX V uogonek -55 KPX V uring -55 KPX W A -74 KPX W Aacute -74 KPX W Abreve -74 KPX W Acircumflex -74 KPX W Adieresis -74 KPX W Agrave -74 KPX W Amacron -74 KPX W Aogonek -74 KPX W Aring -74 KPX W Atilde -74 KPX W O -15 KPX W Oacute -15 KPX W Ocircumflex -15 KPX W Odieresis -15 KPX W Ograve -15 KPX W Ohungarumlaut -15 KPX W Omacron -15 KPX W Oslash -15 KPX W Otilde -15 KPX W a -85 KPX W aacute -85 KPX W abreve -85 KPX W acircumflex -85 KPX W adieresis -85 KPX W agrave -85 KPX W amacron -85 KPX W aogonek -85 KPX W aring -85 KPX W atilde -85 KPX W colon -55 KPX W comma -74 KPX W e -90 KPX W eacute -90 KPX W ecaron -90 KPX W ecircumflex -90 KPX W edieresis -50 KPX W edotaccent -90 KPX W egrave -50 KPX W emacron -50 KPX W eogonek -90 KPX W hyphen -50 KPX W i -37 KPX W iacute -37 KPX W iogonek -37 KPX W o -80 KPX W oacute -80 KPX W ocircumflex -80 KPX W odieresis -80 KPX W ograve -80 KPX W ohungarumlaut -80 KPX W omacron -80 KPX W oslash -80 KPX W otilde -80 KPX W period -74 KPX W semicolon -55 KPX W u -55 KPX W uacute -55 KPX W ucircumflex -55 KPX W udieresis -55 KPX W ugrave -55 KPX W uhungarumlaut -55 KPX W umacron -55 KPX W uogonek -55 KPX W uring -55 KPX W y -55 KPX W yacute -55 KPX W ydieresis -55 KPX Y A -74 KPX Y Aacute -74 KPX Y Abreve -74 KPX Y Acircumflex -74 KPX Y Adieresis -74 KPX Y Agrave -74 KPX Y Amacron -74 KPX Y Aogonek -74 KPX Y Aring -74 KPX Y Atilde -74 KPX Y O -25 KPX Y Oacute -25 KPX Y Ocircumflex -25 KPX Y Odieresis -25 KPX Y Ograve -25 KPX Y Ohungarumlaut -25 KPX Y Omacron -25 KPX Y Oslash -25 KPX Y Otilde -25 KPX Y a -92 KPX Y aacute -92 KPX Y abreve -92 KPX Y acircumflex -92 KPX Y adieresis -92 KPX Y agrave -92 KPX Y amacron -92 KPX Y aogonek -92 KPX Y aring -92 KPX Y atilde -92 KPX Y colon -92 KPX Y comma -92 KPX Y e -111 KPX Y eacute -111 KPX Y ecaron -111 KPX Y ecircumflex -71 KPX Y edieresis -71 KPX Y edotaccent -111 KPX Y egrave -71 KPX Y emacron -71 KPX Y eogonek -111 KPX Y hyphen -92 KPX Y i -55 KPX Y iacute -55 KPX Y iogonek -55 KPX Y o -111 KPX Y oacute -111 KPX Y ocircumflex -111 KPX Y odieresis -111 KPX Y ograve -111 KPX Y ohungarumlaut -111 KPX Y omacron -111 KPX Y oslash -111 KPX Y otilde -111 KPX Y period -74 KPX Y semicolon -92 KPX Y u -92 KPX Y uacute -92 KPX Y ucircumflex -92 KPX Y udieresis -92 KPX Y ugrave -92 KPX Y uhungarumlaut -92 KPX Y umacron -92 KPX Y uogonek -92 KPX Y uring -92 KPX Yacute A -74 KPX Yacute Aacute -74 KPX Yacute Abreve -74 KPX Yacute Acircumflex -74 KPX Yacute Adieresis -74 KPX Yacute Agrave -74 KPX Yacute Amacron -74 KPX Yacute Aogonek -74 KPX Yacute Aring -74 KPX Yacute Atilde -74 KPX Yacute O -25 KPX Yacute Oacute -25 KPX Yacute Ocircumflex -25 KPX Yacute Odieresis -25 KPX Yacute Ograve -25 KPX Yacute Ohungarumlaut -25 KPX Yacute Omacron -25 KPX Yacute Oslash -25 KPX Yacute Otilde -25 KPX Yacute a -92 KPX Yacute aacute -92 KPX Yacute abreve -92 KPX Yacute acircumflex -92 KPX Yacute adieresis -92 KPX Yacute agrave -92 KPX Yacute amacron -92 KPX Yacute aogonek -92 KPX Yacute aring -92 KPX Yacute atilde -92 KPX Yacute colon -92 KPX Yacute comma -92 KPX Yacute e -111 KPX Yacute eacute -111 KPX Yacute ecaron -111 KPX Yacute ecircumflex -71 KPX Yacute edieresis -71 KPX Yacute edotaccent -111 KPX Yacute egrave -71 KPX Yacute emacron -71 KPX Yacute eogonek -111 KPX Yacute hyphen -92 KPX Yacute i -55 KPX Yacute iacute -55 KPX Yacute iogonek -55 KPX Yacute o -111 KPX Yacute oacute -111 KPX Yacute ocircumflex -111 KPX Yacute odieresis -111 KPX Yacute ograve -111 KPX Yacute ohungarumlaut -111 KPX Yacute omacron -111 KPX Yacute oslash -111 KPX Yacute otilde -111 KPX Yacute period -74 KPX Yacute semicolon -92 KPX Yacute u -92 KPX Yacute uacute -92 KPX Yacute ucircumflex -92 KPX Yacute udieresis -92 KPX Yacute ugrave -92 KPX Yacute uhungarumlaut -92 KPX Yacute umacron -92 KPX Yacute uogonek -92 KPX Yacute uring -92 KPX Ydieresis A -74 KPX Ydieresis Aacute -74 KPX Ydieresis Abreve -74 KPX Ydieresis Acircumflex -74 KPX Ydieresis Adieresis -74 KPX Ydieresis Agrave -74 KPX Ydieresis Amacron -74 KPX Ydieresis Aogonek -74 KPX Ydieresis Aring -74 KPX Ydieresis Atilde -74 KPX Ydieresis O -25 KPX Ydieresis Oacute -25 KPX Ydieresis Ocircumflex -25 KPX Ydieresis Odieresis -25 KPX Ydieresis Ograve -25 KPX Ydieresis Ohungarumlaut -25 KPX Ydieresis Omacron -25 KPX Ydieresis Oslash -25 KPX Ydieresis Otilde -25 KPX Ydieresis a -92 KPX Ydieresis aacute -92 KPX Ydieresis abreve -92 KPX Ydieresis acircumflex -92 KPX Ydieresis adieresis -92 KPX Ydieresis agrave -92 KPX Ydieresis amacron -92 KPX Ydieresis aogonek -92 KPX Ydieresis aring -92 KPX Ydieresis atilde -92 KPX Ydieresis colon -92 KPX Ydieresis comma -92 KPX Ydieresis e -111 KPX Ydieresis eacute -111 KPX Ydieresis ecaron -111 KPX Ydieresis ecircumflex -71 KPX Ydieresis edieresis -71 KPX Ydieresis edotaccent -111 KPX Ydieresis egrave -71 KPX Ydieresis emacron -71 KPX Ydieresis eogonek -111 KPX Ydieresis hyphen -92 KPX Ydieresis i -55 KPX Ydieresis iacute -55 KPX Ydieresis iogonek -55 KPX Ydieresis o -111 KPX Ydieresis oacute -111 KPX Ydieresis ocircumflex -111 KPX Ydieresis odieresis -111 KPX Ydieresis ograve -111 KPX Ydieresis ohungarumlaut -111 KPX Ydieresis omacron -111 KPX Ydieresis oslash -111 KPX Ydieresis otilde -111 KPX Ydieresis period -74 KPX Ydieresis semicolon -92 KPX Ydieresis u -92 KPX Ydieresis uacute -92 KPX Ydieresis ucircumflex -92 KPX Ydieresis udieresis -92 KPX Ydieresis ugrave -92 KPX Ydieresis uhungarumlaut -92 KPX Ydieresis umacron -92 KPX Ydieresis uogonek -92 KPX Ydieresis uring -92 KPX b b -10 KPX b period -40 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX c h -10 KPX c k -10 KPX c kcommaaccent -10 KPX cacute h -10 KPX cacute k -10 KPX cacute kcommaaccent -10 KPX ccaron h -10 KPX ccaron k -10 KPX ccaron kcommaaccent -10 KPX ccedilla h -10 KPX ccedilla k -10 KPX ccedilla kcommaaccent -10 KPX comma quotedblright -95 KPX comma quoteright -95 KPX e b -10 KPX eacute b -10 KPX ecaron b -10 KPX ecircumflex b -10 KPX edieresis b -10 KPX edotaccent b -10 KPX egrave b -10 KPX emacron b -10 KPX eogonek b -10 KPX f comma -10 KPX f dotlessi -30 KPX f e -10 KPX f eacute -10 KPX f edotaccent -10 KPX f eogonek -10 KPX f f -18 KPX f o -10 KPX f oacute -10 KPX f ocircumflex -10 KPX f ograve -10 KPX f ohungarumlaut -10 KPX f oslash -10 KPX f otilde -10 KPX f period -10 KPX f quoteright 55 KPX k e -30 KPX k eacute -30 KPX k ecaron -30 KPX k ecircumflex -30 KPX k edieresis -30 KPX k edotaccent -30 KPX k egrave -30 KPX k emacron -30 KPX k eogonek -30 KPX k o -10 KPX k oacute -10 KPX k ocircumflex -10 KPX k odieresis -10 KPX k ograve -10 KPX k ohungarumlaut -10 KPX k omacron -10 KPX k oslash -10 KPX k otilde -10 KPX kcommaaccent e -30 KPX kcommaaccent eacute -30 KPX kcommaaccent ecaron -30 KPX kcommaaccent ecircumflex -30 KPX kcommaaccent edieresis -30 KPX kcommaaccent edotaccent -30 KPX kcommaaccent egrave -30 KPX kcommaaccent emacron -30 KPX kcommaaccent eogonek -30 KPX kcommaaccent o -10 KPX kcommaaccent oacute -10 KPX kcommaaccent ocircumflex -10 KPX kcommaaccent odieresis -10 KPX kcommaaccent ograve -10 KPX kcommaaccent ohungarumlaut -10 KPX kcommaaccent omacron -10 KPX kcommaaccent oslash -10 KPX kcommaaccent otilde -10 KPX n v -40 KPX nacute v -40 KPX ncaron v -40 KPX ncommaaccent v -40 KPX ntilde v -40 KPX o v -15 KPX o w -25 KPX o x -10 KPX o y -10 KPX o yacute -10 KPX o ydieresis -10 KPX oacute v -15 KPX oacute w -25 KPX oacute x -10 KPX oacute y -10 KPX oacute yacute -10 KPX oacute ydieresis -10 KPX ocircumflex v -15 KPX ocircumflex w -25 KPX ocircumflex x -10 KPX ocircumflex y -10 KPX ocircumflex yacute -10 KPX ocircumflex ydieresis -10 KPX odieresis v -15 KPX odieresis w -25 KPX odieresis x -10 KPX odieresis y -10 KPX odieresis yacute -10 KPX odieresis ydieresis -10 KPX ograve v -15 KPX ograve w -25 KPX ograve x -10 KPX ograve y -10 KPX ograve yacute -10 KPX ograve ydieresis -10 KPX ohungarumlaut v -15 KPX ohungarumlaut w -25 KPX ohungarumlaut x -10 KPX ohungarumlaut y -10 KPX ohungarumlaut yacute -10 KPX ohungarumlaut ydieresis -10 KPX omacron v -15 KPX omacron w -25 KPX omacron x -10 KPX omacron y -10 KPX omacron yacute -10 KPX omacron ydieresis -10 KPX oslash v -15 KPX oslash w -25 KPX oslash x -10 KPX oslash y -10 KPX oslash yacute -10 KPX oslash ydieresis -10 KPX otilde v -15 KPX otilde w -25 KPX otilde x -10 KPX otilde y -10 KPX otilde yacute -10 KPX otilde ydieresis -10 KPX period quotedblright -95 KPX period quoteright -95 KPX quoteleft quoteleft -74 KPX quoteright d -15 KPX quoteright dcroat -15 KPX quoteright quoteright -74 KPX quoteright r -15 KPX quoteright racute -15 KPX quoteright rcaron -15 KPX quoteright rcommaaccent -15 KPX quoteright s -74 KPX quoteright sacute -74 KPX quoteright scaron -74 KPX quoteright scedilla -74 KPX quoteright scommaaccent -74 KPX quoteright space -74 KPX quoteright t -37 KPX quoteright tcommaaccent -37 KPX quoteright v -15 KPX r comma -65 KPX r period -65 KPX racute comma -65 KPX racute period -65 KPX rcaron comma -65 KPX rcaron period -65 KPX rcommaaccent comma -65 KPX rcommaaccent period -65 KPX space A -37 KPX space Aacute -37 KPX space Abreve -37 KPX space Acircumflex -37 KPX space Adieresis -37 KPX space Agrave -37 KPX space Amacron -37 KPX space Aogonek -37 KPX space Aring -37 KPX space Atilde -37 KPX space V -70 KPX space W -70 KPX space Y -70 KPX space Yacute -70 KPX space Ydieresis -70 KPX v comma -37 KPX v e -15 KPX v eacute -15 KPX v ecaron -15 KPX v ecircumflex -15 KPX v edieresis -15 KPX v edotaccent -15 KPX v egrave -15 KPX v emacron -15 KPX v eogonek -15 KPX v o -15 KPX v oacute -15 KPX v ocircumflex -15 KPX v odieresis -15 KPX v ograve -15 KPX v ohungarumlaut -15 KPX v omacron -15 KPX v oslash -15 KPX v otilde -15 KPX v period -37 KPX w a -10 KPX w aacute -10 KPX w abreve -10 KPX w acircumflex -10 KPX w adieresis -10 KPX w agrave -10 KPX w amacron -10 KPX w aogonek -10 KPX w aring -10 KPX w atilde -10 KPX w comma -37 KPX w e -10 KPX w eacute -10 KPX w ecaron -10 KPX w ecircumflex -10 KPX w edieresis -10 KPX w edotaccent -10 KPX w egrave -10 KPX w emacron -10 KPX w eogonek -10 KPX w o -15 KPX w oacute -15 KPX w ocircumflex -15 KPX w odieresis -15 KPX w ograve -15 KPX w ohungarumlaut -15 KPX w omacron -15 KPX w oslash -15 KPX w otilde -15 KPX w period -37 KPX x e -10 KPX x eacute -10 KPX x ecaron -10 KPX x ecircumflex -10 KPX x edieresis -10 KPX x edotaccent -10 KPX x egrave -10 KPX x emacron -10 KPX x eogonek -10 KPX y comma -37 KPX y period -37 KPX yacute comma -37 KPX yacute period -37 KPX ydieresis comma -37 KPX ydieresis period -37 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Times-Roman.afm0000644000000000000000000016605413772706672020177 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:49:17 1997 Comment UniqueID 43068 Comment VMusage 43909 54934 FontName Times-Roman FullName Times Roman FamilyName Times Weight Roman ItalicAngle 0 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -168 -218 1000 898 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.Times is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 662 XHeight 450 Ascender 683 Descender -217 StdHW 28 StdVW 84 StartCharMetrics 315 C 32 ; WX 250 ; N space ; B 0 0 0 0 ; C 33 ; WX 333 ; N exclam ; B 130 -9 238 676 ; C 34 ; WX 408 ; N quotedbl ; B 77 431 331 676 ; C 35 ; WX 500 ; N numbersign ; B 5 0 496 662 ; C 36 ; WX 500 ; N dollar ; B 44 -87 457 727 ; C 37 ; WX 833 ; N percent ; B 61 -13 772 676 ; C 38 ; WX 778 ; N ampersand ; B 42 -13 750 676 ; C 39 ; WX 333 ; N quoteright ; B 79 433 218 676 ; C 40 ; WX 333 ; N parenleft ; B 48 -177 304 676 ; C 41 ; WX 333 ; N parenright ; B 29 -177 285 676 ; C 42 ; WX 500 ; N asterisk ; B 69 265 432 676 ; C 43 ; WX 564 ; N plus ; B 30 0 534 506 ; C 44 ; WX 250 ; N comma ; B 56 -141 195 102 ; C 45 ; WX 333 ; N hyphen ; B 39 194 285 257 ; C 46 ; WX 250 ; N period ; B 70 -11 181 100 ; C 47 ; WX 278 ; N slash ; B -9 -14 287 676 ; C 48 ; WX 500 ; N zero ; B 24 -14 476 676 ; C 49 ; WX 500 ; N one ; B 111 0 394 676 ; C 50 ; WX 500 ; N two ; B 30 0 475 676 ; C 51 ; WX 500 ; N three ; B 43 -14 431 676 ; C 52 ; WX 500 ; N four ; B 12 0 472 676 ; C 53 ; WX 500 ; N five ; B 32 -14 438 688 ; C 54 ; WX 500 ; N six ; B 34 -14 468 684 ; C 55 ; WX 500 ; N seven ; B 20 -8 449 662 ; C 56 ; WX 500 ; N eight ; B 56 -14 445 676 ; C 57 ; WX 500 ; N nine ; B 30 -22 459 676 ; C 58 ; WX 278 ; N colon ; B 81 -11 192 459 ; C 59 ; WX 278 ; N semicolon ; B 80 -141 219 459 ; C 60 ; WX 564 ; N less ; B 28 -8 536 514 ; C 61 ; WX 564 ; N equal ; B 30 120 534 386 ; C 62 ; WX 564 ; N greater ; B 28 -8 536 514 ; C 63 ; WX 444 ; N question ; B 68 -8 414 676 ; C 64 ; WX 921 ; N at ; B 116 -14 809 676 ; C 65 ; WX 722 ; N A ; B 15 0 706 674 ; C 66 ; WX 667 ; N B ; B 17 0 593 662 ; C 67 ; WX 667 ; N C ; B 28 -14 633 676 ; C 68 ; WX 722 ; N D ; B 16 0 685 662 ; C 69 ; WX 611 ; N E ; B 12 0 597 662 ; C 70 ; WX 556 ; N F ; B 12 0 546 662 ; C 71 ; WX 722 ; N G ; B 32 -14 709 676 ; C 72 ; WX 722 ; N H ; B 19 0 702 662 ; C 73 ; WX 333 ; N I ; B 18 0 315 662 ; C 74 ; WX 389 ; N J ; B 10 -14 370 662 ; C 75 ; WX 722 ; N K ; B 34 0 723 662 ; C 76 ; WX 611 ; N L ; B 12 0 598 662 ; C 77 ; WX 889 ; N M ; B 12 0 863 662 ; C 78 ; WX 722 ; N N ; B 12 -11 707 662 ; C 79 ; WX 722 ; N O ; B 34 -14 688 676 ; C 80 ; WX 556 ; N P ; B 16 0 542 662 ; C 81 ; WX 722 ; N Q ; B 34 -178 701 676 ; C 82 ; WX 667 ; N R ; B 17 0 659 662 ; C 83 ; WX 556 ; N S ; B 42 -14 491 676 ; C 84 ; WX 611 ; N T ; B 17 0 593 662 ; C 85 ; WX 722 ; N U ; B 14 -14 705 662 ; C 86 ; WX 722 ; N V ; B 16 -11 697 662 ; C 87 ; WX 944 ; N W ; B 5 -11 932 662 ; C 88 ; WX 722 ; N X ; B 10 0 704 662 ; C 89 ; WX 722 ; N Y ; B 22 0 703 662 ; C 90 ; WX 611 ; N Z ; B 9 0 597 662 ; C 91 ; WX 333 ; N bracketleft ; B 88 -156 299 662 ; C 92 ; WX 278 ; N backslash ; B -9 -14 287 676 ; C 93 ; WX 333 ; N bracketright ; B 34 -156 245 662 ; C 94 ; WX 469 ; N asciicircum ; B 24 297 446 662 ; C 95 ; WX 500 ; N underscore ; B 0 -125 500 -75 ; C 96 ; WX 333 ; N quoteleft ; B 115 433 254 676 ; C 97 ; WX 444 ; N a ; B 37 -10 442 460 ; C 98 ; WX 500 ; N b ; B 3 -10 468 683 ; C 99 ; WX 444 ; N c ; B 25 -10 412 460 ; C 100 ; WX 500 ; N d ; B 27 -10 491 683 ; C 101 ; WX 444 ; N e ; B 25 -10 424 460 ; C 102 ; WX 333 ; N f ; B 20 0 383 683 ; L i fi ; L l fl ; C 103 ; WX 500 ; N g ; B 28 -218 470 460 ; C 104 ; WX 500 ; N h ; B 9 0 487 683 ; C 105 ; WX 278 ; N i ; B 16 0 253 683 ; C 106 ; WX 278 ; N j ; B -70 -218 194 683 ; C 107 ; WX 500 ; N k ; B 7 0 505 683 ; C 108 ; WX 278 ; N l ; B 19 0 257 683 ; C 109 ; WX 778 ; N m ; B 16 0 775 460 ; C 110 ; WX 500 ; N n ; B 16 0 485 460 ; C 111 ; WX 500 ; N o ; B 29 -10 470 460 ; C 112 ; WX 500 ; N p ; B 5 -217 470 460 ; C 113 ; WX 500 ; N q ; B 24 -217 488 460 ; C 114 ; WX 333 ; N r ; B 5 0 335 460 ; C 115 ; WX 389 ; N s ; B 51 -10 348 460 ; C 116 ; WX 278 ; N t ; B 13 -10 279 579 ; C 117 ; WX 500 ; N u ; B 9 -10 479 450 ; C 118 ; WX 500 ; N v ; B 19 -14 477 450 ; C 119 ; WX 722 ; N w ; B 21 -14 694 450 ; C 120 ; WX 500 ; N x ; B 17 0 479 450 ; C 121 ; WX 500 ; N y ; B 14 -218 475 450 ; C 122 ; WX 444 ; N z ; B 27 0 418 450 ; C 123 ; WX 480 ; N braceleft ; B 100 -181 350 680 ; C 124 ; WX 200 ; N bar ; B 67 -218 133 782 ; C 125 ; WX 480 ; N braceright ; B 130 -181 380 680 ; C 126 ; WX 541 ; N asciitilde ; B 40 183 502 323 ; C 161 ; WX 333 ; N exclamdown ; B 97 -218 205 467 ; C 162 ; WX 500 ; N cent ; B 53 -138 448 579 ; C 163 ; WX 500 ; N sterling ; B 12 -8 490 676 ; C 164 ; WX 167 ; N fraction ; B -168 -14 331 676 ; C 165 ; WX 500 ; N yen ; B -53 0 512 662 ; C 166 ; WX 500 ; N florin ; B 7 -189 490 676 ; C 167 ; WX 500 ; N section ; B 70 -148 426 676 ; C 168 ; WX 500 ; N currency ; B -22 58 522 602 ; C 169 ; WX 180 ; N quotesingle ; B 48 431 133 676 ; C 170 ; WX 444 ; N quotedblleft ; B 43 433 414 676 ; C 171 ; WX 500 ; N guillemotleft ; B 42 33 456 416 ; C 172 ; WX 333 ; N guilsinglleft ; B 63 33 285 416 ; C 173 ; WX 333 ; N guilsinglright ; B 48 33 270 416 ; C 174 ; WX 556 ; N fi ; B 31 0 521 683 ; C 175 ; WX 556 ; N fl ; B 32 0 521 683 ; C 177 ; WX 500 ; N endash ; B 0 201 500 250 ; C 178 ; WX 500 ; N dagger ; B 59 -149 442 676 ; C 179 ; WX 500 ; N daggerdbl ; B 58 -153 442 676 ; C 180 ; WX 250 ; N periodcentered ; B 70 199 181 310 ; C 182 ; WX 453 ; N paragraph ; B -22 -154 450 662 ; C 183 ; WX 350 ; N bullet ; B 40 196 310 466 ; C 184 ; WX 333 ; N quotesinglbase ; B 79 -141 218 102 ; C 185 ; WX 444 ; N quotedblbase ; B 45 -141 416 102 ; C 186 ; WX 444 ; N quotedblright ; B 30 433 401 676 ; C 187 ; WX 500 ; N guillemotright ; B 44 33 458 416 ; C 188 ; WX 1000 ; N ellipsis ; B 111 -11 888 100 ; C 189 ; WX 1000 ; N perthousand ; B 7 -19 994 706 ; C 191 ; WX 444 ; N questiondown ; B 30 -218 376 466 ; C 193 ; WX 333 ; N grave ; B 19 507 242 678 ; C 194 ; WX 333 ; N acute ; B 93 507 317 678 ; C 195 ; WX 333 ; N circumflex ; B 11 507 322 674 ; C 196 ; WX 333 ; N tilde ; B 1 532 331 638 ; C 197 ; WX 333 ; N macron ; B 11 547 322 601 ; C 198 ; WX 333 ; N breve ; B 26 507 307 664 ; C 199 ; WX 333 ; N dotaccent ; B 118 581 216 681 ; C 200 ; WX 333 ; N dieresis ; B 18 581 315 681 ; C 202 ; WX 333 ; N ring ; B 67 512 266 711 ; C 203 ; WX 333 ; N cedilla ; B 52 -215 261 0 ; C 205 ; WX 333 ; N hungarumlaut ; B -3 507 377 678 ; C 206 ; WX 333 ; N ogonek ; B 62 -165 243 0 ; C 207 ; WX 333 ; N caron ; B 11 507 322 674 ; C 208 ; WX 1000 ; N emdash ; B 0 201 1000 250 ; C 225 ; WX 889 ; N AE ; B 0 0 863 662 ; C 227 ; WX 276 ; N ordfeminine ; B 4 394 270 676 ; C 232 ; WX 611 ; N Lslash ; B 12 0 598 662 ; C 233 ; WX 722 ; N Oslash ; B 34 -80 688 734 ; C 234 ; WX 889 ; N OE ; B 30 -6 885 668 ; C 235 ; WX 310 ; N ordmasculine ; B 6 394 304 676 ; C 241 ; WX 667 ; N ae ; B 38 -10 632 460 ; C 245 ; WX 278 ; N dotlessi ; B 16 0 253 460 ; C 248 ; WX 278 ; N lslash ; B 19 0 259 683 ; C 249 ; WX 500 ; N oslash ; B 29 -112 470 551 ; C 250 ; WX 722 ; N oe ; B 30 -10 690 460 ; C 251 ; WX 500 ; N germandbls ; B 12 -9 468 683 ; C -1 ; WX 333 ; N Idieresis ; B 18 0 315 835 ; C -1 ; WX 444 ; N eacute ; B 25 -10 424 678 ; C -1 ; WX 444 ; N abreve ; B 37 -10 442 664 ; C -1 ; WX 500 ; N uhungarumlaut ; B 9 -10 501 678 ; C -1 ; WX 444 ; N ecaron ; B 25 -10 424 674 ; C -1 ; WX 722 ; N Ydieresis ; B 22 0 703 835 ; C -1 ; WX 564 ; N divide ; B 30 -10 534 516 ; C -1 ; WX 722 ; N Yacute ; B 22 0 703 890 ; C -1 ; WX 722 ; N Acircumflex ; B 15 0 706 886 ; C -1 ; WX 444 ; N aacute ; B 37 -10 442 678 ; C -1 ; WX 722 ; N Ucircumflex ; B 14 -14 705 886 ; C -1 ; WX 500 ; N yacute ; B 14 -218 475 678 ; C -1 ; WX 389 ; N scommaaccent ; B 51 -218 348 460 ; C -1 ; WX 444 ; N ecircumflex ; B 25 -10 424 674 ; C -1 ; WX 722 ; N Uring ; B 14 -14 705 898 ; C -1 ; WX 722 ; N Udieresis ; B 14 -14 705 835 ; C -1 ; WX 444 ; N aogonek ; B 37 -165 469 460 ; C -1 ; WX 722 ; N Uacute ; B 14 -14 705 890 ; C -1 ; WX 500 ; N uogonek ; B 9 -155 487 450 ; C -1 ; WX 611 ; N Edieresis ; B 12 0 597 835 ; C -1 ; WX 722 ; N Dcroat ; B 16 0 685 662 ; C -1 ; WX 250 ; N commaaccent ; B 59 -218 184 -50 ; C -1 ; WX 760 ; N copyright ; B 38 -14 722 676 ; C -1 ; WX 611 ; N Emacron ; B 12 0 597 813 ; C -1 ; WX 444 ; N ccaron ; B 25 -10 412 674 ; C -1 ; WX 444 ; N aring ; B 37 -10 442 711 ; C -1 ; WX 722 ; N Ncommaaccent ; B 12 -198 707 662 ; C -1 ; WX 278 ; N lacute ; B 19 0 290 890 ; C -1 ; WX 444 ; N agrave ; B 37 -10 442 678 ; C -1 ; WX 611 ; N Tcommaaccent ; B 17 -218 593 662 ; C -1 ; WX 667 ; N Cacute ; B 28 -14 633 890 ; C -1 ; WX 444 ; N atilde ; B 37 -10 442 638 ; C -1 ; WX 611 ; N Edotaccent ; B 12 0 597 835 ; C -1 ; WX 389 ; N scaron ; B 39 -10 350 674 ; C -1 ; WX 389 ; N scedilla ; B 51 -215 348 460 ; C -1 ; WX 278 ; N iacute ; B 16 0 290 678 ; C -1 ; WX 471 ; N lozenge ; B 13 0 459 724 ; C -1 ; WX 667 ; N Rcaron ; B 17 0 659 886 ; C -1 ; WX 722 ; N Gcommaaccent ; B 32 -218 709 676 ; C -1 ; WX 500 ; N ucircumflex ; B 9 -10 479 674 ; C -1 ; WX 444 ; N acircumflex ; B 37 -10 442 674 ; C -1 ; WX 722 ; N Amacron ; B 15 0 706 813 ; C -1 ; WX 333 ; N rcaron ; B 5 0 335 674 ; C -1 ; WX 444 ; N ccedilla ; B 25 -215 412 460 ; C -1 ; WX 611 ; N Zdotaccent ; B 9 0 597 835 ; C -1 ; WX 556 ; N Thorn ; B 16 0 542 662 ; C -1 ; WX 722 ; N Omacron ; B 34 -14 688 813 ; C -1 ; WX 667 ; N Racute ; B 17 0 659 890 ; C -1 ; WX 556 ; N Sacute ; B 42 -14 491 890 ; C -1 ; WX 588 ; N dcaron ; B 27 -10 589 695 ; C -1 ; WX 722 ; N Umacron ; B 14 -14 705 813 ; C -1 ; WX 500 ; N uring ; B 9 -10 479 711 ; C -1 ; WX 300 ; N threesuperior ; B 15 262 291 676 ; C -1 ; WX 722 ; N Ograve ; B 34 -14 688 890 ; C -1 ; WX 722 ; N Agrave ; B 15 0 706 890 ; C -1 ; WX 722 ; N Abreve ; B 15 0 706 876 ; C -1 ; WX 564 ; N multiply ; B 38 8 527 497 ; C -1 ; WX 500 ; N uacute ; B 9 -10 479 678 ; C -1 ; WX 611 ; N Tcaron ; B 17 0 593 886 ; C -1 ; WX 476 ; N partialdiff ; B 17 -38 459 710 ; C -1 ; WX 500 ; N ydieresis ; B 14 -218 475 623 ; C -1 ; WX 722 ; N Nacute ; B 12 -11 707 890 ; C -1 ; WX 278 ; N icircumflex ; B -16 0 295 674 ; C -1 ; WX 611 ; N Ecircumflex ; B 12 0 597 886 ; C -1 ; WX 444 ; N adieresis ; B 37 -10 442 623 ; C -1 ; WX 444 ; N edieresis ; B 25 -10 424 623 ; C -1 ; WX 444 ; N cacute ; B 25 -10 413 678 ; C -1 ; WX 500 ; N nacute ; B 16 0 485 678 ; C -1 ; WX 500 ; N umacron ; B 9 -10 479 601 ; C -1 ; WX 722 ; N Ncaron ; B 12 -11 707 886 ; C -1 ; WX 333 ; N Iacute ; B 18 0 317 890 ; C -1 ; WX 564 ; N plusminus ; B 30 0 534 506 ; C -1 ; WX 200 ; N brokenbar ; B 67 -143 133 707 ; C -1 ; WX 760 ; N registered ; B 38 -14 722 676 ; C -1 ; WX 722 ; N Gbreve ; B 32 -14 709 876 ; C -1 ; WX 333 ; N Idotaccent ; B 18 0 315 835 ; C -1 ; WX 600 ; N summation ; B 15 -10 585 706 ; C -1 ; WX 611 ; N Egrave ; B 12 0 597 890 ; C -1 ; WX 333 ; N racute ; B 5 0 335 678 ; C -1 ; WX 500 ; N omacron ; B 29 -10 470 601 ; C -1 ; WX 611 ; N Zacute ; B 9 0 597 890 ; C -1 ; WX 611 ; N Zcaron ; B 9 0 597 886 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 523 666 ; C -1 ; WX 722 ; N Eth ; B 16 0 685 662 ; C -1 ; WX 667 ; N Ccedilla ; B 28 -215 633 676 ; C -1 ; WX 278 ; N lcommaaccent ; B 19 -218 257 683 ; C -1 ; WX 326 ; N tcaron ; B 13 -10 318 722 ; C -1 ; WX 444 ; N eogonek ; B 25 -165 424 460 ; C -1 ; WX 722 ; N Uogonek ; B 14 -165 705 662 ; C -1 ; WX 722 ; N Aacute ; B 15 0 706 890 ; C -1 ; WX 722 ; N Adieresis ; B 15 0 706 835 ; C -1 ; WX 444 ; N egrave ; B 25 -10 424 678 ; C -1 ; WX 444 ; N zacute ; B 27 0 418 678 ; C -1 ; WX 278 ; N iogonek ; B 16 -165 265 683 ; C -1 ; WX 722 ; N Oacute ; B 34 -14 688 890 ; C -1 ; WX 500 ; N oacute ; B 29 -10 470 678 ; C -1 ; WX 444 ; N amacron ; B 37 -10 442 601 ; C -1 ; WX 389 ; N sacute ; B 51 -10 348 678 ; C -1 ; WX 278 ; N idieresis ; B -9 0 288 623 ; C -1 ; WX 722 ; N Ocircumflex ; B 34 -14 688 886 ; C -1 ; WX 722 ; N Ugrave ; B 14 -14 705 890 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 500 ; N thorn ; B 5 -217 470 683 ; C -1 ; WX 300 ; N twosuperior ; B 1 270 296 676 ; C -1 ; WX 722 ; N Odieresis ; B 34 -14 688 835 ; C -1 ; WX 500 ; N mu ; B 36 -218 512 450 ; C -1 ; WX 278 ; N igrave ; B -8 0 253 678 ; C -1 ; WX 500 ; N ohungarumlaut ; B 29 -10 491 678 ; C -1 ; WX 611 ; N Eogonek ; B 12 -165 597 662 ; C -1 ; WX 500 ; N dcroat ; B 27 -10 500 683 ; C -1 ; WX 750 ; N threequarters ; B 15 -14 718 676 ; C -1 ; WX 556 ; N Scedilla ; B 42 -215 491 676 ; C -1 ; WX 344 ; N lcaron ; B 19 0 347 695 ; C -1 ; WX 722 ; N Kcommaaccent ; B 34 -198 723 662 ; C -1 ; WX 611 ; N Lacute ; B 12 0 598 890 ; C -1 ; WX 980 ; N trademark ; B 30 256 957 662 ; C -1 ; WX 444 ; N edotaccent ; B 25 -10 424 623 ; C -1 ; WX 333 ; N Igrave ; B 18 0 315 890 ; C -1 ; WX 333 ; N Imacron ; B 11 0 322 813 ; C -1 ; WX 611 ; N Lcaron ; B 12 0 598 676 ; C -1 ; WX 750 ; N onehalf ; B 31 -14 746 676 ; C -1 ; WX 549 ; N lessequal ; B 26 0 523 666 ; C -1 ; WX 500 ; N ocircumflex ; B 29 -10 470 674 ; C -1 ; WX 500 ; N ntilde ; B 16 0 485 638 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 14 -14 705 890 ; C -1 ; WX 611 ; N Eacute ; B 12 0 597 890 ; C -1 ; WX 444 ; N emacron ; B 25 -10 424 601 ; C -1 ; WX 500 ; N gbreve ; B 28 -218 470 664 ; C -1 ; WX 750 ; N onequarter ; B 37 -14 718 676 ; C -1 ; WX 556 ; N Scaron ; B 42 -14 491 886 ; C -1 ; WX 556 ; N Scommaaccent ; B 42 -218 491 676 ; C -1 ; WX 722 ; N Ohungarumlaut ; B 34 -14 688 890 ; C -1 ; WX 400 ; N degree ; B 57 390 343 676 ; C -1 ; WX 500 ; N ograve ; B 29 -10 470 678 ; C -1 ; WX 667 ; N Ccaron ; B 28 -14 633 886 ; C -1 ; WX 500 ; N ugrave ; B 9 -10 479 678 ; C -1 ; WX 453 ; N radical ; B 2 -60 452 768 ; C -1 ; WX 722 ; N Dcaron ; B 16 0 685 886 ; C -1 ; WX 333 ; N rcommaaccent ; B 5 -218 335 460 ; C -1 ; WX 722 ; N Ntilde ; B 12 -11 707 850 ; C -1 ; WX 500 ; N otilde ; B 29 -10 470 638 ; C -1 ; WX 667 ; N Rcommaaccent ; B 17 -198 659 662 ; C -1 ; WX 611 ; N Lcommaaccent ; B 12 -218 598 662 ; C -1 ; WX 722 ; N Atilde ; B 15 0 706 850 ; C -1 ; WX 722 ; N Aogonek ; B 15 -165 738 674 ; C -1 ; WX 722 ; N Aring ; B 15 0 706 898 ; C -1 ; WX 722 ; N Otilde ; B 34 -14 688 850 ; C -1 ; WX 444 ; N zdotaccent ; B 27 0 418 623 ; C -1 ; WX 611 ; N Ecaron ; B 12 0 597 886 ; C -1 ; WX 333 ; N Iogonek ; B 18 -165 315 662 ; C -1 ; WX 500 ; N kcommaaccent ; B 7 -218 505 683 ; C -1 ; WX 564 ; N minus ; B 30 220 534 286 ; C -1 ; WX 333 ; N Icircumflex ; B 11 0 322 886 ; C -1 ; WX 500 ; N ncaron ; B 16 0 485 674 ; C -1 ; WX 278 ; N tcommaaccent ; B 13 -218 279 579 ; C -1 ; WX 564 ; N logicalnot ; B 30 108 534 386 ; C -1 ; WX 500 ; N odieresis ; B 29 -10 470 623 ; C -1 ; WX 500 ; N udieresis ; B 9 -10 479 623 ; C -1 ; WX 549 ; N notequal ; B 12 -31 537 547 ; C -1 ; WX 500 ; N gcommaaccent ; B 28 -218 470 749 ; C -1 ; WX 500 ; N eth ; B 29 -10 471 686 ; C -1 ; WX 444 ; N zcaron ; B 27 0 418 674 ; C -1 ; WX 500 ; N ncommaaccent ; B 16 -218 485 460 ; C -1 ; WX 300 ; N onesuperior ; B 57 270 248 676 ; C -1 ; WX 278 ; N imacron ; B 6 0 271 601 ; C -1 ; WX 500 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2073 KPX A C -40 KPX A Cacute -40 KPX A Ccaron -40 KPX A Ccedilla -40 KPX A G -40 KPX A Gbreve -40 KPX A Gcommaaccent -40 KPX A O -55 KPX A Oacute -55 KPX A Ocircumflex -55 KPX A Odieresis -55 KPX A Ograve -55 KPX A Ohungarumlaut -55 KPX A Omacron -55 KPX A Oslash -55 KPX A Otilde -55 KPX A Q -55 KPX A T -111 KPX A Tcaron -111 KPX A Tcommaaccent -111 KPX A U -55 KPX A Uacute -55 KPX A Ucircumflex -55 KPX A Udieresis -55 KPX A Ugrave -55 KPX A Uhungarumlaut -55 KPX A Umacron -55 KPX A Uogonek -55 KPX A Uring -55 KPX A V -135 KPX A W -90 KPX A Y -105 KPX A Yacute -105 KPX A Ydieresis -105 KPX A quoteright -111 KPX A v -74 KPX A w -92 KPX A y -92 KPX A yacute -92 KPX A ydieresis -92 KPX Aacute C -40 KPX Aacute Cacute -40 KPX Aacute Ccaron -40 KPX Aacute Ccedilla -40 KPX Aacute G -40 KPX Aacute Gbreve -40 KPX Aacute Gcommaaccent -40 KPX Aacute O -55 KPX Aacute Oacute -55 KPX Aacute Ocircumflex -55 KPX Aacute Odieresis -55 KPX Aacute Ograve -55 KPX Aacute Ohungarumlaut -55 KPX Aacute Omacron -55 KPX Aacute Oslash -55 KPX Aacute Otilde -55 KPX Aacute Q -55 KPX Aacute T -111 KPX Aacute Tcaron -111 KPX Aacute Tcommaaccent -111 KPX Aacute U -55 KPX Aacute Uacute -55 KPX Aacute Ucircumflex -55 KPX Aacute Udieresis -55 KPX Aacute Ugrave -55 KPX Aacute Uhungarumlaut -55 KPX Aacute Umacron -55 KPX Aacute Uogonek -55 KPX Aacute Uring -55 KPX Aacute V -135 KPX Aacute W -90 KPX Aacute Y -105 KPX Aacute Yacute -105 KPX Aacute Ydieresis -105 KPX Aacute quoteright -111 KPX Aacute v -74 KPX Aacute w -92 KPX Aacute y -92 KPX Aacute yacute -92 KPX Aacute ydieresis -92 KPX Abreve C -40 KPX Abreve Cacute -40 KPX Abreve Ccaron -40 KPX Abreve Ccedilla -40 KPX Abreve G -40 KPX Abreve Gbreve -40 KPX Abreve Gcommaaccent -40 KPX Abreve O -55 KPX Abreve Oacute -55 KPX Abreve Ocircumflex -55 KPX Abreve Odieresis -55 KPX Abreve Ograve -55 KPX Abreve Ohungarumlaut -55 KPX Abreve Omacron -55 KPX Abreve Oslash -55 KPX Abreve Otilde -55 KPX Abreve Q -55 KPX Abreve T -111 KPX Abreve Tcaron -111 KPX Abreve Tcommaaccent -111 KPX Abreve U -55 KPX Abreve Uacute -55 KPX Abreve Ucircumflex -55 KPX Abreve Udieresis -55 KPX Abreve Ugrave -55 KPX Abreve Uhungarumlaut -55 KPX Abreve Umacron -55 KPX Abreve Uogonek -55 KPX Abreve Uring -55 KPX Abreve V -135 KPX Abreve W -90 KPX Abreve Y -105 KPX Abreve Yacute -105 KPX Abreve Ydieresis -105 KPX Abreve quoteright -111 KPX Abreve v -74 KPX Abreve w -92 KPX Abreve y -92 KPX Abreve yacute -92 KPX Abreve ydieresis -92 KPX Acircumflex C -40 KPX Acircumflex Cacute -40 KPX Acircumflex Ccaron -40 KPX Acircumflex Ccedilla -40 KPX Acircumflex G -40 KPX Acircumflex Gbreve -40 KPX Acircumflex Gcommaaccent -40 KPX Acircumflex O -55 KPX Acircumflex Oacute -55 KPX Acircumflex Ocircumflex -55 KPX Acircumflex Odieresis -55 KPX Acircumflex Ograve -55 KPX Acircumflex Ohungarumlaut -55 KPX Acircumflex Omacron -55 KPX Acircumflex Oslash -55 KPX Acircumflex Otilde -55 KPX Acircumflex Q -55 KPX Acircumflex T -111 KPX Acircumflex Tcaron -111 KPX Acircumflex Tcommaaccent -111 KPX Acircumflex U -55 KPX Acircumflex Uacute -55 KPX Acircumflex Ucircumflex -55 KPX Acircumflex Udieresis -55 KPX Acircumflex Ugrave -55 KPX Acircumflex Uhungarumlaut -55 KPX Acircumflex Umacron -55 KPX Acircumflex Uogonek -55 KPX Acircumflex Uring -55 KPX Acircumflex V -135 KPX Acircumflex W -90 KPX Acircumflex Y -105 KPX Acircumflex Yacute -105 KPX Acircumflex Ydieresis -105 KPX Acircumflex quoteright -111 KPX Acircumflex v -74 KPX Acircumflex w -92 KPX Acircumflex y -92 KPX Acircumflex yacute -92 KPX Acircumflex ydieresis -92 KPX Adieresis C -40 KPX Adieresis Cacute -40 KPX Adieresis Ccaron -40 KPX Adieresis Ccedilla -40 KPX Adieresis G -40 KPX Adieresis Gbreve -40 KPX Adieresis Gcommaaccent -40 KPX Adieresis O -55 KPX Adieresis Oacute -55 KPX Adieresis Ocircumflex -55 KPX Adieresis Odieresis -55 KPX Adieresis Ograve -55 KPX Adieresis Ohungarumlaut -55 KPX Adieresis Omacron -55 KPX Adieresis Oslash -55 KPX Adieresis Otilde -55 KPX Adieresis Q -55 KPX Adieresis T -111 KPX Adieresis Tcaron -111 KPX Adieresis Tcommaaccent -111 KPX Adieresis U -55 KPX Adieresis Uacute -55 KPX Adieresis Ucircumflex -55 KPX Adieresis Udieresis -55 KPX Adieresis Ugrave -55 KPX Adieresis Uhungarumlaut -55 KPX Adieresis Umacron -55 KPX Adieresis Uogonek -55 KPX Adieresis Uring -55 KPX Adieresis V -135 KPX Adieresis W -90 KPX Adieresis Y -105 KPX Adieresis Yacute -105 KPX Adieresis Ydieresis -105 KPX Adieresis quoteright -111 KPX Adieresis v -74 KPX Adieresis w -92 KPX Adieresis y -92 KPX Adieresis yacute -92 KPX Adieresis ydieresis -92 KPX Agrave C -40 KPX Agrave Cacute -40 KPX Agrave Ccaron -40 KPX Agrave Ccedilla -40 KPX Agrave G -40 KPX Agrave Gbreve -40 KPX Agrave Gcommaaccent -40 KPX Agrave O -55 KPX Agrave Oacute -55 KPX Agrave Ocircumflex -55 KPX Agrave Odieresis -55 KPX Agrave Ograve -55 KPX Agrave Ohungarumlaut -55 KPX Agrave Omacron -55 KPX Agrave Oslash -55 KPX Agrave Otilde -55 KPX Agrave Q -55 KPX Agrave T -111 KPX Agrave Tcaron -111 KPX Agrave Tcommaaccent -111 KPX Agrave U -55 KPX Agrave Uacute -55 KPX Agrave Ucircumflex -55 KPX Agrave Udieresis -55 KPX Agrave Ugrave -55 KPX Agrave Uhungarumlaut -55 KPX Agrave Umacron -55 KPX Agrave Uogonek -55 KPX Agrave Uring -55 KPX Agrave V -135 KPX Agrave W -90 KPX Agrave Y -105 KPX Agrave Yacute -105 KPX Agrave Ydieresis -105 KPX Agrave quoteright -111 KPX Agrave v -74 KPX Agrave w -92 KPX Agrave y -92 KPX Agrave yacute -92 KPX Agrave ydieresis -92 KPX Amacron C -40 KPX Amacron Cacute -40 KPX Amacron Ccaron -40 KPX Amacron Ccedilla -40 KPX Amacron G -40 KPX Amacron Gbreve -40 KPX Amacron Gcommaaccent -40 KPX Amacron O -55 KPX Amacron Oacute -55 KPX Amacron Ocircumflex -55 KPX Amacron Odieresis -55 KPX Amacron Ograve -55 KPX Amacron Ohungarumlaut -55 KPX Amacron Omacron -55 KPX Amacron Oslash -55 KPX Amacron Otilde -55 KPX Amacron Q -55 KPX Amacron T -111 KPX Amacron Tcaron -111 KPX Amacron Tcommaaccent -111 KPX Amacron U -55 KPX Amacron Uacute -55 KPX Amacron Ucircumflex -55 KPX Amacron Udieresis -55 KPX Amacron Ugrave -55 KPX Amacron Uhungarumlaut -55 KPX Amacron Umacron -55 KPX Amacron Uogonek -55 KPX Amacron Uring -55 KPX Amacron V -135 KPX Amacron W -90 KPX Amacron Y -105 KPX Amacron Yacute -105 KPX Amacron Ydieresis -105 KPX Amacron quoteright -111 KPX Amacron v -74 KPX Amacron w -92 KPX Amacron y -92 KPX Amacron yacute -92 KPX Amacron ydieresis -92 KPX Aogonek C -40 KPX Aogonek Cacute -40 KPX Aogonek Ccaron -40 KPX Aogonek Ccedilla -40 KPX Aogonek G -40 KPX Aogonek Gbreve -40 KPX Aogonek Gcommaaccent -40 KPX Aogonek O -55 KPX Aogonek Oacute -55 KPX Aogonek Ocircumflex -55 KPX Aogonek Odieresis -55 KPX Aogonek Ograve -55 KPX Aogonek Ohungarumlaut -55 KPX Aogonek Omacron -55 KPX Aogonek Oslash -55 KPX Aogonek Otilde -55 KPX Aogonek Q -55 KPX Aogonek T -111 KPX Aogonek Tcaron -111 KPX Aogonek Tcommaaccent -111 KPX Aogonek U -55 KPX Aogonek Uacute -55 KPX Aogonek Ucircumflex -55 KPX Aogonek Udieresis -55 KPX Aogonek Ugrave -55 KPX Aogonek Uhungarumlaut -55 KPX Aogonek Umacron -55 KPX Aogonek Uogonek -55 KPX Aogonek Uring -55 KPX Aogonek V -135 KPX Aogonek W -90 KPX Aogonek Y -105 KPX Aogonek Yacute -105 KPX Aogonek Ydieresis -105 KPX Aogonek quoteright -111 KPX Aogonek v -74 KPX Aogonek w -52 KPX Aogonek y -52 KPX Aogonek yacute -52 KPX Aogonek ydieresis -52 KPX Aring C -40 KPX Aring Cacute -40 KPX Aring Ccaron -40 KPX Aring Ccedilla -40 KPX Aring G -40 KPX Aring Gbreve -40 KPX Aring Gcommaaccent -40 KPX Aring O -55 KPX Aring Oacute -55 KPX Aring Ocircumflex -55 KPX Aring Odieresis -55 KPX Aring Ograve -55 KPX Aring Ohungarumlaut -55 KPX Aring Omacron -55 KPX Aring Oslash -55 KPX Aring Otilde -55 KPX Aring Q -55 KPX Aring T -111 KPX Aring Tcaron -111 KPX Aring Tcommaaccent -111 KPX Aring U -55 KPX Aring Uacute -55 KPX Aring Ucircumflex -55 KPX Aring Udieresis -55 KPX Aring Ugrave -55 KPX Aring Uhungarumlaut -55 KPX Aring Umacron -55 KPX Aring Uogonek -55 KPX Aring Uring -55 KPX Aring V -135 KPX Aring W -90 KPX Aring Y -105 KPX Aring Yacute -105 KPX Aring Ydieresis -105 KPX Aring quoteright -111 KPX Aring v -74 KPX Aring w -92 KPX Aring y -92 KPX Aring yacute -92 KPX Aring ydieresis -92 KPX Atilde C -40 KPX Atilde Cacute -40 KPX Atilde Ccaron -40 KPX Atilde Ccedilla -40 KPX Atilde G -40 KPX Atilde Gbreve -40 KPX Atilde Gcommaaccent -40 KPX Atilde O -55 KPX Atilde Oacute -55 KPX Atilde Ocircumflex -55 KPX Atilde Odieresis -55 KPX Atilde Ograve -55 KPX Atilde Ohungarumlaut -55 KPX Atilde Omacron -55 KPX Atilde Oslash -55 KPX Atilde Otilde -55 KPX Atilde Q -55 KPX Atilde T -111 KPX Atilde Tcaron -111 KPX Atilde Tcommaaccent -111 KPX Atilde U -55 KPX Atilde Uacute -55 KPX Atilde Ucircumflex -55 KPX Atilde Udieresis -55 KPX Atilde Ugrave -55 KPX Atilde Uhungarumlaut -55 KPX Atilde Umacron -55 KPX Atilde Uogonek -55 KPX Atilde Uring -55 KPX Atilde V -135 KPX Atilde W -90 KPX Atilde Y -105 KPX Atilde Yacute -105 KPX Atilde Ydieresis -105 KPX Atilde quoteright -111 KPX Atilde v -74 KPX Atilde w -92 KPX Atilde y -92 KPX Atilde yacute -92 KPX Atilde ydieresis -92 KPX B A -35 KPX B Aacute -35 KPX B Abreve -35 KPX B Acircumflex -35 KPX B Adieresis -35 KPX B Agrave -35 KPX B Amacron -35 KPX B Aogonek -35 KPX B Aring -35 KPX B Atilde -35 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX D A -40 KPX D Aacute -40 KPX D Abreve -40 KPX D Acircumflex -40 KPX D Adieresis -40 KPX D Agrave -40 KPX D Amacron -40 KPX D Aogonek -40 KPX D Aring -40 KPX D Atilde -40 KPX D V -40 KPX D W -30 KPX D Y -55 KPX D Yacute -55 KPX D Ydieresis -55 KPX Dcaron A -40 KPX Dcaron Aacute -40 KPX Dcaron Abreve -40 KPX Dcaron Acircumflex -40 KPX Dcaron Adieresis -40 KPX Dcaron Agrave -40 KPX Dcaron Amacron -40 KPX Dcaron Aogonek -40 KPX Dcaron Aring -40 KPX Dcaron Atilde -40 KPX Dcaron V -40 KPX Dcaron W -30 KPX Dcaron Y -55 KPX Dcaron Yacute -55 KPX Dcaron Ydieresis -55 KPX Dcroat A -40 KPX Dcroat Aacute -40 KPX Dcroat Abreve -40 KPX Dcroat Acircumflex -40 KPX Dcroat Adieresis -40 KPX Dcroat Agrave -40 KPX Dcroat Amacron -40 KPX Dcroat Aogonek -40 KPX Dcroat Aring -40 KPX Dcroat Atilde -40 KPX Dcroat V -40 KPX Dcroat W -30 KPX Dcroat Y -55 KPX Dcroat Yacute -55 KPX Dcroat Ydieresis -55 KPX F A -74 KPX F Aacute -74 KPX F Abreve -74 KPX F Acircumflex -74 KPX F Adieresis -74 KPX F Agrave -74 KPX F Amacron -74 KPX F Aogonek -74 KPX F Aring -74 KPX F Atilde -74 KPX F a -15 KPX F aacute -15 KPX F abreve -15 KPX F acircumflex -15 KPX F adieresis -15 KPX F agrave -15 KPX F amacron -15 KPX F aogonek -15 KPX F aring -15 KPX F atilde -15 KPX F comma -80 KPX F o -15 KPX F oacute -15 KPX F ocircumflex -15 KPX F odieresis -15 KPX F ograve -15 KPX F ohungarumlaut -15 KPX F omacron -15 KPX F oslash -15 KPX F otilde -15 KPX F period -80 KPX J A -60 KPX J Aacute -60 KPX J Abreve -60 KPX J Acircumflex -60 KPX J Adieresis -60 KPX J Agrave -60 KPX J Amacron -60 KPX J Aogonek -60 KPX J Aring -60 KPX J Atilde -60 KPX K O -30 KPX K Oacute -30 KPX K Ocircumflex -30 KPX K Odieresis -30 KPX K Ograve -30 KPX K Ohungarumlaut -30 KPX K Omacron -30 KPX K Oslash -30 KPX K Otilde -30 KPX K e -25 KPX K eacute -25 KPX K ecaron -25 KPX K ecircumflex -25 KPX K edieresis -25 KPX K edotaccent -25 KPX K egrave -25 KPX K emacron -25 KPX K eogonek -25 KPX K o -35 KPX K oacute -35 KPX K ocircumflex -35 KPX K odieresis -35 KPX K ograve -35 KPX K ohungarumlaut -35 KPX K omacron -35 KPX K oslash -35 KPX K otilde -35 KPX K u -15 KPX K uacute -15 KPX K ucircumflex -15 KPX K udieresis -15 KPX K ugrave -15 KPX K uhungarumlaut -15 KPX K umacron -15 KPX K uogonek -15 KPX K uring -15 KPX K y -25 KPX K yacute -25 KPX K ydieresis -25 KPX Kcommaaccent O -30 KPX Kcommaaccent Oacute -30 KPX Kcommaaccent Ocircumflex -30 KPX Kcommaaccent Odieresis -30 KPX Kcommaaccent Ograve -30 KPX Kcommaaccent Ohungarumlaut -30 KPX Kcommaaccent Omacron -30 KPX Kcommaaccent Oslash -30 KPX Kcommaaccent Otilde -30 KPX Kcommaaccent e -25 KPX Kcommaaccent eacute -25 KPX Kcommaaccent ecaron -25 KPX Kcommaaccent ecircumflex -25 KPX Kcommaaccent edieresis -25 KPX Kcommaaccent edotaccent -25 KPX Kcommaaccent egrave -25 KPX Kcommaaccent emacron -25 KPX Kcommaaccent eogonek -25 KPX Kcommaaccent o -35 KPX Kcommaaccent oacute -35 KPX Kcommaaccent ocircumflex -35 KPX Kcommaaccent odieresis -35 KPX Kcommaaccent ograve -35 KPX Kcommaaccent ohungarumlaut -35 KPX Kcommaaccent omacron -35 KPX Kcommaaccent oslash -35 KPX Kcommaaccent otilde -35 KPX Kcommaaccent u -15 KPX Kcommaaccent uacute -15 KPX Kcommaaccent ucircumflex -15 KPX Kcommaaccent udieresis -15 KPX Kcommaaccent ugrave -15 KPX Kcommaaccent uhungarumlaut -15 KPX Kcommaaccent umacron -15 KPX Kcommaaccent uogonek -15 KPX Kcommaaccent uring -15 KPX Kcommaaccent y -25 KPX Kcommaaccent yacute -25 KPX Kcommaaccent ydieresis -25 KPX L T -92 KPX L Tcaron -92 KPX L Tcommaaccent -92 KPX L V -100 KPX L W -74 KPX L Y -100 KPX L Yacute -100 KPX L Ydieresis -100 KPX L quoteright -92 KPX L y -55 KPX L yacute -55 KPX L ydieresis -55 KPX Lacute T -92 KPX Lacute Tcaron -92 KPX Lacute Tcommaaccent -92 KPX Lacute V -100 KPX Lacute W -74 KPX Lacute Y -100 KPX Lacute Yacute -100 KPX Lacute Ydieresis -100 KPX Lacute quoteright -92 KPX Lacute y -55 KPX Lacute yacute -55 KPX Lacute ydieresis -55 KPX Lcaron quoteright -92 KPX Lcaron y -55 KPX Lcaron yacute -55 KPX Lcaron ydieresis -55 KPX Lcommaaccent T -92 KPX Lcommaaccent Tcaron -92 KPX Lcommaaccent Tcommaaccent -92 KPX Lcommaaccent V -100 KPX Lcommaaccent W -74 KPX Lcommaaccent Y -100 KPX Lcommaaccent Yacute -100 KPX Lcommaaccent Ydieresis -100 KPX Lcommaaccent quoteright -92 KPX Lcommaaccent y -55 KPX Lcommaaccent yacute -55 KPX Lcommaaccent ydieresis -55 KPX Lslash T -92 KPX Lslash Tcaron -92 KPX Lslash Tcommaaccent -92 KPX Lslash V -100 KPX Lslash W -74 KPX Lslash Y -100 KPX Lslash Yacute -100 KPX Lslash Ydieresis -100 KPX Lslash quoteright -92 KPX Lslash y -55 KPX Lslash yacute -55 KPX Lslash ydieresis -55 KPX N A -35 KPX N Aacute -35 KPX N Abreve -35 KPX N Acircumflex -35 KPX N Adieresis -35 KPX N Agrave -35 KPX N Amacron -35 KPX N Aogonek -35 KPX N Aring -35 KPX N Atilde -35 KPX Nacute A -35 KPX Nacute Aacute -35 KPX Nacute Abreve -35 KPX Nacute Acircumflex -35 KPX Nacute Adieresis -35 KPX Nacute Agrave -35 KPX Nacute Amacron -35 KPX Nacute Aogonek -35 KPX Nacute Aring -35 KPX Nacute Atilde -35 KPX Ncaron A -35 KPX Ncaron Aacute -35 KPX Ncaron Abreve -35 KPX Ncaron Acircumflex -35 KPX Ncaron Adieresis -35 KPX Ncaron Agrave -35 KPX Ncaron Amacron -35 KPX Ncaron Aogonek -35 KPX Ncaron Aring -35 KPX Ncaron Atilde -35 KPX Ncommaaccent A -35 KPX Ncommaaccent Aacute -35 KPX Ncommaaccent Abreve -35 KPX Ncommaaccent Acircumflex -35 KPX Ncommaaccent Adieresis -35 KPX Ncommaaccent Agrave -35 KPX Ncommaaccent Amacron -35 KPX Ncommaaccent Aogonek -35 KPX Ncommaaccent Aring -35 KPX Ncommaaccent Atilde -35 KPX Ntilde A -35 KPX Ntilde Aacute -35 KPX Ntilde Abreve -35 KPX Ntilde Acircumflex -35 KPX Ntilde Adieresis -35 KPX Ntilde Agrave -35 KPX Ntilde Amacron -35 KPX Ntilde Aogonek -35 KPX Ntilde Aring -35 KPX Ntilde Atilde -35 KPX O A -35 KPX O Aacute -35 KPX O Abreve -35 KPX O Acircumflex -35 KPX O Adieresis -35 KPX O Agrave -35 KPX O Amacron -35 KPX O Aogonek -35 KPX O Aring -35 KPX O Atilde -35 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -35 KPX O X -40 KPX O Y -50 KPX O Yacute -50 KPX O Ydieresis -50 KPX Oacute A -35 KPX Oacute Aacute -35 KPX Oacute Abreve -35 KPX Oacute Acircumflex -35 KPX Oacute Adieresis -35 KPX Oacute Agrave -35 KPX Oacute Amacron -35 KPX Oacute Aogonek -35 KPX Oacute Aring -35 KPX Oacute Atilde -35 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -35 KPX Oacute X -40 KPX Oacute Y -50 KPX Oacute Yacute -50 KPX Oacute Ydieresis -50 KPX Ocircumflex A -35 KPX Ocircumflex Aacute -35 KPX Ocircumflex Abreve -35 KPX Ocircumflex Acircumflex -35 KPX Ocircumflex Adieresis -35 KPX Ocircumflex Agrave -35 KPX Ocircumflex Amacron -35 KPX Ocircumflex Aogonek -35 KPX Ocircumflex Aring -35 KPX Ocircumflex Atilde -35 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -35 KPX Ocircumflex X -40 KPX Ocircumflex Y -50 KPX Ocircumflex Yacute -50 KPX Ocircumflex Ydieresis -50 KPX Odieresis A -35 KPX Odieresis Aacute -35 KPX Odieresis Abreve -35 KPX Odieresis Acircumflex -35 KPX Odieresis Adieresis -35 KPX Odieresis Agrave -35 KPX Odieresis Amacron -35 KPX Odieresis Aogonek -35 KPX Odieresis Aring -35 KPX Odieresis Atilde -35 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -35 KPX Odieresis X -40 KPX Odieresis Y -50 KPX Odieresis Yacute -50 KPX Odieresis Ydieresis -50 KPX Ograve A -35 KPX Ograve Aacute -35 KPX Ograve Abreve -35 KPX Ograve Acircumflex -35 KPX Ograve Adieresis -35 KPX Ograve Agrave -35 KPX Ograve Amacron -35 KPX Ograve Aogonek -35 KPX Ograve Aring -35 KPX Ograve Atilde -35 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -35 KPX Ograve X -40 KPX Ograve Y -50 KPX Ograve Yacute -50 KPX Ograve Ydieresis -50 KPX Ohungarumlaut A -35 KPX Ohungarumlaut Aacute -35 KPX Ohungarumlaut Abreve -35 KPX Ohungarumlaut Acircumflex -35 KPX Ohungarumlaut Adieresis -35 KPX Ohungarumlaut Agrave -35 KPX Ohungarumlaut Amacron -35 KPX Ohungarumlaut Aogonek -35 KPX Ohungarumlaut Aring -35 KPX Ohungarumlaut Atilde -35 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -35 KPX Ohungarumlaut X -40 KPX Ohungarumlaut Y -50 KPX Ohungarumlaut Yacute -50 KPX Ohungarumlaut Ydieresis -50 KPX Omacron A -35 KPX Omacron Aacute -35 KPX Omacron Abreve -35 KPX Omacron Acircumflex -35 KPX Omacron Adieresis -35 KPX Omacron Agrave -35 KPX Omacron Amacron -35 KPX Omacron Aogonek -35 KPX Omacron Aring -35 KPX Omacron Atilde -35 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -35 KPX Omacron X -40 KPX Omacron Y -50 KPX Omacron Yacute -50 KPX Omacron Ydieresis -50 KPX Oslash A -35 KPX Oslash Aacute -35 KPX Oslash Abreve -35 KPX Oslash Acircumflex -35 KPX Oslash Adieresis -35 KPX Oslash Agrave -35 KPX Oslash Amacron -35 KPX Oslash Aogonek -35 KPX Oslash Aring -35 KPX Oslash Atilde -35 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -35 KPX Oslash X -40 KPX Oslash Y -50 KPX Oslash Yacute -50 KPX Oslash Ydieresis -50 KPX Otilde A -35 KPX Otilde Aacute -35 KPX Otilde Abreve -35 KPX Otilde Acircumflex -35 KPX Otilde Adieresis -35 KPX Otilde Agrave -35 KPX Otilde Amacron -35 KPX Otilde Aogonek -35 KPX Otilde Aring -35 KPX Otilde Atilde -35 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -35 KPX Otilde X -40 KPX Otilde Y -50 KPX Otilde Yacute -50 KPX Otilde Ydieresis -50 KPX P A -92 KPX P Aacute -92 KPX P Abreve -92 KPX P Acircumflex -92 KPX P Adieresis -92 KPX P Agrave -92 KPX P Amacron -92 KPX P Aogonek -92 KPX P Aring -92 KPX P Atilde -92 KPX P a -15 KPX P aacute -15 KPX P abreve -15 KPX P acircumflex -15 KPX P adieresis -15 KPX P agrave -15 KPX P amacron -15 KPX P aogonek -15 KPX P aring -15 KPX P atilde -15 KPX P comma -111 KPX P period -111 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX R O -40 KPX R Oacute -40 KPX R Ocircumflex -40 KPX R Odieresis -40 KPX R Ograve -40 KPX R Ohungarumlaut -40 KPX R Omacron -40 KPX R Oslash -40 KPX R Otilde -40 KPX R T -60 KPX R Tcaron -60 KPX R Tcommaaccent -60 KPX R U -40 KPX R Uacute -40 KPX R Ucircumflex -40 KPX R Udieresis -40 KPX R Ugrave -40 KPX R Uhungarumlaut -40 KPX R Umacron -40 KPX R Uogonek -40 KPX R Uring -40 KPX R V -80 KPX R W -55 KPX R Y -65 KPX R Yacute -65 KPX R Ydieresis -65 KPX Racute O -40 KPX Racute Oacute -40 KPX Racute Ocircumflex -40 KPX Racute Odieresis -40 KPX Racute Ograve -40 KPX Racute Ohungarumlaut -40 KPX Racute Omacron -40 KPX Racute Oslash -40 KPX Racute Otilde -40 KPX Racute T -60 KPX Racute Tcaron -60 KPX Racute Tcommaaccent -60 KPX Racute U -40 KPX Racute Uacute -40 KPX Racute Ucircumflex -40 KPX Racute Udieresis -40 KPX Racute Ugrave -40 KPX Racute Uhungarumlaut -40 KPX Racute Umacron -40 KPX Racute Uogonek -40 KPX Racute Uring -40 KPX Racute V -80 KPX Racute W -55 KPX Racute Y -65 KPX Racute Yacute -65 KPX Racute Ydieresis -65 KPX Rcaron O -40 KPX Rcaron Oacute -40 KPX Rcaron Ocircumflex -40 KPX Rcaron Odieresis -40 KPX Rcaron Ograve -40 KPX Rcaron Ohungarumlaut -40 KPX Rcaron Omacron -40 KPX Rcaron Oslash -40 KPX Rcaron Otilde -40 KPX Rcaron T -60 KPX Rcaron Tcaron -60 KPX Rcaron Tcommaaccent -60 KPX Rcaron U -40 KPX Rcaron Uacute -40 KPX Rcaron Ucircumflex -40 KPX Rcaron Udieresis -40 KPX Rcaron Ugrave -40 KPX Rcaron Uhungarumlaut -40 KPX Rcaron Umacron -40 KPX Rcaron Uogonek -40 KPX Rcaron Uring -40 KPX Rcaron V -80 KPX Rcaron W -55 KPX Rcaron Y -65 KPX Rcaron Yacute -65 KPX Rcaron Ydieresis -65 KPX Rcommaaccent O -40 KPX Rcommaaccent Oacute -40 KPX Rcommaaccent Ocircumflex -40 KPX Rcommaaccent Odieresis -40 KPX Rcommaaccent Ograve -40 KPX Rcommaaccent Ohungarumlaut -40 KPX Rcommaaccent Omacron -40 KPX Rcommaaccent Oslash -40 KPX Rcommaaccent Otilde -40 KPX Rcommaaccent T -60 KPX Rcommaaccent Tcaron -60 KPX Rcommaaccent Tcommaaccent -60 KPX Rcommaaccent U -40 KPX Rcommaaccent Uacute -40 KPX Rcommaaccent Ucircumflex -40 KPX Rcommaaccent Udieresis -40 KPX Rcommaaccent Ugrave -40 KPX Rcommaaccent Uhungarumlaut -40 KPX Rcommaaccent Umacron -40 KPX Rcommaaccent Uogonek -40 KPX Rcommaaccent Uring -40 KPX Rcommaaccent V -80 KPX Rcommaaccent W -55 KPX Rcommaaccent Y -65 KPX Rcommaaccent Yacute -65 KPX Rcommaaccent Ydieresis -65 KPX T A -93 KPX T Aacute -93 KPX T Abreve -93 KPX T Acircumflex -93 KPX T Adieresis -93 KPX T Agrave -93 KPX T Amacron -93 KPX T Aogonek -93 KPX T Aring -93 KPX T Atilde -93 KPX T O -18 KPX T Oacute -18 KPX T Ocircumflex -18 KPX T Odieresis -18 KPX T Ograve -18 KPX T Ohungarumlaut -18 KPX T Omacron -18 KPX T Oslash -18 KPX T Otilde -18 KPX T a -80 KPX T aacute -80 KPX T abreve -80 KPX T acircumflex -80 KPX T adieresis -40 KPX T agrave -40 KPX T amacron -40 KPX T aogonek -80 KPX T aring -80 KPX T atilde -40 KPX T colon -50 KPX T comma -74 KPX T e -70 KPX T eacute -70 KPX T ecaron -70 KPX T ecircumflex -70 KPX T edieresis -30 KPX T edotaccent -70 KPX T egrave -70 KPX T emacron -30 KPX T eogonek -70 KPX T hyphen -92 KPX T i -35 KPX T iacute -35 KPX T iogonek -35 KPX T o -80 KPX T oacute -80 KPX T ocircumflex -80 KPX T odieresis -80 KPX T ograve -80 KPX T ohungarumlaut -80 KPX T omacron -80 KPX T oslash -80 KPX T otilde -80 KPX T period -74 KPX T r -35 KPX T racute -35 KPX T rcaron -35 KPX T rcommaaccent -35 KPX T semicolon -55 KPX T u -45 KPX T uacute -45 KPX T ucircumflex -45 KPX T udieresis -45 KPX T ugrave -45 KPX T uhungarumlaut -45 KPX T umacron -45 KPX T uogonek -45 KPX T uring -45 KPX T w -80 KPX T y -80 KPX T yacute -80 KPX T ydieresis -80 KPX Tcaron A -93 KPX Tcaron Aacute -93 KPX Tcaron Abreve -93 KPX Tcaron Acircumflex -93 KPX Tcaron Adieresis -93 KPX Tcaron Agrave -93 KPX Tcaron Amacron -93 KPX Tcaron Aogonek -93 KPX Tcaron Aring -93 KPX Tcaron Atilde -93 KPX Tcaron O -18 KPX Tcaron Oacute -18 KPX Tcaron Ocircumflex -18 KPX Tcaron Odieresis -18 KPX Tcaron Ograve -18 KPX Tcaron Ohungarumlaut -18 KPX Tcaron Omacron -18 KPX Tcaron Oslash -18 KPX Tcaron Otilde -18 KPX Tcaron a -80 KPX Tcaron aacute -80 KPX Tcaron abreve -80 KPX Tcaron acircumflex -80 KPX Tcaron adieresis -40 KPX Tcaron agrave -40 KPX Tcaron amacron -40 KPX Tcaron aogonek -80 KPX Tcaron aring -80 KPX Tcaron atilde -40 KPX Tcaron colon -50 KPX Tcaron comma -74 KPX Tcaron e -70 KPX Tcaron eacute -70 KPX Tcaron ecaron -70 KPX Tcaron ecircumflex -30 KPX Tcaron edieresis -30 KPX Tcaron edotaccent -70 KPX Tcaron egrave -70 KPX Tcaron emacron -30 KPX Tcaron eogonek -70 KPX Tcaron hyphen -92 KPX Tcaron i -35 KPX Tcaron iacute -35 KPX Tcaron iogonek -35 KPX Tcaron o -80 KPX Tcaron oacute -80 KPX Tcaron ocircumflex -80 KPX Tcaron odieresis -80 KPX Tcaron ograve -80 KPX Tcaron ohungarumlaut -80 KPX Tcaron omacron -80 KPX Tcaron oslash -80 KPX Tcaron otilde -80 KPX Tcaron period -74 KPX Tcaron r -35 KPX Tcaron racute -35 KPX Tcaron rcaron -35 KPX Tcaron rcommaaccent -35 KPX Tcaron semicolon -55 KPX Tcaron u -45 KPX Tcaron uacute -45 KPX Tcaron ucircumflex -45 KPX Tcaron udieresis -45 KPX Tcaron ugrave -45 KPX Tcaron uhungarumlaut -45 KPX Tcaron umacron -45 KPX Tcaron uogonek -45 KPX Tcaron uring -45 KPX Tcaron w -80 KPX Tcaron y -80 KPX Tcaron yacute -80 KPX Tcaron ydieresis -80 KPX Tcommaaccent A -93 KPX Tcommaaccent Aacute -93 KPX Tcommaaccent Abreve -93 KPX Tcommaaccent Acircumflex -93 KPX Tcommaaccent Adieresis -93 KPX Tcommaaccent Agrave -93 KPX Tcommaaccent Amacron -93 KPX Tcommaaccent Aogonek -93 KPX Tcommaaccent Aring -93 KPX Tcommaaccent Atilde -93 KPX Tcommaaccent O -18 KPX Tcommaaccent Oacute -18 KPX Tcommaaccent Ocircumflex -18 KPX Tcommaaccent Odieresis -18 KPX Tcommaaccent Ograve -18 KPX Tcommaaccent Ohungarumlaut -18 KPX Tcommaaccent Omacron -18 KPX Tcommaaccent Oslash -18 KPX Tcommaaccent Otilde -18 KPX Tcommaaccent a -80 KPX Tcommaaccent aacute -80 KPX Tcommaaccent abreve -80 KPX Tcommaaccent acircumflex -80 KPX Tcommaaccent adieresis -40 KPX Tcommaaccent agrave -40 KPX Tcommaaccent amacron -40 KPX Tcommaaccent aogonek -80 KPX Tcommaaccent aring -80 KPX Tcommaaccent atilde -40 KPX Tcommaaccent colon -50 KPX Tcommaaccent comma -74 KPX Tcommaaccent e -70 KPX Tcommaaccent eacute -70 KPX Tcommaaccent ecaron -70 KPX Tcommaaccent ecircumflex -30 KPX Tcommaaccent edieresis -30 KPX Tcommaaccent edotaccent -70 KPX Tcommaaccent egrave -30 KPX Tcommaaccent emacron -70 KPX Tcommaaccent eogonek -70 KPX Tcommaaccent hyphen -92 KPX Tcommaaccent i -35 KPX Tcommaaccent iacute -35 KPX Tcommaaccent iogonek -35 KPX Tcommaaccent o -80 KPX Tcommaaccent oacute -80 KPX Tcommaaccent ocircumflex -80 KPX Tcommaaccent odieresis -80 KPX Tcommaaccent ograve -80 KPX Tcommaaccent ohungarumlaut -80 KPX Tcommaaccent omacron -80 KPX Tcommaaccent oslash -80 KPX Tcommaaccent otilde -80 KPX Tcommaaccent period -74 KPX Tcommaaccent r -35 KPX Tcommaaccent racute -35 KPX Tcommaaccent rcaron -35 KPX Tcommaaccent rcommaaccent -35 KPX Tcommaaccent semicolon -55 KPX Tcommaaccent u -45 KPX Tcommaaccent uacute -45 KPX Tcommaaccent ucircumflex -45 KPX Tcommaaccent udieresis -45 KPX Tcommaaccent ugrave -45 KPX Tcommaaccent uhungarumlaut -45 KPX Tcommaaccent umacron -45 KPX Tcommaaccent uogonek -45 KPX Tcommaaccent uring -45 KPX Tcommaaccent w -80 KPX Tcommaaccent y -80 KPX Tcommaaccent yacute -80 KPX Tcommaaccent ydieresis -80 KPX U A -40 KPX U Aacute -40 KPX U Abreve -40 KPX U Acircumflex -40 KPX U Adieresis -40 KPX U Agrave -40 KPX U Amacron -40 KPX U Aogonek -40 KPX U Aring -40 KPX U Atilde -40 KPX Uacute A -40 KPX Uacute Aacute -40 KPX Uacute Abreve -40 KPX Uacute Acircumflex -40 KPX Uacute Adieresis -40 KPX Uacute Agrave -40 KPX Uacute Amacron -40 KPX Uacute Aogonek -40 KPX Uacute Aring -40 KPX Uacute Atilde -40 KPX Ucircumflex A -40 KPX Ucircumflex Aacute -40 KPX Ucircumflex Abreve -40 KPX Ucircumflex Acircumflex -40 KPX Ucircumflex Adieresis -40 KPX Ucircumflex Agrave -40 KPX Ucircumflex Amacron -40 KPX Ucircumflex Aogonek -40 KPX Ucircumflex Aring -40 KPX Ucircumflex Atilde -40 KPX Udieresis A -40 KPX Udieresis Aacute -40 KPX Udieresis Abreve -40 KPX Udieresis Acircumflex -40 KPX Udieresis Adieresis -40 KPX Udieresis Agrave -40 KPX Udieresis Amacron -40 KPX Udieresis Aogonek -40 KPX Udieresis Aring -40 KPX Udieresis Atilde -40 KPX Ugrave A -40 KPX Ugrave Aacute -40 KPX Ugrave Abreve -40 KPX Ugrave Acircumflex -40 KPX Ugrave Adieresis -40 KPX Ugrave Agrave -40 KPX Ugrave Amacron -40 KPX Ugrave Aogonek -40 KPX Ugrave Aring -40 KPX Ugrave Atilde -40 KPX Uhungarumlaut A -40 KPX Uhungarumlaut Aacute -40 KPX Uhungarumlaut Abreve -40 KPX Uhungarumlaut Acircumflex -40 KPX Uhungarumlaut Adieresis -40 KPX Uhungarumlaut Agrave -40 KPX Uhungarumlaut Amacron -40 KPX Uhungarumlaut Aogonek -40 KPX Uhungarumlaut Aring -40 KPX Uhungarumlaut Atilde -40 KPX Umacron A -40 KPX Umacron Aacute -40 KPX Umacron Abreve -40 KPX Umacron Acircumflex -40 KPX Umacron Adieresis -40 KPX Umacron Agrave -40 KPX Umacron Amacron -40 KPX Umacron Aogonek -40 KPX Umacron Aring -40 KPX Umacron Atilde -40 KPX Uogonek A -40 KPX Uogonek Aacute -40 KPX Uogonek Abreve -40 KPX Uogonek Acircumflex -40 KPX Uogonek Adieresis -40 KPX Uogonek Agrave -40 KPX Uogonek Amacron -40 KPX Uogonek Aogonek -40 KPX Uogonek Aring -40 KPX Uogonek Atilde -40 KPX Uring A -40 KPX Uring Aacute -40 KPX Uring Abreve -40 KPX Uring Acircumflex -40 KPX Uring Adieresis -40 KPX Uring Agrave -40 KPX Uring Amacron -40 KPX Uring Aogonek -40 KPX Uring Aring -40 KPX Uring Atilde -40 KPX V A -135 KPX V Aacute -135 KPX V Abreve -135 KPX V Acircumflex -135 KPX V Adieresis -135 KPX V Agrave -135 KPX V Amacron -135 KPX V Aogonek -135 KPX V Aring -135 KPX V Atilde -135 KPX V G -15 KPX V Gbreve -15 KPX V Gcommaaccent -15 KPX V O -40 KPX V Oacute -40 KPX V Ocircumflex -40 KPX V Odieresis -40 KPX V Ograve -40 KPX V Ohungarumlaut -40 KPX V Omacron -40 KPX V Oslash -40 KPX V Otilde -40 KPX V a -111 KPX V aacute -111 KPX V abreve -111 KPX V acircumflex -71 KPX V adieresis -71 KPX V agrave -71 KPX V amacron -71 KPX V aogonek -111 KPX V aring -111 KPX V atilde -71 KPX V colon -74 KPX V comma -129 KPX V e -111 KPX V eacute -111 KPX V ecaron -71 KPX V ecircumflex -71 KPX V edieresis -71 KPX V edotaccent -111 KPX V egrave -71 KPX V emacron -71 KPX V eogonek -111 KPX V hyphen -100 KPX V i -60 KPX V iacute -60 KPX V icircumflex -20 KPX V idieresis -20 KPX V igrave -20 KPX V imacron -20 KPX V iogonek -60 KPX V o -129 KPX V oacute -129 KPX V ocircumflex -129 KPX V odieresis -89 KPX V ograve -89 KPX V ohungarumlaut -129 KPX V omacron -89 KPX V oslash -129 KPX V otilde -89 KPX V period -129 KPX V semicolon -74 KPX V u -75 KPX V uacute -75 KPX V ucircumflex -75 KPX V udieresis -75 KPX V ugrave -75 KPX V uhungarumlaut -75 KPX V umacron -75 KPX V uogonek -75 KPX V uring -75 KPX W A -120 KPX W Aacute -120 KPX W Abreve -120 KPX W Acircumflex -120 KPX W Adieresis -120 KPX W Agrave -120 KPX W Amacron -120 KPX W Aogonek -120 KPX W Aring -120 KPX W Atilde -120 KPX W O -10 KPX W Oacute -10 KPX W Ocircumflex -10 KPX W Odieresis -10 KPX W Ograve -10 KPX W Ohungarumlaut -10 KPX W Omacron -10 KPX W Oslash -10 KPX W Otilde -10 KPX W a -80 KPX W aacute -80 KPX W abreve -80 KPX W acircumflex -80 KPX W adieresis -80 KPX W agrave -80 KPX W amacron -80 KPX W aogonek -80 KPX W aring -80 KPX W atilde -80 KPX W colon -37 KPX W comma -92 KPX W e -80 KPX W eacute -80 KPX W ecaron -80 KPX W ecircumflex -80 KPX W edieresis -40 KPX W edotaccent -80 KPX W egrave -40 KPX W emacron -40 KPX W eogonek -80 KPX W hyphen -65 KPX W i -40 KPX W iacute -40 KPX W iogonek -40 KPX W o -80 KPX W oacute -80 KPX W ocircumflex -80 KPX W odieresis -80 KPX W ograve -80 KPX W ohungarumlaut -80 KPX W omacron -80 KPX W oslash -80 KPX W otilde -80 KPX W period -92 KPX W semicolon -37 KPX W u -50 KPX W uacute -50 KPX W ucircumflex -50 KPX W udieresis -50 KPX W ugrave -50 KPX W uhungarumlaut -50 KPX W umacron -50 KPX W uogonek -50 KPX W uring -50 KPX W y -73 KPX W yacute -73 KPX W ydieresis -73 KPX Y A -120 KPX Y Aacute -120 KPX Y Abreve -120 KPX Y Acircumflex -120 KPX Y Adieresis -120 KPX Y Agrave -120 KPX Y Amacron -120 KPX Y Aogonek -120 KPX Y Aring -120 KPX Y Atilde -120 KPX Y O -30 KPX Y Oacute -30 KPX Y Ocircumflex -30 KPX Y Odieresis -30 KPX Y Ograve -30 KPX Y Ohungarumlaut -30 KPX Y Omacron -30 KPX Y Oslash -30 KPX Y Otilde -30 KPX Y a -100 KPX Y aacute -100 KPX Y abreve -100 KPX Y acircumflex -100 KPX Y adieresis -60 KPX Y agrave -60 KPX Y amacron -60 KPX Y aogonek -100 KPX Y aring -100 KPX Y atilde -60 KPX Y colon -92 KPX Y comma -129 KPX Y e -100 KPX Y eacute -100 KPX Y ecaron -100 KPX Y ecircumflex -100 KPX Y edieresis -60 KPX Y edotaccent -100 KPX Y egrave -60 KPX Y emacron -60 KPX Y eogonek -100 KPX Y hyphen -111 KPX Y i -55 KPX Y iacute -55 KPX Y iogonek -55 KPX Y o -110 KPX Y oacute -110 KPX Y ocircumflex -110 KPX Y odieresis -70 KPX Y ograve -70 KPX Y ohungarumlaut -110 KPX Y omacron -70 KPX Y oslash -110 KPX Y otilde -70 KPX Y period -129 KPX Y semicolon -92 KPX Y u -111 KPX Y uacute -111 KPX Y ucircumflex -111 KPX Y udieresis -71 KPX Y ugrave -71 KPX Y uhungarumlaut -111 KPX Y umacron -71 KPX Y uogonek -111 KPX Y uring -111 KPX Yacute A -120 KPX Yacute Aacute -120 KPX Yacute Abreve -120 KPX Yacute Acircumflex -120 KPX Yacute Adieresis -120 KPX Yacute Agrave -120 KPX Yacute Amacron -120 KPX Yacute Aogonek -120 KPX Yacute Aring -120 KPX Yacute Atilde -120 KPX Yacute O -30 KPX Yacute Oacute -30 KPX Yacute Ocircumflex -30 KPX Yacute Odieresis -30 KPX Yacute Ograve -30 KPX Yacute Ohungarumlaut -30 KPX Yacute Omacron -30 KPX Yacute Oslash -30 KPX Yacute Otilde -30 KPX Yacute a -100 KPX Yacute aacute -100 KPX Yacute abreve -100 KPX Yacute acircumflex -100 KPX Yacute adieresis -60 KPX Yacute agrave -60 KPX Yacute amacron -60 KPX Yacute aogonek -100 KPX Yacute aring -100 KPX Yacute atilde -60 KPX Yacute colon -92 KPX Yacute comma -129 KPX Yacute e -100 KPX Yacute eacute -100 KPX Yacute ecaron -100 KPX Yacute ecircumflex -100 KPX Yacute edieresis -60 KPX Yacute edotaccent -100 KPX Yacute egrave -60 KPX Yacute emacron -60 KPX Yacute eogonek -100 KPX Yacute hyphen -111 KPX Yacute i -55 KPX Yacute iacute -55 KPX Yacute iogonek -55 KPX Yacute o -110 KPX Yacute oacute -110 KPX Yacute ocircumflex -110 KPX Yacute odieresis -70 KPX Yacute ograve -70 KPX Yacute ohungarumlaut -110 KPX Yacute omacron -70 KPX Yacute oslash -110 KPX Yacute otilde -70 KPX Yacute period -129 KPX Yacute semicolon -92 KPX Yacute u -111 KPX Yacute uacute -111 KPX Yacute ucircumflex -111 KPX Yacute udieresis -71 KPX Yacute ugrave -71 KPX Yacute uhungarumlaut -111 KPX Yacute umacron -71 KPX Yacute uogonek -111 KPX Yacute uring -111 KPX Ydieresis A -120 KPX Ydieresis Aacute -120 KPX Ydieresis Abreve -120 KPX Ydieresis Acircumflex -120 KPX Ydieresis Adieresis -120 KPX Ydieresis Agrave -120 KPX Ydieresis Amacron -120 KPX Ydieresis Aogonek -120 KPX Ydieresis Aring -120 KPX Ydieresis Atilde -120 KPX Ydieresis O -30 KPX Ydieresis Oacute -30 KPX Ydieresis Ocircumflex -30 KPX Ydieresis Odieresis -30 KPX Ydieresis Ograve -30 KPX Ydieresis Ohungarumlaut -30 KPX Ydieresis Omacron -30 KPX Ydieresis Oslash -30 KPX Ydieresis Otilde -30 KPX Ydieresis a -100 KPX Ydieresis aacute -100 KPX Ydieresis abreve -100 KPX Ydieresis acircumflex -100 KPX Ydieresis adieresis -60 KPX Ydieresis agrave -60 KPX Ydieresis amacron -60 KPX Ydieresis aogonek -100 KPX Ydieresis aring -100 KPX Ydieresis atilde -100 KPX Ydieresis colon -92 KPX Ydieresis comma -129 KPX Ydieresis e -100 KPX Ydieresis eacute -100 KPX Ydieresis ecaron -100 KPX Ydieresis ecircumflex -100 KPX Ydieresis edieresis -60 KPX Ydieresis edotaccent -100 KPX Ydieresis egrave -60 KPX Ydieresis emacron -60 KPX Ydieresis eogonek -100 KPX Ydieresis hyphen -111 KPX Ydieresis i -55 KPX Ydieresis iacute -55 KPX Ydieresis iogonek -55 KPX Ydieresis o -110 KPX Ydieresis oacute -110 KPX Ydieresis ocircumflex -110 KPX Ydieresis odieresis -70 KPX Ydieresis ograve -70 KPX Ydieresis ohungarumlaut -110 KPX Ydieresis omacron -70 KPX Ydieresis oslash -110 KPX Ydieresis otilde -70 KPX Ydieresis period -129 KPX Ydieresis semicolon -92 KPX Ydieresis u -111 KPX Ydieresis uacute -111 KPX Ydieresis ucircumflex -111 KPX Ydieresis udieresis -71 KPX Ydieresis ugrave -71 KPX Ydieresis uhungarumlaut -111 KPX Ydieresis umacron -71 KPX Ydieresis uogonek -111 KPX Ydieresis uring -111 KPX a v -20 KPX a w -15 KPX aacute v -20 KPX aacute w -15 KPX abreve v -20 KPX abreve w -15 KPX acircumflex v -20 KPX acircumflex w -15 KPX adieresis v -20 KPX adieresis w -15 KPX agrave v -20 KPX agrave w -15 KPX amacron v -20 KPX amacron w -15 KPX aogonek v -20 KPX aogonek w -15 KPX aring v -20 KPX aring w -15 KPX atilde v -20 KPX atilde w -15 KPX b period -40 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX b v -15 KPX c y -15 KPX c yacute -15 KPX c ydieresis -15 KPX cacute y -15 KPX cacute yacute -15 KPX cacute ydieresis -15 KPX ccaron y -15 KPX ccaron yacute -15 KPX ccaron ydieresis -15 KPX ccedilla y -15 KPX ccedilla yacute -15 KPX ccedilla ydieresis -15 KPX comma quotedblright -70 KPX comma quoteright -70 KPX e g -15 KPX e gbreve -15 KPX e gcommaaccent -15 KPX e v -25 KPX e w -25 KPX e x -15 KPX e y -15 KPX e yacute -15 KPX e ydieresis -15 KPX eacute g -15 KPX eacute gbreve -15 KPX eacute gcommaaccent -15 KPX eacute v -25 KPX eacute w -25 KPX eacute x -15 KPX eacute y -15 KPX eacute yacute -15 KPX eacute ydieresis -15 KPX ecaron g -15 KPX ecaron gbreve -15 KPX ecaron gcommaaccent -15 KPX ecaron v -25 KPX ecaron w -25 KPX ecaron x -15 KPX ecaron y -15 KPX ecaron yacute -15 KPX ecaron ydieresis -15 KPX ecircumflex g -15 KPX ecircumflex gbreve -15 KPX ecircumflex gcommaaccent -15 KPX ecircumflex v -25 KPX ecircumflex w -25 KPX ecircumflex x -15 KPX ecircumflex y -15 KPX ecircumflex yacute -15 KPX ecircumflex ydieresis -15 KPX edieresis g -15 KPX edieresis gbreve -15 KPX edieresis gcommaaccent -15 KPX edieresis v -25 KPX edieresis w -25 KPX edieresis x -15 KPX edieresis y -15 KPX edieresis yacute -15 KPX edieresis ydieresis -15 KPX edotaccent g -15 KPX edotaccent gbreve -15 KPX edotaccent gcommaaccent -15 KPX edotaccent v -25 KPX edotaccent w -25 KPX edotaccent x -15 KPX edotaccent y -15 KPX edotaccent yacute -15 KPX edotaccent ydieresis -15 KPX egrave g -15 KPX egrave gbreve -15 KPX egrave gcommaaccent -15 KPX egrave v -25 KPX egrave w -25 KPX egrave x -15 KPX egrave y -15 KPX egrave yacute -15 KPX egrave ydieresis -15 KPX emacron g -15 KPX emacron gbreve -15 KPX emacron gcommaaccent -15 KPX emacron v -25 KPX emacron w -25 KPX emacron x -15 KPX emacron y -15 KPX emacron yacute -15 KPX emacron ydieresis -15 KPX eogonek g -15 KPX eogonek gbreve -15 KPX eogonek gcommaaccent -15 KPX eogonek v -25 KPX eogonek w -25 KPX eogonek x -15 KPX eogonek y -15 KPX eogonek yacute -15 KPX eogonek ydieresis -15 KPX f a -10 KPX f aacute -10 KPX f abreve -10 KPX f acircumflex -10 KPX f adieresis -10 KPX f agrave -10 KPX f amacron -10 KPX f aogonek -10 KPX f aring -10 KPX f atilde -10 KPX f dotlessi -50 KPX f f -25 KPX f i -20 KPX f iacute -20 KPX f quoteright 55 KPX g a -5 KPX g aacute -5 KPX g abreve -5 KPX g acircumflex -5 KPX g adieresis -5 KPX g agrave -5 KPX g amacron -5 KPX g aogonek -5 KPX g aring -5 KPX g atilde -5 KPX gbreve a -5 KPX gbreve aacute -5 KPX gbreve abreve -5 KPX gbreve acircumflex -5 KPX gbreve adieresis -5 KPX gbreve agrave -5 KPX gbreve amacron -5 KPX gbreve aogonek -5 KPX gbreve aring -5 KPX gbreve atilde -5 KPX gcommaaccent a -5 KPX gcommaaccent aacute -5 KPX gcommaaccent abreve -5 KPX gcommaaccent acircumflex -5 KPX gcommaaccent adieresis -5 KPX gcommaaccent agrave -5 KPX gcommaaccent amacron -5 KPX gcommaaccent aogonek -5 KPX gcommaaccent aring -5 KPX gcommaaccent atilde -5 KPX h y -5 KPX h yacute -5 KPX h ydieresis -5 KPX i v -25 KPX iacute v -25 KPX icircumflex v -25 KPX idieresis v -25 KPX igrave v -25 KPX imacron v -25 KPX iogonek v -25 KPX k e -10 KPX k eacute -10 KPX k ecaron -10 KPX k ecircumflex -10 KPX k edieresis -10 KPX k edotaccent -10 KPX k egrave -10 KPX k emacron -10 KPX k eogonek -10 KPX k o -10 KPX k oacute -10 KPX k ocircumflex -10 KPX k odieresis -10 KPX k ograve -10 KPX k ohungarumlaut -10 KPX k omacron -10 KPX k oslash -10 KPX k otilde -10 KPX k y -15 KPX k yacute -15 KPX k ydieresis -15 KPX kcommaaccent e -10 KPX kcommaaccent eacute -10 KPX kcommaaccent ecaron -10 KPX kcommaaccent ecircumflex -10 KPX kcommaaccent edieresis -10 KPX kcommaaccent edotaccent -10 KPX kcommaaccent egrave -10 KPX kcommaaccent emacron -10 KPX kcommaaccent eogonek -10 KPX kcommaaccent o -10 KPX kcommaaccent oacute -10 KPX kcommaaccent ocircumflex -10 KPX kcommaaccent odieresis -10 KPX kcommaaccent ograve -10 KPX kcommaaccent ohungarumlaut -10 KPX kcommaaccent omacron -10 KPX kcommaaccent oslash -10 KPX kcommaaccent otilde -10 KPX kcommaaccent y -15 KPX kcommaaccent yacute -15 KPX kcommaaccent ydieresis -15 KPX l w -10 KPX lacute w -10 KPX lcommaaccent w -10 KPX lslash w -10 KPX n v -40 KPX n y -15 KPX n yacute -15 KPX n ydieresis -15 KPX nacute v -40 KPX nacute y -15 KPX nacute yacute -15 KPX nacute ydieresis -15 KPX ncaron v -40 KPX ncaron y -15 KPX ncaron yacute -15 KPX ncaron ydieresis -15 KPX ncommaaccent v -40 KPX ncommaaccent y -15 KPX ncommaaccent yacute -15 KPX ncommaaccent ydieresis -15 KPX ntilde v -40 KPX ntilde y -15 KPX ntilde yacute -15 KPX ntilde ydieresis -15 KPX o v -15 KPX o w -25 KPX o y -10 KPX o yacute -10 KPX o ydieresis -10 KPX oacute v -15 KPX oacute w -25 KPX oacute y -10 KPX oacute yacute -10 KPX oacute ydieresis -10 KPX ocircumflex v -15 KPX ocircumflex w -25 KPX ocircumflex y -10 KPX ocircumflex yacute -10 KPX ocircumflex ydieresis -10 KPX odieresis v -15 KPX odieresis w -25 KPX odieresis y -10 KPX odieresis yacute -10 KPX odieresis ydieresis -10 KPX ograve v -15 KPX ograve w -25 KPX ograve y -10 KPX ograve yacute -10 KPX ograve ydieresis -10 KPX ohungarumlaut v -15 KPX ohungarumlaut w -25 KPX ohungarumlaut y -10 KPX ohungarumlaut yacute -10 KPX ohungarumlaut ydieresis -10 KPX omacron v -15 KPX omacron w -25 KPX omacron y -10 KPX omacron yacute -10 KPX omacron ydieresis -10 KPX oslash v -15 KPX oslash w -25 KPX oslash y -10 KPX oslash yacute -10 KPX oslash ydieresis -10 KPX otilde v -15 KPX otilde w -25 KPX otilde y -10 KPX otilde yacute -10 KPX otilde ydieresis -10 KPX p y -10 KPX p yacute -10 KPX p ydieresis -10 KPX period quotedblright -70 KPX period quoteright -70 KPX quotedblleft A -80 KPX quotedblleft Aacute -80 KPX quotedblleft Abreve -80 KPX quotedblleft Acircumflex -80 KPX quotedblleft Adieresis -80 KPX quotedblleft Agrave -80 KPX quotedblleft Amacron -80 KPX quotedblleft Aogonek -80 KPX quotedblleft Aring -80 KPX quotedblleft Atilde -80 KPX quoteleft A -80 KPX quoteleft Aacute -80 KPX quoteleft Abreve -80 KPX quoteleft Acircumflex -80 KPX quoteleft Adieresis -80 KPX quoteleft Agrave -80 KPX quoteleft Amacron -80 KPX quoteleft Aogonek -80 KPX quoteleft Aring -80 KPX quoteleft Atilde -80 KPX quoteleft quoteleft -74 KPX quoteright d -50 KPX quoteright dcroat -50 KPX quoteright l -10 KPX quoteright lacute -10 KPX quoteright lcommaaccent -10 KPX quoteright lslash -10 KPX quoteright quoteright -74 KPX quoteright r -50 KPX quoteright racute -50 KPX quoteright rcaron -50 KPX quoteright rcommaaccent -50 KPX quoteright s -55 KPX quoteright sacute -55 KPX quoteright scaron -55 KPX quoteright scedilla -55 KPX quoteright scommaaccent -55 KPX quoteright space -74 KPX quoteright t -18 KPX quoteright tcommaaccent -18 KPX quoteright v -50 KPX r comma -40 KPX r g -18 KPX r gbreve -18 KPX r gcommaaccent -18 KPX r hyphen -20 KPX r period -55 KPX racute comma -40 KPX racute g -18 KPX racute gbreve -18 KPX racute gcommaaccent -18 KPX racute hyphen -20 KPX racute period -55 KPX rcaron comma -40 KPX rcaron g -18 KPX rcaron gbreve -18 KPX rcaron gcommaaccent -18 KPX rcaron hyphen -20 KPX rcaron period -55 KPX rcommaaccent comma -40 KPX rcommaaccent g -18 KPX rcommaaccent gbreve -18 KPX rcommaaccent gcommaaccent -18 KPX rcommaaccent hyphen -20 KPX rcommaaccent period -55 KPX space A -55 KPX space Aacute -55 KPX space Abreve -55 KPX space Acircumflex -55 KPX space Adieresis -55 KPX space Agrave -55 KPX space Amacron -55 KPX space Aogonek -55 KPX space Aring -55 KPX space Atilde -55 KPX space T -18 KPX space Tcaron -18 KPX space Tcommaaccent -18 KPX space V -50 KPX space W -30 KPX space Y -90 KPX space Yacute -90 KPX space Ydieresis -90 KPX v a -25 KPX v aacute -25 KPX v abreve -25 KPX v acircumflex -25 KPX v adieresis -25 KPX v agrave -25 KPX v amacron -25 KPX v aogonek -25 KPX v aring -25 KPX v atilde -25 KPX v comma -65 KPX v e -15 KPX v eacute -15 KPX v ecaron -15 KPX v ecircumflex -15 KPX v edieresis -15 KPX v edotaccent -15 KPX v egrave -15 KPX v emacron -15 KPX v eogonek -15 KPX v o -20 KPX v oacute -20 KPX v ocircumflex -20 KPX v odieresis -20 KPX v ograve -20 KPX v ohungarumlaut -20 KPX v omacron -20 KPX v oslash -20 KPX v otilde -20 KPX v period -65 KPX w a -10 KPX w aacute -10 KPX w abreve -10 KPX w acircumflex -10 KPX w adieresis -10 KPX w agrave -10 KPX w amacron -10 KPX w aogonek -10 KPX w aring -10 KPX w atilde -10 KPX w comma -65 KPX w o -10 KPX w oacute -10 KPX w ocircumflex -10 KPX w odieresis -10 KPX w ograve -10 KPX w ohungarumlaut -10 KPX w omacron -10 KPX w oslash -10 KPX w otilde -10 KPX w period -65 KPX x e -15 KPX x eacute -15 KPX x ecaron -15 KPX x ecircumflex -15 KPX x edieresis -15 KPX x edotaccent -15 KPX x egrave -15 KPX x emacron -15 KPX x eogonek -15 KPX y comma -65 KPX y period -65 KPX yacute comma -65 KPX yacute period -65 KPX ydieresis comma -65 KPX ydieresis period -65 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Bodoni-Book.otf0000644000000000000000000010502413772706672020161 0ustar rootrootOTTO €@CFF iT½ê%PAGDEF )€uLXGPOSA²p$u¤ tGSUBµâƒxOS/2mšm0`cmapÇú"P–head)‰¾¼Ì6hhea-­$hmtxO4³š„„maxpaP(name÷-W ¾postþkÌ$è gŒòk_<õÓ7&¦Ùò@ˆþ¤ú“¤büÌ3þ¤þ¸¤aPaí f š3 f ššÌjit* @ûbüÌf“\  ~ j j ~ 2Œ ¾ Ü ö ò 4   8Copyright (c) 2017, Owen Earl,,, (EwonRael@yahoo.com)Bodoni* 11Regular2.000;it* ;Bodoni-11-BookBodoni* 11 BookVersion 2.000Bodoni-11-BookThis Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL ----------------------------------------------------------- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ----------------------------------------------------------- PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.http://scripts.sil.org/OFLBook‚B@ '~£µ¹ÿ"%IOeo~7ÇÜÀž    & 1 > ¬!øêûÿÿ ( ¥·º$(LRhr7ÆØÀž    & 0 = ¬!øèûÿÿëÿáÿ¶þ»üÿâàŸáà-à2>JPpr¶¸ú&4LNRTX``b`dA`abcde5fghiLjklm+ Êno^1JàÅôÓ2960WÑñ_»ÆÖó?;>ïþù-I%R<ðÀèE\ä¾öX½=¶MÃáì×[ýQ ØçõíÐê)!ÜËKÿ"@ÉÏûæ*YÎ3VÈÕP÷8 ëTSÔÞåÄú#GݹCÚ]N /ÌéU$üFÒâ'(7ÁBãß: Í&Çî¼ `4DþhÌBodoni-11-BookWø©øªø« ø¬ø­øü, ÷`  $A@bÿ‹‹ $A@bÿ‹‹ ûðÿÿú“¤à™EKQWagmxƒŽ•œ¢©¯¶½ÈÏÕàçòùÿ %,3:@GR]djqw~€†Œ—ž¤¬¶½ÄÌØÞèîõøø)8BZacuteJ.altDcroatuniF8EAiogonekIbrevepigdotaccentimacronijuogonekabrevedcroatuniF8E8scedillaomacronuni0146uni021Auni203DRcaronobreveldotCcaronaogonekubreveEmacronuni0137uni013CEuroZdotaccentR.altnacuteuringAbreveJcircumflexuni2010ImacronUogonekRacuteLcaronHcircumflexuni021BUtildeuni0136LdotuniF8E9edotaccentgbreveccaronuni0237emacronAogoneklcaronibreveuni0162uni000DeogonekWcircumflexLacuteEogonekncaronAmacronuni0000ItildeGdotaccentuni0218uniFB04scircumflexjcircumflexuni013BuniFB00uni2031uni00B3uni0212tcaronUringUbreveSacuteuni0122sacuteuni0145uni0156wcircumflexuni0219UmacronDcaronrcaronObrevecdotaccentTcaronNacutenapostropheYcircumflexGcircumflexuni203Euni2011racuteuni00B2Ecaronuni1E9Euni0213ccircumflexuni00B9CacuteScircumflexuniFB02Ccircumflexuni0163cacuteebreveGbreveIdotaccentEdotaccentEbreveOmacronuni00A0uni2015zacuteuniFB03hcircumflexycircumflexuni2116ecaronamacronNcaronuni00ADIJfj.liglacutegcircumflexumacronutildeScedillaCdotaccentIogonekuni0157four.altkgreenlandicitildezdotaccentdcaronuniFB012.0Copyright c 2017, Owen Earl,,, EwonRael@yahoo.comBodoni* 11 BookBodoni* 11h 7|B d fª‹j—¥€¡œ˜rxž›£{®«°­¯Š±µ²¹¶šº¾»¿½¨ÄÁÅ•ËÈÍÊÌÎÒÏÖÓ§×ÛØÜÚŸ“áÞâ¢ã‘A‡‰}—‡žÀ Æ§w¨i«Œ±Ž‚ÁÈ”Ø~ÇÞä:’çyéƒñoòzô „ÿä݈ …a(,hv‹ñ7IV–ž§«µÍ3£"\Õ>•-š«»Üö  n L T È Ô Þ è  ' / 5 > G J — £ í ' 0 6 E M | ‡ Û ä ì   . J V ` i ‹ š ° ½ ã ë õ&+“žÁ *0]e°·À8JÀÿ>ºi—¶—÷Œž².|ðûDUar’û !4G\pÄö%5DUbp—©½Òäù 9Øç÷&uý ->Rcez£»Ïãõ Ÿ¯ÂÖçú+­¼ÌØêù/:FP_´Ü F q Ú ê ù! !-!V!g!Š!ò""/":"P"‚# ##2#G#X#y#°#¿#Í#Ú#ñ#ú$Ž$™$Û$ì$ý% %%-%9%=%N%\%¿%Ó%è%ø& &D&S&a&l&Ç&Û&ë&ÿ''';'T'h'…'‰'Â'Ñ(9(D(Z(~((¨(¬(¼(Ê(Ô)Q)«)¸)Ä)Ì**9*D*W*n*~***Ç*Ø*ä+/+>+L+Å+Ò+é+ý,,,),=,T,g,x,‡,‘,Ÿ,­,±,À,í-- --'-”-§-¹-Â-×-ä.#./.A.O.z..®.Ã.Ô.á.î.þ///#/3/~/‘/›/¨0 00-0=0A0U0d0Å0Ö0î0ü111 1L1^1|1‰1Ï1à1ô22252Uû3÷aýÈfùšð÷a÷afÌñšû4ûaþú ‹¨£¤÷PV÷ ûUûU[û ûP=¸ýe÷/ü”üúÝøú÷0ø”¸ùeüwöB ú”øö å] ¬ ýH å] ¬ ýL] ¬ ø ÷úÑ:ùûþ”Ý‹÷ú”ùv‹ûþ™Ý÷ú”ù@Üý6÷úWù2Ýý'÷úV9‡ûþRýv‹÷úV9‹ûþVý9ùûþWÝ÷úWùv‹ûþWÍH R—{Y¤^ûû%û8ûH÷0÷÷Hö÷(÷P÷³ûÇ÷žüÍ÷Ã$û¶srŒsIK†€L÷Ã%ûÙûý+û¦û¦üüc÷¾ûg÷åû4úhûóÇû3÷M"÷¤³zÍ÷÷ñ÷8÷HûæûûH û(ûPûv÷šûÎø„1û¸ñ÷©„ÅɈ˧¦ŒŒ¦û¡ò÷¬øjÎ÷³÷àø‘ø®ü ÷nü÷>Æ÷§^÷ZûD²û%ýø –•‹Š–û\/²1±7³ú¬›ÒÙ“àýAü±÷x÷÷C÷ußþZû_÷û&÷÷{øæöoX\^vädæeádúÿ†db‰`ùMùûÞûAûqû¾D¿÷œû÷cû3ûÄak ¸ú¸o øWr úÒ´\9ø¬Yü2ûTü=û§ûÔý…úñø+÷f÷é÷Dø<÷Üûâ÷küJüoûðû}üû#Þûaõû0÷—üû~(ýMû£ü¶ünøû¦øµ÷ç÷Ä÷÷[÷”÷Rû­úSÝü ûÝø{÷µ÷í÷TøUÎøKøÝø¤÷ûD÷š%÷e÷#÷mõ÷j÷Ï÷ÇÑû«ûUüûhû‚ûOûýÖþàøJ÷Q÷k÷ß÷LùÀûNû*ûbû|1û†üûŸ÷ª÷Ûýi¢ýü÷Üû«ùàù¦ù¦÷«ùŽø÷ÜfÑý0û³ükýUþNþNøký¦ù0û³ýi´ ‡øûÜ÷«ýàý¦ý¦û«ýŽüûܰEù0÷³økùUúNúNükù¦ý0÷³øúÚ<‡n‹wrû4à1÷ ÷ áå÷4¤‹Ÿ‡¨a÷µ"¸ø÷Ýû_}û÷zûJ¢y ÷;÷ §ÇòÆòh÷ ûÛu—z•p—û¤ö0Hûä÷G÷ç÷KæG÷¤÷¦–• ˜÷Û®÷ PòOòû ©û;u~ztzûyûJ˜ûûØû]–øô¸µ÷¶] µûµô^—üûÝ÷_™÷ûz÷Jty•v—ûÛû oO$P$®û ÷;¡œ¦÷¤ æÎ÷äûGûçûK0Ïû¤ûp€yv~û;hû Æ$Ç$÷ m÷Û¡˜œ•¢œ÷y÷J~÷÷Ø÷]€ü"^aû¶fú¨øW® úÑ÷8÷]# ýqc ú”÷8÷a =\ {ùHñÝ‹¸á÷àöbù0øJùUùüùüüsùUýýüsýUýüýüøJýUù0 ø÷ýŽý}ý}5ýŽü¹ü¹5ùŽù}ù}÷ùŽøü>÷aÝ9\ÝüW ®ýè9øcô¤¸=ù8:ûÇùªƒúò÷q÷m÷…÷qø.ø.ûÓøüÖüîûÏüüsû’÷ $÷#÷#÷í÷8÷#ûâû EJfV^÷ø›÷a÷Ðø>øN÷nûŠügüûyü%ûÜûÜþýýûžB²ùÇøûF÷þýWàùÚ÷÷Ù÷øøWü)÷ü[ü6ûìû¦û»û<÷5÷ñ÷Ì÷8÷#ûÝû ^n‡{÷È÷U÷7÷Ã÷Ø÷LûªûÃûšjü_ý=ùH÷üˆûÃüûaüü{üûe÷\œ ÷Üø¨÷zÍÝûÇùŠøVÝüVfûÜú=÷H…ýŠü9úÒø^ú.éhø˜û3÷ž÷샤Ÿƒ¸÷ ÷Ý÷#÷8ûÌ%ûû5û<û»÷ìû¦ø6øþø:øWø¨øúûøøü­ûôûtû:û#'úÓ’øæ9ûuúnú÷éÈ÷Q÷@÷Çø÷Pü%ügüûü”ü¤ûìûU÷aébá{ú”ùLüw÷³ü2ûèûXû,û~(ù;»ø‡ù{ù:Ñþ%ý~ýäþwýðøüWøþøþ÷ñøWøúü.üg)ü˜üRüRû1øÁø¹“÷"ø·÷k÷z÷Ãø÷hûÏü¹ûùD÷Ëû¯÷F÷4÷HÞ÷÷,÷PûEÈ÷¿÷H­÷0÷PøøÍ÷«øwúx‹ø¸ýLÝ÷Çëû<ûøûü•û4ûÇûyüRûŸü>ûظ÷8ùžü€÷ÃûÛù'ù'÷Ä÷Ûø€ø;ût÷ÀüuØø.Ö÷i÷›øøWûÃøüÖüÖûÂüüWü÷hû›ø.@üu>ûsûÀü;øì÷ìõøøøõüûìûì!ûàüü!÷à÷ì9úø÷'ø ø*ø*÷'ü üüû'ûôü*ü*û'÷ôøá) ùðüøWüþüþûñüWüúýLøwû³ø2÷è÷X÷,÷~îý;[ü‡ý{ý:Eú%ù~ùäúwùì÷Šøgíø˜øRøR÷1üÁü¹ƒû"ü_ûkûzûÃüûh÷Ïø¹úŒ÷8… ùHW úÑ÷8… ùD“ á÷Š ýÇ‹Ýù:ù¨Æù©‹ÝøöýÈá÷ŠR9 Ýøöüû9 ÝáføöùÇ‹9Æý¨ù:ý©‹9 ùȸú_–üÒÝøœøÖ°ø5ø.økø€ü÷ÛüÖü_üûøûä² Ýû ^n‡{÷0´÷§÷ž÷ìø{íûðüüûuûøüJûûYû7 ‰ ûšNÈü%üü!ûUý4ý]ýLøNÁÕúBú±wú{øKý§ýiý ü2ýüŒûÏ÷DøFÀ—÷»öü‹ûüÙ÷Évû÷ÉûÂü{ülü÷üúü>÷·ûy÷Ø÷ƒ÷}÷@÷§÷,ût‰÷û{÷ÇùPøùXù#ù‚ütùàþ ûPþ_þÖúþúþùyü_ù‚ù0ø{÷jø%÷ìýP8‚:{;{Fü$û£ûÏû[ûšM÷Ì÷¦ø÷ÇøÍ÷Ã÷¢Åükû@ù·ÝÝ. > ø Hù'ø*÷ŠøúøUûî÷lü[ÃøKÔ÷ƒ÷zøBø¨ü*÷vüþû\9øô¤ü9¤ ®÷Ë÷Ãûzü{ü{ûÃû<ûËüB\økúR÷ô÷ÃûQü{ü{ûÃû·ûôük®ø­ ùÜE K ô¤ü9± ®s, 3 öÝÝO }÷L÷ø÷ûû¦ÝùÛ9û¦û-ûøûLù#b ÷Ã9øô¤ùeö¸X ù·ÝÝO ’ ýqÝÝ: üc÷ô f øÖÝÝO Ž } ”ñÝ9ù,Ýû³ Ùú¹ô¬å‹úˆ °ôËûÜ9ú€Ýû³ \÷³Ýýiýðöþ> ìý]9÷Çô¤ù£ÝÝg ùŽ×b= 9 B ÷·ÝÝ9úúÝüöøVùy÷Ø÷Üø¨ø¨ûØ÷ÜýyûH9øô¤ùÛ \ø÷rü1üüûrü1üüVùŽþBü3÷Uùj‰ùH÷øù!ùª9 ý¢øýù;ûýLŒØûÉùôýL㘠ùÝÝG Œ á÷ŠbY ø ù#Ý9 e p ùÝ 2 ùŽ^øˆý¹ ºø<Ýû\9÷Ïú¶ôÝ‹úÍ ë÷àÝþ9øgú q ®‡ ù·ÈÝ9úkÝüfùÊ:ù•úÆûî9{ÝûËþp©ùC³øÝþ9ø0ýþàýúàøÝû…9÷¹ùäú<þúhùQúBÝO ^ á÷# T þ¸üúÝüú=øúÝþkñ=÷ž {%¤ññþ÷ü©9úkáþk9øúñäúî ‘ù0ü9´³üÒøÒûž‹üÑüÒ´cáuüÒ9 Ýüâø …) júÍúÁ- 4 ÷qø ®ô¤û³9ù$øfl wý$9ù$øm ûP{-  F J ÷q Ýû³ ®ý$9÷³ùÛh !¦øÞ' / 6 ýqÝÝ9Í¢ á9Z°Œ‡zŽ{ûû Jû8© ü¨û¦_ ÷0÷}÷ÃP ñÝ‚ ø%\ þn ûLõ& $ 1 þœø  3 øcþkR ÷Uñi ¹ýv9øô¤€ ~ úñÝ‚ ÷ü÷yÈûXûìûdû²& ùÓø:áøgø÷yòûXûìûdû³& É÷øûL÷šü!ûýû8ûYû‹A÷œ_û/÷HûÝüûEû~ûª:øký$91 ñÝ; M ‡÷8úB< ? @ ÷qñþB9úBÝû²€l øgý$9÷³õHø\m ÷q þBû³ ¸÷³Ýý$üg÷Ú(ûn÷FûÖüRü:üüúüúø:üøR÷Ö÷n÷H÷Ûîú€û³9úCý$®— üŒñÝ; üR÷ŠbZ þ ø6B§U | ×Ý5 ´éø:ü¦d÷ÿÝþÂ9÷ÁùˆøÍî‹ùu3÷ÏÝý®9øú2úæøW òÈÝ9ùÄÝü@øôùrø‰ýrû“9úFÝû…ýTúœøÎùD÷ÍÝý®9øüüøü6øø÷¨Ýþ„9÷®ùþ"ý3ý¾ÙùÃýŽQ üù· S þÙúsüúÝû’û÷d÷–÷Ë÷÷8ø.÷ÌûJßûœ×÷œÖ÷Jâ÷Ìø.û÷8÷Ë÷–÷÷a÷’Ýüæû@û`üüÅ÷ŠûMû–û<û9ûb9÷b÷>û<û–ûŠûMüÅü÷@ûdøæûøB {ï…Ý{þÙ÷üûøæ÷@÷`øøÅûŠ÷M÷–÷<÷Ý÷´Ýû´ûØ÷<÷–÷Š÷MøÅøû@÷düæ9÷’÷ûdû–ûËûû8ü.ûÌ÷J7÷œ?ûœ@ûJ4ûÌü.÷û8ûËû–ûûaû’ø÷ùüþø:{üøœ÷Ø÷²÷iøk:û»û81û–übøüWûØû²ûiükÝ÷»÷7å÷mþú…ƒ £ üwöBn‡srûPÀû ÷U÷U»÷ ÷PÙ^ùeû/ø”øú9üúû0ü”^ýeûP{-  ÷´ûŽ÷yü%–÷ð9ûñüÜrûÕüLü™üïøüøž~ûÇÝ÷Éø¡÷_÷›ð÷è1%û¾ûOû}ûʼnú‹÷š÷Uû#û´þ½ý÷ûÒøiø(Éùüº-ø#øJ÷õøwÍû€ÞûGÞûGüà9ùÐû,Æû2ûZûšüêûÔÙüÍÝ÷´÷HÝ÷<÷–÷LûŠøÅø÷à÷@øæ9ûäûàZû–ûËû8÷ü.û®û/û ûj0Öø‡ù[Ôù9åwãoãù¦ÝýÂI÷O4÷Z÷Ž÷Ã÷(øFøÍø÷iû¿û{Yœ´ ÷ á÷<÷äû¢÷äý,ý'üCû³üÑùQúBÝO ùžùuÝýuø©ùuÝýu—– úúgý9ù8ü©ý89ù8ýžúæø. {úÝð9ö-ùXݨü ‹ù,÷~û÷û2é÷<÷ ÷÷÷^ùûbøo÷}÷†÷4÷–÷ä÷yûDûm¬{Q£^û û-ûû'í9÷÷#ñ÷÷<øFûô÷@ûüûÇüûYü>ûsòû#÷$#û!ûû`ûLû£üÞÉüoûUûûqü:û»û·÷÷¢V‡›Äs¸÷ ÷é÷÷')Ýûû#$ûû<üoøû$÷üøk÷Û÷«ø>ûqú¨ö±æªË÷æû]øvSûñBkN\Tûì÷8üf¨÷è‹ Qü6Zûsû[ûlûÅü@û*øJøSøS÷*øJø@÷“÷tûTû¨¤¼øŒfû û!ò!û+Êû:ü†ûæü#ü·ü¸÷æü#ø†÷R÷5Î÷ööû*°ýŽüQgŸ7\Wp_Pk°¼øë÷\x÷]üûtûi)û-3Á\ÕÈÞµíÚL«^—©­Ý­÷÷YžûEû9ûû,ûòûQû1ûbûJ÷û ÷V÷O÷ Ù÷'Âvû%÷P÷õòÄ÷Ãýw0ûR÷÷÷-ð÷÷O÷,û'ûûûû ùå5¨ øúN¨ ûm …ý}ÝùÏú%9‹ ùuþZùš¼û¢ùý÷»øñüÇþ:øÐã院³|¹|hi‚Wû¸øXùÜÃýo÷Ö¤÷D÷÷²÷Ôûˆ÷üý¿Z÷¢ù/ø±Ñ÷€÷ûû ûŸûû*û€ûÇùËüÅ÷ˆÂ9…Ýþ÷8 áû¢÷qûq÷¢÷¢÷r÷q÷¢÷¢ûr÷rû¢û¢ûqûrû¢÷u÷,÷÷÷,÷,÷ûû,û,ûûû,û,û÷÷,fú¨øû® ý°úÉ9ŽÝúêüŒû 9ûA‹û÷-û¢¤ûU÷"÷äù ûæ÷%I÷oø÷V÷–÷»âü”ù$Ýû³$ q û™&ª5ýžü÷Šû\÷³÷¿á÷÷4÷0 ÷ ûúŒ÷8g ‡øÉ çûÓ÷lû£÷ï÷ï÷l÷£÷Ó÷Óûl÷£ûïûïûlû£ûÓ÷–÷{±÷Ê÷Ÿ÷ °ûÊû{û{fûÉû ûŸe÷É÷{ùúÎ1§ èþN§ ø6åãy ¥ ‘ ø­åãy ¥ øóü† ù,²•… úðùeøŒôÝ‹t ‘ ¸²…ƒ £ ûYû7øÒ9üœüÖfü5ü.ükü€øûÛøÖø_ø÷ø÷ä÷<ûáû%ûJû8û#÷9÷ ¸¨—›û0bû§ûžûìü{)÷ðøø÷u÷øøJ÷ù·ú \) ýÇòö. > ù·Í \! ûpó. > ù·$gL þJó. > ù·´w( þöñÛ. > ù·Í* " ýÜò(. > ù·¹ƒI û ñÏ. > aÈÝ9úÝüXø“úúüþü9ú.9s Ýú9û¦ûûû}û‰PùLb ù ù&ôRù5úVúÍHø¸ø­˜ý}a ÷r÷¼÷ ¡÷wô÷1÷3÷GûŽÈùÜE þ"øÃý+ù·ûèü[„ ø H) ú9÷+, 3 T H! øÙ÷T, 3 ¬* ù²÷U, 3 T0 " ú!ö^, 3 ýq÷ H) nó : ýqº H! üó3: ýqù¦* û8ó4: ýqúN0 " Vò=: ú{ûŠ9÷Šú{ü9úæ×Ýûð…øx …ù£”b( þÖñðg ùŽú½ Â) øBò= 9 B ùŽ× Â! øò>= 9 B ùŽû* øŒò¹= 9 B ùŽ‹b( ÷àñu= 9 B ùޤ0 " øúñÂ= 9 B fø_ùmÅQøÈøÈøËüËÅÅüËøËøÉøÉQÅüÉüÉüÆøÆQQøÆüÆùŽ×b= ø¹ûbøwûò÷®÷Œøº9‹ûwüŒ÷ûWû~Úûý«üœýUýüý÷œü¾ønûˆûvü‰Ý‹÷høiJ÷)÷=g÷O ÷®÷Uûûf÷þïöZû¡÷§Oøœø”ù}÷<ùŽù4ùÜúý}ûýŽý]ûQû)Áèûúâ ‰÷$û´ºü#üùú€ ™) þ.ü-2 ù™ ™! ýðü2 ùÂ* ýèû²2 ùf0 " ýuü©2 ùQ1 ™! û,òâO ^ ÷£ÈÝ9úûÝüù#øWùy÷Ø÷Üø¨ø¨ûØ÷ÝýyüWø¨øÝþû9øô¤ùÜöø÷qü2üüûqü1üüWøÚÈÝ9úæÝü`øÚ÷Høø¹ø>÷ü-û»ûšû0ü ü¤=ùH÷üÚüûšNûôûØûiû=÷H÷Ywb¼¹ƒ³ û)û<ü ÷}ûq÷·ø2ø÷²ø.økûKøKýkêøÛÕ÷`÷¹÷õøü÷ôüÞý0üBüýYøwjøµö) ø¬û7- 4 jøö! øÀû`- 4 júÝ+ ø þá- 4 jùi ¾( ÷øúo- 4 jî r " ùú»- 4 jùm ëI ÷eúB- 4 ú*÷³Ûû'å=÷ñ÷Ð÷8÷!ÁAŸ¼Ä÷Å÷H÷Ü«û¼û¦ûHû’üÚûÏûšûìü÷ôû ÷Ø÷Ò÷l÷÷‘ðûŒ÷'÷‘û÷Ýø[÷«÷£÷øõ' û¨ûp)ûFû(÷1Jû!÷ûÅü ûøû8û’úüþ-ø"¤÷÷ã÷ùø¸üZû«ùlþÁûuû÷e÷¦¶ û4û²û}ûP¹ý}a ÷t÷¾÷é¸÷O÷‘ë÷Ö1û¿%ûQû~ûÇüR ø:øgøÝø”ø{÷š÷Uû#û´  F ü÷øüø©‡ûèü[„ !ù8 ) ù+' / 6 !R ! ?ùT' / 6 !z+ HùÐ' / 6 ! r " ºøØ' / 6 þâ%ö) ÷L÷\& $ 1 þâúö! Ý÷…& $ 1 þâø-+ ÷i÷Ø& $ 1 þâøú ì " ÷³öf& $ 1 á)öøfû8øFûŸ÷Ýø•ÜüÛ÷Ûû¿ü-÷büVE÷ê÷¼ûQû¦÷lýÕ:ú÷Fû•÷ûÑ ûÄ÷~(ûX÷,ûèü2üwû³ýLüú÷ñüWøþøþøøWùðùëûŠø¹÷i÷Ïø÷Ä÷lû}üµ’ûü¹û0üÁüRüR(ø˜øgùô ¾( ýŽö”; M ‡ù]ö) ü¹ú¸< ? @ ‡wö! ü|úá< ? @ ‡r+ üFû4< ? @ ‡ù– ¾( üòùð< ? @ ‡ r " ûØú<< ? @ áú ýLý#9\Ýû\ý³ ‡÷8úBûë÷*ûÉ÷™ûEüüýÝ‹÷ïøØA÷÷1`÷F? ÷åû%÷Åû÷Føøõ9‹ûêüÏÚûû6¹ûL­ ÷K÷ 4û×ý¥úà8÷Jy÷…÷aúŒüMü˜üRûDûÛ÷ ?ù£ØûH›û|ûZù~ ) í÷35 Iö! y÷…5 úÙ+ ®÷Ø5 ‘ r " yöà5 ÙX ! MôQ ÷ ÈþB9úCÝû³€l wý$9÷³ð¤ø\m Ù ì " ÷uóQ þâÝÝ& $ 1 úÑùa 3” úÑ÷8 a# á3 H! ýMû³T “ùô 9ø€øRüÑ)ü.ü„üFû0÷»÷އE´ñVá÷÷÷÷#÷PûÕû#û8û+ûû’û³÷]ûðøsù'÷Øø©ù#3ø-Ý úRûñ9÷ñú¤ü9À®Ýü^®øx \÷ÔÁém÷ƒ©#ú{øþ¨¬‹øúÉþœû m÷ý©$úªò©û™ûÉþ&ûæú&û”m÷þªþAmøe©û7úª÷(÷@žûûO©÷àþûà¨÷Ož÷÷A÷'þªþn ûLõ9ø&ûu-û~û>û­8 7  ø3Ýû³$ ÷³ùHýqø% û¿ðÑ: ÷@ø>b÷«÷;øùøøµû?û†÷L)÷U÷D÷@÷D÷³éN¬û=5YA)VÍÝúâøøø>ý8Ý÷Èøü ý»ü_îû«%Õ,÷<÷0ú> q ýU÷¾P ú„÷Š9 £Ýþâû>N þ÷†& $ 1 û@n úˆW ûTõ& $ ÷³ùH\ R ×Ý$ q ª ÷,ûb)û[û8û—8 7 ÷5Í÷C÷Ý÷öÝjùD Ý% øùP- 4 ÷q Ýû³£÷ÔÝûÔùMý$9÷³üûûü9÷üþh ø2÷ì øOü¥nød¨û6ø ÷E÷ÿûæüÅ÷ëÀÔ˜£‚§‚wv†lûD÷¤øŒ­üK÷U™õÜ÷@÷Sû&Ýûsüzm÷6þ«÷Øú«÷"Ú8û4û5<1û"ûLø‚üR÷Šb÷)÷T÷û÷FB÷\†ûÍü6v ÷W÷˜÷ï²÷‘÷ˆ÷⊠‡ø·N ùüúâ< ? @ üâá …! ñÝ; ø:÷Yøg÷ô\ Ÿ øÒüÍ# ø ù#Ý9 e øsÀûÔüœÝú.ö{þ.ÝøœÀ÷Ôøsø.ô¤9üÌ# ÷Ž÷³¨² Þû ^n~‡{÷Y´÷qøø¹øR÷§ûÇüüûŒü8ûäD½÷H¾÷QŸ÷E¨‹£¤÷V÷TûUûUWûTûr‹sn¸ü÷üVû³Ü÷"»÷KÂ÷Wø}–øzøøyø¨ü÷Üüþý,üüœü ùHø% ùC ø°ñHG Œ ‡ùš ‹% üöù#< ? @ üZñÝ9úæÝü~ ù ø­MC ø:ô>E K ¸5üc7 ÷DÙ÷T÷Ñz¸ûŽ9ûÓûDûÜ8 júÍúÁ- ûk÷%&÷ ücú´* û8û²f ýqc ü¤ë 3” ý²” ýq÷gd úúòâ: ù•ý7 ÷;Ñ÷I÷ÙøÈ²÷—÷Ûù øÝý²9÷ðøýûÌûªügüâûø%ø±×ø-Ýûq9øøýN÷Åû¼ùB‚ûf*û`û9û›8 ù\ ™! ý³òâG Œ ÷ 8D ùDôÈ` z ù·* þ:ó4O ’ þ ø6B§U | ýÕþ9# ÷ÈÃ$ø÷ùýü9{` úùø)‹òýü)úøÝþú9øûùúâb( þüö2 øÖÝÝO Ž ùuüÍ# } áØ ÷<÷q þûmû+}û ûûKû”1÷›÷ ÷¡å÷š÷”÷.÷ûû9š¨÷ÂuD7ÉK1°(ûÀû^ûƒûÝûÜ÷^ûƒ÷À÷ë²ÍËÌ0¡!ú q úµøÙ' / 6 ÷0ùq ‹% üˆö¤P ûP‹ 4A ZþΠ F J þîù³\R !ø»N ÷Žù~' / 6 ù·ÝÝ. ù:û\(ûOû6û8 7 ÷0È÷<ñà÷õ™ ûט D þÆõC9úæÝü~ þâ÷$ Ý% Mõu& $ 1 ø ù#Ý9ù&ûÍü6v ÷S÷’øše p ûa!¬üê7 ÷@Õ÷N÷ Õ÷ÇÝ÷W÷zà÷°' / œœ‹Œ›ûW(ûFû5û‰8 üî ‰t ú* ü‡ ” …sÝú9û¦ûûû}û‰PùLb ÷šavµýÓüÅýþ%þ%øÅýùÓ µaú.9s ööø!ù}÷dùYù†÷ñô¤ûñý†ûdùYù}ú”÷8 ÷\ H! \òá` z ®s, âûu-û~û>û­8 7  ÷Äú.9s O …A øöõš; M ù·úi …9…Ý÷øòÍ. > ûaýqø6b( ûäñð: ùe\0 ø.ö£X üøµ ´( á÷Šb÷>÷¿ûY÷4÷ˆûøøÖø÷ðø¨úæù®ûaùŠ÷Ø÷e÷møø÷Ãû—ü{ÝÝùÜNû@ûŸ÷Iû2ûváû¨ü[üûÇüWþ½R÷výÜü*ûšû…üFü¤û£øø*99ýÜù—ü# #ÈÝ9 HÝû³ üû8Ö7û »û1ûÃû}û0û}û%÷.û/ÖûYw  / ÙH û8÷Rñªª‘–§öÔýÜž þÑûa° u µ üRúg+ ûU÷]Z þîø¸+ ù«û²R } ùäü{# ø ÈÝ9 ]¢ Ý9Z´H © û¿ûmû+ûwûò-û+ÑûRw ò H û)ôNꂈeŠfeu µ ”k ëú¸V øRV ø{o ö[ øR[ ø{r ü¨ ;… ùúÒ š þ.ó3G Œ ü¹úk ÛD ÷ÇõÇB§U | ùúæI ûqý#2 ùú½% þkþ2 át H! ý'ò¸Y ùeö¸9øBüú1bû'üüýHû=ù‚j ¡ ùºù8# üRl ! ûöáZ ù£ÝÝg ùžüö# ÷8úB< ÷Ó÷‘÷÷i÷6ûu÷A÷¤û÷Ìø[÷«÷£÷øõ' ûËûŸûûsû=÷gû7û÷ûÒ­ ¦ Ãút ùÝÝG Œ ø6òÑ# ú2é+ ûùI üR÷Šb÷)÷Tû ÷÷MA÷dø!÷Ã÷–øùmû\û]ø.÷i÷uí÷0÷à÷mûšûm´ÝøÑMû"ûJõûû6ÓûYüûMû³ûšýŽúû÷ËüœûŽû%ûŠû·û‚÷u÷–99üÑø_ü# ùúd ø^ü2 ù(™C ýðö¤ ô¤ü9± üŒúN …A ú‹õš; ý ù¦ šL á‹C ùãýžT ùŽ/% ÷Ûð¨= 9 B ûPú* q ùyýØ  F J ø ;C û3ñH9 e p ù£¬ H! û‘ó3g øo´ µD øBõ; M ùQß* vó4O ^ þ¹÷a %% ùeM* ùY÷šX ýqu Ì9ìÝýqc û¸÷Š9Ý€ ’ø÷‰‹÷üûŠúBýv9øþÙü.û—‹ûø.÷—ùWüŒ¦ö! ûé÷…; û®(P† ÷Ž ÷a " " ¬C û³õi, 3 úÅÈÝ9{Ýü“ùU÷ëøÅù]÷Ã÷§Bû÷Lþ1û…=úÀü±ûÃüûMûìü{üûe÷qœ ÷³ø¨øû#ø(ýºóùÎúœ÷ûûð÷£ýýÓýüpýÓùDüŒøÉ{š ü÷×; ûP‹+ ú üá  F J føÅ}y ø­) q! ÖöE K á£* ü%ò¹Y öÈÝ9¹Ýû³ üû7Õ6û »û1ü¨ûÐ_   ÙH û8÷Rñªª‘–§öÔýÛž üÍúk Ø " ø­M* ãö*E K “÷Š9»Ýþùäý#a ÷6÷l÷u¤÷N÷Dæ÷‡B§U ûg¬û…÷¬nû°ü„ ûP9ö! úÁý4  F J æk =ú¸V ø{o  H[ ø{r !ùž ‹% œ÷¿' / 6 ùeá/% ø©õ‰X ýqøµ0 ücò=: úO0 ø‡ö^, 3 ùÔ/% ùõD, 3 ùŽú@d üîòg= 9 B ûa÷Š9 ÏÝür¤! ÷0üS ÑÈÝ9 ö« ûôû’û2ûû-÷.û1Øû[w ßu ° ý²ø!¸ù²ùHúû¸ùHýЏù)L Ÿó]‚ ø%\ þ÷³ áI ÙÝ+ ÷ôŒQ Á … ü€÷ªû³ø2ø2÷«÷³ø€ø€û«÷²ü2ü2ûªû²ü€ôÍ÷3g  áÍøgñ÷y÷†÷†ñûyügüg%ûzû†û†%÷zøgû'þ€9úkÝ!z 4A ÷Ÿ÷ã' / 6 jøŠN üÖûa- 4 ù£C ø)ñHg ýqc úsÝÝ93{  ®f üúb 4A ý`ýñS ¤ÈÝ9úûÝü¸ùaùHüœÕü±üûHû÷ ¼“œ‡—÷÷ Ì÷8÷8ûÄ%ûû6û<û}÷@ûj÷àø¨÷øsø­þÑ÷Üøœ÷• üúû§_ üRúR 4A ûõpZ þ¤ ! 8ó\9úæÝü~ ÷0r+ üøµP øŠN ÷ð÷†5 ùi ¾( ö”5 ý ù¦ qA á÷Šb÷>÷¿÷0ûU÷û ÷ö…ûìü`v ÷t÷¿ø ®÷Ú÷çø‹ˆ ø­\0 ¸õ3E K ýqÝÝ9øêûu-û~û>û­8 7  øô{ üŒñÝ; VüÍ# ÷z÷iùÜøÖù¯ú1ùßÙøæü%9üúý9þüÑýdžý8ü9úÒÝûÇù8øÝü°b9ûLbûþò÷Èi ù©ýv9øùHþâ÷H ¾( )ö”& $ 1 üùm q ÕüûS ¸DüÑa ÷Š÷Üû‹üü€„ ù4Í D ÕõCû³ ®ý$9÷³ùÛh ÍÈÝ9g« üúûÐ_ úú¸ùHý‰¸ \Ÿ™—!$+OV}·ÐÖÜ7HNU– ¹ÅÖéü !+5:Caw†Œ¾ÓäóCz•«¸ÃÌÔ\’Æö:UqŒªÀÙéú #/:CÁñ#Tz Ãã  & H g ‚ š ² Ä Ù í   ' 9 D Q ^ j s | ‡ ‘  ~ Ú 4 Š à . u ¾@µêLp–¹Ûü<Ws«Æàù)@Wn…›°Â×ì%4FXjz‹W ÙÍÈÙÙEâûnþkû‚ 9 ýÇW D  ý#9 9ûŽÜû«øøÝ÷«÷Ž9û]û(%ûqûqû'ñ÷] 9úBÝû³ 9û¿%û‹ûŠûüüRûøFøg¨‹¨Œ§OøRû‚øWüö ÷m÷zû×÷¦÷†÷÷ø9ûiûEûûPûa÷Øû³û]û`û@ûðÝ÷i÷Ð÷ úb Ýþk÷‚û¨E4==ÍNÙ‡ RL  ®L Ýú9û¦ûûû}û‰PùLb ÷š9øô¤ü9 üÚûÏûšûìûÃ÷yû]÷Ø÷Ì÷W÷÷‰æi 9úÝüh÷ÆúúË‹÷±þü<9 ü­ü)üüúüúø5üø­  ÷³ùH9øøýY÷ÏûºùYù÷»÷Ûù8øÝý²9÷ðøýûÌûªügüâûø%ø±×ø-Ýú.9s û†÷L)÷U÷D÷@é÷aéN¬û=5‰ $ q ª ù$Ýø[÷«÷£÷øõýèét J¨5^<ûû'ûR÷D÷, ûŠ÷}!÷e÷·÷ ÷L÷È ùüüœùUý«ý«üœýUýü 93{ 9úBÝû²ùÓ ü¨÷üüWøÖ ùÓøtùUùü ¤™ øÖ÷üøWø¨ ø¨ûüøWüÖüÖûüüWü¨øBøÉø˜øR¦ ü°÷ÇbbøVüW÷Ÿ‹øVøWb´ ýüøtýUùÓ ˜  ×A ûÝ ÷Ñí‹ååünû\ûuû’9ø÷\ø÷³÷¿û÷û4û0û !û :ü6bûàûýüý]ûŽùnj ÷»ûš÷}ü6üþûèüWü¨ 9 ÝüV®ø ƒzûû Jû8 ûe÷3û3÷e÷e÷4÷3÷e÷eû4÷4ûeûeû3û4ûe÷#÷@Ô÷÷,÷,Õûû@û@Aûû,û,B÷÷@ üúø!üø­ø2÷m÷£÷øõ1û¿%ûQû~ûÇüR ø:øgøÝø”ø{÷š÷Uû#û´þ%øÆý,ùÓ÷Ñ÷Ÿ÷÷I÷G÷GûŽÈøµûÈ´´üVøWûŸ‹üVüW´b ø:÷Yøg÷ô\ Ÿ Ì9…Ý 9Ýü- ûL÷+÷fdûUkû§û"ûÖüø6û8øcøWø-÷}ø„øÁûäÍûÇûj‡û#ûuû@Š÷,÷ ÷,Ô÷-®†´³ˆ³÷àø%÷LøW÷ pï\Þ÷Fï÷'Á÷åÌ{I´“{n›^û:>ûûòEññõÉ÷L÷0û÷ûeû ûCOûFû ÷Hû%ûŠÙûmûàü%ûLüWûç÷vûP÷’Bû‘Uû[ûûg÷ýúo÷Ãñ÷Ž÷†÷†ñûŽûÃûÃ%ûŽû†ûØw÷Ž÷Ã%ùT÷÷6÷,ó†ÄLjÌø÷ž÷,ûûqü û}ûYü*üû÷¦÷«Ñw4È!û--ûû0÷Jñ÷0Ìñ÷<Õ| 5÷•ÝýŠ9øüêúªýV÷ûÝþ™9÷™ùñøæýv9øùHüœÕü±üûHû÷ ¼‹ ‡›÷÷ Ì÷8÷8ûÄ%ûû6û<û}÷@ûj÷àø¨÷øsø­ø>û…ùH9{ù†9üQû8üÅü˜¸Ýú:ýTÝø2Ä÷døgýLÝøJê÷DøÅù²ù®ô¤9)ùž9üœ-ûDüÅþ-Q \ÝûHAû#û'ûû^À÷a‘øJÝüJø©N9û8Mûü.û¿9÷¿ú½ üÞ÷ùûÏøcøøJ÷ÏøÞøÞûø÷ÏücücûùûÏüÞ û÷û÷÷÷÷÷÷û÷ûûûûû 9øBüú1bû'üüýHû=ù‚j ¡ ÷>÷¿ûY÷4÷ˆûøøÖø÷ðø¨ˆ ÷)÷Tû ÷÷MA÷dø!÷Ã÷–øŠ ø6Íø%÷Ã÷ÃÌü%ü6ü6Jü%ûÃûÃIø%ø6 ÷yñûXûìûdû²& É÷ø ¨‹Ÿ¤÷46åû û 51û4r‹wn Ï– úLúúüsü­ûiü9øùH ú.9üœVûÔýý ûû4 û†¯ øs÷ûÔüJÝùÜ ÷Š9úkÝ p9…Ý ÝüW \ø. 9ø©÷\üÑRûŠû·ûP8÷Íf“œ‡—÷÷ Õ÷8÷<ûÔ%ûû-û@ûa÷5ûž÷Ïø„÷3ø¨÷³Ýöø-Ý9úsÝük öÙô÷$ ×øBÝþ_9øVöÕú[ }þ9øBô¤ ÷Ú(ûn÷FûÖüRü:üüúüúø:üøR÷Ö÷n÷H÷Ûîüfù$ý$úB— Ý9ú”Ýû²úHù¾þHû®9ú_ÝûvþZoùiøÝ÷ÜÝþ&9øUþýW ù}ù}÷Žùnù]ø>ø ûÔü_´ÝùÜMûXû÷@ûEûóû¨ýÓüÆý,þ% ÷#¤V  Hùð÷ìôñ‹ öýð[ ûÛî÷nûH÷ÖøRø:øøúøúü:øüRûÖûnûFûÚ( øâ÷ž÷ž÷·÷ì÷DûÇü¹ü¹ûDûËûìû·ûž÷¢øâ÷Ç 3û÷û÷÷÷÷÷ƒ ûûû üÞ÷øûÏøcøøK÷ÏøÞøÞûù÷ÏücücûøûÏüÞ øsÀûÔüœÝú.ö{þ.ÝøœÀ÷Ôøsø.ô¤÷²ýÓü:ûXügûôûy$÷Y÷ìíý$9÷³û8 ø6Ìø%÷Ã÷ÃÍü%ü6ü6Iü%ûÃûÃJø%ø6üœûûÔüÅý#º÷‰÷}÷ûû¦ ø¸üZû«þ-ø"¤÷÷ã÷ùûiý²÷øœ÷}÷¿÷³÷i÷8ûZ ÷ž÷Ukûmûû4 û†¯ ü¨ûùüsü­ƒü9øùH ù]÷¶ýYý}ý}ûýYý†ü Zù˼û¢ü”Z÷ªù/  \øÝþú9øô¤ü9 Ýü \øÝúÍ9øVô¤ ûu°û—÷ä÷Ž÷e÷M÷ší ÷Í` z  ®ýv9øô¤ ÷DÙ÷T÷щ þñÝ9úæÝü ù(ͤ ; ø:÷(øg ÷û÷ûû ÷ž÷Ukûm÷ ÷nü<½ø»Ï÷W÷j÷¢û‡÷"û¥ûûbû8ûE&ÎXÔÉÙ²íáG¼Cpz„ˆа÷í÷J÷V÷û;ûIû2xû§ü\ø3ÐûÀûJû{ûûnû¹û}û÷ Љ”ƒ¦ÒÏÄÙäQ¼A5MP&ûE÷1ûJ÷ò÷î÷ ÷Y÷Ó ø*[ûMþaùIù3÷÷÷%÷÷Š÷ŠûT÷qûîûþûQû{û´û,ÓMáàÐÆíáB¿Cadukp÷j•÷÷R÷“÷ž÷û(û¬û{ûû…ûYûYü¬üŸû4ÝôÌ9øúBô)ñ‹ø‡âøhúñ‹ú… ×øÝýÈ9÷êý¸öœü?i÷êúþlöœýy dù'‹ø?ú¢z^øÂû¶ýùúæù®ûaùŠ÷Ø÷e÷møø÷Ãû—ü{ÝÝùÜNû@ûŸ÷Iû2ûváû¨ü[üûÇüWþ½R÷výÜü*ûšû…üFü¤û£øø*99ýÜ]A)VÉÝú{÷àj÷äüúü ûøû8û’û'å=÷ñ÷Ð÷8÷!ÁAŸ¼Ä÷Å÷H÷Ü«û¼û¦ûHü1þWûu,÷M÷}¶ ûHûqû}ùmû\û]ø.÷i÷uí÷0÷à÷mûšûm´ÝøÑMû"ûJõûû6ÓûYüûMû³ûšýŽúû÷ËüœûŽû%ûŠû·û‚÷u÷–99üÑL÷aýüùUýUùüùüùUùUùüùüýUùUýüýüýUýUýüÝùËù4ù4ùËùËù4ý4ýËýËý4ý4ýËýËý4ù4ùË ú„þ>ùìúN÷'÷0£°ÍrÙrRQ{5ü{ù…xéû?ø¬´÷¹÷tøqø¨ü*÷vüþú¸9øVô¤›  ü ø;ü;øŸøŸø;ø;ø øŸü;ø;üŸüŸü;ü;üŸ¼øø'ø(ø‚ø‚ø'ü(üü‚ü'ü'ü‚ü‚ü'ø'ø‚ úü÷Ž÷äùÆúHü19öÝüþ¹ùÎúîø7Ýþk9øMûRù±Oø-Ýûq9øô¤ ü-G÷ôÝþ™9÷ºøëøÍò‹øµqøwúñ‹øü3÷óÝþ9ø<üDúòüR‰$ø%÷ø¥øÈÀƒj´!û,Bû4û,öA÷÷0Ý÷÷÷]ûQ÷ûPû°û-û[û¤@øBý$9÷³ùH ÷Äô%ûLø[÷¢¼û¢ ûYþ úÅùäü[û~Zù ûkø½ù‡rûŽqGúü-9Ýü \øÝûq9ø-úfú¹šø-Ýûq9øô¤ûÝ ÷Ñí‹ååünû\ûuû’9ø÷\ø÷³÷¿û÷û4û0û !û÷9öûE)‹11ø¨÷\÷u÷’Ýüû\üû³û¿÷û÷4÷0÷ õ÷ ÷¿ø.÷»÷ûZH û8÷Rñ÷÷à÷<÷}û@÷jü2 ùð÷ÇÝýð9øWý¿úÁýÚ?øLÝû\9÷¾ üâûžû¢û·ûìûD÷Ëø¹ø¹÷D÷Ç÷ì÷·÷žûžüâù4÷<ýŽý}ý}ûýŽý]ý]ûùŽù}ù}÷<ùŽù4ÝûÏþµ ë9‹þÍôúZ ºø‚úþ•÷]÷'ñ÷q÷q÷(%û]Ý÷Ž9÷«üü:û«ûŽ ú \ø÷qûzüRüRûqûŽüü”\ ÷w‡›¨³ $)û<û»÷šûÃøÚøÖøR $÷šüsü!ûOû‚û­8‚ý$9÷³ô¤¸ø½Ýü½÷Üøœ÷+÷¿÷Ü÷i÷ûZ û$÷šüJüûVû–û»4ø”ý$9÷³ùH {n—^û û9û#û8÷Jñ÷÷á÷< þ%øtý,ùèù0÷ãø_÷–÷øV÷ŠÝ Ýü€¸øÒÝüÒ÷Üøœ÷÷¿÷Ü÷i ûûûû÷û÷÷÷÷÷ ùüøîù,ùüùüüÅù,þ%û…9ø €ƒø‹ôÝ‹t  øRÉü˜üüMü˜üRüRMø˜ø þþK´cHúB‹ñú¸úBbb úúKb³ú¸þB‹%HþB´´ û8÷Rñ÷÷à÷<÷Uû@÷iûà ûø÷$û›øJø÷V÷–÷»âü” Ýû³ þú÷Üøœ÷+• ¸ûÇ÷küWÝøW÷«¸÷Ç üÖûüüWü¨øBøÉø˜øR Ýù¶ù³Ýý³ù¯9ý¯ý²9ù² 9ø„÷X÷`÷a÷yûmæû»— H û)ôNëˆf‰fe { ®x  \û<÷5÷ñ÷Ì÷8÷#û ¸÷ ÷é÷÷')Ýûû# ^û û9û#û8÷Iñ÷ þõô¸ù²ùH÷’÷<÷e÷Ë÷’ûŠü2       3445CDDENOOP_`` *8DFLTgreklatnÿÿkernd² nÿ×ÿ\ÿ\ÿ…ÿ3ÿ…)ÿ×ÿ×ýHþýHRÿ×ÿ…ÿ…ÿ×)ÿ×ÿ×Rÿ×ÿ×ÿ…ÿ®ÿ…ÿ×ÿ\ÿ…þÿ…ÿ…ÿ…)ÿ…ÿ3ÿ\ÿ ÿ…ÿ3Rþáÿ…ÿ…ÿ…ÿ3ÿ®)þÿ®ÿ…)ÿ…þáÿ3ÿ×þþfÿ®ÿ3ÿ×ÿÃþá)ÿ…)ÿ\Rÿ×RÿÃþfýšþáÿ\ýHÿ3ÿ…þÿ\þ)ÿ\ýìþþ¸ÿ\ÿ®üÍþýš)ÿÃÿ®ÿ®ÿ…ÿ\ÿ…ÿ®ÿ®ÿ×ÿ…ÿ…ÿ3ÿ…ÿ3ÿ×ÿ×þáÿ…ÿÃýšþfÿ®ÿ®ýHÿ…ÿ3ÿ…ýHÿ\ÿ…ÿ3þáÿ…ÿ®ÿ®ÿ3ÿ…ÿ…ÿ…ÿ®ÿ®ÿ®ÿ\ÿ\ÿ×ÿ×ÿ×ÿ®ÿ×ýšþfÿ®ÿ®ýHÿ…ÿ…))þþáýšýÃþáÿ×üÍþþþfþáýìþfýqþáýšüöþáÿ–ÿ¦þ9Rÿ×RRÿ®ÿ…Rÿ3Rÿ×ÿ®ýìþf{ýšRRÿ®ÿ…ÿ®ÿ3)ÿ®ÿ®)ÿ®Rýqþ¸ÿ…ýšþýìþfþþýìýHþfýqR)ýìýìÿ×Rÿ…ÿ\þáRÿ3ÿ×þþá{)þáÿ3RþRÿ®ÿ…ÿ×ÿ®ýìÿ\ÿ3Rÿ×ýìÿ RRþf))ÿ…þf)))ÿ3ÿ…)ÿ®þRÿ\ÿìÿ®Rÿ…Rÿ×ÿ…ÿ…ÿ…ÿ ÿ…ÿ×ÿ®ýìþáRýqÿ…ÿ×ÿ®ÿ…)þfÿ\ýì{ÿ×ÿ…ÿÃÿ\ÿ…ÿ®ÿ×ÿ×ÿ…ÿ…ÿ\ÿ…{HRÿ\ÿ…qqHöö{ÿ…ÿ…ÿ…ÿ…þfÿ3ýHþfýH{)ÿ…ÿ…)ÿ\ÿ…ÿ ÿ®)ÿ×ÿ\ÿ×ÿ3))þf)ÿ®þáÿ×ÿ®ÿ…ÿ…ÿ…ÿ®ÿ®ÿ×ÿ…ÿ®ÿ®ÿ…ÿ…ÿ3ÿ3ÿ®ÿ…ÿ\ýšÿ…ÿ…ÿ\ÿ®ÿ\ÿ ÿ…{ÿ\ÿ þáÿ®RRÿ®þ¤ÿ®ÿ…ÿ…ÿ\ÿ®Rÿ×ÿ×ÿ3ÿ…ÿ…ÿ…ÿ3þ¸ÿ®ÿqþ=ÿ×ýHþáþfÿ\)þáþþfþfþRýqþfÿ®ÿ×ÿ…ÿ®þáÿ…ÿ®ÿ×ÿ×ÿ®ÿ×ÿ×þ¸þáÿ×ÿ×7 ";==BQ S[0v{9~Œ?Ž“N–›T´µZ·»\¾¾aÄÅbÈÈdËËeÑÑfÓÓgÖØhÚÝkßßoáápãåqèètêìu÷÷xùúyýÿ{~  ƒ…†‡Š  Œ"#)*--‘22’44“66”88•=@–CCšEE›GGœJJMNžPQ WY¢[[¥]]¦[                  ^                       2pDFLTgreklatnÿÿcalt liga&ss01,ss022ss038 4B¼+Et¨ J\b"#%&')*,./1CGIJLMNOS$$3Û>$*0DGJGM G`JOK4MGÍš3ÍëÍ {á{ ݤÊ Ê) (zöpœÂö3¤Q¤ ë¤õÍ̤Vf …{õ̤ͤõ{+¤pœõöõöõöÌö(á ÂR R ¸¸ 3R \R R p¸ ÂRÂRÐ= áR R 3R ®R ™¸ ÂR ™¸ Rõ¸ R R ™=™= Â= \=õ=3áQ¤3{¸šõÿêQá~¸ |f㤠|¤5¤ÂR ;f \f£{—þÍ `ff ™f \f›¤ |f |¤§fá¸3= \fÈ = =í3RZá®®Z{ š–㤠= \=…š&{ ëÍ¥^ fÆö ëÍnô¤zö \f+¤›5 Í AZ ¸Z 7Q̸ ÂR ÂR ÂR ÂR ÂR ÂR= ¸¸ \R \R \R \RÂÿßÂRÂRÂR 3R ®R ™¸ ™¸ ™¸ ™¸ ™¸zË ™¸ R R R R \= ®= å=~¸~¸~¸~¸~¸~¸ 5ã¤5¤5¤5¤5¤Qÿ QÿëQÿTQÿ3õ{ \f›¤›¤›¤›¤›¤õÍ›¤ \f \f \f \fí +=íQRpœpœõ=§R 3R ß­£BÂR K¨ ;f öQÿVó{ \f~¸ |¤ =Xḛ¤Qá \f R ™ R›¤Ùf ¸¸Ì¤~¸ \fõ¸ \R `ff \{õ= ÌR \f \= \fœ ÂRÐ=ÂöœÂR R R R ÂR3= = R áR R GÝ5¤ ;fã¤Eþ¤5¤ ÂR\fQ> R5¤™=3¤3¤ R \R \f ÂRÂN p¸+Íõ¸ Â=á¸Eþ¤ R =33G Rz= R Rõ¸ p¸Ḡ®R ¥¤ R =ḠR 3R§f(Íõ= ™¸㤠R ®R z! \=z{ p¸ÂÿêÂö{ö=§f…™ ™¤ \R Ð=§fã¤z1 ¸¸õ¸ =f¤ ¸¸§ö3=㤅5¤ p¸ÂR \R \R ™¸ »ö3R p= \)í`R5¤~¸ ®RÂö ~R3R¸=á¸f ;f \f \f(Íõ¸ ¸¸ÂR§f …= =Qÿ`3RÌy ?¤á=ruby-prawn-2.4.0.orig/data/fonts/Helvetica-BoldOblique.afm0000644000000000000000000020736513772706672022150 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:45:12 1997 Comment UniqueID 43053 Comment VMusage 14482 68586 FontName Helvetica-BoldOblique FullName Helvetica Bold Oblique FamilyName Helvetica Weight Bold ItalicAngle -12 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -174 -228 1114 962 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All Rights Reserved.Helvetica is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 718 XHeight 532 Ascender 718 Descender -207 StdHW 118 StdVW 140 StartCharMetrics 315 C 32 ; WX 278 ; N space ; B 0 0 0 0 ; C 33 ; WX 333 ; N exclam ; B 94 0 397 718 ; C 34 ; WX 474 ; N quotedbl ; B 193 447 529 718 ; C 35 ; WX 556 ; N numbersign ; B 60 0 644 698 ; C 36 ; WX 556 ; N dollar ; B 67 -115 622 775 ; C 37 ; WX 889 ; N percent ; B 136 -19 901 710 ; C 38 ; WX 722 ; N ampersand ; B 89 -19 732 718 ; C 39 ; WX 278 ; N quoteright ; B 167 445 362 718 ; C 40 ; WX 333 ; N parenleft ; B 76 -208 470 734 ; C 41 ; WX 333 ; N parenright ; B -25 -208 369 734 ; C 42 ; WX 389 ; N asterisk ; B 146 387 481 718 ; C 43 ; WX 584 ; N plus ; B 82 0 610 506 ; C 44 ; WX 278 ; N comma ; B 28 -168 245 146 ; C 45 ; WX 333 ; N hyphen ; B 73 215 379 345 ; C 46 ; WX 278 ; N period ; B 64 0 245 146 ; C 47 ; WX 278 ; N slash ; B -37 -19 468 737 ; C 48 ; WX 556 ; N zero ; B 86 -19 617 710 ; C 49 ; WX 556 ; N one ; B 173 0 529 710 ; C 50 ; WX 556 ; N two ; B 26 0 619 710 ; C 51 ; WX 556 ; N three ; B 65 -19 608 710 ; C 52 ; WX 556 ; N four ; B 60 0 598 710 ; C 53 ; WX 556 ; N five ; B 64 -19 636 698 ; C 54 ; WX 556 ; N six ; B 85 -19 619 710 ; C 55 ; WX 556 ; N seven ; B 125 0 676 698 ; C 56 ; WX 556 ; N eight ; B 69 -19 616 710 ; C 57 ; WX 556 ; N nine ; B 78 -19 615 710 ; C 58 ; WX 333 ; N colon ; B 92 0 351 512 ; C 59 ; WX 333 ; N semicolon ; B 56 -168 351 512 ; C 60 ; WX 584 ; N less ; B 82 -8 655 514 ; C 61 ; WX 584 ; N equal ; B 58 87 633 419 ; C 62 ; WX 584 ; N greater ; B 36 -8 609 514 ; C 63 ; WX 611 ; N question ; B 165 0 671 727 ; C 64 ; WX 975 ; N at ; B 186 -19 954 737 ; C 65 ; WX 722 ; N A ; B 20 0 702 718 ; C 66 ; WX 722 ; N B ; B 76 0 764 718 ; C 67 ; WX 722 ; N C ; B 107 -19 789 737 ; C 68 ; WX 722 ; N D ; B 76 0 777 718 ; C 69 ; WX 667 ; N E ; B 76 0 757 718 ; C 70 ; WX 611 ; N F ; B 76 0 740 718 ; C 71 ; WX 778 ; N G ; B 108 -19 817 737 ; C 72 ; WX 722 ; N H ; B 71 0 804 718 ; C 73 ; WX 278 ; N I ; B 64 0 367 718 ; C 74 ; WX 556 ; N J ; B 60 -18 637 718 ; C 75 ; WX 722 ; N K ; B 87 0 858 718 ; C 76 ; WX 611 ; N L ; B 76 0 611 718 ; C 77 ; WX 833 ; N M ; B 69 0 918 718 ; C 78 ; WX 722 ; N N ; B 69 0 807 718 ; C 79 ; WX 778 ; N O ; B 107 -19 823 737 ; C 80 ; WX 667 ; N P ; B 76 0 738 718 ; C 81 ; WX 778 ; N Q ; B 107 -52 823 737 ; C 82 ; WX 722 ; N R ; B 76 0 778 718 ; C 83 ; WX 667 ; N S ; B 81 -19 718 737 ; C 84 ; WX 611 ; N T ; B 140 0 751 718 ; C 85 ; WX 722 ; N U ; B 116 -19 804 718 ; C 86 ; WX 667 ; N V ; B 172 0 801 718 ; C 87 ; WX 944 ; N W ; B 169 0 1082 718 ; C 88 ; WX 667 ; N X ; B 14 0 791 718 ; C 89 ; WX 667 ; N Y ; B 168 0 806 718 ; C 90 ; WX 611 ; N Z ; B 25 0 737 718 ; C 91 ; WX 333 ; N bracketleft ; B 21 -196 462 722 ; C 92 ; WX 278 ; N backslash ; B 124 -19 307 737 ; C 93 ; WX 333 ; N bracketright ; B -18 -196 423 722 ; C 94 ; WX 584 ; N asciicircum ; B 131 323 591 698 ; C 95 ; WX 556 ; N underscore ; B -27 -125 540 -75 ; C 96 ; WX 278 ; N quoteleft ; B 165 454 361 727 ; C 97 ; WX 556 ; N a ; B 55 -14 583 546 ; C 98 ; WX 611 ; N b ; B 61 -14 645 718 ; C 99 ; WX 556 ; N c ; B 79 -14 599 546 ; C 100 ; WX 611 ; N d ; B 82 -14 704 718 ; C 101 ; WX 556 ; N e ; B 70 -14 593 546 ; C 102 ; WX 333 ; N f ; B 87 0 469 727 ; L i fi ; L l fl ; C 103 ; WX 611 ; N g ; B 38 -217 666 546 ; C 104 ; WX 611 ; N h ; B 65 0 629 718 ; C 105 ; WX 278 ; N i ; B 69 0 363 725 ; C 106 ; WX 278 ; N j ; B -42 -214 363 725 ; C 107 ; WX 556 ; N k ; B 69 0 670 718 ; C 108 ; WX 278 ; N l ; B 69 0 362 718 ; C 109 ; WX 889 ; N m ; B 64 0 909 546 ; C 110 ; WX 611 ; N n ; B 65 0 629 546 ; C 111 ; WX 611 ; N o ; B 82 -14 643 546 ; C 112 ; WX 611 ; N p ; B 18 -207 645 546 ; C 113 ; WX 611 ; N q ; B 80 -207 665 546 ; C 114 ; WX 389 ; N r ; B 64 0 489 546 ; C 115 ; WX 556 ; N s ; B 63 -14 584 546 ; C 116 ; WX 333 ; N t ; B 100 -6 422 676 ; C 117 ; WX 611 ; N u ; B 98 -14 658 532 ; C 118 ; WX 556 ; N v ; B 126 0 656 532 ; C 119 ; WX 778 ; N w ; B 123 0 882 532 ; C 120 ; WX 556 ; N x ; B 15 0 648 532 ; C 121 ; WX 556 ; N y ; B 42 -214 652 532 ; C 122 ; WX 500 ; N z ; B 20 0 583 532 ; C 123 ; WX 389 ; N braceleft ; B 94 -196 518 722 ; C 124 ; WX 280 ; N bar ; B 36 -225 361 775 ; C 125 ; WX 389 ; N braceright ; B -18 -196 407 722 ; C 126 ; WX 584 ; N asciitilde ; B 115 163 577 343 ; C 161 ; WX 333 ; N exclamdown ; B 50 -186 353 532 ; C 162 ; WX 556 ; N cent ; B 79 -118 599 628 ; C 163 ; WX 556 ; N sterling ; B 50 -16 635 718 ; C 164 ; WX 167 ; N fraction ; B -174 -19 487 710 ; C 165 ; WX 556 ; N yen ; B 60 0 713 698 ; C 166 ; WX 556 ; N florin ; B -50 -210 669 737 ; C 167 ; WX 556 ; N section ; B 61 -184 598 727 ; C 168 ; WX 556 ; N currency ; B 27 76 680 636 ; C 169 ; WX 238 ; N quotesingle ; B 165 447 321 718 ; C 170 ; WX 500 ; N quotedblleft ; B 160 454 588 727 ; C 171 ; WX 556 ; N guillemotleft ; B 135 76 571 484 ; C 172 ; WX 333 ; N guilsinglleft ; B 130 76 353 484 ; C 173 ; WX 333 ; N guilsinglright ; B 99 76 322 484 ; C 174 ; WX 611 ; N fi ; B 87 0 696 727 ; C 175 ; WX 611 ; N fl ; B 87 0 695 727 ; C 177 ; WX 556 ; N endash ; B 48 227 627 333 ; C 178 ; WX 556 ; N dagger ; B 118 -171 626 718 ; C 179 ; WX 556 ; N daggerdbl ; B 46 -171 628 718 ; C 180 ; WX 278 ; N periodcentered ; B 110 172 276 334 ; C 182 ; WX 556 ; N paragraph ; B 98 -191 688 700 ; C 183 ; WX 350 ; N bullet ; B 83 194 420 524 ; C 184 ; WX 278 ; N quotesinglbase ; B 41 -146 236 127 ; C 185 ; WX 500 ; N quotedblbase ; B 36 -146 463 127 ; C 186 ; WX 500 ; N quotedblright ; B 162 445 589 718 ; C 187 ; WX 556 ; N guillemotright ; B 104 76 540 484 ; C 188 ; WX 1000 ; N ellipsis ; B 92 0 939 146 ; C 189 ; WX 1000 ; N perthousand ; B 76 -19 1038 710 ; C 191 ; WX 611 ; N questiondown ; B 53 -195 559 532 ; C 193 ; WX 333 ; N grave ; B 136 604 353 750 ; C 194 ; WX 333 ; N acute ; B 236 604 515 750 ; C 195 ; WX 333 ; N circumflex ; B 118 604 471 750 ; C 196 ; WX 333 ; N tilde ; B 113 610 507 737 ; C 197 ; WX 333 ; N macron ; B 122 604 483 678 ; C 198 ; WX 333 ; N breve ; B 156 604 494 750 ; C 199 ; WX 333 ; N dotaccent ; B 235 614 385 729 ; C 200 ; WX 333 ; N dieresis ; B 137 614 482 729 ; C 202 ; WX 333 ; N ring ; B 200 568 420 776 ; C 203 ; WX 333 ; N cedilla ; B -37 -228 220 0 ; C 205 ; WX 333 ; N hungarumlaut ; B 137 604 645 750 ; C 206 ; WX 333 ; N ogonek ; B 41 -228 264 0 ; C 207 ; WX 333 ; N caron ; B 149 604 502 750 ; C 208 ; WX 1000 ; N emdash ; B 48 227 1071 333 ; C 225 ; WX 1000 ; N AE ; B 5 0 1100 718 ; C 227 ; WX 370 ; N ordfeminine ; B 125 401 465 737 ; C 232 ; WX 611 ; N Lslash ; B 34 0 611 718 ; C 233 ; WX 778 ; N Oslash ; B 35 -27 894 745 ; C 234 ; WX 1000 ; N OE ; B 99 -19 1114 737 ; C 235 ; WX 365 ; N ordmasculine ; B 123 401 485 737 ; C 241 ; WX 889 ; N ae ; B 56 -14 923 546 ; C 245 ; WX 278 ; N dotlessi ; B 69 0 322 532 ; C 248 ; WX 278 ; N lslash ; B 40 0 407 718 ; C 249 ; WX 611 ; N oslash ; B 22 -29 701 560 ; C 250 ; WX 944 ; N oe ; B 82 -14 977 546 ; C 251 ; WX 611 ; N germandbls ; B 69 -14 657 731 ; C -1 ; WX 278 ; N Idieresis ; B 64 0 494 915 ; C -1 ; WX 556 ; N eacute ; B 70 -14 627 750 ; C -1 ; WX 556 ; N abreve ; B 55 -14 606 750 ; C -1 ; WX 611 ; N uhungarumlaut ; B 98 -14 784 750 ; C -1 ; WX 556 ; N ecaron ; B 70 -14 614 750 ; C -1 ; WX 667 ; N Ydieresis ; B 168 0 806 915 ; C -1 ; WX 584 ; N divide ; B 82 -42 610 548 ; C -1 ; WX 667 ; N Yacute ; B 168 0 806 936 ; C -1 ; WX 722 ; N Acircumflex ; B 20 0 706 936 ; C -1 ; WX 556 ; N aacute ; B 55 -14 627 750 ; C -1 ; WX 722 ; N Ucircumflex ; B 116 -19 804 936 ; C -1 ; WX 556 ; N yacute ; B 42 -214 652 750 ; C -1 ; WX 556 ; N scommaaccent ; B 63 -228 584 546 ; C -1 ; WX 556 ; N ecircumflex ; B 70 -14 593 750 ; C -1 ; WX 722 ; N Uring ; B 116 -19 804 962 ; C -1 ; WX 722 ; N Udieresis ; B 116 -19 804 915 ; C -1 ; WX 556 ; N aogonek ; B 55 -224 583 546 ; C -1 ; WX 722 ; N Uacute ; B 116 -19 804 936 ; C -1 ; WX 611 ; N uogonek ; B 98 -228 658 532 ; C -1 ; WX 667 ; N Edieresis ; B 76 0 757 915 ; C -1 ; WX 722 ; N Dcroat ; B 62 0 777 718 ; C -1 ; WX 250 ; N commaaccent ; B 16 -228 188 -50 ; C -1 ; WX 737 ; N copyright ; B 56 -19 835 737 ; C -1 ; WX 667 ; N Emacron ; B 76 0 757 864 ; C -1 ; WX 556 ; N ccaron ; B 79 -14 614 750 ; C -1 ; WX 556 ; N aring ; B 55 -14 583 776 ; C -1 ; WX 722 ; N Ncommaaccent ; B 69 -228 807 718 ; C -1 ; WX 278 ; N lacute ; B 69 0 528 936 ; C -1 ; WX 556 ; N agrave ; B 55 -14 583 750 ; C -1 ; WX 611 ; N Tcommaaccent ; B 140 -228 751 718 ; C -1 ; WX 722 ; N Cacute ; B 107 -19 789 936 ; C -1 ; WX 556 ; N atilde ; B 55 -14 619 737 ; C -1 ; WX 667 ; N Edotaccent ; B 76 0 757 915 ; C -1 ; WX 556 ; N scaron ; B 63 -14 614 750 ; C -1 ; WX 556 ; N scedilla ; B 63 -228 584 546 ; C -1 ; WX 278 ; N iacute ; B 69 0 488 750 ; C -1 ; WX 494 ; N lozenge ; B 90 0 564 745 ; C -1 ; WX 722 ; N Rcaron ; B 76 0 778 936 ; C -1 ; WX 778 ; N Gcommaaccent ; B 108 -228 817 737 ; C -1 ; WX 611 ; N ucircumflex ; B 98 -14 658 750 ; C -1 ; WX 556 ; N acircumflex ; B 55 -14 583 750 ; C -1 ; WX 722 ; N Amacron ; B 20 0 718 864 ; C -1 ; WX 389 ; N rcaron ; B 64 0 530 750 ; C -1 ; WX 556 ; N ccedilla ; B 79 -228 599 546 ; C -1 ; WX 611 ; N Zdotaccent ; B 25 0 737 915 ; C -1 ; WX 667 ; N Thorn ; B 76 0 716 718 ; C -1 ; WX 778 ; N Omacron ; B 107 -19 823 864 ; C -1 ; WX 722 ; N Racute ; B 76 0 778 936 ; C -1 ; WX 667 ; N Sacute ; B 81 -19 722 936 ; C -1 ; WX 743 ; N dcaron ; B 82 -14 903 718 ; C -1 ; WX 722 ; N Umacron ; B 116 -19 804 864 ; C -1 ; WX 611 ; N uring ; B 98 -14 658 776 ; C -1 ; WX 333 ; N threesuperior ; B 91 271 441 710 ; C -1 ; WX 778 ; N Ograve ; B 107 -19 823 936 ; C -1 ; WX 722 ; N Agrave ; B 20 0 702 936 ; C -1 ; WX 722 ; N Abreve ; B 20 0 729 936 ; C -1 ; WX 584 ; N multiply ; B 57 1 635 505 ; C -1 ; WX 611 ; N uacute ; B 98 -14 658 750 ; C -1 ; WX 611 ; N Tcaron ; B 140 0 751 936 ; C -1 ; WX 494 ; N partialdiff ; B 43 -21 585 750 ; C -1 ; WX 556 ; N ydieresis ; B 42 -214 652 729 ; C -1 ; WX 722 ; N Nacute ; B 69 0 807 936 ; C -1 ; WX 278 ; N icircumflex ; B 69 0 444 750 ; C -1 ; WX 667 ; N Ecircumflex ; B 76 0 757 936 ; C -1 ; WX 556 ; N adieresis ; B 55 -14 594 729 ; C -1 ; WX 556 ; N edieresis ; B 70 -14 594 729 ; C -1 ; WX 556 ; N cacute ; B 79 -14 627 750 ; C -1 ; WX 611 ; N nacute ; B 65 0 654 750 ; C -1 ; WX 611 ; N umacron ; B 98 -14 658 678 ; C -1 ; WX 722 ; N Ncaron ; B 69 0 807 936 ; C -1 ; WX 278 ; N Iacute ; B 64 0 528 936 ; C -1 ; WX 584 ; N plusminus ; B 40 0 625 506 ; C -1 ; WX 280 ; N brokenbar ; B 52 -150 345 700 ; C -1 ; WX 737 ; N registered ; B 55 -19 834 737 ; C -1 ; WX 778 ; N Gbreve ; B 108 -19 817 936 ; C -1 ; WX 278 ; N Idotaccent ; B 64 0 397 915 ; C -1 ; WX 600 ; N summation ; B 14 -10 670 706 ; C -1 ; WX 667 ; N Egrave ; B 76 0 757 936 ; C -1 ; WX 389 ; N racute ; B 64 0 543 750 ; C -1 ; WX 611 ; N omacron ; B 82 -14 643 678 ; C -1 ; WX 611 ; N Zacute ; B 25 0 737 936 ; C -1 ; WX 611 ; N Zcaron ; B 25 0 737 936 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 629 704 ; C -1 ; WX 722 ; N Eth ; B 62 0 777 718 ; C -1 ; WX 722 ; N Ccedilla ; B 107 -228 789 737 ; C -1 ; WX 278 ; N lcommaaccent ; B 30 -228 362 718 ; C -1 ; WX 389 ; N tcaron ; B 100 -6 608 878 ; C -1 ; WX 556 ; N eogonek ; B 70 -228 593 546 ; C -1 ; WX 722 ; N Uogonek ; B 116 -228 804 718 ; C -1 ; WX 722 ; N Aacute ; B 20 0 750 936 ; C -1 ; WX 722 ; N Adieresis ; B 20 0 716 915 ; C -1 ; WX 556 ; N egrave ; B 70 -14 593 750 ; C -1 ; WX 500 ; N zacute ; B 20 0 599 750 ; C -1 ; WX 278 ; N iogonek ; B -14 -224 363 725 ; C -1 ; WX 778 ; N Oacute ; B 107 -19 823 936 ; C -1 ; WX 611 ; N oacute ; B 82 -14 654 750 ; C -1 ; WX 556 ; N amacron ; B 55 -14 595 678 ; C -1 ; WX 556 ; N sacute ; B 63 -14 627 750 ; C -1 ; WX 278 ; N idieresis ; B 69 0 455 729 ; C -1 ; WX 778 ; N Ocircumflex ; B 107 -19 823 936 ; C -1 ; WX 722 ; N Ugrave ; B 116 -19 804 936 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 611 ; N thorn ; B 18 -208 645 718 ; C -1 ; WX 333 ; N twosuperior ; B 69 283 449 710 ; C -1 ; WX 778 ; N Odieresis ; B 107 -19 823 915 ; C -1 ; WX 611 ; N mu ; B 22 -207 658 532 ; C -1 ; WX 278 ; N igrave ; B 69 0 326 750 ; C -1 ; WX 611 ; N ohungarumlaut ; B 82 -14 784 750 ; C -1 ; WX 667 ; N Eogonek ; B 76 -224 757 718 ; C -1 ; WX 611 ; N dcroat ; B 82 -14 789 718 ; C -1 ; WX 834 ; N threequarters ; B 99 -19 839 710 ; C -1 ; WX 667 ; N Scedilla ; B 81 -228 718 737 ; C -1 ; WX 400 ; N lcaron ; B 69 0 561 718 ; C -1 ; WX 722 ; N Kcommaaccent ; B 87 -228 858 718 ; C -1 ; WX 611 ; N Lacute ; B 76 0 611 936 ; C -1 ; WX 1000 ; N trademark ; B 179 306 1109 718 ; C -1 ; WX 556 ; N edotaccent ; B 70 -14 593 729 ; C -1 ; WX 278 ; N Igrave ; B 64 0 367 936 ; C -1 ; WX 278 ; N Imacron ; B 64 0 496 864 ; C -1 ; WX 611 ; N Lcaron ; B 76 0 643 718 ; C -1 ; WX 834 ; N onehalf ; B 132 -19 858 710 ; C -1 ; WX 549 ; N lessequal ; B 29 0 676 704 ; C -1 ; WX 611 ; N ocircumflex ; B 82 -14 643 750 ; C -1 ; WX 611 ; N ntilde ; B 65 0 646 737 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 116 -19 880 936 ; C -1 ; WX 667 ; N Eacute ; B 76 0 757 936 ; C -1 ; WX 556 ; N emacron ; B 70 -14 595 678 ; C -1 ; WX 611 ; N gbreve ; B 38 -217 666 750 ; C -1 ; WX 834 ; N onequarter ; B 132 -19 806 710 ; C -1 ; WX 667 ; N Scaron ; B 81 -19 718 936 ; C -1 ; WX 667 ; N Scommaaccent ; B 81 -228 718 737 ; C -1 ; WX 778 ; N Ohungarumlaut ; B 107 -19 908 936 ; C -1 ; WX 400 ; N degree ; B 175 426 467 712 ; C -1 ; WX 611 ; N ograve ; B 82 -14 643 750 ; C -1 ; WX 722 ; N Ccaron ; B 107 -19 789 936 ; C -1 ; WX 611 ; N ugrave ; B 98 -14 658 750 ; C -1 ; WX 549 ; N radical ; B 112 -46 689 850 ; C -1 ; WX 722 ; N Dcaron ; B 76 0 777 936 ; C -1 ; WX 389 ; N rcommaaccent ; B 26 -228 489 546 ; C -1 ; WX 722 ; N Ntilde ; B 69 0 807 923 ; C -1 ; WX 611 ; N otilde ; B 82 -14 646 737 ; C -1 ; WX 722 ; N Rcommaaccent ; B 76 -228 778 718 ; C -1 ; WX 611 ; N Lcommaaccent ; B 76 -228 611 718 ; C -1 ; WX 722 ; N Atilde ; B 20 0 741 923 ; C -1 ; WX 722 ; N Aogonek ; B 20 -224 702 718 ; C -1 ; WX 722 ; N Aring ; B 20 0 702 962 ; C -1 ; WX 778 ; N Otilde ; B 107 -19 823 923 ; C -1 ; WX 500 ; N zdotaccent ; B 20 0 583 729 ; C -1 ; WX 667 ; N Ecaron ; B 76 0 757 936 ; C -1 ; WX 278 ; N Iogonek ; B -41 -228 367 718 ; C -1 ; WX 556 ; N kcommaaccent ; B 69 -228 670 718 ; C -1 ; WX 584 ; N minus ; B 82 197 610 309 ; C -1 ; WX 278 ; N Icircumflex ; B 64 0 484 936 ; C -1 ; WX 611 ; N ncaron ; B 65 0 641 750 ; C -1 ; WX 333 ; N tcommaaccent ; B 58 -228 422 676 ; C -1 ; WX 584 ; N logicalnot ; B 105 108 633 419 ; C -1 ; WX 611 ; N odieresis ; B 82 -14 643 729 ; C -1 ; WX 611 ; N udieresis ; B 98 -14 658 729 ; C -1 ; WX 549 ; N notequal ; B 32 -49 630 570 ; C -1 ; WX 611 ; N gcommaaccent ; B 38 -217 666 850 ; C -1 ; WX 611 ; N eth ; B 82 -14 670 737 ; C -1 ; WX 500 ; N zcaron ; B 20 0 586 750 ; C -1 ; WX 611 ; N ncommaaccent ; B 65 -228 629 546 ; C -1 ; WX 333 ; N onesuperior ; B 148 283 388 710 ; C -1 ; WX 278 ; N imacron ; B 69 0 429 678 ; C -1 ; WX 556 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2481 KPX A C -40 KPX A Cacute -40 KPX A Ccaron -40 KPX A Ccedilla -40 KPX A G -50 KPX A Gbreve -50 KPX A Gcommaaccent -50 KPX A O -40 KPX A Oacute -40 KPX A Ocircumflex -40 KPX A Odieresis -40 KPX A Ograve -40 KPX A Ohungarumlaut -40 KPX A Omacron -40 KPX A Oslash -40 KPX A Otilde -40 KPX A Q -40 KPX A T -90 KPX A Tcaron -90 KPX A Tcommaaccent -90 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -80 KPX A W -60 KPX A Y -110 KPX A Yacute -110 KPX A Ydieresis -110 KPX A u -30 KPX A uacute -30 KPX A ucircumflex -30 KPX A udieresis -30 KPX A ugrave -30 KPX A uhungarumlaut -30 KPX A umacron -30 KPX A uogonek -30 KPX A uring -30 KPX A v -40 KPX A w -30 KPX A y -30 KPX A yacute -30 KPX A ydieresis -30 KPX Aacute C -40 KPX Aacute Cacute -40 KPX Aacute Ccaron -40 KPX Aacute Ccedilla -40 KPX Aacute G -50 KPX Aacute Gbreve -50 KPX Aacute Gcommaaccent -50 KPX Aacute O -40 KPX Aacute Oacute -40 KPX Aacute Ocircumflex -40 KPX Aacute Odieresis -40 KPX Aacute Ograve -40 KPX Aacute Ohungarumlaut -40 KPX Aacute Omacron -40 KPX Aacute Oslash -40 KPX Aacute Otilde -40 KPX Aacute Q -40 KPX Aacute T -90 KPX Aacute Tcaron -90 KPX Aacute Tcommaaccent -90 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -80 KPX Aacute W -60 KPX Aacute Y -110 KPX Aacute Yacute -110 KPX Aacute Ydieresis -110 KPX Aacute u -30 KPX Aacute uacute -30 KPX Aacute ucircumflex -30 KPX Aacute udieresis -30 KPX Aacute ugrave -30 KPX Aacute uhungarumlaut -30 KPX Aacute umacron -30 KPX Aacute uogonek -30 KPX Aacute uring -30 KPX Aacute v -40 KPX Aacute w -30 KPX Aacute y -30 KPX Aacute yacute -30 KPX Aacute ydieresis -30 KPX Abreve C -40 KPX Abreve Cacute -40 KPX Abreve Ccaron -40 KPX Abreve Ccedilla -40 KPX Abreve G -50 KPX Abreve Gbreve -50 KPX Abreve Gcommaaccent -50 KPX Abreve O -40 KPX Abreve Oacute -40 KPX Abreve Ocircumflex -40 KPX Abreve Odieresis -40 KPX Abreve Ograve -40 KPX Abreve Ohungarumlaut -40 KPX Abreve Omacron -40 KPX Abreve Oslash -40 KPX Abreve Otilde -40 KPX Abreve Q -40 KPX Abreve T -90 KPX Abreve Tcaron -90 KPX Abreve Tcommaaccent -90 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -80 KPX Abreve W -60 KPX Abreve Y -110 KPX Abreve Yacute -110 KPX Abreve Ydieresis -110 KPX Abreve u -30 KPX Abreve uacute -30 KPX Abreve ucircumflex -30 KPX Abreve udieresis -30 KPX Abreve ugrave -30 KPX Abreve uhungarumlaut -30 KPX Abreve umacron -30 KPX Abreve uogonek -30 KPX Abreve uring -30 KPX Abreve v -40 KPX Abreve w -30 KPX Abreve y -30 KPX Abreve yacute -30 KPX Abreve ydieresis -30 KPX Acircumflex C -40 KPX Acircumflex Cacute -40 KPX Acircumflex Ccaron -40 KPX Acircumflex Ccedilla -40 KPX Acircumflex G -50 KPX Acircumflex Gbreve -50 KPX Acircumflex Gcommaaccent -50 KPX Acircumflex O -40 KPX Acircumflex Oacute -40 KPX Acircumflex Ocircumflex -40 KPX Acircumflex Odieresis -40 KPX Acircumflex Ograve -40 KPX Acircumflex Ohungarumlaut -40 KPX Acircumflex Omacron -40 KPX Acircumflex Oslash -40 KPX Acircumflex Otilde -40 KPX Acircumflex Q -40 KPX Acircumflex T -90 KPX Acircumflex Tcaron -90 KPX Acircumflex Tcommaaccent -90 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -80 KPX Acircumflex W -60 KPX Acircumflex Y -110 KPX Acircumflex Yacute -110 KPX Acircumflex Ydieresis -110 KPX Acircumflex u -30 KPX Acircumflex uacute -30 KPX Acircumflex ucircumflex -30 KPX Acircumflex udieresis -30 KPX Acircumflex ugrave -30 KPX Acircumflex uhungarumlaut -30 KPX Acircumflex umacron -30 KPX Acircumflex uogonek -30 KPX Acircumflex uring -30 KPX Acircumflex v -40 KPX Acircumflex w -30 KPX Acircumflex y -30 KPX Acircumflex yacute -30 KPX Acircumflex ydieresis -30 KPX Adieresis C -40 KPX Adieresis Cacute -40 KPX Adieresis Ccaron -40 KPX Adieresis Ccedilla -40 KPX Adieresis G -50 KPX Adieresis Gbreve -50 KPX Adieresis Gcommaaccent -50 KPX Adieresis O -40 KPX Adieresis Oacute -40 KPX Adieresis Ocircumflex -40 KPX Adieresis Odieresis -40 KPX Adieresis Ograve -40 KPX Adieresis Ohungarumlaut -40 KPX Adieresis Omacron -40 KPX Adieresis Oslash -40 KPX Adieresis Otilde -40 KPX Adieresis Q -40 KPX Adieresis T -90 KPX Adieresis Tcaron -90 KPX Adieresis Tcommaaccent -90 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -80 KPX Adieresis W -60 KPX Adieresis Y -110 KPX Adieresis Yacute -110 KPX Adieresis Ydieresis -110 KPX Adieresis u -30 KPX Adieresis uacute -30 KPX Adieresis ucircumflex -30 KPX Adieresis udieresis -30 KPX Adieresis ugrave -30 KPX Adieresis uhungarumlaut -30 KPX Adieresis umacron -30 KPX Adieresis uogonek -30 KPX Adieresis uring -30 KPX Adieresis v -40 KPX Adieresis w -30 KPX Adieresis y -30 KPX Adieresis yacute -30 KPX Adieresis ydieresis -30 KPX Agrave C -40 KPX Agrave Cacute -40 KPX Agrave Ccaron -40 KPX Agrave Ccedilla -40 KPX Agrave G -50 KPX Agrave Gbreve -50 KPX Agrave Gcommaaccent -50 KPX Agrave O -40 KPX Agrave Oacute -40 KPX Agrave Ocircumflex -40 KPX Agrave Odieresis -40 KPX Agrave Ograve -40 KPX Agrave Ohungarumlaut -40 KPX Agrave Omacron -40 KPX Agrave Oslash -40 KPX Agrave Otilde -40 KPX Agrave Q -40 KPX Agrave T -90 KPX Agrave Tcaron -90 KPX Agrave Tcommaaccent -90 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -80 KPX Agrave W -60 KPX Agrave Y -110 KPX Agrave Yacute -110 KPX Agrave Ydieresis -110 KPX Agrave u -30 KPX Agrave uacute -30 KPX Agrave ucircumflex -30 KPX Agrave udieresis -30 KPX Agrave ugrave -30 KPX Agrave uhungarumlaut -30 KPX Agrave umacron -30 KPX Agrave uogonek -30 KPX Agrave uring -30 KPX Agrave v -40 KPX Agrave w -30 KPX Agrave y -30 KPX Agrave yacute -30 KPX Agrave ydieresis -30 KPX Amacron C -40 KPX Amacron Cacute -40 KPX Amacron Ccaron -40 KPX Amacron Ccedilla -40 KPX Amacron G -50 KPX Amacron Gbreve -50 KPX Amacron Gcommaaccent -50 KPX Amacron O -40 KPX Amacron Oacute -40 KPX Amacron Ocircumflex -40 KPX Amacron Odieresis -40 KPX Amacron Ograve -40 KPX Amacron Ohungarumlaut -40 KPX Amacron Omacron -40 KPX Amacron Oslash -40 KPX Amacron Otilde -40 KPX Amacron Q -40 KPX Amacron T -90 KPX Amacron Tcaron -90 KPX Amacron Tcommaaccent -90 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -80 KPX Amacron W -60 KPX Amacron Y -110 KPX Amacron Yacute -110 KPX Amacron Ydieresis -110 KPX Amacron u -30 KPX Amacron uacute -30 KPX Amacron ucircumflex -30 KPX Amacron udieresis -30 KPX Amacron ugrave -30 KPX Amacron uhungarumlaut -30 KPX Amacron umacron -30 KPX Amacron uogonek -30 KPX Amacron uring -30 KPX Amacron v -40 KPX Amacron w -30 KPX Amacron y -30 KPX Amacron yacute -30 KPX Amacron ydieresis -30 KPX Aogonek C -40 KPX Aogonek Cacute -40 KPX Aogonek Ccaron -40 KPX Aogonek Ccedilla -40 KPX Aogonek G -50 KPX Aogonek Gbreve -50 KPX Aogonek Gcommaaccent -50 KPX Aogonek O -40 KPX Aogonek Oacute -40 KPX Aogonek Ocircumflex -40 KPX Aogonek Odieresis -40 KPX Aogonek Ograve -40 KPX Aogonek Ohungarumlaut -40 KPX Aogonek Omacron -40 KPX Aogonek Oslash -40 KPX Aogonek Otilde -40 KPX Aogonek Q -40 KPX Aogonek T -90 KPX Aogonek Tcaron -90 KPX Aogonek Tcommaaccent -90 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -80 KPX Aogonek W -60 KPX Aogonek Y -110 KPX Aogonek Yacute -110 KPX Aogonek Ydieresis -110 KPX Aogonek u -30 KPX Aogonek uacute -30 KPX Aogonek ucircumflex -30 KPX Aogonek udieresis -30 KPX Aogonek ugrave -30 KPX Aogonek uhungarumlaut -30 KPX Aogonek umacron -30 KPX Aogonek uogonek -30 KPX Aogonek uring -30 KPX Aogonek v -40 KPX Aogonek w -30 KPX Aogonek y -30 KPX Aogonek yacute -30 KPX Aogonek ydieresis -30 KPX Aring C -40 KPX Aring Cacute -40 KPX Aring Ccaron -40 KPX Aring Ccedilla -40 KPX Aring G -50 KPX Aring Gbreve -50 KPX Aring Gcommaaccent -50 KPX Aring O -40 KPX Aring Oacute -40 KPX Aring Ocircumflex -40 KPX Aring Odieresis -40 KPX Aring Ograve -40 KPX Aring Ohungarumlaut -40 KPX Aring Omacron -40 KPX Aring Oslash -40 KPX Aring Otilde -40 KPX Aring Q -40 KPX Aring T -90 KPX Aring Tcaron -90 KPX Aring Tcommaaccent -90 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -80 KPX Aring W -60 KPX Aring Y -110 KPX Aring Yacute -110 KPX Aring Ydieresis -110 KPX Aring u -30 KPX Aring uacute -30 KPX Aring ucircumflex -30 KPX Aring udieresis -30 KPX Aring ugrave -30 KPX Aring uhungarumlaut -30 KPX Aring umacron -30 KPX Aring uogonek -30 KPX Aring uring -30 KPX Aring v -40 KPX Aring w -30 KPX Aring y -30 KPX Aring yacute -30 KPX Aring ydieresis -30 KPX Atilde C -40 KPX Atilde Cacute -40 KPX Atilde Ccaron -40 KPX Atilde Ccedilla -40 KPX Atilde G -50 KPX Atilde Gbreve -50 KPX Atilde Gcommaaccent -50 KPX Atilde O -40 KPX Atilde Oacute -40 KPX Atilde Ocircumflex -40 KPX Atilde Odieresis -40 KPX Atilde Ograve -40 KPX Atilde Ohungarumlaut -40 KPX Atilde Omacron -40 KPX Atilde Oslash -40 KPX Atilde Otilde -40 KPX Atilde Q -40 KPX Atilde T -90 KPX Atilde Tcaron -90 KPX Atilde Tcommaaccent -90 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -80 KPX Atilde W -60 KPX Atilde Y -110 KPX Atilde Yacute -110 KPX Atilde Ydieresis -110 KPX Atilde u -30 KPX Atilde uacute -30 KPX Atilde ucircumflex -30 KPX Atilde udieresis -30 KPX Atilde ugrave -30 KPX Atilde uhungarumlaut -30 KPX Atilde umacron -30 KPX Atilde uogonek -30 KPX Atilde uring -30 KPX Atilde v -40 KPX Atilde w -30 KPX Atilde y -30 KPX Atilde yacute -30 KPX Atilde ydieresis -30 KPX B A -30 KPX B Aacute -30 KPX B Abreve -30 KPX B Acircumflex -30 KPX B Adieresis -30 KPX B Agrave -30 KPX B Amacron -30 KPX B Aogonek -30 KPX B Aring -30 KPX B Atilde -30 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX D A -40 KPX D Aacute -40 KPX D Abreve -40 KPX D Acircumflex -40 KPX D Adieresis -40 KPX D Agrave -40 KPX D Amacron -40 KPX D Aogonek -40 KPX D Aring -40 KPX D Atilde -40 KPX D V -40 KPX D W -40 KPX D Y -70 KPX D Yacute -70 KPX D Ydieresis -70 KPX D comma -30 KPX D period -30 KPX Dcaron A -40 KPX Dcaron Aacute -40 KPX Dcaron Abreve -40 KPX Dcaron Acircumflex -40 KPX Dcaron Adieresis -40 KPX Dcaron Agrave -40 KPX Dcaron Amacron -40 KPX Dcaron Aogonek -40 KPX Dcaron Aring -40 KPX Dcaron Atilde -40 KPX Dcaron V -40 KPX Dcaron W -40 KPX Dcaron Y -70 KPX Dcaron Yacute -70 KPX Dcaron Ydieresis -70 KPX Dcaron comma -30 KPX Dcaron period -30 KPX Dcroat A -40 KPX Dcroat Aacute -40 KPX Dcroat Abreve -40 KPX Dcroat Acircumflex -40 KPX Dcroat Adieresis -40 KPX Dcroat Agrave -40 KPX Dcroat Amacron -40 KPX Dcroat Aogonek -40 KPX Dcroat Aring -40 KPX Dcroat Atilde -40 KPX Dcroat V -40 KPX Dcroat W -40 KPX Dcroat Y -70 KPX Dcroat Yacute -70 KPX Dcroat Ydieresis -70 KPX Dcroat comma -30 KPX Dcroat period -30 KPX F A -80 KPX F Aacute -80 KPX F Abreve -80 KPX F Acircumflex -80 KPX F Adieresis -80 KPX F Agrave -80 KPX F Amacron -80 KPX F Aogonek -80 KPX F Aring -80 KPX F Atilde -80 KPX F a -20 KPX F aacute -20 KPX F abreve -20 KPX F acircumflex -20 KPX F adieresis -20 KPX F agrave -20 KPX F amacron -20 KPX F aogonek -20 KPX F aring -20 KPX F atilde -20 KPX F comma -100 KPX F period -100 KPX J A -20 KPX J Aacute -20 KPX J Abreve -20 KPX J Acircumflex -20 KPX J Adieresis -20 KPX J Agrave -20 KPX J Amacron -20 KPX J Aogonek -20 KPX J Aring -20 KPX J Atilde -20 KPX J comma -20 KPX J period -20 KPX J u -20 KPX J uacute -20 KPX J ucircumflex -20 KPX J udieresis -20 KPX J ugrave -20 KPX J uhungarumlaut -20 KPX J umacron -20 KPX J uogonek -20 KPX J uring -20 KPX K O -30 KPX K Oacute -30 KPX K Ocircumflex -30 KPX K Odieresis -30 KPX K Ograve -30 KPX K Ohungarumlaut -30 KPX K Omacron -30 KPX K Oslash -30 KPX K Otilde -30 KPX K e -15 KPX K eacute -15 KPX K ecaron -15 KPX K ecircumflex -15 KPX K edieresis -15 KPX K edotaccent -15 KPX K egrave -15 KPX K emacron -15 KPX K eogonek -15 KPX K o -35 KPX K oacute -35 KPX K ocircumflex -35 KPX K odieresis -35 KPX K ograve -35 KPX K ohungarumlaut -35 KPX K omacron -35 KPX K oslash -35 KPX K otilde -35 KPX K u -30 KPX K uacute -30 KPX K ucircumflex -30 KPX K udieresis -30 KPX K ugrave -30 KPX K uhungarumlaut -30 KPX K umacron -30 KPX K uogonek -30 KPX K uring -30 KPX K y -40 KPX K yacute -40 KPX K ydieresis -40 KPX Kcommaaccent O -30 KPX Kcommaaccent Oacute -30 KPX Kcommaaccent Ocircumflex -30 KPX Kcommaaccent Odieresis -30 KPX Kcommaaccent Ograve -30 KPX Kcommaaccent Ohungarumlaut -30 KPX Kcommaaccent Omacron -30 KPX Kcommaaccent Oslash -30 KPX Kcommaaccent Otilde -30 KPX Kcommaaccent e -15 KPX Kcommaaccent eacute -15 KPX Kcommaaccent ecaron -15 KPX Kcommaaccent ecircumflex -15 KPX Kcommaaccent edieresis -15 KPX Kcommaaccent edotaccent -15 KPX Kcommaaccent egrave -15 KPX Kcommaaccent emacron -15 KPX Kcommaaccent eogonek -15 KPX Kcommaaccent o -35 KPX Kcommaaccent oacute -35 KPX Kcommaaccent ocircumflex -35 KPX Kcommaaccent odieresis -35 KPX Kcommaaccent ograve -35 KPX Kcommaaccent ohungarumlaut -35 KPX Kcommaaccent omacron -35 KPX Kcommaaccent oslash -35 KPX Kcommaaccent otilde -35 KPX Kcommaaccent u -30 KPX Kcommaaccent uacute -30 KPX Kcommaaccent ucircumflex -30 KPX Kcommaaccent udieresis -30 KPX Kcommaaccent ugrave -30 KPX Kcommaaccent uhungarumlaut -30 KPX Kcommaaccent umacron -30 KPX Kcommaaccent uogonek -30 KPX Kcommaaccent uring -30 KPX Kcommaaccent y -40 KPX Kcommaaccent yacute -40 KPX Kcommaaccent ydieresis -40 KPX L T -90 KPX L Tcaron -90 KPX L Tcommaaccent -90 KPX L V -110 KPX L W -80 KPX L Y -120 KPX L Yacute -120 KPX L Ydieresis -120 KPX L quotedblright -140 KPX L quoteright -140 KPX L y -30 KPX L yacute -30 KPX L ydieresis -30 KPX Lacute T -90 KPX Lacute Tcaron -90 KPX Lacute Tcommaaccent -90 KPX Lacute V -110 KPX Lacute W -80 KPX Lacute Y -120 KPX Lacute Yacute -120 KPX Lacute Ydieresis -120 KPX Lacute quotedblright -140 KPX Lacute quoteright -140 KPX Lacute y -30 KPX Lacute yacute -30 KPX Lacute ydieresis -30 KPX Lcommaaccent T -90 KPX Lcommaaccent Tcaron -90 KPX Lcommaaccent Tcommaaccent -90 KPX Lcommaaccent V -110 KPX Lcommaaccent W -80 KPX Lcommaaccent Y -120 KPX Lcommaaccent Yacute -120 KPX Lcommaaccent Ydieresis -120 KPX Lcommaaccent quotedblright -140 KPX Lcommaaccent quoteright -140 KPX Lcommaaccent y -30 KPX Lcommaaccent yacute -30 KPX Lcommaaccent ydieresis -30 KPX Lslash T -90 KPX Lslash Tcaron -90 KPX Lslash Tcommaaccent -90 KPX Lslash V -110 KPX Lslash W -80 KPX Lslash Y -120 KPX Lslash Yacute -120 KPX Lslash Ydieresis -120 KPX Lslash quotedblright -140 KPX Lslash quoteright -140 KPX Lslash y -30 KPX Lslash yacute -30 KPX Lslash ydieresis -30 KPX O A -50 KPX O Aacute -50 KPX O Abreve -50 KPX O Acircumflex -50 KPX O Adieresis -50 KPX O Agrave -50 KPX O Amacron -50 KPX O Aogonek -50 KPX O Aring -50 KPX O Atilde -50 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -50 KPX O X -50 KPX O Y -70 KPX O Yacute -70 KPX O Ydieresis -70 KPX O comma -40 KPX O period -40 KPX Oacute A -50 KPX Oacute Aacute -50 KPX Oacute Abreve -50 KPX Oacute Acircumflex -50 KPX Oacute Adieresis -50 KPX Oacute Agrave -50 KPX Oacute Amacron -50 KPX Oacute Aogonek -50 KPX Oacute Aring -50 KPX Oacute Atilde -50 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -50 KPX Oacute X -50 KPX Oacute Y -70 KPX Oacute Yacute -70 KPX Oacute Ydieresis -70 KPX Oacute comma -40 KPX Oacute period -40 KPX Ocircumflex A -50 KPX Ocircumflex Aacute -50 KPX Ocircumflex Abreve -50 KPX Ocircumflex Acircumflex -50 KPX Ocircumflex Adieresis -50 KPX Ocircumflex Agrave -50 KPX Ocircumflex Amacron -50 KPX Ocircumflex Aogonek -50 KPX Ocircumflex Aring -50 KPX Ocircumflex Atilde -50 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -50 KPX Ocircumflex X -50 KPX Ocircumflex Y -70 KPX Ocircumflex Yacute -70 KPX Ocircumflex Ydieresis -70 KPX Ocircumflex comma -40 KPX Ocircumflex period -40 KPX Odieresis A -50 KPX Odieresis Aacute -50 KPX Odieresis Abreve -50 KPX Odieresis Acircumflex -50 KPX Odieresis Adieresis -50 KPX Odieresis Agrave -50 KPX Odieresis Amacron -50 KPX Odieresis Aogonek -50 KPX Odieresis Aring -50 KPX Odieresis Atilde -50 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -50 KPX Odieresis X -50 KPX Odieresis Y -70 KPX Odieresis Yacute -70 KPX Odieresis Ydieresis -70 KPX Odieresis comma -40 KPX Odieresis period -40 KPX Ograve A -50 KPX Ograve Aacute -50 KPX Ograve Abreve -50 KPX Ograve Acircumflex -50 KPX Ograve Adieresis -50 KPX Ograve Agrave -50 KPX Ograve Amacron -50 KPX Ograve Aogonek -50 KPX Ograve Aring -50 KPX Ograve Atilde -50 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -50 KPX Ograve X -50 KPX Ograve Y -70 KPX Ograve Yacute -70 KPX Ograve Ydieresis -70 KPX Ograve comma -40 KPX Ograve period -40 KPX Ohungarumlaut A -50 KPX Ohungarumlaut Aacute -50 KPX Ohungarumlaut Abreve -50 KPX Ohungarumlaut Acircumflex -50 KPX Ohungarumlaut Adieresis -50 KPX Ohungarumlaut Agrave -50 KPX Ohungarumlaut Amacron -50 KPX Ohungarumlaut Aogonek -50 KPX Ohungarumlaut Aring -50 KPX Ohungarumlaut Atilde -50 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -50 KPX Ohungarumlaut X -50 KPX Ohungarumlaut Y -70 KPX Ohungarumlaut Yacute -70 KPX Ohungarumlaut Ydieresis -70 KPX Ohungarumlaut comma -40 KPX Ohungarumlaut period -40 KPX Omacron A -50 KPX Omacron Aacute -50 KPX Omacron Abreve -50 KPX Omacron Acircumflex -50 KPX Omacron Adieresis -50 KPX Omacron Agrave -50 KPX Omacron Amacron -50 KPX Omacron Aogonek -50 KPX Omacron Aring -50 KPX Omacron Atilde -50 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -50 KPX Omacron X -50 KPX Omacron Y -70 KPX Omacron Yacute -70 KPX Omacron Ydieresis -70 KPX Omacron comma -40 KPX Omacron period -40 KPX Oslash A -50 KPX Oslash Aacute -50 KPX Oslash Abreve -50 KPX Oslash Acircumflex -50 KPX Oslash Adieresis -50 KPX Oslash Agrave -50 KPX Oslash Amacron -50 KPX Oslash Aogonek -50 KPX Oslash Aring -50 KPX Oslash Atilde -50 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -50 KPX Oslash X -50 KPX Oslash Y -70 KPX Oslash Yacute -70 KPX Oslash Ydieresis -70 KPX Oslash comma -40 KPX Oslash period -40 KPX Otilde A -50 KPX Otilde Aacute -50 KPX Otilde Abreve -50 KPX Otilde Acircumflex -50 KPX Otilde Adieresis -50 KPX Otilde Agrave -50 KPX Otilde Amacron -50 KPX Otilde Aogonek -50 KPX Otilde Aring -50 KPX Otilde Atilde -50 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -50 KPX Otilde X -50 KPX Otilde Y -70 KPX Otilde Yacute -70 KPX Otilde Ydieresis -70 KPX Otilde comma -40 KPX Otilde period -40 KPX P A -100 KPX P Aacute -100 KPX P Abreve -100 KPX P Acircumflex -100 KPX P Adieresis -100 KPX P Agrave -100 KPX P Amacron -100 KPX P Aogonek -100 KPX P Aring -100 KPX P Atilde -100 KPX P a -30 KPX P aacute -30 KPX P abreve -30 KPX P acircumflex -30 KPX P adieresis -30 KPX P agrave -30 KPX P amacron -30 KPX P aogonek -30 KPX P aring -30 KPX P atilde -30 KPX P comma -120 KPX P e -30 KPX P eacute -30 KPX P ecaron -30 KPX P ecircumflex -30 KPX P edieresis -30 KPX P edotaccent -30 KPX P egrave -30 KPX P emacron -30 KPX P eogonek -30 KPX P o -40 KPX P oacute -40 KPX P ocircumflex -40 KPX P odieresis -40 KPX P ograve -40 KPX P ohungarumlaut -40 KPX P omacron -40 KPX P oslash -40 KPX P otilde -40 KPX P period -120 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX Q comma 20 KPX Q period 20 KPX R O -20 KPX R Oacute -20 KPX R Ocircumflex -20 KPX R Odieresis -20 KPX R Ograve -20 KPX R Ohungarumlaut -20 KPX R Omacron -20 KPX R Oslash -20 KPX R Otilde -20 KPX R T -20 KPX R Tcaron -20 KPX R Tcommaaccent -20 KPX R U -20 KPX R Uacute -20 KPX R Ucircumflex -20 KPX R Udieresis -20 KPX R Ugrave -20 KPX R Uhungarumlaut -20 KPX R Umacron -20 KPX R Uogonek -20 KPX R Uring -20 KPX R V -50 KPX R W -40 KPX R Y -50 KPX R Yacute -50 KPX R Ydieresis -50 KPX Racute O -20 KPX Racute Oacute -20 KPX Racute Ocircumflex -20 KPX Racute Odieresis -20 KPX Racute Ograve -20 KPX Racute Ohungarumlaut -20 KPX Racute Omacron -20 KPX Racute Oslash -20 KPX Racute Otilde -20 KPX Racute T -20 KPX Racute Tcaron -20 KPX Racute Tcommaaccent -20 KPX Racute U -20 KPX Racute Uacute -20 KPX Racute Ucircumflex -20 KPX Racute Udieresis -20 KPX Racute Ugrave -20 KPX Racute Uhungarumlaut -20 KPX Racute Umacron -20 KPX Racute Uogonek -20 KPX Racute Uring -20 KPX Racute V -50 KPX Racute W -40 KPX Racute Y -50 KPX Racute Yacute -50 KPX Racute Ydieresis -50 KPX Rcaron O -20 KPX Rcaron Oacute -20 KPX Rcaron Ocircumflex -20 KPX Rcaron Odieresis -20 KPX Rcaron Ograve -20 KPX Rcaron Ohungarumlaut -20 KPX Rcaron Omacron -20 KPX Rcaron Oslash -20 KPX Rcaron Otilde -20 KPX Rcaron T -20 KPX Rcaron Tcaron -20 KPX Rcaron Tcommaaccent -20 KPX Rcaron U -20 KPX Rcaron Uacute -20 KPX Rcaron Ucircumflex -20 KPX Rcaron Udieresis -20 KPX Rcaron Ugrave -20 KPX Rcaron Uhungarumlaut -20 KPX Rcaron Umacron -20 KPX Rcaron Uogonek -20 KPX Rcaron Uring -20 KPX Rcaron V -50 KPX Rcaron W -40 KPX Rcaron Y -50 KPX Rcaron Yacute -50 KPX Rcaron Ydieresis -50 KPX Rcommaaccent O -20 KPX Rcommaaccent Oacute -20 KPX Rcommaaccent Ocircumflex -20 KPX Rcommaaccent Odieresis -20 KPX Rcommaaccent Ograve -20 KPX Rcommaaccent Ohungarumlaut -20 KPX Rcommaaccent Omacron -20 KPX Rcommaaccent Oslash -20 KPX Rcommaaccent Otilde -20 KPX Rcommaaccent T -20 KPX Rcommaaccent Tcaron -20 KPX Rcommaaccent Tcommaaccent -20 KPX Rcommaaccent U -20 KPX Rcommaaccent Uacute -20 KPX Rcommaaccent Ucircumflex -20 KPX Rcommaaccent Udieresis -20 KPX Rcommaaccent Ugrave -20 KPX Rcommaaccent Uhungarumlaut -20 KPX Rcommaaccent Umacron -20 KPX Rcommaaccent Uogonek -20 KPX Rcommaaccent Uring -20 KPX Rcommaaccent V -50 KPX Rcommaaccent W -40 KPX Rcommaaccent Y -50 KPX Rcommaaccent Yacute -50 KPX Rcommaaccent Ydieresis -50 KPX T A -90 KPX T Aacute -90 KPX T Abreve -90 KPX T Acircumflex -90 KPX T Adieresis -90 KPX T Agrave -90 KPX T Amacron -90 KPX T Aogonek -90 KPX T Aring -90 KPX T Atilde -90 KPX T O -40 KPX T Oacute -40 KPX T Ocircumflex -40 KPX T Odieresis -40 KPX T Ograve -40 KPX T Ohungarumlaut -40 KPX T Omacron -40 KPX T Oslash -40 KPX T Otilde -40 KPX T a -80 KPX T aacute -80 KPX T abreve -80 KPX T acircumflex -80 KPX T adieresis -80 KPX T agrave -80 KPX T amacron -80 KPX T aogonek -80 KPX T aring -80 KPX T atilde -80 KPX T colon -40 KPX T comma -80 KPX T e -60 KPX T eacute -60 KPX T ecaron -60 KPX T ecircumflex -60 KPX T edieresis -60 KPX T edotaccent -60 KPX T egrave -60 KPX T emacron -60 KPX T eogonek -60 KPX T hyphen -120 KPX T o -80 KPX T oacute -80 KPX T ocircumflex -80 KPX T odieresis -80 KPX T ograve -80 KPX T ohungarumlaut -80 KPX T omacron -80 KPX T oslash -80 KPX T otilde -80 KPX T period -80 KPX T r -80 KPX T racute -80 KPX T rcommaaccent -80 KPX T semicolon -40 KPX T u -90 KPX T uacute -90 KPX T ucircumflex -90 KPX T udieresis -90 KPX T ugrave -90 KPX T uhungarumlaut -90 KPX T umacron -90 KPX T uogonek -90 KPX T uring -90 KPX T w -60 KPX T y -60 KPX T yacute -60 KPX T ydieresis -60 KPX Tcaron A -90 KPX Tcaron Aacute -90 KPX Tcaron Abreve -90 KPX Tcaron Acircumflex -90 KPX Tcaron Adieresis -90 KPX Tcaron Agrave -90 KPX Tcaron Amacron -90 KPX Tcaron Aogonek -90 KPX Tcaron Aring -90 KPX Tcaron Atilde -90 KPX Tcaron O -40 KPX Tcaron Oacute -40 KPX Tcaron Ocircumflex -40 KPX Tcaron Odieresis -40 KPX Tcaron Ograve -40 KPX Tcaron Ohungarumlaut -40 KPX Tcaron Omacron -40 KPX Tcaron Oslash -40 KPX Tcaron Otilde -40 KPX Tcaron a -80 KPX Tcaron aacute -80 KPX Tcaron abreve -80 KPX Tcaron acircumflex -80 KPX Tcaron adieresis -80 KPX Tcaron agrave -80 KPX Tcaron amacron -80 KPX Tcaron aogonek -80 KPX Tcaron aring -80 KPX Tcaron atilde -80 KPX Tcaron colon -40 KPX Tcaron comma -80 KPX Tcaron e -60 KPX Tcaron eacute -60 KPX Tcaron ecaron -60 KPX Tcaron ecircumflex -60 KPX Tcaron edieresis -60 KPX Tcaron edotaccent -60 KPX Tcaron egrave -60 KPX Tcaron emacron -60 KPX Tcaron eogonek -60 KPX Tcaron hyphen -120 KPX Tcaron o -80 KPX Tcaron oacute -80 KPX Tcaron ocircumflex -80 KPX Tcaron odieresis -80 KPX Tcaron ograve -80 KPX Tcaron ohungarumlaut -80 KPX Tcaron omacron -80 KPX Tcaron oslash -80 KPX Tcaron otilde -80 KPX Tcaron period -80 KPX Tcaron r -80 KPX Tcaron racute -80 KPX Tcaron rcommaaccent -80 KPX Tcaron semicolon -40 KPX Tcaron u -90 KPX Tcaron uacute -90 KPX Tcaron ucircumflex -90 KPX Tcaron udieresis -90 KPX Tcaron ugrave -90 KPX Tcaron uhungarumlaut -90 KPX Tcaron umacron -90 KPX Tcaron uogonek -90 KPX Tcaron uring -90 KPX Tcaron w -60 KPX Tcaron y -60 KPX Tcaron yacute -60 KPX Tcaron ydieresis -60 KPX Tcommaaccent A -90 KPX Tcommaaccent Aacute -90 KPX Tcommaaccent Abreve -90 KPX Tcommaaccent Acircumflex -90 KPX Tcommaaccent Adieresis -90 KPX Tcommaaccent Agrave -90 KPX Tcommaaccent Amacron -90 KPX Tcommaaccent Aogonek -90 KPX Tcommaaccent Aring -90 KPX Tcommaaccent Atilde -90 KPX Tcommaaccent O -40 KPX Tcommaaccent Oacute -40 KPX Tcommaaccent Ocircumflex -40 KPX Tcommaaccent Odieresis -40 KPX Tcommaaccent Ograve -40 KPX Tcommaaccent Ohungarumlaut -40 KPX Tcommaaccent Omacron -40 KPX Tcommaaccent Oslash -40 KPX Tcommaaccent Otilde -40 KPX Tcommaaccent a -80 KPX Tcommaaccent aacute -80 KPX Tcommaaccent abreve -80 KPX Tcommaaccent acircumflex -80 KPX Tcommaaccent adieresis -80 KPX Tcommaaccent agrave -80 KPX Tcommaaccent amacron -80 KPX Tcommaaccent aogonek -80 KPX Tcommaaccent aring -80 KPX Tcommaaccent atilde -80 KPX Tcommaaccent colon -40 KPX Tcommaaccent comma -80 KPX Tcommaaccent e -60 KPX Tcommaaccent eacute -60 KPX Tcommaaccent ecaron -60 KPX Tcommaaccent ecircumflex -60 KPX Tcommaaccent edieresis -60 KPX Tcommaaccent edotaccent -60 KPX Tcommaaccent egrave -60 KPX Tcommaaccent emacron -60 KPX Tcommaaccent eogonek -60 KPX Tcommaaccent hyphen -120 KPX Tcommaaccent o -80 KPX Tcommaaccent oacute -80 KPX Tcommaaccent ocircumflex -80 KPX Tcommaaccent odieresis -80 KPX Tcommaaccent ograve -80 KPX Tcommaaccent ohungarumlaut -80 KPX Tcommaaccent omacron -80 KPX Tcommaaccent oslash -80 KPX Tcommaaccent otilde -80 KPX Tcommaaccent period -80 KPX Tcommaaccent r -80 KPX Tcommaaccent racute -80 KPX Tcommaaccent rcommaaccent -80 KPX Tcommaaccent semicolon -40 KPX Tcommaaccent u -90 KPX Tcommaaccent uacute -90 KPX Tcommaaccent ucircumflex -90 KPX Tcommaaccent udieresis -90 KPX Tcommaaccent ugrave -90 KPX Tcommaaccent uhungarumlaut -90 KPX Tcommaaccent umacron -90 KPX Tcommaaccent uogonek -90 KPX Tcommaaccent uring -90 KPX Tcommaaccent w -60 KPX Tcommaaccent y -60 KPX Tcommaaccent yacute -60 KPX Tcommaaccent ydieresis -60 KPX U A -50 KPX U Aacute -50 KPX U Abreve -50 KPX U Acircumflex -50 KPX U Adieresis -50 KPX U Agrave -50 KPX U Amacron -50 KPX U Aogonek -50 KPX U Aring -50 KPX U Atilde -50 KPX U comma -30 KPX U period -30 KPX Uacute A -50 KPX Uacute Aacute -50 KPX Uacute Abreve -50 KPX Uacute Acircumflex -50 KPX Uacute Adieresis -50 KPX Uacute Agrave -50 KPX Uacute Amacron -50 KPX Uacute Aogonek -50 KPX Uacute Aring -50 KPX Uacute Atilde -50 KPX Uacute comma -30 KPX Uacute period -30 KPX Ucircumflex A -50 KPX Ucircumflex Aacute -50 KPX Ucircumflex Abreve -50 KPX Ucircumflex Acircumflex -50 KPX Ucircumflex Adieresis -50 KPX Ucircumflex Agrave -50 KPX Ucircumflex Amacron -50 KPX Ucircumflex Aogonek -50 KPX Ucircumflex Aring -50 KPX Ucircumflex Atilde -50 KPX Ucircumflex comma -30 KPX Ucircumflex period -30 KPX Udieresis A -50 KPX Udieresis Aacute -50 KPX Udieresis Abreve -50 KPX Udieresis Acircumflex -50 KPX Udieresis Adieresis -50 KPX Udieresis Agrave -50 KPX Udieresis Amacron -50 KPX Udieresis Aogonek -50 KPX Udieresis Aring -50 KPX Udieresis Atilde -50 KPX Udieresis comma -30 KPX Udieresis period -30 KPX Ugrave A -50 KPX Ugrave Aacute -50 KPX Ugrave Abreve -50 KPX Ugrave Acircumflex -50 KPX Ugrave Adieresis -50 KPX Ugrave Agrave -50 KPX Ugrave Amacron -50 KPX Ugrave Aogonek -50 KPX Ugrave Aring -50 KPX Ugrave Atilde -50 KPX Ugrave comma -30 KPX Ugrave period -30 KPX Uhungarumlaut A -50 KPX Uhungarumlaut Aacute -50 KPX Uhungarumlaut Abreve -50 KPX Uhungarumlaut Acircumflex -50 KPX Uhungarumlaut Adieresis -50 KPX Uhungarumlaut Agrave -50 KPX Uhungarumlaut Amacron -50 KPX Uhungarumlaut Aogonek -50 KPX Uhungarumlaut Aring -50 KPX Uhungarumlaut Atilde -50 KPX Uhungarumlaut comma -30 KPX Uhungarumlaut period -30 KPX Umacron A -50 KPX Umacron Aacute -50 KPX Umacron Abreve -50 KPX Umacron Acircumflex -50 KPX Umacron Adieresis -50 KPX Umacron Agrave -50 KPX Umacron Amacron -50 KPX Umacron Aogonek -50 KPX Umacron Aring -50 KPX Umacron Atilde -50 KPX Umacron comma -30 KPX Umacron period -30 KPX Uogonek A -50 KPX Uogonek Aacute -50 KPX Uogonek Abreve -50 KPX Uogonek Acircumflex -50 KPX Uogonek Adieresis -50 KPX Uogonek Agrave -50 KPX Uogonek Amacron -50 KPX Uogonek Aogonek -50 KPX Uogonek Aring -50 KPX Uogonek Atilde -50 KPX Uogonek comma -30 KPX Uogonek period -30 KPX Uring A -50 KPX Uring Aacute -50 KPX Uring Abreve -50 KPX Uring Acircumflex -50 KPX Uring Adieresis -50 KPX Uring Agrave -50 KPX Uring Amacron -50 KPX Uring Aogonek -50 KPX Uring Aring -50 KPX Uring Atilde -50 KPX Uring comma -30 KPX Uring period -30 KPX V A -80 KPX V Aacute -80 KPX V Abreve -80 KPX V Acircumflex -80 KPX V Adieresis -80 KPX V Agrave -80 KPX V Amacron -80 KPX V Aogonek -80 KPX V Aring -80 KPX V Atilde -80 KPX V G -50 KPX V Gbreve -50 KPX V Gcommaaccent -50 KPX V O -50 KPX V Oacute -50 KPX V Ocircumflex -50 KPX V Odieresis -50 KPX V Ograve -50 KPX V Ohungarumlaut -50 KPX V Omacron -50 KPX V Oslash -50 KPX V Otilde -50 KPX V a -60 KPX V aacute -60 KPX V abreve -60 KPX V acircumflex -60 KPX V adieresis -60 KPX V agrave -60 KPX V amacron -60 KPX V aogonek -60 KPX V aring -60 KPX V atilde -60 KPX V colon -40 KPX V comma -120 KPX V e -50 KPX V eacute -50 KPX V ecaron -50 KPX V ecircumflex -50 KPX V edieresis -50 KPX V edotaccent -50 KPX V egrave -50 KPX V emacron -50 KPX V eogonek -50 KPX V hyphen -80 KPX V o -90 KPX V oacute -90 KPX V ocircumflex -90 KPX V odieresis -90 KPX V ograve -90 KPX V ohungarumlaut -90 KPX V omacron -90 KPX V oslash -90 KPX V otilde -90 KPX V period -120 KPX V semicolon -40 KPX V u -60 KPX V uacute -60 KPX V ucircumflex -60 KPX V udieresis -60 KPX V ugrave -60 KPX V uhungarumlaut -60 KPX V umacron -60 KPX V uogonek -60 KPX V uring -60 KPX W A -60 KPX W Aacute -60 KPX W Abreve -60 KPX W Acircumflex -60 KPX W Adieresis -60 KPX W Agrave -60 KPX W Amacron -60 KPX W Aogonek -60 KPX W Aring -60 KPX W Atilde -60 KPX W O -20 KPX W Oacute -20 KPX W Ocircumflex -20 KPX W Odieresis -20 KPX W Ograve -20 KPX W Ohungarumlaut -20 KPX W Omacron -20 KPX W Oslash -20 KPX W Otilde -20 KPX W a -40 KPX W aacute -40 KPX W abreve -40 KPX W acircumflex -40 KPX W adieresis -40 KPX W agrave -40 KPX W amacron -40 KPX W aogonek -40 KPX W aring -40 KPX W atilde -40 KPX W colon -10 KPX W comma -80 KPX W e -35 KPX W eacute -35 KPX W ecaron -35 KPX W ecircumflex -35 KPX W edieresis -35 KPX W edotaccent -35 KPX W egrave -35 KPX W emacron -35 KPX W eogonek -35 KPX W hyphen -40 KPX W o -60 KPX W oacute -60 KPX W ocircumflex -60 KPX W odieresis -60 KPX W ograve -60 KPX W ohungarumlaut -60 KPX W omacron -60 KPX W oslash -60 KPX W otilde -60 KPX W period -80 KPX W semicolon -10 KPX W u -45 KPX W uacute -45 KPX W ucircumflex -45 KPX W udieresis -45 KPX W ugrave -45 KPX W uhungarumlaut -45 KPX W umacron -45 KPX W uogonek -45 KPX W uring -45 KPX W y -20 KPX W yacute -20 KPX W ydieresis -20 KPX Y A -110 KPX Y Aacute -110 KPX Y Abreve -110 KPX Y Acircumflex -110 KPX Y Adieresis -110 KPX Y Agrave -110 KPX Y Amacron -110 KPX Y Aogonek -110 KPX Y Aring -110 KPX Y Atilde -110 KPX Y O -70 KPX Y Oacute -70 KPX Y Ocircumflex -70 KPX Y Odieresis -70 KPX Y Ograve -70 KPX Y Ohungarumlaut -70 KPX Y Omacron -70 KPX Y Oslash -70 KPX Y Otilde -70 KPX Y a -90 KPX Y aacute -90 KPX Y abreve -90 KPX Y acircumflex -90 KPX Y adieresis -90 KPX Y agrave -90 KPX Y amacron -90 KPX Y aogonek -90 KPX Y aring -90 KPX Y atilde -90 KPX Y colon -50 KPX Y comma -100 KPX Y e -80 KPX Y eacute -80 KPX Y ecaron -80 KPX Y ecircumflex -80 KPX Y edieresis -80 KPX Y edotaccent -80 KPX Y egrave -80 KPX Y emacron -80 KPX Y eogonek -80 KPX Y o -100 KPX Y oacute -100 KPX Y ocircumflex -100 KPX Y odieresis -100 KPX Y ograve -100 KPX Y ohungarumlaut -100 KPX Y omacron -100 KPX Y oslash -100 KPX Y otilde -100 KPX Y period -100 KPX Y semicolon -50 KPX Y u -100 KPX Y uacute -100 KPX Y ucircumflex -100 KPX Y udieresis -100 KPX Y ugrave -100 KPX Y uhungarumlaut -100 KPX Y umacron -100 KPX Y uogonek -100 KPX Y uring -100 KPX Yacute A -110 KPX Yacute Aacute -110 KPX Yacute Abreve -110 KPX Yacute Acircumflex -110 KPX Yacute Adieresis -110 KPX Yacute Agrave -110 KPX Yacute Amacron -110 KPX Yacute Aogonek -110 KPX Yacute Aring -110 KPX Yacute Atilde -110 KPX Yacute O -70 KPX Yacute Oacute -70 KPX Yacute Ocircumflex -70 KPX Yacute Odieresis -70 KPX Yacute Ograve -70 KPX Yacute Ohungarumlaut -70 KPX Yacute Omacron -70 KPX Yacute Oslash -70 KPX Yacute Otilde -70 KPX Yacute a -90 KPX Yacute aacute -90 KPX Yacute abreve -90 KPX Yacute acircumflex -90 KPX Yacute adieresis -90 KPX Yacute agrave -90 KPX Yacute amacron -90 KPX Yacute aogonek -90 KPX Yacute aring -90 KPX Yacute atilde -90 KPX Yacute colon -50 KPX Yacute comma -100 KPX Yacute e -80 KPX Yacute eacute -80 KPX Yacute ecaron -80 KPX Yacute ecircumflex -80 KPX Yacute edieresis -80 KPX Yacute edotaccent -80 KPX Yacute egrave -80 KPX Yacute emacron -80 KPX Yacute eogonek -80 KPX Yacute o -100 KPX Yacute oacute -100 KPX Yacute ocircumflex -100 KPX Yacute odieresis -100 KPX Yacute ograve -100 KPX Yacute ohungarumlaut -100 KPX Yacute omacron -100 KPX Yacute oslash -100 KPX Yacute otilde -100 KPX Yacute period -100 KPX Yacute semicolon -50 KPX Yacute u -100 KPX Yacute uacute -100 KPX Yacute ucircumflex -100 KPX Yacute udieresis -100 KPX Yacute ugrave -100 KPX Yacute uhungarumlaut -100 KPX Yacute umacron -100 KPX Yacute uogonek -100 KPX Yacute uring -100 KPX Ydieresis A -110 KPX Ydieresis Aacute -110 KPX Ydieresis Abreve -110 KPX Ydieresis Acircumflex -110 KPX Ydieresis Adieresis -110 KPX Ydieresis Agrave -110 KPX Ydieresis Amacron -110 KPX Ydieresis Aogonek -110 KPX Ydieresis Aring -110 KPX Ydieresis Atilde -110 KPX Ydieresis O -70 KPX Ydieresis Oacute -70 KPX Ydieresis Ocircumflex -70 KPX Ydieresis Odieresis -70 KPX Ydieresis Ograve -70 KPX Ydieresis Ohungarumlaut -70 KPX Ydieresis Omacron -70 KPX Ydieresis Oslash -70 KPX Ydieresis Otilde -70 KPX Ydieresis a -90 KPX Ydieresis aacute -90 KPX Ydieresis abreve -90 KPX Ydieresis acircumflex -90 KPX Ydieresis adieresis -90 KPX Ydieresis agrave -90 KPX Ydieresis amacron -90 KPX Ydieresis aogonek -90 KPX Ydieresis aring -90 KPX Ydieresis atilde -90 KPX Ydieresis colon -50 KPX Ydieresis comma -100 KPX Ydieresis e -80 KPX Ydieresis eacute -80 KPX Ydieresis ecaron -80 KPX Ydieresis ecircumflex -80 KPX Ydieresis edieresis -80 KPX Ydieresis edotaccent -80 KPX Ydieresis egrave -80 KPX Ydieresis emacron -80 KPX Ydieresis eogonek -80 KPX Ydieresis o -100 KPX Ydieresis oacute -100 KPX Ydieresis ocircumflex -100 KPX Ydieresis odieresis -100 KPX Ydieresis ograve -100 KPX Ydieresis ohungarumlaut -100 KPX Ydieresis omacron -100 KPX Ydieresis oslash -100 KPX Ydieresis otilde -100 KPX Ydieresis period -100 KPX Ydieresis semicolon -50 KPX Ydieresis u -100 KPX Ydieresis uacute -100 KPX Ydieresis ucircumflex -100 KPX Ydieresis udieresis -100 KPX Ydieresis ugrave -100 KPX Ydieresis uhungarumlaut -100 KPX Ydieresis umacron -100 KPX Ydieresis uogonek -100 KPX Ydieresis uring -100 KPX a g -10 KPX a gbreve -10 KPX a gcommaaccent -10 KPX a v -15 KPX a w -15 KPX a y -20 KPX a yacute -20 KPX a ydieresis -20 KPX aacute g -10 KPX aacute gbreve -10 KPX aacute gcommaaccent -10 KPX aacute v -15 KPX aacute w -15 KPX aacute y -20 KPX aacute yacute -20 KPX aacute ydieresis -20 KPX abreve g -10 KPX abreve gbreve -10 KPX abreve gcommaaccent -10 KPX abreve v -15 KPX abreve w -15 KPX abreve y -20 KPX abreve yacute -20 KPX abreve ydieresis -20 KPX acircumflex g -10 KPX acircumflex gbreve -10 KPX acircumflex gcommaaccent -10 KPX acircumflex v -15 KPX acircumflex w -15 KPX acircumflex y -20 KPX acircumflex yacute -20 KPX acircumflex ydieresis -20 KPX adieresis g -10 KPX adieresis gbreve -10 KPX adieresis gcommaaccent -10 KPX adieresis v -15 KPX adieresis w -15 KPX adieresis y -20 KPX adieresis yacute -20 KPX adieresis ydieresis -20 KPX agrave g -10 KPX agrave gbreve -10 KPX agrave gcommaaccent -10 KPX agrave v -15 KPX agrave w -15 KPX agrave y -20 KPX agrave yacute -20 KPX agrave ydieresis -20 KPX amacron g -10 KPX amacron gbreve -10 KPX amacron gcommaaccent -10 KPX amacron v -15 KPX amacron w -15 KPX amacron y -20 KPX amacron yacute -20 KPX amacron ydieresis -20 KPX aogonek g -10 KPX aogonek gbreve -10 KPX aogonek gcommaaccent -10 KPX aogonek v -15 KPX aogonek w -15 KPX aogonek y -20 KPX aogonek yacute -20 KPX aogonek ydieresis -20 KPX aring g -10 KPX aring gbreve -10 KPX aring gcommaaccent -10 KPX aring v -15 KPX aring w -15 KPX aring y -20 KPX aring yacute -20 KPX aring ydieresis -20 KPX atilde g -10 KPX atilde gbreve -10 KPX atilde gcommaaccent -10 KPX atilde v -15 KPX atilde w -15 KPX atilde y -20 KPX atilde yacute -20 KPX atilde ydieresis -20 KPX b l -10 KPX b lacute -10 KPX b lcommaaccent -10 KPX b lslash -10 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX b v -20 KPX b y -20 KPX b yacute -20 KPX b ydieresis -20 KPX c h -10 KPX c k -20 KPX c kcommaaccent -20 KPX c l -20 KPX c lacute -20 KPX c lcommaaccent -20 KPX c lslash -20 KPX c y -10 KPX c yacute -10 KPX c ydieresis -10 KPX cacute h -10 KPX cacute k -20 KPX cacute kcommaaccent -20 KPX cacute l -20 KPX cacute lacute -20 KPX cacute lcommaaccent -20 KPX cacute lslash -20 KPX cacute y -10 KPX cacute yacute -10 KPX cacute ydieresis -10 KPX ccaron h -10 KPX ccaron k -20 KPX ccaron kcommaaccent -20 KPX ccaron l -20 KPX ccaron lacute -20 KPX ccaron lcommaaccent -20 KPX ccaron lslash -20 KPX ccaron y -10 KPX ccaron yacute -10 KPX ccaron ydieresis -10 KPX ccedilla h -10 KPX ccedilla k -20 KPX ccedilla kcommaaccent -20 KPX ccedilla l -20 KPX ccedilla lacute -20 KPX ccedilla lcommaaccent -20 KPX ccedilla lslash -20 KPX ccedilla y -10 KPX ccedilla yacute -10 KPX ccedilla ydieresis -10 KPX colon space -40 KPX comma quotedblright -120 KPX comma quoteright -120 KPX comma space -40 KPX d d -10 KPX d dcroat -10 KPX d v -15 KPX d w -15 KPX d y -15 KPX d yacute -15 KPX d ydieresis -15 KPX dcroat d -10 KPX dcroat dcroat -10 KPX dcroat v -15 KPX dcroat w -15 KPX dcroat y -15 KPX dcroat yacute -15 KPX dcroat ydieresis -15 KPX e comma 10 KPX e period 20 KPX e v -15 KPX e w -15 KPX e x -15 KPX e y -15 KPX e yacute -15 KPX e ydieresis -15 KPX eacute comma 10 KPX eacute period 20 KPX eacute v -15 KPX eacute w -15 KPX eacute x -15 KPX eacute y -15 KPX eacute yacute -15 KPX eacute ydieresis -15 KPX ecaron comma 10 KPX ecaron period 20 KPX ecaron v -15 KPX ecaron w -15 KPX ecaron x -15 KPX ecaron y -15 KPX ecaron yacute -15 KPX ecaron ydieresis -15 KPX ecircumflex comma 10 KPX ecircumflex period 20 KPX ecircumflex v -15 KPX ecircumflex w -15 KPX ecircumflex x -15 KPX ecircumflex y -15 KPX ecircumflex yacute -15 KPX ecircumflex ydieresis -15 KPX edieresis comma 10 KPX edieresis period 20 KPX edieresis v -15 KPX edieresis w -15 KPX edieresis x -15 KPX edieresis y -15 KPX edieresis yacute -15 KPX edieresis ydieresis -15 KPX edotaccent comma 10 KPX edotaccent period 20 KPX edotaccent v -15 KPX edotaccent w -15 KPX edotaccent x -15 KPX edotaccent y -15 KPX edotaccent yacute -15 KPX edotaccent ydieresis -15 KPX egrave comma 10 KPX egrave period 20 KPX egrave v -15 KPX egrave w -15 KPX egrave x -15 KPX egrave y -15 KPX egrave yacute -15 KPX egrave ydieresis -15 KPX emacron comma 10 KPX emacron period 20 KPX emacron v -15 KPX emacron w -15 KPX emacron x -15 KPX emacron y -15 KPX emacron yacute -15 KPX emacron ydieresis -15 KPX eogonek comma 10 KPX eogonek period 20 KPX eogonek v -15 KPX eogonek w -15 KPX eogonek x -15 KPX eogonek y -15 KPX eogonek yacute -15 KPX eogonek ydieresis -15 KPX f comma -10 KPX f e -10 KPX f eacute -10 KPX f ecaron -10 KPX f ecircumflex -10 KPX f edieresis -10 KPX f edotaccent -10 KPX f egrave -10 KPX f emacron -10 KPX f eogonek -10 KPX f o -20 KPX f oacute -20 KPX f ocircumflex -20 KPX f odieresis -20 KPX f ograve -20 KPX f ohungarumlaut -20 KPX f omacron -20 KPX f oslash -20 KPX f otilde -20 KPX f period -10 KPX f quotedblright 30 KPX f quoteright 30 KPX g e 10 KPX g eacute 10 KPX g ecaron 10 KPX g ecircumflex 10 KPX g edieresis 10 KPX g edotaccent 10 KPX g egrave 10 KPX g emacron 10 KPX g eogonek 10 KPX g g -10 KPX g gbreve -10 KPX g gcommaaccent -10 KPX gbreve e 10 KPX gbreve eacute 10 KPX gbreve ecaron 10 KPX gbreve ecircumflex 10 KPX gbreve edieresis 10 KPX gbreve edotaccent 10 KPX gbreve egrave 10 KPX gbreve emacron 10 KPX gbreve eogonek 10 KPX gbreve g -10 KPX gbreve gbreve -10 KPX gbreve gcommaaccent -10 KPX gcommaaccent e 10 KPX gcommaaccent eacute 10 KPX gcommaaccent ecaron 10 KPX gcommaaccent ecircumflex 10 KPX gcommaaccent edieresis 10 KPX gcommaaccent edotaccent 10 KPX gcommaaccent egrave 10 KPX gcommaaccent emacron 10 KPX gcommaaccent eogonek 10 KPX gcommaaccent g -10 KPX gcommaaccent gbreve -10 KPX gcommaaccent gcommaaccent -10 KPX h y -20 KPX h yacute -20 KPX h ydieresis -20 KPX k o -15 KPX k oacute -15 KPX k ocircumflex -15 KPX k odieresis -15 KPX k ograve -15 KPX k ohungarumlaut -15 KPX k omacron -15 KPX k oslash -15 KPX k otilde -15 KPX kcommaaccent o -15 KPX kcommaaccent oacute -15 KPX kcommaaccent ocircumflex -15 KPX kcommaaccent odieresis -15 KPX kcommaaccent ograve -15 KPX kcommaaccent ohungarumlaut -15 KPX kcommaaccent omacron -15 KPX kcommaaccent oslash -15 KPX kcommaaccent otilde -15 KPX l w -15 KPX l y -15 KPX l yacute -15 KPX l ydieresis -15 KPX lacute w -15 KPX lacute y -15 KPX lacute yacute -15 KPX lacute ydieresis -15 KPX lcommaaccent w -15 KPX lcommaaccent y -15 KPX lcommaaccent yacute -15 KPX lcommaaccent ydieresis -15 KPX lslash w -15 KPX lslash y -15 KPX lslash yacute -15 KPX lslash ydieresis -15 KPX m u -20 KPX m uacute -20 KPX m ucircumflex -20 KPX m udieresis -20 KPX m ugrave -20 KPX m uhungarumlaut -20 KPX m umacron -20 KPX m uogonek -20 KPX m uring -20 KPX m y -30 KPX m yacute -30 KPX m ydieresis -30 KPX n u -10 KPX n uacute -10 KPX n ucircumflex -10 KPX n udieresis -10 KPX n ugrave -10 KPX n uhungarumlaut -10 KPX n umacron -10 KPX n uogonek -10 KPX n uring -10 KPX n v -40 KPX n y -20 KPX n yacute -20 KPX n ydieresis -20 KPX nacute u -10 KPX nacute uacute -10 KPX nacute ucircumflex -10 KPX nacute udieresis -10 KPX nacute ugrave -10 KPX nacute uhungarumlaut -10 KPX nacute umacron -10 KPX nacute uogonek -10 KPX nacute uring -10 KPX nacute v -40 KPX nacute y -20 KPX nacute yacute -20 KPX nacute ydieresis -20 KPX ncaron u -10 KPX ncaron uacute -10 KPX ncaron ucircumflex -10 KPX ncaron udieresis -10 KPX ncaron ugrave -10 KPX ncaron uhungarumlaut -10 KPX ncaron umacron -10 KPX ncaron uogonek -10 KPX ncaron uring -10 KPX ncaron v -40 KPX ncaron y -20 KPX ncaron yacute -20 KPX ncaron ydieresis -20 KPX ncommaaccent u -10 KPX ncommaaccent uacute -10 KPX ncommaaccent ucircumflex -10 KPX ncommaaccent udieresis -10 KPX ncommaaccent ugrave -10 KPX ncommaaccent uhungarumlaut -10 KPX ncommaaccent umacron -10 KPX ncommaaccent uogonek -10 KPX ncommaaccent uring -10 KPX ncommaaccent v -40 KPX ncommaaccent y -20 KPX ncommaaccent yacute -20 KPX ncommaaccent ydieresis -20 KPX ntilde u -10 KPX ntilde uacute -10 KPX ntilde ucircumflex -10 KPX ntilde udieresis -10 KPX ntilde ugrave -10 KPX ntilde uhungarumlaut -10 KPX ntilde umacron -10 KPX ntilde uogonek -10 KPX ntilde uring -10 KPX ntilde v -40 KPX ntilde y -20 KPX ntilde yacute -20 KPX ntilde ydieresis -20 KPX o v -20 KPX o w -15 KPX o x -30 KPX o y -20 KPX o yacute -20 KPX o ydieresis -20 KPX oacute v -20 KPX oacute w -15 KPX oacute x -30 KPX oacute y -20 KPX oacute yacute -20 KPX oacute ydieresis -20 KPX ocircumflex v -20 KPX ocircumflex w -15 KPX ocircumflex x -30 KPX ocircumflex y -20 KPX ocircumflex yacute -20 KPX ocircumflex ydieresis -20 KPX odieresis v -20 KPX odieresis w -15 KPX odieresis x -30 KPX odieresis y -20 KPX odieresis yacute -20 KPX odieresis ydieresis -20 KPX ograve v -20 KPX ograve w -15 KPX ograve x -30 KPX ograve y -20 KPX ograve yacute -20 KPX ograve ydieresis -20 KPX ohungarumlaut v -20 KPX ohungarumlaut w -15 KPX ohungarumlaut x -30 KPX ohungarumlaut y -20 KPX ohungarumlaut yacute -20 KPX ohungarumlaut ydieresis -20 KPX omacron v -20 KPX omacron w -15 KPX omacron x -30 KPX omacron y -20 KPX omacron yacute -20 KPX omacron ydieresis -20 KPX oslash v -20 KPX oslash w -15 KPX oslash x -30 KPX oslash y -20 KPX oslash yacute -20 KPX oslash ydieresis -20 KPX otilde v -20 KPX otilde w -15 KPX otilde x -30 KPX otilde y -20 KPX otilde yacute -20 KPX otilde ydieresis -20 KPX p y -15 KPX p yacute -15 KPX p ydieresis -15 KPX period quotedblright -120 KPX period quoteright -120 KPX period space -40 KPX quotedblright space -80 KPX quoteleft quoteleft -46 KPX quoteright d -80 KPX quoteright dcroat -80 KPX quoteright l -20 KPX quoteright lacute -20 KPX quoteright lcommaaccent -20 KPX quoteright lslash -20 KPX quoteright quoteright -46 KPX quoteright r -40 KPX quoteright racute -40 KPX quoteright rcaron -40 KPX quoteright rcommaaccent -40 KPX quoteright s -60 KPX quoteright sacute -60 KPX quoteright scaron -60 KPX quoteright scedilla -60 KPX quoteright scommaaccent -60 KPX quoteright space -80 KPX quoteright v -20 KPX r c -20 KPX r cacute -20 KPX r ccaron -20 KPX r ccedilla -20 KPX r comma -60 KPX r d -20 KPX r dcroat -20 KPX r g -15 KPX r gbreve -15 KPX r gcommaaccent -15 KPX r hyphen -20 KPX r o -20 KPX r oacute -20 KPX r ocircumflex -20 KPX r odieresis -20 KPX r ograve -20 KPX r ohungarumlaut -20 KPX r omacron -20 KPX r oslash -20 KPX r otilde -20 KPX r period -60 KPX r q -20 KPX r s -15 KPX r sacute -15 KPX r scaron -15 KPX r scedilla -15 KPX r scommaaccent -15 KPX r t 20 KPX r tcommaaccent 20 KPX r v 10 KPX r y 10 KPX r yacute 10 KPX r ydieresis 10 KPX racute c -20 KPX racute cacute -20 KPX racute ccaron -20 KPX racute ccedilla -20 KPX racute comma -60 KPX racute d -20 KPX racute dcroat -20 KPX racute g -15 KPX racute gbreve -15 KPX racute gcommaaccent -15 KPX racute hyphen -20 KPX racute o -20 KPX racute oacute -20 KPX racute ocircumflex -20 KPX racute odieresis -20 KPX racute ograve -20 KPX racute ohungarumlaut -20 KPX racute omacron -20 KPX racute oslash -20 KPX racute otilde -20 KPX racute period -60 KPX racute q -20 KPX racute s -15 KPX racute sacute -15 KPX racute scaron -15 KPX racute scedilla -15 KPX racute scommaaccent -15 KPX racute t 20 KPX racute tcommaaccent 20 KPX racute v 10 KPX racute y 10 KPX racute yacute 10 KPX racute ydieresis 10 KPX rcaron c -20 KPX rcaron cacute -20 KPX rcaron ccaron -20 KPX rcaron ccedilla -20 KPX rcaron comma -60 KPX rcaron d -20 KPX rcaron dcroat -20 KPX rcaron g -15 KPX rcaron gbreve -15 KPX rcaron gcommaaccent -15 KPX rcaron hyphen -20 KPX rcaron o -20 KPX rcaron oacute -20 KPX rcaron ocircumflex -20 KPX rcaron odieresis -20 KPX rcaron ograve -20 KPX rcaron ohungarumlaut -20 KPX rcaron omacron -20 KPX rcaron oslash -20 KPX rcaron otilde -20 KPX rcaron period -60 KPX rcaron q -20 KPX rcaron s -15 KPX rcaron sacute -15 KPX rcaron scaron -15 KPX rcaron scedilla -15 KPX rcaron scommaaccent -15 KPX rcaron t 20 KPX rcaron tcommaaccent 20 KPX rcaron v 10 KPX rcaron y 10 KPX rcaron yacute 10 KPX rcaron ydieresis 10 KPX rcommaaccent c -20 KPX rcommaaccent cacute -20 KPX rcommaaccent ccaron -20 KPX rcommaaccent ccedilla -20 KPX rcommaaccent comma -60 KPX rcommaaccent d -20 KPX rcommaaccent dcroat -20 KPX rcommaaccent g -15 KPX rcommaaccent gbreve -15 KPX rcommaaccent gcommaaccent -15 KPX rcommaaccent hyphen -20 KPX rcommaaccent o -20 KPX rcommaaccent oacute -20 KPX rcommaaccent ocircumflex -20 KPX rcommaaccent odieresis -20 KPX rcommaaccent ograve -20 KPX rcommaaccent ohungarumlaut -20 KPX rcommaaccent omacron -20 KPX rcommaaccent oslash -20 KPX rcommaaccent otilde -20 KPX rcommaaccent period -60 KPX rcommaaccent q -20 KPX rcommaaccent s -15 KPX rcommaaccent sacute -15 KPX rcommaaccent scaron -15 KPX rcommaaccent scedilla -15 KPX rcommaaccent scommaaccent -15 KPX rcommaaccent t 20 KPX rcommaaccent tcommaaccent 20 KPX rcommaaccent v 10 KPX rcommaaccent y 10 KPX rcommaaccent yacute 10 KPX rcommaaccent ydieresis 10 KPX s w -15 KPX sacute w -15 KPX scaron w -15 KPX scedilla w -15 KPX scommaaccent w -15 KPX semicolon space -40 KPX space T -100 KPX space Tcaron -100 KPX space Tcommaaccent -100 KPX space V -80 KPX space W -80 KPX space Y -120 KPX space Yacute -120 KPX space Ydieresis -120 KPX space quotedblleft -80 KPX space quoteleft -60 KPX v a -20 KPX v aacute -20 KPX v abreve -20 KPX v acircumflex -20 KPX v adieresis -20 KPX v agrave -20 KPX v amacron -20 KPX v aogonek -20 KPX v aring -20 KPX v atilde -20 KPX v comma -80 KPX v o -30 KPX v oacute -30 KPX v ocircumflex -30 KPX v odieresis -30 KPX v ograve -30 KPX v ohungarumlaut -30 KPX v omacron -30 KPX v oslash -30 KPX v otilde -30 KPX v period -80 KPX w comma -40 KPX w o -20 KPX w oacute -20 KPX w ocircumflex -20 KPX w odieresis -20 KPX w ograve -20 KPX w ohungarumlaut -20 KPX w omacron -20 KPX w oslash -20 KPX w otilde -20 KPX w period -40 KPX x e -10 KPX x eacute -10 KPX x ecaron -10 KPX x ecircumflex -10 KPX x edieresis -10 KPX x edotaccent -10 KPX x egrave -10 KPX x emacron -10 KPX x eogonek -10 KPX y a -30 KPX y aacute -30 KPX y abreve -30 KPX y acircumflex -30 KPX y adieresis -30 KPX y agrave -30 KPX y amacron -30 KPX y aogonek -30 KPX y aring -30 KPX y atilde -30 KPX y comma -80 KPX y e -10 KPX y eacute -10 KPX y ecaron -10 KPX y ecircumflex -10 KPX y edieresis -10 KPX y edotaccent -10 KPX y egrave -10 KPX y emacron -10 KPX y eogonek -10 KPX y o -25 KPX y oacute -25 KPX y ocircumflex -25 KPX y odieresis -25 KPX y ograve -25 KPX y ohungarumlaut -25 KPX y omacron -25 KPX y oslash -25 KPX y otilde -25 KPX y period -80 KPX yacute a -30 KPX yacute aacute -30 KPX yacute abreve -30 KPX yacute acircumflex -30 KPX yacute adieresis -30 KPX yacute agrave -30 KPX yacute amacron -30 KPX yacute aogonek -30 KPX yacute aring -30 KPX yacute atilde -30 KPX yacute comma -80 KPX yacute e -10 KPX yacute eacute -10 KPX yacute ecaron -10 KPX yacute ecircumflex -10 KPX yacute edieresis -10 KPX yacute edotaccent -10 KPX yacute egrave -10 KPX yacute emacron -10 KPX yacute eogonek -10 KPX yacute o -25 KPX yacute oacute -25 KPX yacute ocircumflex -25 KPX yacute odieresis -25 KPX yacute ograve -25 KPX yacute ohungarumlaut -25 KPX yacute omacron -25 KPX yacute oslash -25 KPX yacute otilde -25 KPX yacute period -80 KPX ydieresis a -30 KPX ydieresis aacute -30 KPX ydieresis abreve -30 KPX ydieresis acircumflex -30 KPX ydieresis adieresis -30 KPX ydieresis agrave -30 KPX ydieresis amacron -30 KPX ydieresis aogonek -30 KPX ydieresis aring -30 KPX ydieresis atilde -30 KPX ydieresis comma -80 KPX ydieresis e -10 KPX ydieresis eacute -10 KPX ydieresis ecaron -10 KPX ydieresis ecircumflex -10 KPX ydieresis edieresis -10 KPX ydieresis edotaccent -10 KPX ydieresis egrave -10 KPX ydieresis emacron -10 KPX ydieresis eogonek -10 KPX ydieresis o -25 KPX ydieresis oacute -25 KPX ydieresis ocircumflex -25 KPX ydieresis odieresis -25 KPX ydieresis ograve -25 KPX ydieresis ohungarumlaut -25 KPX ydieresis omacron -25 KPX ydieresis oslash -25 KPX ydieresis otilde -25 KPX ydieresis period -80 KPX z e 10 KPX z eacute 10 KPX z ecaron 10 KPX z ecircumflex 10 KPX z edieresis 10 KPX z edotaccent 10 KPX z egrave 10 KPX z emacron 10 KPX z eogonek 10 KPX zacute e 10 KPX zacute eacute 10 KPX zacute ecaron 10 KPX zacute ecircumflex 10 KPX zacute edieresis 10 KPX zacute edotaccent 10 KPX zacute egrave 10 KPX zacute emacron 10 KPX zacute eogonek 10 KPX zcaron e 10 KPX zcaron eacute 10 KPX zcaron ecaron 10 KPX zcaron ecircumflex 10 KPX zcaron edieresis 10 KPX zcaron edotaccent 10 KPX zcaron egrave 10 KPX zcaron emacron 10 KPX zcaron eogonek 10 KPX zdotaccent e 10 KPX zdotaccent eacute 10 KPX zdotaccent ecaron 10 KPX zdotaccent ecircumflex 10 KPX zdotaccent edieresis 10 KPX zdotaccent edotaccent 10 KPX zdotaccent egrave 10 KPX zdotaccent emacron 10 KPX zdotaccent eogonek 10 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Symbol.afm0000644000000000000000000002301413772706672017275 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All rights reserved. Comment Creation Date: Thu May 1 15:12:25 1997 Comment UniqueID 43064 Comment VMusage 30820 39997 FontName Symbol FullName Symbol FamilyName Symbol Weight Medium ItalicAngle 0 IsFixedPitch false CharacterSet Special FontBBox -180 -293 1090 1010 UnderlinePosition -100 UnderlineThickness 50 Version 001.008 Notice Copyright (c) 1985, 1987, 1989, 1990, 1997 Adobe Systems Incorporated. All rights reserved. EncodingScheme FontSpecific StdHW 92 StdVW 85 StartCharMetrics 190 C 32 ; WX 250 ; N space ; B 0 0 0 0 ; C 33 ; WX 333 ; N exclam ; B 128 -17 240 672 ; C 34 ; WX 713 ; N universal ; B 31 0 681 705 ; C 35 ; WX 500 ; N numbersign ; B 20 -16 481 673 ; C 36 ; WX 549 ; N existential ; B 25 0 478 707 ; C 37 ; WX 833 ; N percent ; B 63 -36 771 655 ; C 38 ; WX 778 ; N ampersand ; B 41 -18 750 661 ; C 39 ; WX 439 ; N suchthat ; B 48 -17 414 500 ; C 40 ; WX 333 ; N parenleft ; B 53 -191 300 673 ; C 41 ; WX 333 ; N parenright ; B 30 -191 277 673 ; C 42 ; WX 500 ; N asteriskmath ; B 65 134 427 551 ; C 43 ; WX 549 ; N plus ; B 10 0 539 533 ; C 44 ; WX 250 ; N comma ; B 56 -152 194 104 ; C 45 ; WX 549 ; N minus ; B 11 233 535 288 ; C 46 ; WX 250 ; N period ; B 69 -17 181 95 ; C 47 ; WX 278 ; N slash ; B 0 -18 254 646 ; C 48 ; WX 500 ; N zero ; B 24 -14 476 685 ; C 49 ; WX 500 ; N one ; B 117 0 390 673 ; C 50 ; WX 500 ; N two ; B 25 0 475 685 ; C 51 ; WX 500 ; N three ; B 43 -14 435 685 ; C 52 ; WX 500 ; N four ; B 15 0 469 685 ; C 53 ; WX 500 ; N five ; B 32 -14 445 690 ; C 54 ; WX 500 ; N six ; B 34 -14 468 685 ; C 55 ; WX 500 ; N seven ; B 24 -16 448 673 ; C 56 ; WX 500 ; N eight ; B 56 -14 445 685 ; C 57 ; WX 500 ; N nine ; B 30 -18 459 685 ; C 58 ; WX 278 ; N colon ; B 81 -17 193 460 ; C 59 ; WX 278 ; N semicolon ; B 83 -152 221 460 ; C 60 ; WX 549 ; N less ; B 26 0 523 522 ; C 61 ; WX 549 ; N equal ; B 11 141 537 390 ; C 62 ; WX 549 ; N greater ; B 26 0 523 522 ; C 63 ; WX 444 ; N question ; B 70 -17 412 686 ; C 64 ; WX 549 ; N congruent ; B 11 0 537 475 ; C 65 ; WX 722 ; N Alpha ; B 4 0 684 673 ; C 66 ; WX 667 ; N Beta ; B 29 0 592 673 ; C 67 ; WX 722 ; N Chi ; B -9 0 704 673 ; C 68 ; WX 612 ; N Delta ; B 6 0 608 688 ; C 69 ; WX 611 ; N Epsilon ; B 32 0 617 673 ; C 70 ; WX 763 ; N Phi ; B 26 0 741 673 ; C 71 ; WX 603 ; N Gamma ; B 24 0 609 673 ; C 72 ; WX 722 ; N Eta ; B 39 0 729 673 ; C 73 ; WX 333 ; N Iota ; B 32 0 316 673 ; C 74 ; WX 631 ; N theta1 ; B 18 -18 623 689 ; C 75 ; WX 722 ; N Kappa ; B 35 0 722 673 ; C 76 ; WX 686 ; N Lambda ; B 6 0 680 688 ; C 77 ; WX 889 ; N Mu ; B 28 0 887 673 ; C 78 ; WX 722 ; N Nu ; B 29 -8 720 673 ; C 79 ; WX 722 ; N Omicron ; B 41 -17 715 685 ; C 80 ; WX 768 ; N Pi ; B 25 0 745 673 ; C 81 ; WX 741 ; N Theta ; B 41 -17 715 685 ; C 82 ; WX 556 ; N Rho ; B 28 0 563 673 ; C 83 ; WX 592 ; N Sigma ; B 5 0 589 673 ; C 84 ; WX 611 ; N Tau ; B 33 0 607 673 ; C 85 ; WX 690 ; N Upsilon ; B -8 0 694 673 ; C 86 ; WX 439 ; N sigma1 ; B 40 -233 436 500 ; C 87 ; WX 768 ; N Omega ; B 34 0 736 688 ; C 88 ; WX 645 ; N Xi ; B 40 0 599 673 ; C 89 ; WX 795 ; N Psi ; B 15 0 781 684 ; C 90 ; WX 611 ; N Zeta ; B 44 0 636 673 ; C 91 ; WX 333 ; N bracketleft ; B 86 -155 299 674 ; C 92 ; WX 863 ; N therefore ; B 163 0 701 487 ; C 93 ; WX 333 ; N bracketright ; B 33 -155 246 674 ; C 94 ; WX 658 ; N perpendicular ; B 15 0 652 674 ; C 95 ; WX 500 ; N underscore ; B -2 -125 502 -75 ; C 96 ; WX 500 ; N radicalex ; B 480 881 1090 917 ; C 97 ; WX 631 ; N alpha ; B 41 -18 622 500 ; C 98 ; WX 549 ; N beta ; B 61 -223 515 741 ; C 99 ; WX 549 ; N chi ; B 12 -231 522 499 ; C 100 ; WX 494 ; N delta ; B 40 -19 481 740 ; C 101 ; WX 439 ; N epsilon ; B 22 -19 427 502 ; C 102 ; WX 521 ; N phi ; B 28 -224 492 673 ; C 103 ; WX 411 ; N gamma ; B 5 -225 484 499 ; C 104 ; WX 603 ; N eta ; B 0 -202 527 514 ; C 105 ; WX 329 ; N iota ; B 0 -17 301 503 ; C 106 ; WX 603 ; N phi1 ; B 36 -224 587 499 ; C 107 ; WX 549 ; N kappa ; B 33 0 558 501 ; C 108 ; WX 549 ; N lambda ; B 24 -17 548 739 ; C 109 ; WX 576 ; N mu ; B 33 -223 567 500 ; C 110 ; WX 521 ; N nu ; B -9 -16 475 507 ; C 111 ; WX 549 ; N omicron ; B 35 -19 501 499 ; C 112 ; WX 549 ; N pi ; B 10 -19 530 487 ; C 113 ; WX 521 ; N theta ; B 43 -17 485 690 ; C 114 ; WX 549 ; N rho ; B 50 -230 490 499 ; C 115 ; WX 603 ; N sigma ; B 30 -21 588 500 ; C 116 ; WX 439 ; N tau ; B 10 -19 418 500 ; C 117 ; WX 576 ; N upsilon ; B 7 -18 535 507 ; C 118 ; WX 713 ; N omega1 ; B 12 -18 671 583 ; C 119 ; WX 686 ; N omega ; B 42 -17 684 500 ; C 120 ; WX 493 ; N xi ; B 27 -224 469 766 ; C 121 ; WX 686 ; N psi ; B 12 -228 701 500 ; C 122 ; WX 494 ; N zeta ; B 60 -225 467 756 ; C 123 ; WX 480 ; N braceleft ; B 58 -183 397 673 ; C 124 ; WX 200 ; N bar ; B 65 -293 135 707 ; C 125 ; WX 480 ; N braceright ; B 79 -183 418 673 ; C 126 ; WX 549 ; N similar ; B 17 203 529 307 ; C 160 ; WX 750 ; N Euro ; B 20 -12 714 685 ; C 161 ; WX 620 ; N Upsilon1 ; B -2 0 610 685 ; C 162 ; WX 247 ; N minute ; B 27 459 228 735 ; C 163 ; WX 549 ; N lessequal ; B 29 0 526 639 ; C 164 ; WX 167 ; N fraction ; B -180 -12 340 677 ; C 165 ; WX 713 ; N infinity ; B 26 124 688 404 ; C 166 ; WX 500 ; N florin ; B 2 -193 494 686 ; C 167 ; WX 753 ; N club ; B 86 -26 660 533 ; C 168 ; WX 753 ; N diamond ; B 142 -36 600 550 ; C 169 ; WX 753 ; N heart ; B 117 -33 631 532 ; C 170 ; WX 753 ; N spade ; B 113 -36 629 548 ; C 171 ; WX 1042 ; N arrowboth ; B 24 -15 1024 511 ; C 172 ; WX 987 ; N arrowleft ; B 32 -15 942 511 ; C 173 ; WX 603 ; N arrowup ; B 45 0 571 910 ; C 174 ; WX 987 ; N arrowright ; B 49 -15 959 511 ; C 175 ; WX 603 ; N arrowdown ; B 45 -22 571 888 ; C 176 ; WX 400 ; N degree ; B 50 385 350 685 ; C 177 ; WX 549 ; N plusminus ; B 10 0 539 645 ; C 178 ; WX 411 ; N second ; B 20 459 413 737 ; C 179 ; WX 549 ; N greaterequal ; B 29 0 526 639 ; C 180 ; WX 549 ; N multiply ; B 17 8 533 524 ; C 181 ; WX 713 ; N proportional ; B 27 123 639 404 ; C 182 ; WX 494 ; N partialdiff ; B 26 -20 462 746 ; C 183 ; WX 460 ; N bullet ; B 50 113 410 473 ; C 184 ; WX 549 ; N divide ; B 10 71 536 456 ; C 185 ; WX 549 ; N notequal ; B 15 -25 540 549 ; C 186 ; WX 549 ; N equivalence ; B 14 82 538 443 ; C 187 ; WX 549 ; N approxequal ; B 14 135 527 394 ; C 188 ; WX 1000 ; N ellipsis ; B 111 -17 889 95 ; C 189 ; WX 603 ; N arrowvertex ; B 280 -120 336 1010 ; C 190 ; WX 1000 ; N arrowhorizex ; B -60 220 1050 276 ; C 191 ; WX 658 ; N carriagereturn ; B 15 -16 602 629 ; C 192 ; WX 823 ; N aleph ; B 175 -18 661 658 ; C 193 ; WX 686 ; N Ifraktur ; B 10 -53 578 740 ; C 194 ; WX 795 ; N Rfraktur ; B 26 -15 759 734 ; C 195 ; WX 987 ; N weierstrass ; B 159 -211 870 573 ; C 196 ; WX 768 ; N circlemultiply ; B 43 -17 733 673 ; C 197 ; WX 768 ; N circleplus ; B 43 -15 733 675 ; C 198 ; WX 823 ; N emptyset ; B 39 -24 781 719 ; C 199 ; WX 768 ; N intersection ; B 40 0 732 509 ; C 200 ; WX 768 ; N union ; B 40 -17 732 492 ; C 201 ; WX 713 ; N propersuperset ; B 20 0 673 470 ; C 202 ; WX 713 ; N reflexsuperset ; B 20 -125 673 470 ; C 203 ; WX 713 ; N notsubset ; B 36 -70 690 540 ; C 204 ; WX 713 ; N propersubset ; B 37 0 690 470 ; C 205 ; WX 713 ; N reflexsubset ; B 37 -125 690 470 ; C 206 ; WX 713 ; N element ; B 45 0 505 468 ; C 207 ; WX 713 ; N notelement ; B 45 -58 505 555 ; C 208 ; WX 768 ; N angle ; B 26 0 738 673 ; C 209 ; WX 713 ; N gradient ; B 36 -19 681 718 ; C 210 ; WX 790 ; N registerserif ; B 50 -17 740 673 ; C 211 ; WX 790 ; N copyrightserif ; B 51 -15 741 675 ; C 212 ; WX 890 ; N trademarkserif ; B 18 293 855 673 ; C 213 ; WX 823 ; N product ; B 25 -101 803 751 ; C 214 ; WX 549 ; N radical ; B 10 -38 515 917 ; C 215 ; WX 250 ; N dotmath ; B 69 210 169 310 ; C 216 ; WX 713 ; N logicalnot ; B 15 0 680 288 ; C 217 ; WX 603 ; N logicaland ; B 23 0 583 454 ; C 218 ; WX 603 ; N logicalor ; B 30 0 578 477 ; C 219 ; WX 1042 ; N arrowdblboth ; B 27 -20 1023 510 ; C 220 ; WX 987 ; N arrowdblleft ; B 30 -15 939 513 ; C 221 ; WX 603 ; N arrowdblup ; B 39 2 567 911 ; C 222 ; WX 987 ; N arrowdblright ; B 45 -20 954 508 ; C 223 ; WX 603 ; N arrowdbldown ; B 44 -19 572 890 ; C 224 ; WX 494 ; N lozenge ; B 18 0 466 745 ; C 225 ; WX 329 ; N angleleft ; B 25 -198 306 746 ; C 226 ; WX 790 ; N registersans ; B 50 -20 740 670 ; C 227 ; WX 790 ; N copyrightsans ; B 49 -15 739 675 ; C 228 ; WX 786 ; N trademarksans ; B 5 293 725 673 ; C 229 ; WX 713 ; N summation ; B 14 -108 695 752 ; C 230 ; WX 384 ; N parenlefttp ; B 24 -293 436 926 ; C 231 ; WX 384 ; N parenleftex ; B 24 -85 108 925 ; C 232 ; WX 384 ; N parenleftbt ; B 24 -293 436 926 ; C 233 ; WX 384 ; N bracketlefttp ; B 0 -80 349 926 ; C 234 ; WX 384 ; N bracketleftex ; B 0 -79 77 925 ; C 235 ; WX 384 ; N bracketleftbt ; B 0 -80 349 926 ; C 236 ; WX 494 ; N bracelefttp ; B 209 -85 445 925 ; C 237 ; WX 494 ; N braceleftmid ; B 20 -85 284 935 ; C 238 ; WX 494 ; N braceleftbt ; B 209 -75 445 935 ; C 239 ; WX 494 ; N braceex ; B 209 -85 284 935 ; C 241 ; WX 329 ; N angleright ; B 21 -198 302 746 ; C 242 ; WX 274 ; N integral ; B 2 -107 291 916 ; C 243 ; WX 686 ; N integraltp ; B 308 -88 675 920 ; C 244 ; WX 686 ; N integralex ; B 308 -88 378 975 ; C 245 ; WX 686 ; N integralbt ; B 11 -87 378 921 ; C 246 ; WX 384 ; N parenrighttp ; B 54 -293 466 926 ; C 247 ; WX 384 ; N parenrightex ; B 382 -85 466 925 ; C 248 ; WX 384 ; N parenrightbt ; B 54 -293 466 926 ; C 249 ; WX 384 ; N bracketrighttp ; B 22 -80 371 926 ; C 250 ; WX 384 ; N bracketrightex ; B 294 -79 371 925 ; C 251 ; WX 384 ; N bracketrightbt ; B 22 -80 371 926 ; C 252 ; WX 494 ; N bracerighttp ; B 48 -85 284 925 ; C 253 ; WX 494 ; N bracerightmid ; B 209 -85 473 935 ; C 254 ; WX 494 ; N bracerightbt ; B 48 -75 284 935 ; C -1 ; WX 790 ; N apple ; B 56 -3 733 808 ; EndCharMetrics EndFontMetrics ruby-prawn-2.4.0.orig/data/fonts/Times-Italic.afm0000644000000000000000000020143013772706672020314 0ustar rootrootStartFontMetrics 4.1 Comment Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved. Comment Creation Date: Thu May 1 12:56:55 1997 Comment UniqueID 43067 Comment VMusage 47727 58752 FontName Times-Italic FullName Times Italic FamilyName Times Weight Medium ItalicAngle -15.5 IsFixedPitch false CharacterSet ExtendedRoman FontBBox -169 -217 1010 883 UnderlinePosition -100 UnderlineThickness 50 Version 002.000 Notice Copyright (c) 1985, 1987, 1989, 1990, 1993, 1997 Adobe Systems Incorporated. All Rights Reserved.Times is a trademark of Linotype-Hell AG and/or its subsidiaries. EncodingScheme AdobeStandardEncoding CapHeight 653 XHeight 441 Ascender 683 Descender -217 StdHW 32 StdVW 76 StartCharMetrics 315 C 32 ; WX 250 ; N space ; B 0 0 0 0 ; C 33 ; WX 333 ; N exclam ; B 39 -11 302 667 ; C 34 ; WX 420 ; N quotedbl ; B 144 421 432 666 ; C 35 ; WX 500 ; N numbersign ; B 2 0 540 676 ; C 36 ; WX 500 ; N dollar ; B 31 -89 497 731 ; C 37 ; WX 833 ; N percent ; B 79 -13 790 676 ; C 38 ; WX 778 ; N ampersand ; B 76 -18 723 666 ; C 39 ; WX 333 ; N quoteright ; B 151 436 290 666 ; C 40 ; WX 333 ; N parenleft ; B 42 -181 315 669 ; C 41 ; WX 333 ; N parenright ; B 16 -180 289 669 ; C 42 ; WX 500 ; N asterisk ; B 128 255 492 666 ; C 43 ; WX 675 ; N plus ; B 86 0 590 506 ; C 44 ; WX 250 ; N comma ; B -4 -129 135 101 ; C 45 ; WX 333 ; N hyphen ; B 49 192 282 255 ; C 46 ; WX 250 ; N period ; B 27 -11 138 100 ; C 47 ; WX 278 ; N slash ; B -65 -18 386 666 ; C 48 ; WX 500 ; N zero ; B 32 -7 497 676 ; C 49 ; WX 500 ; N one ; B 49 0 409 676 ; C 50 ; WX 500 ; N two ; B 12 0 452 676 ; C 51 ; WX 500 ; N three ; B 15 -7 465 676 ; C 52 ; WX 500 ; N four ; B 1 0 479 676 ; C 53 ; WX 500 ; N five ; B 15 -7 491 666 ; C 54 ; WX 500 ; N six ; B 30 -7 521 686 ; C 55 ; WX 500 ; N seven ; B 75 -8 537 666 ; C 56 ; WX 500 ; N eight ; B 30 -7 493 676 ; C 57 ; WX 500 ; N nine ; B 23 -17 492 676 ; C 58 ; WX 333 ; N colon ; B 50 -11 261 441 ; C 59 ; WX 333 ; N semicolon ; B 27 -129 261 441 ; C 60 ; WX 675 ; N less ; B 84 -8 592 514 ; C 61 ; WX 675 ; N equal ; B 86 120 590 386 ; C 62 ; WX 675 ; N greater ; B 84 -8 592 514 ; C 63 ; WX 500 ; N question ; B 132 -12 472 664 ; C 64 ; WX 920 ; N at ; B 118 -18 806 666 ; C 65 ; WX 611 ; N A ; B -51 0 564 668 ; C 66 ; WX 611 ; N B ; B -8 0 588 653 ; C 67 ; WX 667 ; N C ; B 66 -18 689 666 ; C 68 ; WX 722 ; N D ; B -8 0 700 653 ; C 69 ; WX 611 ; N E ; B -1 0 634 653 ; C 70 ; WX 611 ; N F ; B 8 0 645 653 ; C 71 ; WX 722 ; N G ; B 52 -18 722 666 ; C 72 ; WX 722 ; N H ; B -8 0 767 653 ; C 73 ; WX 333 ; N I ; B -8 0 384 653 ; C 74 ; WX 444 ; N J ; B -6 -18 491 653 ; C 75 ; WX 667 ; N K ; B 7 0 722 653 ; C 76 ; WX 556 ; N L ; B -8 0 559 653 ; C 77 ; WX 833 ; N M ; B -18 0 873 653 ; C 78 ; WX 667 ; N N ; B -20 -15 727 653 ; C 79 ; WX 722 ; N O ; B 60 -18 699 666 ; C 80 ; WX 611 ; N P ; B 0 0 605 653 ; C 81 ; WX 722 ; N Q ; B 59 -182 699 666 ; C 82 ; WX 611 ; N R ; B -13 0 588 653 ; C 83 ; WX 500 ; N S ; B 17 -18 508 667 ; C 84 ; WX 556 ; N T ; B 59 0 633 653 ; C 85 ; WX 722 ; N U ; B 102 -18 765 653 ; C 86 ; WX 611 ; N V ; B 76 -18 688 653 ; C 87 ; WX 833 ; N W ; B 71 -18 906 653 ; C 88 ; WX 611 ; N X ; B -29 0 655 653 ; C 89 ; WX 556 ; N Y ; B 78 0 633 653 ; C 90 ; WX 556 ; N Z ; B -6 0 606 653 ; C 91 ; WX 389 ; N bracketleft ; B 21 -153 391 663 ; C 92 ; WX 278 ; N backslash ; B -41 -18 319 666 ; C 93 ; WX 389 ; N bracketright ; B 12 -153 382 663 ; C 94 ; WX 422 ; N asciicircum ; B 0 301 422 666 ; C 95 ; WX 500 ; N underscore ; B 0 -125 500 -75 ; C 96 ; WX 333 ; N quoteleft ; B 171 436 310 666 ; C 97 ; WX 500 ; N a ; B 17 -11 476 441 ; C 98 ; WX 500 ; N b ; B 23 -11 473 683 ; C 99 ; WX 444 ; N c ; B 30 -11 425 441 ; C 100 ; WX 500 ; N d ; B 15 -13 527 683 ; C 101 ; WX 444 ; N e ; B 31 -11 412 441 ; C 102 ; WX 278 ; N f ; B -147 -207 424 678 ; L i fi ; L l fl ; C 103 ; WX 500 ; N g ; B 8 -206 472 441 ; C 104 ; WX 500 ; N h ; B 19 -9 478 683 ; C 105 ; WX 278 ; N i ; B 49 -11 264 654 ; C 106 ; WX 278 ; N j ; B -124 -207 276 654 ; C 107 ; WX 444 ; N k ; B 14 -11 461 683 ; C 108 ; WX 278 ; N l ; B 41 -11 279 683 ; C 109 ; WX 722 ; N m ; B 12 -9 704 441 ; C 110 ; WX 500 ; N n ; B 14 -9 474 441 ; C 111 ; WX 500 ; N o ; B 27 -11 468 441 ; C 112 ; WX 500 ; N p ; B -75 -205 469 441 ; C 113 ; WX 500 ; N q ; B 25 -209 483 441 ; C 114 ; WX 389 ; N r ; B 45 0 412 441 ; C 115 ; WX 389 ; N s ; B 16 -13 366 442 ; C 116 ; WX 278 ; N t ; B 37 -11 296 546 ; C 117 ; WX 500 ; N u ; B 42 -11 475 441 ; C 118 ; WX 444 ; N v ; B 21 -18 426 441 ; C 119 ; WX 667 ; N w ; B 16 -18 648 441 ; C 120 ; WX 444 ; N x ; B -27 -11 447 441 ; C 121 ; WX 444 ; N y ; B -24 -206 426 441 ; C 122 ; WX 389 ; N z ; B -2 -81 380 428 ; C 123 ; WX 400 ; N braceleft ; B 51 -177 407 687 ; C 124 ; WX 275 ; N bar ; B 105 -217 171 783 ; C 125 ; WX 400 ; N braceright ; B -7 -177 349 687 ; C 126 ; WX 541 ; N asciitilde ; B 40 183 502 323 ; C 161 ; WX 389 ; N exclamdown ; B 59 -205 322 473 ; C 162 ; WX 500 ; N cent ; B 77 -143 472 560 ; C 163 ; WX 500 ; N sterling ; B 10 -6 517 670 ; C 164 ; WX 167 ; N fraction ; B -169 -10 337 676 ; C 165 ; WX 500 ; N yen ; B 27 0 603 653 ; C 166 ; WX 500 ; N florin ; B 25 -182 507 682 ; C 167 ; WX 500 ; N section ; B 53 -162 461 666 ; C 168 ; WX 500 ; N currency ; B -22 53 522 597 ; C 169 ; WX 214 ; N quotesingle ; B 132 421 241 666 ; C 170 ; WX 556 ; N quotedblleft ; B 166 436 514 666 ; C 171 ; WX 500 ; N guillemotleft ; B 53 37 445 403 ; C 172 ; WX 333 ; N guilsinglleft ; B 51 37 281 403 ; C 173 ; WX 333 ; N guilsinglright ; B 52 37 282 403 ; C 174 ; WX 500 ; N fi ; B -141 -207 481 681 ; C 175 ; WX 500 ; N fl ; B -141 -204 518 682 ; C 177 ; WX 500 ; N endash ; B -6 197 505 243 ; C 178 ; WX 500 ; N dagger ; B 101 -159 488 666 ; C 179 ; WX 500 ; N daggerdbl ; B 22 -143 491 666 ; C 180 ; WX 250 ; N periodcentered ; B 70 199 181 310 ; C 182 ; WX 523 ; N paragraph ; B 55 -123 616 653 ; C 183 ; WX 350 ; N bullet ; B 40 191 310 461 ; C 184 ; WX 333 ; N quotesinglbase ; B 44 -129 183 101 ; C 185 ; WX 556 ; N quotedblbase ; B 57 -129 405 101 ; C 186 ; WX 556 ; N quotedblright ; B 151 436 499 666 ; C 187 ; WX 500 ; N guillemotright ; B 55 37 447 403 ; C 188 ; WX 889 ; N ellipsis ; B 57 -11 762 100 ; C 189 ; WX 1000 ; N perthousand ; B 25 -19 1010 706 ; C 191 ; WX 500 ; N questiondown ; B 28 -205 368 471 ; C 193 ; WX 333 ; N grave ; B 121 492 311 664 ; C 194 ; WX 333 ; N acute ; B 180 494 403 664 ; C 195 ; WX 333 ; N circumflex ; B 91 492 385 661 ; C 196 ; WX 333 ; N tilde ; B 100 517 427 624 ; C 197 ; WX 333 ; N macron ; B 99 532 411 583 ; C 198 ; WX 333 ; N breve ; B 117 492 418 650 ; C 199 ; WX 333 ; N dotaccent ; B 207 548 305 646 ; C 200 ; WX 333 ; N dieresis ; B 107 548 405 646 ; C 202 ; WX 333 ; N ring ; B 155 492 355 691 ; C 203 ; WX 333 ; N cedilla ; B -30 -217 182 0 ; C 205 ; WX 333 ; N hungarumlaut ; B 93 494 486 664 ; C 206 ; WX 333 ; N ogonek ; B 20 -169 203 40 ; C 207 ; WX 333 ; N caron ; B 121 492 426 661 ; C 208 ; WX 889 ; N emdash ; B -6 197 894 243 ; C 225 ; WX 889 ; N AE ; B -27 0 911 653 ; C 227 ; WX 276 ; N ordfeminine ; B 42 406 352 676 ; C 232 ; WX 556 ; N Lslash ; B -8 0 559 653 ; C 233 ; WX 722 ; N Oslash ; B 60 -105 699 722 ; C 234 ; WX 944 ; N OE ; B 49 -8 964 666 ; C 235 ; WX 310 ; N ordmasculine ; B 67 406 362 676 ; C 241 ; WX 667 ; N ae ; B 23 -11 640 441 ; C 245 ; WX 278 ; N dotlessi ; B 49 -11 235 441 ; C 248 ; WX 278 ; N lslash ; B 41 -11 312 683 ; C 249 ; WX 500 ; N oslash ; B 28 -135 469 554 ; C 250 ; WX 667 ; N oe ; B 20 -12 646 441 ; C 251 ; WX 500 ; N germandbls ; B -168 -207 493 679 ; C -1 ; WX 333 ; N Idieresis ; B -8 0 435 818 ; C -1 ; WX 444 ; N eacute ; B 31 -11 459 664 ; C -1 ; WX 500 ; N abreve ; B 17 -11 502 650 ; C -1 ; WX 500 ; N uhungarumlaut ; B 42 -11 580 664 ; C -1 ; WX 444 ; N ecaron ; B 31 -11 482 661 ; C -1 ; WX 556 ; N Ydieresis ; B 78 0 633 818 ; C -1 ; WX 675 ; N divide ; B 86 -11 590 517 ; C -1 ; WX 556 ; N Yacute ; B 78 0 633 876 ; C -1 ; WX 611 ; N Acircumflex ; B -51 0 564 873 ; C -1 ; WX 500 ; N aacute ; B 17 -11 487 664 ; C -1 ; WX 722 ; N Ucircumflex ; B 102 -18 765 873 ; C -1 ; WX 444 ; N yacute ; B -24 -206 459 664 ; C -1 ; WX 389 ; N scommaaccent ; B 16 -217 366 442 ; C -1 ; WX 444 ; N ecircumflex ; B 31 -11 441 661 ; C -1 ; WX 722 ; N Uring ; B 102 -18 765 883 ; C -1 ; WX 722 ; N Udieresis ; B 102 -18 765 818 ; C -1 ; WX 500 ; N aogonek ; B 17 -169 476 441 ; C -1 ; WX 722 ; N Uacute ; B 102 -18 765 876 ; C -1 ; WX 500 ; N uogonek ; B 42 -169 477 441 ; C -1 ; WX 611 ; N Edieresis ; B -1 0 634 818 ; C -1 ; WX 722 ; N Dcroat ; B -8 0 700 653 ; C -1 ; WX 250 ; N commaaccent ; B 8 -217 133 -50 ; C -1 ; WX 760 ; N copyright ; B 41 -18 719 666 ; C -1 ; WX 611 ; N Emacron ; B -1 0 634 795 ; C -1 ; WX 444 ; N ccaron ; B 30 -11 482 661 ; C -1 ; WX 500 ; N aring ; B 17 -11 476 691 ; C -1 ; WX 667 ; N Ncommaaccent ; B -20 -187 727 653 ; C -1 ; WX 278 ; N lacute ; B 41 -11 395 876 ; C -1 ; WX 500 ; N agrave ; B 17 -11 476 664 ; C -1 ; WX 556 ; N Tcommaaccent ; B 59 -217 633 653 ; C -1 ; WX 667 ; N Cacute ; B 66 -18 690 876 ; C -1 ; WX 500 ; N atilde ; B 17 -11 511 624 ; C -1 ; WX 611 ; N Edotaccent ; B -1 0 634 818 ; C -1 ; WX 389 ; N scaron ; B 16 -13 454 661 ; C -1 ; WX 389 ; N scedilla ; B 16 -217 366 442 ; C -1 ; WX 278 ; N iacute ; B 49 -11 355 664 ; C -1 ; WX 471 ; N lozenge ; B 13 0 459 724 ; C -1 ; WX 611 ; N Rcaron ; B -13 0 588 873 ; C -1 ; WX 722 ; N Gcommaaccent ; B 52 -217 722 666 ; C -1 ; WX 500 ; N ucircumflex ; B 42 -11 475 661 ; C -1 ; WX 500 ; N acircumflex ; B 17 -11 476 661 ; C -1 ; WX 611 ; N Amacron ; B -51 0 564 795 ; C -1 ; WX 389 ; N rcaron ; B 45 0 434 661 ; C -1 ; WX 444 ; N ccedilla ; B 30 -217 425 441 ; C -1 ; WX 556 ; N Zdotaccent ; B -6 0 606 818 ; C -1 ; WX 611 ; N Thorn ; B 0 0 569 653 ; C -1 ; WX 722 ; N Omacron ; B 60 -18 699 795 ; C -1 ; WX 611 ; N Racute ; B -13 0 588 876 ; C -1 ; WX 500 ; N Sacute ; B 17 -18 508 876 ; C -1 ; WX 544 ; N dcaron ; B 15 -13 658 683 ; C -1 ; WX 722 ; N Umacron ; B 102 -18 765 795 ; C -1 ; WX 500 ; N uring ; B 42 -11 475 691 ; C -1 ; WX 300 ; N threesuperior ; B 43 268 339 676 ; C -1 ; WX 722 ; N Ograve ; B 60 -18 699 876 ; C -1 ; WX 611 ; N Agrave ; B -51 0 564 876 ; C -1 ; WX 611 ; N Abreve ; B -51 0 564 862 ; C -1 ; WX 675 ; N multiply ; B 93 8 582 497 ; C -1 ; WX 500 ; N uacute ; B 42 -11 477 664 ; C -1 ; WX 556 ; N Tcaron ; B 59 0 633 873 ; C -1 ; WX 476 ; N partialdiff ; B 17 -38 459 710 ; C -1 ; WX 444 ; N ydieresis ; B -24 -206 441 606 ; C -1 ; WX 667 ; N Nacute ; B -20 -15 727 876 ; C -1 ; WX 278 ; N icircumflex ; B 33 -11 327 661 ; C -1 ; WX 611 ; N Ecircumflex ; B -1 0 634 873 ; C -1 ; WX 500 ; N adieresis ; B 17 -11 489 606 ; C -1 ; WX 444 ; N edieresis ; B 31 -11 451 606 ; C -1 ; WX 444 ; N cacute ; B 30 -11 459 664 ; C -1 ; WX 500 ; N nacute ; B 14 -9 477 664 ; C -1 ; WX 500 ; N umacron ; B 42 -11 485 583 ; C -1 ; WX 667 ; N Ncaron ; B -20 -15 727 873 ; C -1 ; WX 333 ; N Iacute ; B -8 0 433 876 ; C -1 ; WX 675 ; N plusminus ; B 86 0 590 506 ; C -1 ; WX 275 ; N brokenbar ; B 105 -142 171 708 ; C -1 ; WX 760 ; N registered ; B 41 -18 719 666 ; C -1 ; WX 722 ; N Gbreve ; B 52 -18 722 862 ; C -1 ; WX 333 ; N Idotaccent ; B -8 0 384 818 ; C -1 ; WX 600 ; N summation ; B 15 -10 585 706 ; C -1 ; WX 611 ; N Egrave ; B -1 0 634 876 ; C -1 ; WX 389 ; N racute ; B 45 0 431 664 ; C -1 ; WX 500 ; N omacron ; B 27 -11 495 583 ; C -1 ; WX 556 ; N Zacute ; B -6 0 606 876 ; C -1 ; WX 556 ; N Zcaron ; B -6 0 606 873 ; C -1 ; WX 549 ; N greaterequal ; B 26 0 523 658 ; C -1 ; WX 722 ; N Eth ; B -8 0 700 653 ; C -1 ; WX 667 ; N Ccedilla ; B 66 -217 689 666 ; C -1 ; WX 278 ; N lcommaaccent ; B 22 -217 279 683 ; C -1 ; WX 300 ; N tcaron ; B 37 -11 407 681 ; C -1 ; WX 444 ; N eogonek ; B 31 -169 412 441 ; C -1 ; WX 722 ; N Uogonek ; B 102 -184 765 653 ; C -1 ; WX 611 ; N Aacute ; B -51 0 564 876 ; C -1 ; WX 611 ; N Adieresis ; B -51 0 564 818 ; C -1 ; WX 444 ; N egrave ; B 31 -11 412 664 ; C -1 ; WX 389 ; N zacute ; B -2 -81 431 664 ; C -1 ; WX 278 ; N iogonek ; B 49 -169 264 654 ; C -1 ; WX 722 ; N Oacute ; B 60 -18 699 876 ; C -1 ; WX 500 ; N oacute ; B 27 -11 487 664 ; C -1 ; WX 500 ; N amacron ; B 17 -11 495 583 ; C -1 ; WX 389 ; N sacute ; B 16 -13 431 664 ; C -1 ; WX 278 ; N idieresis ; B 49 -11 352 606 ; C -1 ; WX 722 ; N Ocircumflex ; B 60 -18 699 873 ; C -1 ; WX 722 ; N Ugrave ; B 102 -18 765 876 ; C -1 ; WX 612 ; N Delta ; B 6 0 608 688 ; C -1 ; WX 500 ; N thorn ; B -75 -205 469 683 ; C -1 ; WX 300 ; N twosuperior ; B 33 271 324 676 ; C -1 ; WX 722 ; N Odieresis ; B 60 -18 699 818 ; C -1 ; WX 500 ; N mu ; B -30 -209 497 428 ; C -1 ; WX 278 ; N igrave ; B 49 -11 284 664 ; C -1 ; WX 500 ; N ohungarumlaut ; B 27 -11 590 664 ; C -1 ; WX 611 ; N Eogonek ; B -1 -169 634 653 ; C -1 ; WX 500 ; N dcroat ; B 15 -13 572 683 ; C -1 ; WX 750 ; N threequarters ; B 23 -10 736 676 ; C -1 ; WX 500 ; N Scedilla ; B 17 -217 508 667 ; C -1 ; WX 300 ; N lcaron ; B 41 -11 407 683 ; C -1 ; WX 667 ; N Kcommaaccent ; B 7 -217 722 653 ; C -1 ; WX 556 ; N Lacute ; B -8 0 559 876 ; C -1 ; WX 980 ; N trademark ; B 30 247 957 653 ; C -1 ; WX 444 ; N edotaccent ; B 31 -11 412 606 ; C -1 ; WX 333 ; N Igrave ; B -8 0 384 876 ; C -1 ; WX 333 ; N Imacron ; B -8 0 441 795 ; C -1 ; WX 611 ; N Lcaron ; B -8 0 586 653 ; C -1 ; WX 750 ; N onehalf ; B 34 -10 749 676 ; C -1 ; WX 549 ; N lessequal ; B 26 0 523 658 ; C -1 ; WX 500 ; N ocircumflex ; B 27 -11 468 661 ; C -1 ; WX 500 ; N ntilde ; B 14 -9 476 624 ; C -1 ; WX 722 ; N Uhungarumlaut ; B 102 -18 765 876 ; C -1 ; WX 611 ; N Eacute ; B -1 0 634 876 ; C -1 ; WX 444 ; N emacron ; B 31 -11 457 583 ; C -1 ; WX 500 ; N gbreve ; B 8 -206 487 650 ; C -1 ; WX 750 ; N onequarter ; B 33 -10 736 676 ; C -1 ; WX 500 ; N Scaron ; B 17 -18 520 873 ; C -1 ; WX 500 ; N Scommaaccent ; B 17 -217 508 667 ; C -1 ; WX 722 ; N Ohungarumlaut ; B 60 -18 699 876 ; C -1 ; WX 400 ; N degree ; B 101 390 387 676 ; C -1 ; WX 500 ; N ograve ; B 27 -11 468 664 ; C -1 ; WX 667 ; N Ccaron ; B 66 -18 689 873 ; C -1 ; WX 500 ; N ugrave ; B 42 -11 475 664 ; C -1 ; WX 453 ; N radical ; B 2 -60 452 768 ; C -1 ; WX 722 ; N Dcaron ; B -8 0 700 873 ; C -1 ; WX 389 ; N rcommaaccent ; B -3 -217 412 441 ; C -1 ; WX 667 ; N Ntilde ; B -20 -15 727 836 ; C -1 ; WX 500 ; N otilde ; B 27 -11 496 624 ; C -1 ; WX 611 ; N Rcommaaccent ; B -13 -187 588 653 ; C -1 ; WX 556 ; N Lcommaaccent ; B -8 -217 559 653 ; C -1 ; WX 611 ; N Atilde ; B -51 0 566 836 ; C -1 ; WX 611 ; N Aogonek ; B -51 -169 566 668 ; C -1 ; WX 611 ; N Aring ; B -51 0 564 883 ; C -1 ; WX 722 ; N Otilde ; B 60 -18 699 836 ; C -1 ; WX 389 ; N zdotaccent ; B -2 -81 380 606 ; C -1 ; WX 611 ; N Ecaron ; B -1 0 634 873 ; C -1 ; WX 333 ; N Iogonek ; B -8 -169 384 653 ; C -1 ; WX 444 ; N kcommaaccent ; B 14 -187 461 683 ; C -1 ; WX 675 ; N minus ; B 86 220 590 286 ; C -1 ; WX 333 ; N Icircumflex ; B -8 0 425 873 ; C -1 ; WX 500 ; N ncaron ; B 14 -9 510 661 ; C -1 ; WX 278 ; N tcommaaccent ; B 2 -217 296 546 ; C -1 ; WX 675 ; N logicalnot ; B 86 108 590 386 ; C -1 ; WX 500 ; N odieresis ; B 27 -11 489 606 ; C -1 ; WX 500 ; N udieresis ; B 42 -11 479 606 ; C -1 ; WX 549 ; N notequal ; B 12 -29 537 541 ; C -1 ; WX 500 ; N gcommaaccent ; B 8 -206 472 706 ; C -1 ; WX 500 ; N eth ; B 27 -11 482 683 ; C -1 ; WX 389 ; N zcaron ; B -2 -81 434 661 ; C -1 ; WX 500 ; N ncommaaccent ; B 14 -187 474 441 ; C -1 ; WX 300 ; N onesuperior ; B 43 271 284 676 ; C -1 ; WX 278 ; N imacron ; B 46 -11 311 583 ; C -1 ; WX 500 ; N Euro ; B 0 0 0 0 ; EndCharMetrics StartKernData StartKernPairs 2321 KPX A C -30 KPX A Cacute -30 KPX A Ccaron -30 KPX A Ccedilla -30 KPX A G -35 KPX A Gbreve -35 KPX A Gcommaaccent -35 KPX A O -40 KPX A Oacute -40 KPX A Ocircumflex -40 KPX A Odieresis -40 KPX A Ograve -40 KPX A Ohungarumlaut -40 KPX A Omacron -40 KPX A Oslash -40 KPX A Otilde -40 KPX A Q -40 KPX A T -37 KPX A Tcaron -37 KPX A Tcommaaccent -37 KPX A U -50 KPX A Uacute -50 KPX A Ucircumflex -50 KPX A Udieresis -50 KPX A Ugrave -50 KPX A Uhungarumlaut -50 KPX A Umacron -50 KPX A Uogonek -50 KPX A Uring -50 KPX A V -105 KPX A W -95 KPX A Y -55 KPX A Yacute -55 KPX A Ydieresis -55 KPX A quoteright -37 KPX A u -20 KPX A uacute -20 KPX A ucircumflex -20 KPX A udieresis -20 KPX A ugrave -20 KPX A uhungarumlaut -20 KPX A umacron -20 KPX A uogonek -20 KPX A uring -20 KPX A v -55 KPX A w -55 KPX A y -55 KPX A yacute -55 KPX A ydieresis -55 KPX Aacute C -30 KPX Aacute Cacute -30 KPX Aacute Ccaron -30 KPX Aacute Ccedilla -30 KPX Aacute G -35 KPX Aacute Gbreve -35 KPX Aacute Gcommaaccent -35 KPX Aacute O -40 KPX Aacute Oacute -40 KPX Aacute Ocircumflex -40 KPX Aacute Odieresis -40 KPX Aacute Ograve -40 KPX Aacute Ohungarumlaut -40 KPX Aacute Omacron -40 KPX Aacute Oslash -40 KPX Aacute Otilde -40 KPX Aacute Q -40 KPX Aacute T -37 KPX Aacute Tcaron -37 KPX Aacute Tcommaaccent -37 KPX Aacute U -50 KPX Aacute Uacute -50 KPX Aacute Ucircumflex -50 KPX Aacute Udieresis -50 KPX Aacute Ugrave -50 KPX Aacute Uhungarumlaut -50 KPX Aacute Umacron -50 KPX Aacute Uogonek -50 KPX Aacute Uring -50 KPX Aacute V -105 KPX Aacute W -95 KPX Aacute Y -55 KPX Aacute Yacute -55 KPX Aacute Ydieresis -55 KPX Aacute quoteright -37 KPX Aacute u -20 KPX Aacute uacute -20 KPX Aacute ucircumflex -20 KPX Aacute udieresis -20 KPX Aacute ugrave -20 KPX Aacute uhungarumlaut -20 KPX Aacute umacron -20 KPX Aacute uogonek -20 KPX Aacute uring -20 KPX Aacute v -55 KPX Aacute w -55 KPX Aacute y -55 KPX Aacute yacute -55 KPX Aacute ydieresis -55 KPX Abreve C -30 KPX Abreve Cacute -30 KPX Abreve Ccaron -30 KPX Abreve Ccedilla -30 KPX Abreve G -35 KPX Abreve Gbreve -35 KPX Abreve Gcommaaccent -35 KPX Abreve O -40 KPX Abreve Oacute -40 KPX Abreve Ocircumflex -40 KPX Abreve Odieresis -40 KPX Abreve Ograve -40 KPX Abreve Ohungarumlaut -40 KPX Abreve Omacron -40 KPX Abreve Oslash -40 KPX Abreve Otilde -40 KPX Abreve Q -40 KPX Abreve T -37 KPX Abreve Tcaron -37 KPX Abreve Tcommaaccent -37 KPX Abreve U -50 KPX Abreve Uacute -50 KPX Abreve Ucircumflex -50 KPX Abreve Udieresis -50 KPX Abreve Ugrave -50 KPX Abreve Uhungarumlaut -50 KPX Abreve Umacron -50 KPX Abreve Uogonek -50 KPX Abreve Uring -50 KPX Abreve V -105 KPX Abreve W -95 KPX Abreve Y -55 KPX Abreve Yacute -55 KPX Abreve Ydieresis -55 KPX Abreve quoteright -37 KPX Abreve u -20 KPX Abreve uacute -20 KPX Abreve ucircumflex -20 KPX Abreve udieresis -20 KPX Abreve ugrave -20 KPX Abreve uhungarumlaut -20 KPX Abreve umacron -20 KPX Abreve uogonek -20 KPX Abreve uring -20 KPX Abreve v -55 KPX Abreve w -55 KPX Abreve y -55 KPX Abreve yacute -55 KPX Abreve ydieresis -55 KPX Acircumflex C -30 KPX Acircumflex Cacute -30 KPX Acircumflex Ccaron -30 KPX Acircumflex Ccedilla -30 KPX Acircumflex G -35 KPX Acircumflex Gbreve -35 KPX Acircumflex Gcommaaccent -35 KPX Acircumflex O -40 KPX Acircumflex Oacute -40 KPX Acircumflex Ocircumflex -40 KPX Acircumflex Odieresis -40 KPX Acircumflex Ograve -40 KPX Acircumflex Ohungarumlaut -40 KPX Acircumflex Omacron -40 KPX Acircumflex Oslash -40 KPX Acircumflex Otilde -40 KPX Acircumflex Q -40 KPX Acircumflex T -37 KPX Acircumflex Tcaron -37 KPX Acircumflex Tcommaaccent -37 KPX Acircumflex U -50 KPX Acircumflex Uacute -50 KPX Acircumflex Ucircumflex -50 KPX Acircumflex Udieresis -50 KPX Acircumflex Ugrave -50 KPX Acircumflex Uhungarumlaut -50 KPX Acircumflex Umacron -50 KPX Acircumflex Uogonek -50 KPX Acircumflex Uring -50 KPX Acircumflex V -105 KPX Acircumflex W -95 KPX Acircumflex Y -55 KPX Acircumflex Yacute -55 KPX Acircumflex Ydieresis -55 KPX Acircumflex quoteright -37 KPX Acircumflex u -20 KPX Acircumflex uacute -20 KPX Acircumflex ucircumflex -20 KPX Acircumflex udieresis -20 KPX Acircumflex ugrave -20 KPX Acircumflex uhungarumlaut -20 KPX Acircumflex umacron -20 KPX Acircumflex uogonek -20 KPX Acircumflex uring -20 KPX Acircumflex v -55 KPX Acircumflex w -55 KPX Acircumflex y -55 KPX Acircumflex yacute -55 KPX Acircumflex ydieresis -55 KPX Adieresis C -30 KPX Adieresis Cacute -30 KPX Adieresis Ccaron -30 KPX Adieresis Ccedilla -30 KPX Adieresis G -35 KPX Adieresis Gbreve -35 KPX Adieresis Gcommaaccent -35 KPX Adieresis O -40 KPX Adieresis Oacute -40 KPX Adieresis Ocircumflex -40 KPX Adieresis Odieresis -40 KPX Adieresis Ograve -40 KPX Adieresis Ohungarumlaut -40 KPX Adieresis Omacron -40 KPX Adieresis Oslash -40 KPX Adieresis Otilde -40 KPX Adieresis Q -40 KPX Adieresis T -37 KPX Adieresis Tcaron -37 KPX Adieresis Tcommaaccent -37 KPX Adieresis U -50 KPX Adieresis Uacute -50 KPX Adieresis Ucircumflex -50 KPX Adieresis Udieresis -50 KPX Adieresis Ugrave -50 KPX Adieresis Uhungarumlaut -50 KPX Adieresis Umacron -50 KPX Adieresis Uogonek -50 KPX Adieresis Uring -50 KPX Adieresis V -105 KPX Adieresis W -95 KPX Adieresis Y -55 KPX Adieresis Yacute -55 KPX Adieresis Ydieresis -55 KPX Adieresis quoteright -37 KPX Adieresis u -20 KPX Adieresis uacute -20 KPX Adieresis ucircumflex -20 KPX Adieresis udieresis -20 KPX Adieresis ugrave -20 KPX Adieresis uhungarumlaut -20 KPX Adieresis umacron -20 KPX Adieresis uogonek -20 KPX Adieresis uring -20 KPX Adieresis v -55 KPX Adieresis w -55 KPX Adieresis y -55 KPX Adieresis yacute -55 KPX Adieresis ydieresis -55 KPX Agrave C -30 KPX Agrave Cacute -30 KPX Agrave Ccaron -30 KPX Agrave Ccedilla -30 KPX Agrave G -35 KPX Agrave Gbreve -35 KPX Agrave Gcommaaccent -35 KPX Agrave O -40 KPX Agrave Oacute -40 KPX Agrave Ocircumflex -40 KPX Agrave Odieresis -40 KPX Agrave Ograve -40 KPX Agrave Ohungarumlaut -40 KPX Agrave Omacron -40 KPX Agrave Oslash -40 KPX Agrave Otilde -40 KPX Agrave Q -40 KPX Agrave T -37 KPX Agrave Tcaron -37 KPX Agrave Tcommaaccent -37 KPX Agrave U -50 KPX Agrave Uacute -50 KPX Agrave Ucircumflex -50 KPX Agrave Udieresis -50 KPX Agrave Ugrave -50 KPX Agrave Uhungarumlaut -50 KPX Agrave Umacron -50 KPX Agrave Uogonek -50 KPX Agrave Uring -50 KPX Agrave V -105 KPX Agrave W -95 KPX Agrave Y -55 KPX Agrave Yacute -55 KPX Agrave Ydieresis -55 KPX Agrave quoteright -37 KPX Agrave u -20 KPX Agrave uacute -20 KPX Agrave ucircumflex -20 KPX Agrave udieresis -20 KPX Agrave ugrave -20 KPX Agrave uhungarumlaut -20 KPX Agrave umacron -20 KPX Agrave uogonek -20 KPX Agrave uring -20 KPX Agrave v -55 KPX Agrave w -55 KPX Agrave y -55 KPX Agrave yacute -55 KPX Agrave ydieresis -55 KPX Amacron C -30 KPX Amacron Cacute -30 KPX Amacron Ccaron -30 KPX Amacron Ccedilla -30 KPX Amacron G -35 KPX Amacron Gbreve -35 KPX Amacron Gcommaaccent -35 KPX Amacron O -40 KPX Amacron Oacute -40 KPX Amacron Ocircumflex -40 KPX Amacron Odieresis -40 KPX Amacron Ograve -40 KPX Amacron Ohungarumlaut -40 KPX Amacron Omacron -40 KPX Amacron Oslash -40 KPX Amacron Otilde -40 KPX Amacron Q -40 KPX Amacron T -37 KPX Amacron Tcaron -37 KPX Amacron Tcommaaccent -37 KPX Amacron U -50 KPX Amacron Uacute -50 KPX Amacron Ucircumflex -50 KPX Amacron Udieresis -50 KPX Amacron Ugrave -50 KPX Amacron Uhungarumlaut -50 KPX Amacron Umacron -50 KPX Amacron Uogonek -50 KPX Amacron Uring -50 KPX Amacron V -105 KPX Amacron W -95 KPX Amacron Y -55 KPX Amacron Yacute -55 KPX Amacron Ydieresis -55 KPX Amacron quoteright -37 KPX Amacron u -20 KPX Amacron uacute -20 KPX Amacron ucircumflex -20 KPX Amacron udieresis -20 KPX Amacron ugrave -20 KPX Amacron uhungarumlaut -20 KPX Amacron umacron -20 KPX Amacron uogonek -20 KPX Amacron uring -20 KPX Amacron v -55 KPX Amacron w -55 KPX Amacron y -55 KPX Amacron yacute -55 KPX Amacron ydieresis -55 KPX Aogonek C -30 KPX Aogonek Cacute -30 KPX Aogonek Ccaron -30 KPX Aogonek Ccedilla -30 KPX Aogonek G -35 KPX Aogonek Gbreve -35 KPX Aogonek Gcommaaccent -35 KPX Aogonek O -40 KPX Aogonek Oacute -40 KPX Aogonek Ocircumflex -40 KPX Aogonek Odieresis -40 KPX Aogonek Ograve -40 KPX Aogonek Ohungarumlaut -40 KPX Aogonek Omacron -40 KPX Aogonek Oslash -40 KPX Aogonek Otilde -40 KPX Aogonek Q -40 KPX Aogonek T -37 KPX Aogonek Tcaron -37 KPX Aogonek Tcommaaccent -37 KPX Aogonek U -50 KPX Aogonek Uacute -50 KPX Aogonek Ucircumflex -50 KPX Aogonek Udieresis -50 KPX Aogonek Ugrave -50 KPX Aogonek Uhungarumlaut -50 KPX Aogonek Umacron -50 KPX Aogonek Uogonek -50 KPX Aogonek Uring -50 KPX Aogonek V -105 KPX Aogonek W -95 KPX Aogonek Y -55 KPX Aogonek Yacute -55 KPX Aogonek Ydieresis -55 KPX Aogonek quoteright -37 KPX Aogonek u -20 KPX Aogonek uacute -20 KPX Aogonek ucircumflex -20 KPX Aogonek udieresis -20 KPX Aogonek ugrave -20 KPX Aogonek uhungarumlaut -20 KPX Aogonek umacron -20 KPX Aogonek uogonek -20 KPX Aogonek uring -20 KPX Aogonek v -55 KPX Aogonek w -55 KPX Aogonek y -55 KPX Aogonek yacute -55 KPX Aogonek ydieresis -55 KPX Aring C -30 KPX Aring Cacute -30 KPX Aring Ccaron -30 KPX Aring Ccedilla -30 KPX Aring G -35 KPX Aring Gbreve -35 KPX Aring Gcommaaccent -35 KPX Aring O -40 KPX Aring Oacute -40 KPX Aring Ocircumflex -40 KPX Aring Odieresis -40 KPX Aring Ograve -40 KPX Aring Ohungarumlaut -40 KPX Aring Omacron -40 KPX Aring Oslash -40 KPX Aring Otilde -40 KPX Aring Q -40 KPX Aring T -37 KPX Aring Tcaron -37 KPX Aring Tcommaaccent -37 KPX Aring U -50 KPX Aring Uacute -50 KPX Aring Ucircumflex -50 KPX Aring Udieresis -50 KPX Aring Ugrave -50 KPX Aring Uhungarumlaut -50 KPX Aring Umacron -50 KPX Aring Uogonek -50 KPX Aring Uring -50 KPX Aring V -105 KPX Aring W -95 KPX Aring Y -55 KPX Aring Yacute -55 KPX Aring Ydieresis -55 KPX Aring quoteright -37 KPX Aring u -20 KPX Aring uacute -20 KPX Aring ucircumflex -20 KPX Aring udieresis -20 KPX Aring ugrave -20 KPX Aring uhungarumlaut -20 KPX Aring umacron -20 KPX Aring uogonek -20 KPX Aring uring -20 KPX Aring v -55 KPX Aring w -55 KPX Aring y -55 KPX Aring yacute -55 KPX Aring ydieresis -55 KPX Atilde C -30 KPX Atilde Cacute -30 KPX Atilde Ccaron -30 KPX Atilde Ccedilla -30 KPX Atilde G -35 KPX Atilde Gbreve -35 KPX Atilde Gcommaaccent -35 KPX Atilde O -40 KPX Atilde Oacute -40 KPX Atilde Ocircumflex -40 KPX Atilde Odieresis -40 KPX Atilde Ograve -40 KPX Atilde Ohungarumlaut -40 KPX Atilde Omacron -40 KPX Atilde Oslash -40 KPX Atilde Otilde -40 KPX Atilde Q -40 KPX Atilde T -37 KPX Atilde Tcaron -37 KPX Atilde Tcommaaccent -37 KPX Atilde U -50 KPX Atilde Uacute -50 KPX Atilde Ucircumflex -50 KPX Atilde Udieresis -50 KPX Atilde Ugrave -50 KPX Atilde Uhungarumlaut -50 KPX Atilde Umacron -50 KPX Atilde Uogonek -50 KPX Atilde Uring -50 KPX Atilde V -105 KPX Atilde W -95 KPX Atilde Y -55 KPX Atilde Yacute -55 KPX Atilde Ydieresis -55 KPX Atilde quoteright -37 KPX Atilde u -20 KPX Atilde uacute -20 KPX Atilde ucircumflex -20 KPX Atilde udieresis -20 KPX Atilde ugrave -20 KPX Atilde uhungarumlaut -20 KPX Atilde umacron -20 KPX Atilde uogonek -20 KPX Atilde uring -20 KPX Atilde v -55 KPX Atilde w -55 KPX Atilde y -55 KPX Atilde yacute -55 KPX Atilde ydieresis -55 KPX B A -25 KPX B Aacute -25 KPX B Abreve -25 KPX B Acircumflex -25 KPX B Adieresis -25 KPX B Agrave -25 KPX B Amacron -25 KPX B Aogonek -25 KPX B Aring -25 KPX B Atilde -25 KPX B U -10 KPX B Uacute -10 KPX B Ucircumflex -10 KPX B Udieresis -10 KPX B Ugrave -10 KPX B Uhungarumlaut -10 KPX B Umacron -10 KPX B Uogonek -10 KPX B Uring -10 KPX D A -35 KPX D Aacute -35 KPX D Abreve -35 KPX D Acircumflex -35 KPX D Adieresis -35 KPX D Agrave -35 KPX D Amacron -35 KPX D Aogonek -35 KPX D Aring -35 KPX D Atilde -35 KPX D V -40 KPX D W -40 KPX D Y -40 KPX D Yacute -40 KPX D Ydieresis -40 KPX Dcaron A -35 KPX Dcaron Aacute -35 KPX Dcaron Abreve -35 KPX Dcaron Acircumflex -35 KPX Dcaron Adieresis -35 KPX Dcaron Agrave -35 KPX Dcaron Amacron -35 KPX Dcaron Aogonek -35 KPX Dcaron Aring -35 KPX Dcaron Atilde -35 KPX Dcaron V -40 KPX Dcaron W -40 KPX Dcaron Y -40 KPX Dcaron Yacute -40 KPX Dcaron Ydieresis -40 KPX Dcroat A -35 KPX Dcroat Aacute -35 KPX Dcroat Abreve -35 KPX Dcroat Acircumflex -35 KPX Dcroat Adieresis -35 KPX Dcroat Agrave -35 KPX Dcroat Amacron -35 KPX Dcroat Aogonek -35 KPX Dcroat Aring -35 KPX Dcroat Atilde -35 KPX Dcroat V -40 KPX Dcroat W -40 KPX Dcroat Y -40 KPX Dcroat Yacute -40 KPX Dcroat Ydieresis -40 KPX F A -115 KPX F Aacute -115 KPX F Abreve -115 KPX F Acircumflex -115 KPX F Adieresis -115 KPX F Agrave -115 KPX F Amacron -115 KPX F Aogonek -115 KPX F Aring -115 KPX F Atilde -115 KPX F a -75 KPX F aacute -75 KPX F abreve -75 KPX F acircumflex -75 KPX F adieresis -75 KPX F agrave -75 KPX F amacron -75 KPX F aogonek -75 KPX F aring -75 KPX F atilde -75 KPX F comma -135 KPX F e -75 KPX F eacute -75 KPX F ecaron -75 KPX F ecircumflex -75 KPX F edieresis -75 KPX F edotaccent -75 KPX F egrave -75 KPX F emacron -75 KPX F eogonek -75 KPX F i -45 KPX F iacute -45 KPX F icircumflex -45 KPX F idieresis -45 KPX F igrave -45 KPX F imacron -45 KPX F iogonek -45 KPX F o -105 KPX F oacute -105 KPX F ocircumflex -105 KPX F odieresis -105 KPX F ograve -105 KPX F ohungarumlaut -105 KPX F omacron -105 KPX F oslash -105 KPX F otilde -105 KPX F period -135 KPX F r -55 KPX F racute -55 KPX F rcaron -55 KPX F rcommaaccent -55 KPX J A -40 KPX J Aacute -40 KPX J Abreve -40 KPX J Acircumflex -40 KPX J Adieresis -40 KPX J Agrave -40 KPX J Amacron -40 KPX J Aogonek -40 KPX J Aring -40 KPX J Atilde -40 KPX J a -35 KPX J aacute -35 KPX J abreve -35 KPX J acircumflex -35 KPX J adieresis -35 KPX J agrave -35 KPX J amacron -35 KPX J aogonek -35 KPX J aring -35 KPX J atilde -35 KPX J comma -25 KPX J e -25 KPX J eacute -25 KPX J ecaron -25 KPX J ecircumflex -25 KPX J edieresis -25 KPX J edotaccent -25 KPX J egrave -25 KPX J emacron -25 KPX J eogonek -25 KPX J o -25 KPX J oacute -25 KPX J ocircumflex -25 KPX J odieresis -25 KPX J ograve -25 KPX J ohungarumlaut -25 KPX J omacron -25 KPX J oslash -25 KPX J otilde -25 KPX J period -25 KPX J u -35 KPX J uacute -35 KPX J ucircumflex -35 KPX J udieresis -35 KPX J ugrave -35 KPX J uhungarumlaut -35 KPX J umacron -35 KPX J uogonek -35 KPX J uring -35 KPX K O -50 KPX K Oacute -50 KPX K Ocircumflex -50 KPX K Odieresis -50 KPX K Ograve -50 KPX K Ohungarumlaut -50 KPX K Omacron -50 KPX K Oslash -50 KPX K Otilde -50 KPX K e -35 KPX K eacute -35 KPX K ecaron -35 KPX K ecircumflex -35 KPX K edieresis -35 KPX K edotaccent -35 KPX K egrave -35 KPX K emacron -35 KPX K eogonek -35 KPX K o -40 KPX K oacute -40 KPX K ocircumflex -40 KPX K odieresis -40 KPX K ograve -40 KPX K ohungarumlaut -40 KPX K omacron -40 KPX K oslash -40 KPX K otilde -40 KPX K u -40 KPX K uacute -40 KPX K ucircumflex -40 KPX K udieresis -40 KPX K ugrave -40 KPX K uhungarumlaut -40 KPX K umacron -40 KPX K uogonek -40 KPX K uring -40 KPX K y -40 KPX K yacute -40 KPX K ydieresis -40 KPX Kcommaaccent O -50 KPX Kcommaaccent Oacute -50 KPX Kcommaaccent Ocircumflex -50 KPX Kcommaaccent Odieresis -50 KPX Kcommaaccent Ograve -50 KPX Kcommaaccent Ohungarumlaut -50 KPX Kcommaaccent Omacron -50 KPX Kcommaaccent Oslash -50 KPX Kcommaaccent Otilde -50 KPX Kcommaaccent e -35 KPX Kcommaaccent eacute -35 KPX Kcommaaccent ecaron -35 KPX Kcommaaccent ecircumflex -35 KPX Kcommaaccent edieresis -35 KPX Kcommaaccent edotaccent -35 KPX Kcommaaccent egrave -35 KPX Kcommaaccent emacron -35 KPX Kcommaaccent eogonek -35 KPX Kcommaaccent o -40 KPX Kcommaaccent oacute -40 KPX Kcommaaccent ocircumflex -40 KPX Kcommaaccent odieresis -40 KPX Kcommaaccent ograve -40 KPX Kcommaaccent ohungarumlaut -40 KPX Kcommaaccent omacron -40 KPX Kcommaaccent oslash -40 KPX Kcommaaccent otilde -40 KPX Kcommaaccent u -40 KPX Kcommaaccent uacute -40 KPX Kcommaaccent ucircumflex -40 KPX Kcommaaccent udieresis -40 KPX Kcommaaccent ugrave -40 KPX Kcommaaccent uhungarumlaut -40 KPX Kcommaaccent umacron -40 KPX Kcommaaccent uogonek -40 KPX Kcommaaccent uring -40 KPX Kcommaaccent y -40 KPX Kcommaaccent yacute -40 KPX Kcommaaccent ydieresis -40 KPX L T -20 KPX L Tcaron -20 KPX L Tcommaaccent -20 KPX L V -55 KPX L W -55 KPX L Y -20 KPX L Yacute -20 KPX L Ydieresis -20 KPX L quoteright -37 KPX L y -30 KPX L yacute -30 KPX L ydieresis -30 KPX Lacute T -20 KPX Lacute Tcaron -20 KPX Lacute Tcommaaccent -20 KPX Lacute V -55 KPX Lacute W -55 KPX Lacute Y -20 KPX Lacute Yacute -20 KPX Lacute Ydieresis -20 KPX Lacute quoteright -37 KPX Lacute y -30 KPX Lacute yacute -30 KPX Lacute ydieresis -30 KPX Lcommaaccent T -20 KPX Lcommaaccent Tcaron -20 KPX Lcommaaccent Tcommaaccent -20 KPX Lcommaaccent V -55 KPX Lcommaaccent W -55 KPX Lcommaaccent Y -20 KPX Lcommaaccent Yacute -20 KPX Lcommaaccent Ydieresis -20 KPX Lcommaaccent quoteright -37 KPX Lcommaaccent y -30 KPX Lcommaaccent yacute -30 KPX Lcommaaccent ydieresis -30 KPX Lslash T -20 KPX Lslash Tcaron -20 KPX Lslash Tcommaaccent -20 KPX Lslash V -55 KPX Lslash W -55 KPX Lslash Y -20 KPX Lslash Yacute -20 KPX Lslash Ydieresis -20 KPX Lslash quoteright -37 KPX Lslash y -30 KPX Lslash yacute -30 KPX Lslash ydieresis -30 KPX N A -27 KPX N Aacute -27 KPX N Abreve -27 KPX N Acircumflex -27 KPX N Adieresis -27 KPX N Agrave -27 KPX N Amacron -27 KPX N Aogonek -27 KPX N Aring -27 KPX N Atilde -27 KPX Nacute A -27 KPX Nacute Aacute -27 KPX Nacute Abreve -27 KPX Nacute Acircumflex -27 KPX Nacute Adieresis -27 KPX Nacute Agrave -27 KPX Nacute Amacron -27 KPX Nacute Aogonek -27 KPX Nacute Aring -27 KPX Nacute Atilde -27 KPX Ncaron A -27 KPX Ncaron Aacute -27 KPX Ncaron Abreve -27 KPX Ncaron Acircumflex -27 KPX Ncaron Adieresis -27 KPX Ncaron Agrave -27 KPX Ncaron Amacron -27 KPX Ncaron Aogonek -27 KPX Ncaron Aring -27 KPX Ncaron Atilde -27 KPX Ncommaaccent A -27 KPX Ncommaaccent Aacute -27 KPX Ncommaaccent Abreve -27 KPX Ncommaaccent Acircumflex -27 KPX Ncommaaccent Adieresis -27 KPX Ncommaaccent Agrave -27 KPX Ncommaaccent Amacron -27 KPX Ncommaaccent Aogonek -27 KPX Ncommaaccent Aring -27 KPX Ncommaaccent Atilde -27 KPX Ntilde A -27 KPX Ntilde Aacute -27 KPX Ntilde Abreve -27 KPX Ntilde Acircumflex -27 KPX Ntilde Adieresis -27 KPX Ntilde Agrave -27 KPX Ntilde Amacron -27 KPX Ntilde Aogonek -27 KPX Ntilde Aring -27 KPX Ntilde Atilde -27 KPX O A -55 KPX O Aacute -55 KPX O Abreve -55 KPX O Acircumflex -55 KPX O Adieresis -55 KPX O Agrave -55 KPX O Amacron -55 KPX O Aogonek -55 KPX O Aring -55 KPX O Atilde -55 KPX O T -40 KPX O Tcaron -40 KPX O Tcommaaccent -40 KPX O V -50 KPX O W -50 KPX O X -40 KPX O Y -50 KPX O Yacute -50 KPX O Ydieresis -50 KPX Oacute A -55 KPX Oacute Aacute -55 KPX Oacute Abreve -55 KPX Oacute Acircumflex -55 KPX Oacute Adieresis -55 KPX Oacute Agrave -55 KPX Oacute Amacron -55 KPX Oacute Aogonek -55 KPX Oacute Aring -55 KPX Oacute Atilde -55 KPX Oacute T -40 KPX Oacute Tcaron -40 KPX Oacute Tcommaaccent -40 KPX Oacute V -50 KPX Oacute W -50 KPX Oacute X -40 KPX Oacute Y -50 KPX Oacute Yacute -50 KPX Oacute Ydieresis -50 KPX Ocircumflex A -55 KPX Ocircumflex Aacute -55 KPX Ocircumflex Abreve -55 KPX Ocircumflex Acircumflex -55 KPX Ocircumflex Adieresis -55 KPX Ocircumflex Agrave -55 KPX Ocircumflex Amacron -55 KPX Ocircumflex Aogonek -55 KPX Ocircumflex Aring -55 KPX Ocircumflex Atilde -55 KPX Ocircumflex T -40 KPX Ocircumflex Tcaron -40 KPX Ocircumflex Tcommaaccent -40 KPX Ocircumflex V -50 KPX Ocircumflex W -50 KPX Ocircumflex X -40 KPX Ocircumflex Y -50 KPX Ocircumflex Yacute -50 KPX Ocircumflex Ydieresis -50 KPX Odieresis A -55 KPX Odieresis Aacute -55 KPX Odieresis Abreve -55 KPX Odieresis Acircumflex -55 KPX Odieresis Adieresis -55 KPX Odieresis Agrave -55 KPX Odieresis Amacron -55 KPX Odieresis Aogonek -55 KPX Odieresis Aring -55 KPX Odieresis Atilde -55 KPX Odieresis T -40 KPX Odieresis Tcaron -40 KPX Odieresis Tcommaaccent -40 KPX Odieresis V -50 KPX Odieresis W -50 KPX Odieresis X -40 KPX Odieresis Y -50 KPX Odieresis Yacute -50 KPX Odieresis Ydieresis -50 KPX Ograve A -55 KPX Ograve Aacute -55 KPX Ograve Abreve -55 KPX Ograve Acircumflex -55 KPX Ograve Adieresis -55 KPX Ograve Agrave -55 KPX Ograve Amacron -55 KPX Ograve Aogonek -55 KPX Ograve Aring -55 KPX Ograve Atilde -55 KPX Ograve T -40 KPX Ograve Tcaron -40 KPX Ograve Tcommaaccent -40 KPX Ograve V -50 KPX Ograve W -50 KPX Ograve X -40 KPX Ograve Y -50 KPX Ograve Yacute -50 KPX Ograve Ydieresis -50 KPX Ohungarumlaut A -55 KPX Ohungarumlaut Aacute -55 KPX Ohungarumlaut Abreve -55 KPX Ohungarumlaut Acircumflex -55 KPX Ohungarumlaut Adieresis -55 KPX Ohungarumlaut Agrave -55 KPX Ohungarumlaut Amacron -55 KPX Ohungarumlaut Aogonek -55 KPX Ohungarumlaut Aring -55 KPX Ohungarumlaut Atilde -55 KPX Ohungarumlaut T -40 KPX Ohungarumlaut Tcaron -40 KPX Ohungarumlaut Tcommaaccent -40 KPX Ohungarumlaut V -50 KPX Ohungarumlaut W -50 KPX Ohungarumlaut X -40 KPX Ohungarumlaut Y -50 KPX Ohungarumlaut Yacute -50 KPX Ohungarumlaut Ydieresis -50 KPX Omacron A -55 KPX Omacron Aacute -55 KPX Omacron Abreve -55 KPX Omacron Acircumflex -55 KPX Omacron Adieresis -55 KPX Omacron Agrave -55 KPX Omacron Amacron -55 KPX Omacron Aogonek -55 KPX Omacron Aring -55 KPX Omacron Atilde -55 KPX Omacron T -40 KPX Omacron Tcaron -40 KPX Omacron Tcommaaccent -40 KPX Omacron V -50 KPX Omacron W -50 KPX Omacron X -40 KPX Omacron Y -50 KPX Omacron Yacute -50 KPX Omacron Ydieresis -50 KPX Oslash A -55 KPX Oslash Aacute -55 KPX Oslash Abreve -55 KPX Oslash Acircumflex -55 KPX Oslash Adieresis -55 KPX Oslash Agrave -55 KPX Oslash Amacron -55 KPX Oslash Aogonek -55 KPX Oslash Aring -55 KPX Oslash Atilde -55 KPX Oslash T -40 KPX Oslash Tcaron -40 KPX Oslash Tcommaaccent -40 KPX Oslash V -50 KPX Oslash W -50 KPX Oslash X -40 KPX Oslash Y -50 KPX Oslash Yacute -50 KPX Oslash Ydieresis -50 KPX Otilde A -55 KPX Otilde Aacute -55 KPX Otilde Abreve -55 KPX Otilde Acircumflex -55 KPX Otilde Adieresis -55 KPX Otilde Agrave -55 KPX Otilde Amacron -55 KPX Otilde Aogonek -55 KPX Otilde Aring -55 KPX Otilde Atilde -55 KPX Otilde T -40 KPX Otilde Tcaron -40 KPX Otilde Tcommaaccent -40 KPX Otilde V -50 KPX Otilde W -50 KPX Otilde X -40 KPX Otilde Y -50 KPX Otilde Yacute -50 KPX Otilde Ydieresis -50 KPX P A -90 KPX P Aacute -90 KPX P Abreve -90 KPX P Acircumflex -90 KPX P Adieresis -90 KPX P Agrave -90 KPX P Amacron -90 KPX P Aogonek -90 KPX P Aring -90 KPX P Atilde -90 KPX P a -80 KPX P aacute -80 KPX P abreve -80 KPX P acircumflex -80 KPX P adieresis -80 KPX P agrave -80 KPX P amacron -80 KPX P aogonek -80 KPX P aring -80 KPX P atilde -80 KPX P comma -135 KPX P e -80 KPX P eacute -80 KPX P ecaron -80 KPX P ecircumflex -80 KPX P edieresis -80 KPX P edotaccent -80 KPX P egrave -80 KPX P emacron -80 KPX P eogonek -80 KPX P o -80 KPX P oacute -80 KPX P ocircumflex -80 KPX P odieresis -80 KPX P ograve -80 KPX P ohungarumlaut -80 KPX P omacron -80 KPX P oslash -80 KPX P otilde -80 KPX P period -135 KPX Q U -10 KPX Q Uacute -10 KPX Q Ucircumflex -10 KPX Q Udieresis -10 KPX Q Ugrave -10 KPX Q Uhungarumlaut -10 KPX Q Umacron -10 KPX Q Uogonek -10 KPX Q Uring -10 KPX R O -40 KPX R Oacute -40 KPX R Ocircumflex -40 KPX R Odieresis -40 KPX R Ograve -40 KPX R Ohungarumlaut -40 KPX R Omacron -40 KPX R Oslash -40 KPX R Otilde -40 KPX R U -40 KPX R Uacute -40 KPX R Ucircumflex -40 KPX R Udieresis -40 KPX R Ugrave -40 KPX R Uhungarumlaut -40 KPX R Umacron -40 KPX R Uogonek -40 KPX R Uring -40 KPX R V -18 KPX R W -18 KPX R Y -18 KPX R Yacute -18 KPX R Ydieresis -18 KPX Racute O -40 KPX Racute Oacute -40 KPX Racute Ocircumflex -40 KPX Racute Odieresis -40 KPX Racute Ograve -40 KPX Racute Ohungarumlaut -40 KPX Racute Omacron -40 KPX Racute Oslash -40 KPX Racute Otilde -40 KPX Racute U -40 KPX Racute Uacute -40 KPX Racute Ucircumflex -40 KPX Racute Udieresis -40 KPX Racute Ugrave -40 KPX Racute Uhungarumlaut -40 KPX Racute Umacron -40 KPX Racute Uogonek -40 KPX Racute Uring -40 KPX Racute V -18 KPX Racute W -18 KPX Racute Y -18 KPX Racute Yacute -18 KPX Racute Ydieresis -18 KPX Rcaron O -40 KPX Rcaron Oacute -40 KPX Rcaron Ocircumflex -40 KPX Rcaron Odieresis -40 KPX Rcaron Ograve -40 KPX Rcaron Ohungarumlaut -40 KPX Rcaron Omacron -40 KPX Rcaron Oslash -40 KPX Rcaron Otilde -40 KPX Rcaron U -40 KPX Rcaron Uacute -40 KPX Rcaron Ucircumflex -40 KPX Rcaron Udieresis -40 KPX Rcaron Ugrave -40 KPX Rcaron Uhungarumlaut -40 KPX Rcaron Umacron -40 KPX Rcaron Uogonek -40 KPX Rcaron Uring -40 KPX Rcaron V -18 KPX Rcaron W -18 KPX Rcaron Y -18 KPX Rcaron Yacute -18 KPX Rcaron Ydieresis -18 KPX Rcommaaccent O -40 KPX Rcommaaccent Oacute -40 KPX Rcommaaccent Ocircumflex -40 KPX Rcommaaccent Odieresis -40 KPX Rcommaaccent Ograve -40 KPX Rcommaaccent Ohungarumlaut -40 KPX Rcommaaccent Omacron -40 KPX Rcommaaccent Oslash -40 KPX Rcommaaccent Otilde -40 KPX Rcommaaccent U -40 KPX Rcommaaccent Uacute -40 KPX Rcommaaccent Ucircumflex -40 KPX Rcommaaccent Udieresis -40 KPX Rcommaaccent Ugrave -40 KPX Rcommaaccent Uhungarumlaut -40 KPX Rcommaaccent Umacron -40 KPX Rcommaaccent Uogonek -40 KPX Rcommaaccent Uring -40 KPX Rcommaaccent V -18 KPX Rcommaaccent W -18 KPX Rcommaaccent Y -18 KPX Rcommaaccent Yacute -18 KPX Rcommaaccent Ydieresis -18 KPX T A -50 KPX T Aacute -50 KPX T Abreve -50 KPX T Acircumflex -50 KPX T Adieresis -50 KPX T Agrave -50 KPX T Amacron -50 KPX T Aogonek -50 KPX T Aring -50 KPX T Atilde -50 KPX T O -18 KPX T Oacute -18 KPX T Ocircumflex -18 KPX T Odieresis -18 KPX T Ograve -18 KPX T Ohungarumlaut -18 KPX T Omacron -18 KPX T Oslash -18 KPX T Otilde -18 KPX T a -92 KPX T aacute -92 KPX T abreve -92 KPX T acircumflex -92 KPX T adieresis -92 KPX T agrave -92 KPX T amacron -92 KPX T aogonek -92 KPX T aring -92 KPX T atilde -92 KPX T colon -55 KPX T comma -74 KPX T e -92 KPX T eacute -92 KPX T ecaron -92 KPX T ecircumflex -52 KPX T edieresis -52 KPX T edotaccent -92 KPX T egrave -52 KPX T emacron -52 KPX T eogonek -92 KPX T hyphen -74 KPX T i -55 KPX T iacute -55 KPX T iogonek -55 KPX T o -92 KPX T oacute -92 KPX T ocircumflex -92 KPX T odieresis -92 KPX T ograve -92 KPX T ohungarumlaut -92 KPX T omacron -92 KPX T oslash -92 KPX T otilde -92 KPX T period -74 KPX T r -55 KPX T racute -55 KPX T rcaron -55 KPX T rcommaaccent -55 KPX T semicolon -65 KPX T u -55 KPX T uacute -55 KPX T ucircumflex -55 KPX T udieresis -55 KPX T ugrave -55 KPX T uhungarumlaut -55 KPX T umacron -55 KPX T uogonek -55 KPX T uring -55 KPX T w -74 KPX T y -74 KPX T yacute -74 KPX T ydieresis -34 KPX Tcaron A -50 KPX Tcaron Aacute -50 KPX Tcaron Abreve -50 KPX Tcaron Acircumflex -50 KPX Tcaron Adieresis -50 KPX Tcaron Agrave -50 KPX Tcaron Amacron -50 KPX Tcaron Aogonek -50 KPX Tcaron Aring -50 KPX Tcaron Atilde -50 KPX Tcaron O -18 KPX Tcaron Oacute -18 KPX Tcaron Ocircumflex -18 KPX Tcaron Odieresis -18 KPX Tcaron Ograve -18 KPX Tcaron Ohungarumlaut -18 KPX Tcaron Omacron -18 KPX Tcaron Oslash -18 KPX Tcaron Otilde -18 KPX Tcaron a -92 KPX Tcaron aacute -92 KPX Tcaron abreve -92 KPX Tcaron acircumflex -92 KPX Tcaron adieresis -92 KPX Tcaron agrave -92 KPX Tcaron amacron -92 KPX Tcaron aogonek -92 KPX Tcaron aring -92 KPX Tcaron atilde -92 KPX Tcaron colon -55 KPX Tcaron comma -74 KPX Tcaron e -92 KPX Tcaron eacute -92 KPX Tcaron ecaron -92 KPX Tcaron ecircumflex -52 KPX Tcaron edieresis -52 KPX Tcaron edotaccent -92 KPX Tcaron egrave -52 KPX Tcaron emacron -52 KPX Tcaron eogonek -92 KPX Tcaron hyphen -74 KPX Tcaron i -55 KPX Tcaron iacute -55 KPX Tcaron iogonek -55 KPX Tcaron o -92 KPX Tcaron oacute -92 KPX Tcaron ocircumflex -92 KPX Tcaron odieresis -92 KPX Tcaron ograve -92 KPX Tcaron ohungarumlaut -92 KPX Tcaron omacron -92 KPX Tcaron oslash -92 KPX Tcaron otilde -92 KPX Tcaron period -74 KPX Tcaron r -55 KPX Tcaron racute -55 KPX Tcaron rcaron -55 KPX Tcaron rcommaaccent -55 KPX Tcaron semicolon -65 KPX Tcaron u -55 KPX Tcaron uacute -55 KPX Tcaron ucircumflex -55 KPX Tcaron udieresis -55 KPX Tcaron ugrave -55 KPX Tcaron uhungarumlaut -55 KPX Tcaron umacron -55 KPX Tcaron uogonek -55 KPX Tcaron uring -55 KPX Tcaron w -74 KPX Tcaron y -74 KPX Tcaron yacute -74 KPX Tcaron ydieresis -34 KPX Tcommaaccent A -50 KPX Tcommaaccent Aacute -50 KPX Tcommaaccent Abreve -50 KPX Tcommaaccent Acircumflex -50 KPX Tcommaaccent Adieresis -50 KPX Tcommaaccent Agrave -50 KPX Tcommaaccent Amacron -50 KPX Tcommaaccent Aogonek -50 KPX Tcommaaccent Aring -50 KPX Tcommaaccent Atilde -50 KPX Tcommaaccent O -18 KPX Tcommaaccent Oacute -18 KPX Tcommaaccent Ocircumflex -18 KPX Tcommaaccent Odieresis -18 KPX Tcommaaccent Ograve -18 KPX Tcommaaccent Ohungarumlaut -18 KPX Tcommaaccent Omacron -18 KPX Tcommaaccent Oslash -18 KPX Tcommaaccent Otilde -18 KPX Tcommaaccent a -92 KPX Tcommaaccent aacute -92 KPX Tcommaaccent abreve -92 KPX Tcommaaccent acircumflex -92 KPX Tcommaaccent adieresis -92 KPX Tcommaaccent agrave -92 KPX Tcommaaccent amacron -92 KPX Tcommaaccent aogonek -92 KPX Tcommaaccent aring -92 KPX Tcommaaccent atilde -92 KPX Tcommaaccent colon -55 KPX Tcommaaccent comma -74 KPX Tcommaaccent e -92 KPX Tcommaaccent eacute -92 KPX Tcommaaccent ecaron -92 KPX Tcommaaccent ecircumflex -52 KPX Tcommaaccent edieresis -52 KPX Tcommaaccent edotaccent -92 KPX Tcommaaccent egrave -52 KPX Tcommaaccent emacron -52 KPX Tcommaaccent eogonek -92 KPX Tcommaaccent hyphen -74 KPX Tcommaaccent i -55 KPX Tcommaaccent iacute -55 KPX Tcommaaccent iogonek -55 KPX Tcommaaccent o -92 KPX Tcommaaccent oacute -92 KPX Tcommaaccent ocircumflex -92 KPX Tcommaaccent odieresis -92 KPX Tcommaaccent ograve -92 KPX Tcommaaccent ohungarumlaut -92 KPX Tcommaaccent omacron -92 KPX Tcommaaccent oslash -92 KPX Tcommaaccent otilde -92 KPX Tcommaaccent period -74 KPX Tcommaaccent r -55 KPX Tcommaaccent racute -55 KPX Tcommaaccent rcaron -55 KPX Tcommaaccent rcommaaccent -55 KPX Tcommaaccent semicolon -65 KPX Tcommaaccent u -55 KPX Tcommaaccent uacute -55 KPX Tcommaaccent ucircumflex -55 KPX Tcommaaccent udieresis -55 KPX Tcommaaccent ugrave -55 KPX Tcommaaccent uhungarumlaut -55 KPX Tcommaaccent umacron -55 KPX Tcommaaccent uogonek -55 KPX Tcommaaccent uring -55 KPX Tcommaaccent w -74 KPX Tcommaaccent y -74 KPX Tcommaaccent yacute -74 KPX Tcommaaccent ydieresis -34 KPX U A -40 KPX U Aacute -40 KPX U Abreve -40 KPX U Acircumflex -40 KPX U Adieresis -40 KPX U Agrave -40 KPX U Amacron -40 KPX U Aogonek -40 KPX U Aring -40 KPX U Atilde -40 KPX U comma -25 KPX U period -25 KPX Uacute A -40 KPX Uacute Aacute -40 KPX Uacute Abreve -40 KPX Uacute Acircumflex -40 KPX Uacute Adieresis -40 KPX Uacute Agrave -40 KPX Uacute Amacron -40 KPX Uacute Aogonek -40 KPX Uacute Aring -40 KPX Uacute Atilde -40 KPX Uacute comma -25 KPX Uacute period -25 KPX Ucircumflex A -40 KPX Ucircumflex Aacute -40 KPX Ucircumflex Abreve -40 KPX Ucircumflex Acircumflex -40 KPX Ucircumflex Adieresis -40 KPX Ucircumflex Agrave -40 KPX Ucircumflex Amacron -40 KPX Ucircumflex Aogonek -40 KPX Ucircumflex Aring -40 KPX Ucircumflex Atilde -40 KPX Ucircumflex comma -25 KPX Ucircumflex period -25 KPX Udieresis A -40 KPX Udieresis Aacute -40 KPX Udieresis Abreve -40 KPX Udieresis Acircumflex -40 KPX Udieresis Adieresis -40 KPX Udieresis Agrave -40 KPX Udieresis Amacron -40 KPX Udieresis Aogonek -40 KPX Udieresis Aring -40 KPX Udieresis Atilde -40 KPX Udieresis comma -25 KPX Udieresis period -25 KPX Ugrave A -40 KPX Ugrave Aacute -40 KPX Ugrave Abreve -40 KPX Ugrave Acircumflex -40 KPX Ugrave Adieresis -40 KPX Ugrave Agrave -40 KPX Ugrave Amacron -40 KPX Ugrave Aogonek -40 KPX Ugrave Aring -40 KPX Ugrave Atilde -40 KPX Ugrave comma -25 KPX Ugrave period -25 KPX Uhungarumlaut A -40 KPX Uhungarumlaut Aacute -40 KPX Uhungarumlaut Abreve -40 KPX Uhungarumlaut Acircumflex -40 KPX Uhungarumlaut Adieresis -40 KPX Uhungarumlaut Agrave -40 KPX Uhungarumlaut Amacron -40 KPX Uhungarumlaut Aogonek -40 KPX Uhungarumlaut Aring -40 KPX Uhungarumlaut Atilde -40 KPX Uhungarumlaut comma -25 KPX Uhungarumlaut period -25 KPX Umacron A -40 KPX Umacron Aacute -40 KPX Umacron Abreve -40 KPX Umacron Acircumflex -40 KPX Umacron Adieresis -40 KPX Umacron Agrave -40 KPX Umacron Amacron -40 KPX Umacron Aogonek -40 KPX Umacron Aring -40 KPX Umacron Atilde -40 KPX Umacron comma -25 KPX Umacron period -25 KPX Uogonek A -40 KPX Uogonek Aacute -40 KPX Uogonek Abreve -40 KPX Uogonek Acircumflex -40 KPX Uogonek Adieresis -40 KPX Uogonek Agrave -40 KPX Uogonek Amacron -40 KPX Uogonek Aogonek -40 KPX Uogonek Aring -40 KPX Uogonek Atilde -40 KPX Uogonek comma -25 KPX Uogonek period -25 KPX Uring A -40 KPX Uring Aacute -40 KPX Uring Abreve -40 KPX Uring Acircumflex -40 KPX Uring Adieresis -40 KPX Uring Agrave -40 KPX Uring Amacron -40 KPX Uring Aogonek -40 KPX Uring Aring -40 KPX Uring Atilde -40 KPX Uring comma -25 KPX Uring period -25 KPX V A -60 KPX V Aacute -60 KPX V Abreve -60 KPX V Acircumflex -60 KPX V Adieresis -60 KPX V Agrave -60 KPX V Amacron -60 KPX V Aogonek -60 KPX V Aring -60 KPX V Atilde -60 KPX V O -30 KPX V Oacute -30 KPX V Ocircumflex -30 KPX V Odieresis -30 KPX V Ograve -30 KPX V Ohungarumlaut -30 KPX V Omacron -30 KPX V Oslash -30 KPX V Otilde -30 KPX V a -111 KPX V aacute -111 KPX V abreve -111 KPX V acircumflex -111 KPX V adieresis -111 KPX V agrave -111 KPX V amacron -111 KPX V aogonek -111 KPX V aring -111 KPX V atilde -111 KPX V colon -65 KPX V comma -129 KPX V e -111 KPX V eacute -111 KPX V ecaron -111 KPX V ecircumflex -111 KPX V edieresis -71 KPX V edotaccent -111 KPX V egrave -71 KPX V emacron -71 KPX V eogonek -111 KPX V hyphen -55 KPX V i -74 KPX V iacute -74 KPX V icircumflex -34 KPX V idieresis -34 KPX V igrave -34 KPX V imacron -34 KPX V iogonek -74 KPX V o -111 KPX V oacute -111 KPX V ocircumflex -111 KPX V odieresis -111 KPX V ograve -111 KPX V ohungarumlaut -111 KPX V omacron -111 KPX V oslash -111 KPX V otilde -111 KPX V period -129 KPX V semicolon -74 KPX V u -74 KPX V uacute -74 KPX V ucircumflex -74 KPX V udieresis -74 KPX V ugrave -74 KPX V uhungarumlaut -74 KPX V umacron -74 KPX V uogonek -74 KPX V uring -74 KPX W A -60 KPX W Aacute -60 KPX W Abreve -60 KPX W Acircumflex -60 KPX W Adieresis -60 KPX W Agrave -60 KPX W Amacron -60 KPX W Aogonek -60 KPX W Aring -60 KPX W Atilde -60 KPX W O -25 KPX W Oacute -25 KPX W Ocircumflex -25 KPX W Odieresis -25 KPX W Ograve -25 KPX W Ohungarumlaut -25 KPX W Omacron -25 KPX W Oslash -25 KPX W Otilde -25 KPX W a -92 KPX W aacute -92 KPX W abreve -92 KPX W acircumflex -92 KPX W adieresis -92 KPX W agrave -92 KPX W amacron -92 KPX W aogonek -92 KPX W aring -92 KPX W atilde -92 KPX W colon -65 KPX W comma -92 KPX W e -92 KPX W eacute -92 KPX W ecaron -92 KPX W ecircumflex -92 KPX W edieresis -52 KPX W edotaccent -92 KPX W egrave -52 KPX W emacron -52 KPX W eogonek -92 KPX W hyphen -37 KPX W i -55 KPX W iacute -55 KPX W iogonek -55 KPX W o -92 KPX W oacute -92 KPX W ocircumflex -92 KPX W odieresis -92 KPX W ograve -92 KPX W ohungarumlaut -92 KPX W omacron -92 KPX W oslash -92 KPX W otilde -92 KPX W period -92 KPX W semicolon -65 KPX W u -55 KPX W uacute -55 KPX W ucircumflex -55 KPX W udieresis -55 KPX W ugrave -55 KPX W uhungarumlaut -55 KPX W umacron -55 KPX W uogonek -55 KPX W uring -55 KPX W y -70 KPX W yacute -70 KPX W ydieresis -70 KPX Y A -50 KPX Y Aacute -50 KPX Y Abreve -50 KPX Y Acircumflex -50 KPX Y Adieresis -50 KPX Y Agrave -50 KPX Y Amacron -50 KPX Y Aogonek -50 KPX Y Aring -50 KPX Y Atilde -50 KPX Y O -15 KPX Y Oacute -15 KPX Y Ocircumflex -15 KPX Y Odieresis -15 KPX Y Ograve -15 KPX Y Ohungarumlaut -15 KPX Y Omacron -15 KPX Y Oslash -15 KPX Y Otilde -15 KPX Y a -92 KPX Y aacute -92 KPX Y abreve -92 KPX Y acircumflex -92 KPX Y adieresis -92 KPX Y agrave -92 KPX Y amacron -92 KPX Y aogonek -92 KPX Y aring -92 KPX Y atilde -92 KPX Y colon -65 KPX Y comma -92 KPX Y e -92 KPX Y eacute -92 KPX Y ecaron -92 KPX Y ecircumflex -92 KPX Y edieresis -52 KPX Y edotaccent -92 KPX Y egrave -52 KPX Y emacron -52 KPX Y eogonek -92 KPX Y hyphen -74 KPX Y i -74 KPX Y iacute -74 KPX Y icircumflex -34 KPX Y idieresis -34 KPX Y igrave -34 KPX Y imacron -34 KPX Y iogonek -74 KPX Y o -92 KPX Y oacute -92 KPX Y ocircumflex -92 KPX Y odieresis -92 KPX Y ograve -92 KPX Y ohungarumlaut -92 KPX Y omacron -92 KPX Y oslash -92 KPX Y otilde -92 KPX Y period -92 KPX Y semicolon -65 KPX Y u -92 KPX Y uacute -92 KPX Y ucircumflex -92 KPX Y udieresis -92 KPX Y ugrave -92 KPX Y uhungarumlaut -92 KPX Y umacron -92 KPX Y uogonek -92 KPX Y uring -92 KPX Yacute A -50 KPX Yacute Aacute -50 KPX Yacute Abreve -50 KPX Yacute Acircumflex -50 KPX Yacute Adieresis -50 KPX Yacute Agrave -50 KPX Yacute Amacron -50 KPX Yacute Aogonek -50 KPX Yacute Aring -50 KPX Yacute Atilde -50 KPX Yacute O -15 KPX Yacute Oacute -15 KPX Yacute Ocircumflex -15 KPX Yacute Odieresis -15 KPX Yacute Ograve -15 KPX Yacute Ohungarumlaut -15 KPX Yacute Omacron -15 KPX Yacute Oslash -15 KPX Yacute Otilde -15 KPX Yacute a -92 KPX Yacute aacute -92 KPX Yacute abreve -92 KPX Yacute acircumflex -92 KPX Yacute adieresis -92 KPX Yacute agrave -92 KPX Yacute amacron -92 KPX Yacute aogonek -92 KPX Yacute aring -92 KPX Yacute atilde -92 KPX Yacute colon -65 KPX Yacute comma -92 KPX Yacute e -92 KPX Yacute eacute -92 KPX Yacute ecaron -92 KPX Yacute ecircumflex -92 KPX Yacute edieresis -52 KPX Yacute edotaccent -92 KPX Yacute egrave -52 KPX Yacute emacron -52 KPX Yacute eogonek -92 KPX Yacute hyphen -74 KPX Yacute i -74 KPX Yacute iacute -74 KPX Yacute icircumflex -34 KPX Yacute idieresis -34 KPX Yacute igrave -34 KPX Yacute imacron -34 KPX Yacute iogonek -74 KPX Yacute o -92 KPX Yacute oacute -92 KPX Yacute ocircumflex -92 KPX Yacute odieresis -92 KPX Yacute ograve -92 KPX Yacute ohungarumlaut -92 KPX Yacute omacron -92 KPX Yacute oslash -92 KPX Yacute otilde -92 KPX Yacute period -92 KPX Yacute semicolon -65 KPX Yacute u -92 KPX Yacute uacute -92 KPX Yacute ucircumflex -92 KPX Yacute udieresis -92 KPX Yacute ugrave -92 KPX Yacute uhungarumlaut -92 KPX Yacute umacron -92 KPX Yacute uogonek -92 KPX Yacute uring -92 KPX Ydieresis A -50 KPX Ydieresis Aacute -50 KPX Ydieresis Abreve -50 KPX Ydieresis Acircumflex -50 KPX Ydieresis Adieresis -50 KPX Ydieresis Agrave -50 KPX Ydieresis Amacron -50 KPX Ydieresis Aogonek -50 KPX Ydieresis Aring -50 KPX Ydieresis Atilde -50 KPX Ydieresis O -15 KPX Ydieresis Oacute -15 KPX Ydieresis Ocircumflex -15 KPX Ydieresis Odieresis -15 KPX Ydieresis Ograve -15 KPX Ydieresis Ohungarumlaut -15 KPX Ydieresis Omacron -15 KPX Ydieresis Oslash -15 KPX Ydieresis Otilde -15 KPX Ydieresis a -92 KPX Ydieresis aacute -92 KPX Ydieresis abreve -92 KPX Ydieresis acircumflex -92 KPX Ydieresis adieresis -92 KPX Ydieresis agrave -92 KPX Ydieresis amacron -92 KPX Ydieresis aogonek -92 KPX Ydieresis aring -92 KPX Ydieresis atilde -92 KPX Ydieresis colon -65 KPX Ydieresis comma -92 KPX Ydieresis e -92 KPX Ydieresis eacute -92 KPX Ydieresis ecaron -92 KPX Ydieresis ecircumflex -92 KPX Ydieresis edieresis -52 KPX Ydieresis edotaccent -92 KPX Ydieresis egrave -52 KPX Ydieresis emacron -52 KPX Ydieresis eogonek -92 KPX Ydieresis hyphen -74 KPX Ydieresis i -74 KPX Ydieresis iacute -74 KPX Ydieresis icircumflex -34 KPX Ydieresis idieresis -34 KPX Ydieresis igrave -34 KPX Ydieresis imacron -34 KPX Ydieresis iogonek -74 KPX Ydieresis o -92 KPX Ydieresis oacute -92 KPX Ydieresis ocircumflex -92 KPX Ydieresis odieresis -92 KPX Ydieresis ograve -92 KPX Ydieresis ohungarumlaut -92 KPX Ydieresis omacron -92 KPX Ydieresis oslash -92 KPX Ydieresis otilde -92 KPX Ydieresis period -92 KPX Ydieresis semicolon -65 KPX Ydieresis u -92 KPX Ydieresis uacute -92 KPX Ydieresis ucircumflex -92 KPX Ydieresis udieresis -92 KPX Ydieresis ugrave -92 KPX Ydieresis uhungarumlaut -92 KPX Ydieresis umacron -92 KPX Ydieresis uogonek -92 KPX Ydieresis uring -92 KPX a g -10 KPX a gbreve -10 KPX a gcommaaccent -10 KPX aacute g -10 KPX aacute gbreve -10 KPX aacute gcommaaccent -10 KPX abreve g -10 KPX abreve gbreve -10 KPX abreve gcommaaccent -10 KPX acircumflex g -10 KPX acircumflex gbreve -10 KPX acircumflex gcommaaccent -10 KPX adieresis g -10 KPX adieresis gbreve -10 KPX adieresis gcommaaccent -10 KPX agrave g -10 KPX agrave gbreve -10 KPX agrave gcommaaccent -10 KPX amacron g -10 KPX amacron gbreve -10 KPX amacron gcommaaccent -10 KPX aogonek g -10 KPX aogonek gbreve -10 KPX aogonek gcommaaccent -10 KPX aring g -10 KPX aring gbreve -10 KPX aring gcommaaccent -10 KPX atilde g -10 KPX atilde gbreve -10 KPX atilde gcommaaccent -10 KPX b period -40 KPX b u -20 KPX b uacute -20 KPX b ucircumflex -20 KPX b udieresis -20 KPX b ugrave -20 KPX b uhungarumlaut -20 KPX b umacron -20 KPX b uogonek -20 KPX b uring -20 KPX c h -15 KPX c k -20 KPX c kcommaaccent -20 KPX cacute h -15 KPX cacute k -20 KPX cacute kcommaaccent -20 KPX ccaron h -15 KPX ccaron k -20 KPX ccaron kcommaaccent -20 KPX ccedilla h -15 KPX ccedilla k -20 KPX ccedilla kcommaaccent -20 KPX comma quotedblright -140 KPX comma quoteright -140 KPX e comma -10 KPX e g -40 KPX e gbreve -40 KPX e gcommaaccent -40 KPX e period -15 KPX e v -15 KPX e w -15 KPX e x -20 KPX e y -30 KPX e yacute -30 KPX e ydieresis -30 KPX eacute comma -10 KPX eacute g -40 KPX eacute gbreve -40 KPX eacute gcommaaccent -40 KPX eacute period -15 KPX eacute v -15 KPX eacute w -15 KPX eacute x -20 KPX eacute y -30 KPX eacute yacute -30 KPX eacute ydieresis -30 KPX ecaron comma -10 KPX ecaron g -40 KPX ecaron gbreve -40 KPX ecaron gcommaaccent -40 KPX ecaron period -15 KPX ecaron v -15 KPX ecaron w -15 KPX ecaron x -20 KPX ecaron y -30 KPX ecaron yacute -30 KPX ecaron ydieresis -30 KPX ecircumflex comma -10 KPX ecircumflex g -40 KPX ecircumflex gbreve -40 KPX ecircumflex gcommaaccent -40 KPX ecircumflex period -15 KPX ecircumflex v -15 KPX ecircumflex w -15 KPX ecircumflex x -20 KPX ecircumflex y -30 KPX ecircumflex yacute -30 KPX ecircumflex ydieresis -30 KPX edieresis comma -10 KPX edieresis g -40 KPX edieresis gbreve -40 KPX edieresis gcommaaccent -40 KPX edieresis period -15 KPX edieresis v -15 KPX edieresis w -15 KPX edieresis x -20 KPX edieresis y -30 KPX edieresis yacute -30 KPX edieresis ydieresis -30 KPX edotaccent comma -10 KPX edotaccent g -40 KPX edotaccent gbreve -40 KPX edotaccent gcommaaccent -40 KPX edotaccent period -15 KPX edotaccent v -15 KPX edotaccent w -15 KPX edotaccent x -20 KPX edotaccent y -30 KPX edotaccent yacute -30 KPX edotaccent ydieresis -30 KPX egrave comma -10 KPX egrave g -40 KPX egrave gbreve -40 KPX egrave gcommaaccent -40 KPX egrave period -15 KPX egrave v -15 KPX egrave w -15 KPX egrave x -20 KPX egrave y -30 KPX egrave yacute -30 KPX egrave ydieresis -30 KPX emacron comma -10 KPX emacron g -40 KPX emacron gbreve -40 KPX emacron gcommaaccent -40 KPX emacron period -15 KPX emacron v -15 KPX emacron w -15 KPX emacron x -20 KPX emacron y -30 KPX emacron yacute -30 KPX emacron ydieresis -30 KPX eogonek comma -10 KPX eogonek g -40 KPX eogonek gbreve -40 KPX eogonek gcommaaccent -40 KPX eogonek period -15 KPX eogonek v -15 KPX eogonek w -15 KPX eogonek x -20 KPX eogonek y -30 KPX eogonek yacute -30 KPX eogonek ydieresis -30 KPX f comma -10 KPX f dotlessi -60 KPX f f -18 KPX f i -20 KPX f iogonek -20 KPX f period -15 KPX f quoteright 92 KPX g comma -10 KPX g e -10 KPX g eacute -10 KPX g ecaron -10 KPX g ecircumflex -10 KPX g edieresis -10 KPX g edotaccent -10 KPX g egrave -10 KPX g emacron -10 KPX g eogonek -10 KPX g g -10 KPX g gbreve -10 KPX g gcommaaccent -10 KPX g period -15 KPX gbreve comma -10 KPX gbreve e -10 KPX gbreve eacute -10 KPX gbreve ecaron -10 KPX gbreve ecircumflex -10 KPX gbreve edieresis -10 KPX gbreve edotaccent -10 KPX gbreve egrave -10 KPX gbreve emacron -10 KPX gbreve eogonek -10 KPX gbreve g -10 KPX gbreve gbreve -10 KPX gbreve gcommaaccent -10 KPX gbreve period -15 KPX gcommaaccent comma -10 KPX gcommaaccent e -10 KPX gcommaaccent eacute -10 KPX gcommaaccent ecaron -10 KPX gcommaaccent ecircumflex -10 KPX gcommaaccent edieresis -10 KPX gcommaaccent edotaccent -10 KPX gcommaaccent egrave -10 KPX gcommaaccent emacron -10 KPX gcommaaccent eogonek -10 KPX gcommaaccent g -10 KPX gcommaaccent gbreve -10 KPX gcommaaccent gcommaaccent -10 KPX gcommaaccent period -15 KPX k e -10 KPX k eacute -10 KPX k ecaron -10 KPX k ecircumflex -10 KPX k edieresis -10 KPX k edotaccent -10 KPX k egrave -10 KPX k emacron -10 KPX k eogonek -10 KPX k o -10 KPX k oacute -10 KPX k ocircumflex -10 KPX k odieresis -10 KPX k ograve -10 KPX k ohungarumlaut -10 KPX k omacron -10 KPX k oslash -10 KPX k otilde -10 KPX k y -10 KPX k yacute -10 KPX k ydieresis -10 KPX kcommaaccent e -10 KPX kcommaaccent eacute -10 KPX kcommaaccent ecaron -10 KPX kcommaaccent ecircumflex -10 KPX kcommaaccent edieresis -10 KPX kcommaaccent edotaccent -10 KPX kcommaaccent egrave -10 KPX kcommaaccent emacron -10 KPX kcommaaccent eogonek -10 KPX kcommaaccent o -10 KPX kcommaaccent oacute -10 KPX kcommaaccent ocircumflex -10 KPX kcommaaccent odieresis -10 KPX kcommaaccent ograve -10 KPX kcommaaccent ohungarumlaut -10 KPX kcommaaccent omacron -10 KPX kcommaaccent oslash -10 KPX kcommaaccent otilde -10 KPX kcommaaccent y -10 KPX kcommaaccent yacute -10 KPX kcommaaccent ydieresis -10 KPX n v -40 KPX nacute v -40 KPX ncaron v -40 KPX ncommaaccent v -40 KPX ntilde v -40 KPX o g -10 KPX o gbreve -10 KPX o gcommaaccent -10 KPX o v -10 KPX oacute g -10 KPX oacute gbreve -10 KPX oacute gcommaaccent -10 KPX oacute v -10 KPX ocircumflex g -10 KPX ocircumflex gbreve -10 KPX ocircumflex gcommaaccent -10 KPX ocircumflex v -10 KPX odieresis g -10 KPX odieresis gbreve -10 KPX odieresis gcommaaccent -10 KPX odieresis v -10 KPX ograve g -10 KPX ograve gbreve -10 KPX ograve gcommaaccent -10 KPX ograve v -10 KPX ohungarumlaut g -10 KPX ohungarumlaut gbreve -10 KPX ohungarumlaut gcommaaccent -10 KPX ohungarumlaut v -10 KPX omacron g -10 KPX omacron gbreve -10 KPX omacron gcommaaccent -10 KPX omacron v -10 KPX oslash g -10 KPX oslash gbreve -10 KPX oslash gcommaaccent -10 KPX oslash v -10 KPX otilde g -10 KPX otilde gbreve -10 KPX otilde gcommaaccent -10 KPX otilde v -10 KPX period quotedblright -140 KPX period quoteright -140 KPX quoteleft quoteleft -111 KPX quoteright d -25 KPX quoteright dcroat -25 KPX quoteright quoteright -111 KPX quoteright r -25 KPX quoteright racute -25 KPX quoteright rcaron -25 KPX quoteright rcommaaccent -25 KPX quoteright s -40 KPX quoteright sacute -40 KPX quoteright scaron -40 KPX quoteright scedilla -40 KPX quoteright scommaaccent -40 KPX quoteright space -111 KPX quoteright t -30 KPX quoteright tcommaaccent -30 KPX quoteright v -10 KPX r a -15 KPX r aacute -15 KPX r abreve -15 KPX r acircumflex -15 KPX r adieresis -15 KPX r agrave -15 KPX r amacron -15 KPX r aogonek -15 KPX r aring -15 KPX r atilde -15 KPX r c -37 KPX r cacute -37 KPX r ccaron -37 KPX r ccedilla -37 KPX r comma -111 KPX r d -37 KPX r dcroat -37 KPX r e -37 KPX r eacute -37 KPX r ecaron -37 KPX r ecircumflex -37 KPX r edieresis -37 KPX r edotaccent -37 KPX r egrave -37 KPX r emacron -37 KPX r eogonek -37 KPX r g -37 KPX r gbreve -37 KPX r gcommaaccent -37 KPX r hyphen -20 KPX r o -45 KPX r oacute -45 KPX r ocircumflex -45 KPX r odieresis -45 KPX r ograve -45 KPX r ohungarumlaut -45 KPX r omacron -45 KPX r oslash -45 KPX r otilde -45 KPX r period -111 KPX r q -37 KPX r s -10 KPX r sacute -10 KPX r scaron -10 KPX r scedilla -10 KPX r scommaaccent -10 KPX racute a -15 KPX racute aacute -15 KPX racute abreve -15 KPX racute acircumflex -15 KPX racute adieresis -15 KPX racute agrave -15 KPX racute amacron -15 KPX racute aogonek -15 KPX racute aring -15 KPX racute atilde -15 KPX racute c -37 KPX racute cacute -37 KPX racute ccaron -37 KPX racute ccedilla -37 KPX racute comma -111 KPX racute d -37 KPX racute dcroat -37 KPX racute e -37 KPX racute eacute -37 KPX racute ecaron -37 KPX racute ecircumflex -37 KPX racute edieresis -37 KPX racute edotaccent -37 KPX racute egrave -37 KPX racute emacron -37 KPX racute eogonek -37 KPX racute g -37 KPX racute gbreve -37 KPX racute gcommaaccent -37 KPX racute hyphen -20 KPX racute o -45 KPX racute oacute -45 KPX racute ocircumflex -45 KPX racute odieresis -45 KPX racute ograve -45 KPX racute ohungarumlaut -45 KPX racute omacron -45 KPX racute oslash -45 KPX racute otilde -45 KPX racute period -111 KPX racute q -37 KPX racute s -10 KPX racute sacute -10 KPX racute scaron -10 KPX racute scedilla -10 KPX racute scommaaccent -10 KPX rcaron a -15 KPX rcaron aacute -15 KPX rcaron abreve -15 KPX rcaron acircumflex -15 KPX rcaron adieresis -15 KPX rcaron agrave -15 KPX rcaron amacron -15 KPX rcaron aogonek -15 KPX rcaron aring -15 KPX rcaron atilde -15 KPX rcaron c -37 KPX rcaron cacute -37 KPX rcaron ccaron -37 KPX rcaron ccedilla -37 KPX rcaron comma -111 KPX rcaron d -37 KPX rcaron dcroat -37 KPX rcaron e -37 KPX rcaron eacute -37 KPX rcaron ecaron -37 KPX rcaron ecircumflex -37 KPX rcaron edieresis -37 KPX rcaron edotaccent -37 KPX rcaron egrave -37 KPX rcaron emacron -37 KPX rcaron eogonek -37 KPX rcaron g -37 KPX rcaron gbreve -37 KPX rcaron gcommaaccent -37 KPX rcaron hyphen -20 KPX rcaron o -45 KPX rcaron oacute -45 KPX rcaron ocircumflex -45 KPX rcaron odieresis -45 KPX rcaron ograve -45 KPX rcaron ohungarumlaut -45 KPX rcaron omacron -45 KPX rcaron oslash -45 KPX rcaron otilde -45 KPX rcaron period -111 KPX rcaron q -37 KPX rcaron s -10 KPX rcaron sacute -10 KPX rcaron scaron -10 KPX rcaron scedilla -10 KPX rcaron scommaaccent -10 KPX rcommaaccent a -15 KPX rcommaaccent aacute -15 KPX rcommaaccent abreve -15 KPX rcommaaccent acircumflex -15 KPX rcommaaccent adieresis -15 KPX rcommaaccent agrave -15 KPX rcommaaccent amacron -15 KPX rcommaaccent aogonek -15 KPX rcommaaccent aring -15 KPX rcommaaccent atilde -15 KPX rcommaaccent c -37 KPX rcommaaccent cacute -37 KPX rcommaaccent ccaron -37 KPX rcommaaccent ccedilla -37 KPX rcommaaccent comma -111 KPX rcommaaccent d -37 KPX rcommaaccent dcroat -37 KPX rcommaaccent e -37 KPX rcommaaccent eacute -37 KPX rcommaaccent ecaron -37 KPX rcommaaccent ecircumflex -37 KPX rcommaaccent edieresis -37 KPX rcommaaccent edotaccent -37 KPX rcommaaccent egrave -37 KPX rcommaaccent emacron -37 KPX rcommaaccent eogonek -37 KPX rcommaaccent g -37 KPX rcommaaccent gbreve -37 KPX rcommaaccent gcommaaccent -37 KPX rcommaaccent hyphen -20 KPX rcommaaccent o -45 KPX rcommaaccent oacute -45 KPX rcommaaccent ocircumflex -45 KPX rcommaaccent odieresis -45 KPX rcommaaccent ograve -45 KPX rcommaaccent ohungarumlaut -45 KPX rcommaaccent omacron -45 KPX rcommaaccent oslash -45 KPX rcommaaccent otilde -45 KPX rcommaaccent period -111 KPX rcommaaccent q -37 KPX rcommaaccent s -10 KPX rcommaaccent sacute -10 KPX rcommaaccent scaron -10 KPX rcommaaccent scedilla -10 KPX rcommaaccent scommaaccent -10 KPX space A -18 KPX space Aacute -18 KPX space Abreve -18 KPX space Acircumflex -18 KPX space Adieresis -18 KPX space Agrave -18 KPX space Amacron -18 KPX space Aogonek -18 KPX space Aring -18 KPX space Atilde -18 KPX space T -18 KPX space Tcaron -18 KPX space Tcommaaccent -18 KPX space V -35 KPX space W -40 KPX space Y -75 KPX space Yacute -75 KPX space Ydieresis -75 KPX v comma -74 KPX v period -74 KPX w comma -74 KPX w period -74 KPX y comma -55 KPX y period -55 KPX yacute comma -55 KPX yacute period -55 KPX ydieresis comma -55 KPX ydieresis period -55 EndKernPairs EndKernData EndFontMetrics ruby-prawn-2.4.0.orig/data/shift_jis_text.txt0000644000000000000000000000001513772706672017775 0ustar rootrootƒƒCƒ“ƒy[ƒW ruby-prawn-2.4.0.orig/data/images/0000755000000000000000000000000014146637666015461 5ustar rootrootruby-prawn-2.4.0.orig/data/images/prawn.png0000644000000000000000000003145113772706672017320 0ustar rootroot‰PNG  IHDRŽ Ê‹ sRGB®ÎébKGDÿÿÿ ½§“ pHYs × ×B(›xtIMEÚ t¹”µ IDATxÚíyx]UÕÿ?kŸ;e¸7m:7IÇ ,M Ve°¢Ð¦!-þG°*N(ðúŠÐŶ€ UÐ÷嚀P@¡Ðt¦IšÒ´™‡;½~Ü$$ÍФÍTÈzž<\NϹwï}¾{M{ »ˆš®[85³ï•¹9À HÒ€ @Ð „ªQ)Gt§(;-ºSU¶)*ÞÁ»”ä<9-˜çm4þ3Uõ£ NÀ¯¯xÁ*/ˆð‚ã•Rîܸw4Ç(5^5’ëq®e0ém±‘ÿ ºY”­À„ê8¶QÄS—v`J=s7hÝ[‹Ò|ê&G­3ÞàNS‘Y¨ÌÑYªÌE˜Ú¥ìEô9Á<éù˘»ŸÝ9 šNu×.ÈW¾|ð1àTž0Ø'R‹J^¨ßj^µ #n9#§‹ršÂû€1‡€h» OX䉈Ç÷ωw=Õ8 š‘"†V/ö4TF¿|Hª{<ŽçÉw=]6$c©_9?[ÄY¨ÊGE8eB‡[¢ WÑßDŒï±c@ÇÜ/EWcê+òæѪÈG€3Oë¢7PÑßmôÿ¤hSl4C˜U Þ'*Æ›±Zº§¤x$޵º`^š‡À…"z™Â§õŸŠð€5úó´»J¶‚f0•Ý‚'Y‘gZMå?47§^>ù¾¿4c¿öôÉnÜói1rÊé­—-Êù¯`ÑÆŒ‚f 9Ìg¤‹‡Af¿ Vg|Z6lpŹÔ_½(ã^ru›"­ð è¡êú‡dÃæè(hb¡ òÖ#,Ù¬®={$.l©êÊ…AŸWWˆòy„ìÖË»¾šRüYÍÑé1ÏuѓהT¼“ܺÓP™w (ïo½üoµrSÚ=ÿ< š#á2+ó~|Báói…Å?çLµyáG§´Bê)5榴»7>7 š>RÍçò¦;qv¢ì ÖÔÍ|'ˆ¥Ãrú• >-*ßm[ z¯ñiìÚ§j‡cLæXZ@'Î%€AxèݘÖ]­i…%kêæ*ú  䳎/º¹¾`Á…£ 9ü~4a›Ê¼ËH6lަ–ü,®f.¢F˜ŠÈcõ+ü®ñÚÓ'‚¦gV=@âvïRJ/zvOhMÉÇ–A.¶®÷µº• ?6ªÓtc’ú½Z4„ ‹CŒ «ò&ªR\Xù~èàÔï ¶Ïê˜á4ŽGƶ¢¼f. ®)Þ,,¾åK€Õo5¦Wü©áŠ3'Œ‚f”zU”CEÅ·aäl Rá#ês_j¼:ïäw=hüH¬U¯ñŽB¥+…îÞøŒqb§‚>dZÃ? ~à] šäšÉû80QW/öŒÂ¤+¥Þõ¾`uý9"ò ¤¢ª_µà¢w-hdÃe7àÔïÌ…HϦyêäË~PÙа2¯àÝkr‹¾`¬9u½g56XXüy¾ …5 y×¼Kay6]4 >YWßÕ뎟7¬\xé)߃ÀVcê*žêˆ§ÊtIQÕ‰Šò¦¢{åµ”¢’×´¯ß[[7ÛÛ¡ÂâìQXôê | ‘Qcíy©÷<÷ךºkd×|NÑÏÐ1u¤gzKàïVõ¡“;JZ»+󶹯¸ïM½ûùÿŒB¢ÀY¹àV/ 4[5g§=ûü°‚¦º`Ñ4GÜŸòÉV‘g—PÙ„ð¦ª6‰H“¨úT˜.0MáDmc¨Sä~Ø_¥¬)y¹ç]³ðëˆ~Õ;BE%7ŽÂ¡Ü¤aeÞ¯€+@ö9jNM)z¦rX@Óª™ß¡ @ø‰‰»ëRùü[‡{¶ñªù“\ÇœmÄœ¯ª‘H?ô)ç;Á5Ï>Õ@=bwõaÇ—õNÉ%à,Yâ4¦W<®pðlP#gI&„ÍÒ+î ZM›B7êýÚ‘ÆxTÌKóâ[ªÈ:„;>­F¾zhÐÑ»)kàõ›Åã!ú"ÂtAþ+X¸ñ†!M+«[,hFÈ®)þÝÀ(Ñ‹=õ•‘Ëù(¢ë빩6¬Z´XÕþ(F|ÇÉÚ§Âýùm—g‡Æ\Š1ï´K¹ªç¯Y÷oÞþnNí5‹æk7~A>,Üøð ƒ¦¡`ÁÏUä:ÕÎ — ¼¶ØS¿7rˆ|›D”~­ÀWS ‹ïÐúUyQò€/† ‹oï«UW¶3w…À-À”®«!¯ ü,&áõ3×9Ϋ½¨q¼rbŠô4u .‘€¨ç×ÿ}0'×xíé“­ëû1h~ëŸðˆ½ÊuÉV#O¬19cî~¶×ÓïÝËŽ;ÞóK'/püøf½ $ãÖ üŸ§‰Wîêxû.T®ÈºoË?ßÉÀ©+È{P„O_8( ©½fÑ,cí+@P`e°°¸h'xž÷´rˆƒª,£ŸCå\Eפ–tëñܵbÆúoBù‚ÿ„3|cW|Ϥi‡° ¥å…'¨Yÿ]lC;ö¬¢?Ú®>íK›í—~#ÑÍÀD>\SüЀƒ¦~Õ‚?%^§zÈwÆg¤‹G O&t~‰’xUtAÚš’µÝ»wéñ§ºŽ½åj`lཋ÷ÿîDœžÏ:cåÛ¨úÁ娦úN¸SÕÛ|¸&ß·cÿ; 8 +^ªèCÀ~Ô77TôÔMCÁ‚%*òP#œàšâa[ÀºU ¯ÕŸ’('²˜eÕ-m ×~S…ÓQ.f·ÝïÇ2éÖÿÃ$'þž|òIn¿ývöíÛÇüùóùÎw¾Ã¤I _dÓ?¦fí·»Sþ¨Ø¢Â&cåé¨~fæÚݵÇ<ÇY™÷pao»ß 9xýü7â¼0UDW×”Í +–ææ‚ŒÃØäÃÝëªÔªhÀ AñªÊ$™gï§Tm’Õ¸ZÕNs_“”‚$I9ë‚ç] Àã?Î\€êÛ§ÙÙÙ¼üòˤ¦¦¢ñ(•Ÿ?ÛT×'ÝZUv8È=a‡Çj|É»EQÖtÝ©nLKFN ݽ±´·ûû—⋘ï«0¡8uMÉQë1êè|Uîq‹jAÚsRïZqE°¢Hr*âxÄ1âxŸ<>DÞÆ7+·ýóm·ÝÖ 0Û·oçÑG%??ñøœòÂ/ÿÛÜÐöƒ=O4Û¢?öY~<)Üh÷,ËÝ-¢¯‹ðwÏ_¦¯{}óHMÊ÷Ö­Ê»M”ocí€KŽ 4µ×,š§Ö^ĸ×ô瀱'Ê\·u}Y~NÈC€ïÈgA-&ŠIé=Î\|öÏt/²«««Û?›äž Y(ŠFÂ`]°.êºh¤ Ûܘøý®dD˜2K•ó .eù¹å ¿·bÖN_·eÄfQD£r›ß««@.ª_™· 77ÊaC#Œµ·Êíy@˜µ~ëc=è_yÇÁ¤ŽÁ3qž¬œÃÀ­*oÿ|Þyçuùw¯×ˇ>ô¡·ï?¸·Uv ÆŸ„IJŤ¤á„ÒñLÈ›•‹3f"§O{ä:£úbY~îÊ—çܰoÙì‰# 4îÝØ ðÝV•åûG¬Ó4¬Ì;KáŸÀÁHLfN¸wcË$²ås>-Ê{@'ãÆÇ\›]ÙìNã7¤ùz âñaBã¯ñúÁãEú –y&Ï }ÕOA„p8ÌòåËyä‘G…BÜyç,[¶ €øÞT~¥osrã¸öb[ú½,-‚Üí8ñMùõöª‘-˜çmÿfà8GôÔžŽå0Zõ߀³QùF¨hãŽvPeK2“¤\p3Òv=â*ÿ9&n•IÉ&%{Hñô!>L$¡Çø˜¤ ’šÖ#ˆ‚çtú9o+ãTTTp 'ššÚ‚Ú_ßL¬¬´_órªq«ßêIdõ껹-sÏä[ä©§â#Â’Z•w5JÈúPáÆåýÍ@r™®ÞÙÜ™NÂQ÷Á·­$Ø\æ@8‘çô¦${˜äÁïôÍ3 /ÎØIHJ¨+x‡Ðǯ%pòâîwY4Lýï~FdË¿Ž“*ÚÒ„m¬mU û áG=K§®ß¼gØ¹Í ’šerÔ™Ñ]ø„ôÂeþ|äë¡Â?ðÁT,Ïù‚ªü˜Ö´¶ÕF(oŠw`Èg˜ð0!É!©H’”Š ¤ þ$p¼ˆI<ç›ý^’Nû0Þ¬\Äãí?HtÛK4?÷xGoðÑÍMÛT‹­;ˆÆ"}}ì ±òñŒû· {ÍÀº•yßø¦Â-i…ÅßêhêWæ-ŠƒËJ{Väœ.Vf¶]«l޳µ6‚Û–ê5Œ8Œñ;„|ôÑ?)&a¿bœÄgcŸâKB|þÄÍÀ…NÛ¦zÜš·ÐxŸŠ\Ô©ÑO[»õ…aõÛœ9Å÷M„Ú dsÓ=hV-X‹Êro ‹oìA¶žý¥ýЬ1fy½&BcÌöªÅ§x )Cª×â5$y„€cpŽ"¼LZ-&I büIÀU[w·vÿáü>Õ®ÚE3îÛöÆ0{‰ÿœ§ÊùiEÅ÷ šƒ×Ïù¢N¥‚Ï8±¬Ô»^Ø7T-ËŸs´à*l­PÙÜÑk„€#$y Gx„TaŒßé€<>Lj&u âñxbâUåh4|‡Mu-ž¼¹ÃXƒ§-šAD~\³ñò^ý4¾¨ç²ÖÐÍ?%`¾›-w‚žìpŽëç”ñ‚Þþ‰Œ˜U®¢ªxM0!ŸÓÿâÖV+ßF¼ªì°/¼W0xýx¦ÌÂ$§ïÍKKŽß<œœ¦¥%øÐ&Uû‰}Ë>’Ò+§©_™÷p¢„Ö”üq8\yEö„¸ë<ØÑºhˆZêb.QW‰¸ÚIçñ™wñ; •ì1}¶ºúK&)“6H9bq娋mìõ¬3*®;;óíå܆U PÕËTõò´¢’ß´û½:9 ®Î;ÙÂi@Ep²تMMùõö*]Â9åI¹ß¾Òî Ïô ~ŸmiĶ4b’RqÒ''ýá8Îø©àƱ-=ÆÅûÔ1_>?ŒSýpÂ'€ßt+ž¬#—&LFÖÊêáu6Éܬõ¥_½¨g’mi$¶wnÍ>ÔÚþgBÖa'Wí_27uØæ³\A>¤K–8Ýë4ªç8èÃ#åÅd­ßú˜±¼tdž«âÖ$V±·±~1g|F»+ JŠ$»ç ×ÔÒ~UR lÒëÇ•Ïëšê‚EÓ€“ö d_¤ ŒûKKý-Þ3P`¤’ëâØKlïl¸ïg°ÆŸ„JïX­y÷Ä“  È‡»€Æ‹=À Äw2qÃæÆ¬ûJ—ŠÈJ`Äf h4L|ßî„iï[<–I›ŽÓ“%uÒpÎǨ>Ù:Ž® ÑÖr«"#»Üjæº-Ebì`ÛH§mª#V±·v?z˜$1'­Ç2y³‡sMáà‹€‹êimzÐëÏõ#œ DÂâý;#œ2×n{%캧!lÑU‹[[E¼rj{/¸i‚é=q›¤áœÂäûþÒ„²$¥qBYN;hõg©Ï+¹ÑÇ=°½>k]é§@®"#;‘âûv÷ ÁIÓN#ž²üÜ/—åçd Ÿ)Ë&ëšyí ±’hØ */sŒQÖú-wбg òúˆN4L|Y¯¢Ê¤Žíôÿo5Çiv]p+ȶ=Ër¿¡«‡¾•Š¼Ôª”ŸÚs €Ås °Æì·_¯PÉÄ0Ú⇛p«zî4$^?â ·Ê5ê¢nÇP$n)ß™{Ÿ.ÁÊqË+­ìðdh÷k‚íXs̔߿dnj4ɽ±—kœ³'Šò'ài„/™#UAv½~œ1Ý+¾õ&™7Ô  ó&º»å²²¤œÝ°õC5æ¸qw9j 5|EöÌKN½@$µ:#4’Ûú½X0Ï;©¥áÈ\\xQþ*Fl‰Ûß÷Àözh¯ ñD®f$–òÁ3iz§³+W•Ù[׌­ÛÏ )ÊØžOä­ ‹2×o)Šá¶Æ·6X‘$u×,ÐÛ¹(/dÞW:_†H7¬Ì{SaZ\ÍtVÛ ¨Ú,{–gÏFË.rW€Ÿ:xî)–V—àTr߯F..ß©S֊Ȩ~y¸Í×Ncuã4ïÛC™oo5¼müM›BVZ JF+wöŠ!œ^¶4çÜ¿õ÷C2^Ø LóŠáa* ({‡£|vnºÆã—вe°‘]ë>ÔS$Ûæ%s}¡¤ØA..Ot#‡ÚçEø)q»!«5´`oþÜ_¹Ä×ç÷<]…½M1ö46£IQœ`:d25”Ôn‚{&fÛ»3‘¬×nŒù0T ©l –âeª*:l ÑÅ‹=åY•‹\ J…GDõ†¬õ[»M ([’™¤þäsÄÈ%?d ð/ù±'&¦þæ7;Þ_¾4ç½.ñ/ º•†TV¨‰¸Ç9vqÛÂ>›ëIJNæøiSú;·}gìD܃=ÕSÔùo.Ÿ3o(27E¥Q;Æ£J&FdØ‚}*¦W^Œr‰ªÜ‘5{Ë—ºk'¼oÙ{R¢>_D.Aù˜@ŠÀ&U~wä‘™k·ì>ô™òe¹g«ð…$į^N³÷÷óí‘=KsÎGnëÐL}À)f•ÚˆKuÄí ”Vò;†¬T/“|Íô¤óšàXl}uY Žr‰“èÁÞÚu Ž#i„©:ŒâIUo©„›;f׊c<Ö>Â%1œ#HÊ+ ·¨Ø Yë¶ïèN¯)KÊù¤A¾¬0O…—ŒåҌ٥¿kûîÝKŸ"Æ®@™'ÂßÔ²áã@ðh¹I}Ô¥6êR±­Añâ5ÂŸÃø$ãN´S—ør<“gtÉ×gì$âû÷ô´v_‹¯6ÑsUÇx@'ƒ`]ϾáLùŠãÏPkϹ|â†ÍíæÂ¶Ë³CëìÆ¢ü[•ï‹cÉZûF·•{ æ%Ç[®(Gn˜¥ð9gÚº-é¬ÿÄoûM Ãy™kKŸh7Óç6…e¢røÂV¡!æR±ÔE]êcÛ›xìIäj%y`Ií!ÖYÃÍØúšnÃ$$95q.åºÝ)ijÊóçŒË\¿åà b­Ó6N#ˆ£€5vXü3ÖÚDx&sÝ–;^8ÎJ`,"ßÍZ·åÛ==¿÷39ã]¯¹Î 7~NDÒþk/˺oÛó‡˜íAìVÉÀ-õ-ž;Ú¢ýË/ÏÎTÇ)Ψ´˜¯ŠÄß3W,sæ(Ûv@ÔUêc–¦˜Å$Ò§˜˜äajŠà3‚ǀב¾çdµ)ÈuûY‡ä] ‚Iƒ­?Ø«~/0¸ÍŠ"‰ÁxÒW[ê†0{óçNs‰\­9½£¿aÛõÙ~ê¸ØÅ»Í!óÊœYÆ57ºªW€zEô¸Õ[g¬ïleUägŸbÕ¹X ú è—³Öo­hµ¤|Yî•*Ü–MzgÜD¿Õ¡ºÕÓ7çQЋ|Ž0Þq`o¾ëbëöãŒíÚüÖ${52i(ßÛ°6Û²/ÀR4í¾7^ëÄejM>ƒ~ø¸Ÿo菉¹|Α4C<‡ôxí¡0ãꛃÿÎdl¢ /5”„¤æ˜ ·Ù³ôø‰µ]Džås>JfË–»º²`»ZÿÉ\¿õ—=}o49v5*)qµË:æA—/›s¢w#ܹ7ª'õFo^vÒX‘èwŵ—Ì\Ÿ(}_‘Uùm C\wA[dY~ÎûTxFàYUæ"Œ=*nÓT‡“6þPS³»[ë2î/-ô—&v X©5H¢9ºÝ$ûCޱiÓî+}±8YT¯‘ t2ÿË—wȬhÌÛcÏÍKæúTå‹ _érN%zÈã™ëJ¿ÖÀoô'¨ý|8ÞÌÏY¤ÂµùXÛµÊ+²'€lø—Gý‘_µˆê¦$›º±î(ò˳‡ vH±¨FkMB©õ>$\æÊÜ©&¦OuQŒósÞgÐm‡ž7)ˆªY­ÂÕ³|­ÇR¡¤X>ðŸÌõ[~Ñ•{1#nœ«úFP¶|Î%‚>ÝæóÙµbÆ)eIÖÚ-¯¶y ã®s¿B™ßÃÇ&ß÷Ÿ&ÅÞN¢ôщ¨C\gâtW1Kܪ_§pð1“X­5(miCÂi<žÔÚC-žVÖŠ˜‰|½+˜r?ŽðïiëJÿ§Ç^‚æ*ךÏ Qý:"«f®ÝÜ/÷®s' äd®Ûº¾}ìÖÿßVøZæ}¥í޴ФÜoÁˆë~l½¥ Žu&)Ø£Z(U4ÖÙ(rÆM%®JesœW„ »Úæ@üØže¹§ ®Rc¡†Æ©2M€ÆÐL-ÚÔÜÅÉ·"gŽ"ÏjI)ˆ ùþfÏzåœ%`|¨ò\±­ºfle†¼{¤hSÌ£ŽS*Ö‚ê°€&.^wú½[ºø]önÏ=®!âV¬T¥¤m뮉…“œ¹ö§ú;¿o\tjѦv U¤wRFÓÖ:‚Ú±¾+mÜûÕÙE[êÚ,7_Øý F®ÏZ[º­;¹VŸ0*/!š«0Ík#‚+Š×(®M”ÇÛOÆ6ý¿#¤Lß×ù°Ý:½¸ÓÔ9{0@ã;#qÂÍnë‰m3Q…ã†4=éO-Ÿ²#£™»Œ®Æ¼¾Ù¼t´:—.Áy½É÷zfÀޥǟêzÍCÓÖ¿ZÓ&˓㫼6þÍÉký ÊWw²Z}XDn~§Ð^…ÃpÁׇ$ ¯§ë)ôRZ_±3GÑãQ•7̸Ÿ?_ßjºnáTFMoYˆ"‡²·ã÷èâÅ#ÞÒ¬_m®~Ûq˜s®×úÕÖ@¬|yÎÕÊ÷\壙ë¶Yåt×/óÈMß^8d ŠÎ‰¼7ÁõßÐz`©F^Õ©qO€á0©Ô äøÛŠúœq-[þ¯Ma.[6çb«vrÖ¬­ŸÕØ7¯Ì™%q½vè88Ù¢œœÀd"Ó²-Ãr#ð!³øë(<ú/Z÷,Í9Ó¨nθoë£íÞdW¾NkyÛ#zYý.‚-Õ=G]i¨ä$À†ß«os•‚‚°p ý§ª+sƒãwN)é(R[C?.ð—Ø[¡$ÕïèÒP±(cS­mE @Ôñ–HÇYб ß(õ&Ü[Úp¨fýÁEÀ‘ûMzPx{-—/§@­>[>­’²e¹/¨h1"Ï{[2’:´%$G×5×ëë†Ë„{OsVôjV1C•iÀîô¢g÷tMŠÄþÙ€¿FTß_{Í¢±cî~¶fDp™„gB!Q¤±lÅñÿÀÚûƒ,n‰YÂeù9ÛAžS´ÄÁ–LÝ“ùêpq£²üœ«ùòÑÔ8_WNã6T÷PùÅ¡©ÈA¦­¢ç“¯¿ÍiŠ6ÅêW.ü_Ð|±îÀú‘š²å¹”Á—¹?â>œUôÆ6]¼xaÅ´Ê››’=Æv•ЦxvÈëd}f©Å¡|ZeSY~î¿DäI\û§Ìû·þ{о§,0ç' 7´Æ*˜#@Ï¡}4é©—B•‰ÙÒŽýDB­áÆvÈ]¶"÷⑤Ä]=SU }aoeÙ²Üû÷NÛ»8cVéjAÎv!#ÅKصli-;F¢GæTõj䕲üÜí{òs¿UqÅì¬ÁhyRÎ"zC'íTùÜ•Íqö4Ä8vi‰Û^£ÁÄãíÔ&HQâUåÝöŠR«ÝÅ'-í¿vq*p6ÐJÑ¿"z; Ñ¿p?à„ßÄ‘Pésϲ9_Dô§ûšã¤ù Éo× Û#°cUk®®ˆ«²»>FsÜ2-ÕÛ]AåaÅüèÐ|«£Lþœ•Š®éힸU„]ªÂq꣖$'Ñ-&©µcLÛŸŒ›ŠIs•¨k Wï§¹ö WIò$6ˆßDô¶Ìu[¿4ë^_°àBD~*,¾¨GN#w”´¨w’äw£Ž FcÇ 09ÙÃÞ¦8e±¶]:Má[jÍK Ùÿ„="d§ù˜ò±§1Æ¿„©‰¸E²p¹ˆýÏžå¹ÿSž?稫íYž=[ÑÃ#LNöpRz€ù“˜ôáu„á8ÛꢼVæ¥Ã+5./UÔðê¾ZJ«ê)kJÌ9+Õˬ/Ñ’Håÿ2š·bàUBÚ¨ðh—yt½×®AÍRAV÷»"f|kê³Ó|쨋òrU 9cümÉôzÖ¡Œ;ÕkxϸU-‰â3´ —ô·9ˆr¢”åçþY•›» v?œØ_¼ØS¦•¿ýyÎc„ñ·S{hQÁ0+&ÑÜÌ1<¾¨·ªsE,Ÿë½öÐüMnô" 1b|]‚Ûºn„Ö<·xtacÁ‚“†Ñ¨¦w”¥Ùi>&'{yå@˜õѱ(ÝÓ„$§MHb\À¡´&Â+Âm:OG:W„•åçünϲãOì“8Z–{vÙ²Üß¾™YyPà¨;¥š˜Á¸Ô$&¤ø™˜`l’$¯ÓmE½´¬%÷»‘‹TG»SQLXàŠ¬vá$¤ Œ©)N秪%Φýa„{·¬$Xûé“ày£&–š‘Îíxäbûï²üÜÊóçät –åÇW–ŸS¢Âß.iŠÛP\¾V¢IaRÒºß7] ím‹I“¬em·cíîbÔçÞ4 ,­ºrap8Ac`\sLy«9ÞÉâHó9œ2>‰dðFM„W«Ã´Ä{Oðˆ$À31™ Ïðju˜²ÆV»¬ÉeŠn.[–S¸çÊÜ©K-ËŸó¨ªù#ÈíœÙgØÛ?º›bpÆõrsh•O•ÁóØ×äÍÞìNºñŸ}͸Ÿ?_O¢ý\Èïáúaf6ãC>ƒÏ^=îÔrÙï' æ§!jÙTfOCtuZ d¤x™7!‰dag}”êˆÛUß)ˆGu{Ù²Üû£ây´ÛŠé‡]õGó匈8Ý×bÐhtN|•¿ Ú&MHƒÊ==E0½<};à"zã0s›t€±~‡A¯×DØ^%ÞS’=Ì›ÄX¿Ã›Q6Uµ°¿%~Xð0.àæ#É¢¶Ë3M1›„p¹ô}—ê5XåˆZA‹/€é¡I˜¢Ä«»äöǽ{dÐ`ô* ¼E½pÿî)t÷ÆR‡€q~/× ZöÌKn³J"®òN Åµük Míæ7~G˜›îç=ãøŒPZá_û›ÙÝ%ì^x$yMUõÞöåY€!/e1j#ý0hÏĬ.uöÚÅRÍ[h¸KšØãm¡¥¯G¯Æ÷‡Šž:ÐoШ‘ïô‹ÃÁmÜpÃØŽ&ê› 1¢V91=@Vª—]õ16UµtòäùÞ;>À c$9†²Æ/ìoæßÂT6Ç;q¨¾PS¼o‰’f…¼¼^éÓ3HÆ;eV âÝÚý¸u]bî­ªùæ ©KæúnL¨LÎFÏì™Bwo,‘‡€qŸy«ß¬õ[+Tå  ÅÈLõ²³.Êîú(SS¼Ì›Àï¯U‡yµº³¾3.Ï©’˜’ì¥)nÙ^¡ä­6WG¨j‰Ó&Ž÷d㉊›«»Xfí¢È3oF6ÞÉ3{LÍ>ÜÚªîÄéºôbw¤Æô´«€ˆ>,|æõÉõù“ç ²hö¸îñÉ¿|~Èë 'RBÌ#Àq®Â–ÖÝ<+äc|Àá@ØewC”–¸eBÀCfª·KM«Pu©»ÔD\®EÒcN·…ÿµ¿…÷Mì{¼v\•—[q'àõxpÆNÄ$‡zTvÛw»uq«*º­ìŠb§´%ç (—Im2TÍiEÏ>Äœ TT²E…B 5îñÜ>ºMÇöƒŽÀ é~ÒýoÔ„Ù\!Õk8mBsÓĬòò^ØßÂÎú(uQmõÕ¤ûJïé“xßÄdæ¦û ù µQËŽº(•Íqb‡ˆ¯ˆkéDóˆpbºŸ¸U^­³0yf¢Œýac›êˆWlï 0Q+²d0PßbV ÿ{8Àô‰ÓÔî}ãˆ{Jq"|0¸¦xØú\–åϹô§€oSœ­¦îô —Œ/F%8ªZâ'8Š!ä3Œñ9‰Z¾>Óç~>ÏT6qê„$R<ýË ¨S/[4 ¯Çá„Ii„)aŸà,Û\—¨Hí±p †‹³Zë8`ïv 0ÎXNM½§ø• @ýª¼«QŠ€-A¼GºÉl*Ú³,÷4‡f5Æ,¥µšã–$!;äët²Ý³ÔD\꣖†˜KÌjD^CÈçò%¬¦žjþïk&gŒ¿_å_ÅŸ„gÒ b.¯UÖâª2cl*™c’qT€µh<šðôöîM®¸0s}é?k-ëVåÝ%Ê5 §ºoã¾Ê½Õ˜†Ê¼çÓ¾,,¾e8=~UWæ#q~¦p…UØÕeoSPÒ|SS<Œ xºL0â*-qÛ!é>ñÒ’=†ÏâíÌ…ž{«™©É^¦½}ö»x&ÏlÏY Ç]J«¨m‰’J”Ù¶¦cxGoßô´—üÁˆÈkßPWçl / DbjŽïÒ9  ¨»:ït1”Ö³`ÌÝÏ{zÙ²9#ZŒoŽ[vÔGÛ}%>c˜œìaB’ÓÇÕ•^9Æç'Œõ÷0i_c {¶o§±%Ì´T/™©Þž"úv ü0své¯W¦ö¨”_†•yÿÎÕ›ƒE%ßë3'í· \•÷}”¯[52¯»"ECM­…¦o.LmÄM8Ú:œf§z&$9L xð9}Ÿvim„º¨MXPb@y"ˆ×Ÿ8pLߥht»UUUŽmª£)n© »X…))¼ äԉȟ±úhFٔdž"¶¹neÞõÿ ìF|'Êڧƒ]2×טžVÜÚáäî´5Å×2B¨,?÷=ÀI4“渥²9Î[Íñms„1~Ä€‡ñÏaxËcìjˆ2?;‹Ô S:)±pøÔYEqVb:ÅéGU䎥T…Ò}”]§ ¡ŽXõ¢1öe…$«|tLQq¿Î²Ž(`¾¾`ÁÙ¤„èÇCkJþÈ¢²Ç‡Ú«PV•DKêp¢÷Rs»ÇVëOøiÆõ ¦¸å¥ª¦ ‘3§ÌZܪòîÌè/d­/ýÙp¬.Yâ4¤—o™¤›þˆ³, ò®Qá. ZŸvWÉˆê ‰îºÃeÂù´&ãÇ­ÒWšâ‰N*-®ÅZHõÆúUGkê_û§Ìy§œ„ñö-ŸßFZp«Ê»ËSúmæúÒOÉ0õ¯[•·Z”o£lonI=yò}i2Ð$©…¿K„ èëqæ¥mªc„ÒŽ‚Yi¾ï'¥gõűÙF{›âì¨pÂÔñL™>ëðÜ¥v·SD䡺fgù@ÔÎ9"À\½ð\1úG@±zVèž’â#ùž£êYÝÚÓû9}Vg|b$÷õn÷ó\™;ÕÄåMÄÇ|zof^¬jÁg„yÙÓºmÄ®ÖÅ6ÔàÖè®Qiøvæ¬ÒŸ ¦EÔÕäÍ6‹ÀÐ/‡ K~z¤ßuÔÎk>—7ÝqyeÊ­¡¢â¯r Ѷ˳C~ÇœkÄ\¨ªçÒÞÿê=.jùÏÁ0'ó3&¤„“芢á¦DtÚn¸‹>i­sã`4ö…ö_»85àFŸÞ ü6XX|TâQbPõ×,<«|¢\,*¾›ct NYJΩbe1pÊ‚Žm +›ãÇ9)ý°‰ªÈß úƒÁôæöÕÚmHOû3p6èëaÇ?ÿhóÙd W¿jÁ•¨$š]¨\*Ú¸Žcœdo~îV峈âÇ 8¦§^”åˆüA­¬NÎÒÑRj·w½ª^Tª£g „Á"9ȺU oÕÛWD. ®ÙøïJ4šwO«'»Â GÕAĈð–ªîv¬óÒ”ûßxy¸¬¢n •‚…w#º¨3ªg¦•¼:ß-=؆‚ßR‘ïQ0Ÿ >û¿ŒÒpøb A>+ÐŒÊùÁ¢&&e0]¿jáQýä²`áÆGG_åÐé0õéië.hv•‹úëñ=™ÁxhÍÆ›P½ð+úHÃʼkG_çÐPÃØ1ÿ-p)P§jÎhÀ hBE%7¢z`~QWw‹g¥¢ÃZ¬Ú³CEÏ>;(¿1Ø“¨_•·¢5xË ü:8ÅW «G|½¼c[D­Æ ¦qHv~Â}m7€¤ÏxD?“¼¦¤bôõ£Ül¨~¨¶àŒS1)LC¨øôpÆÒ1hb^œ¸¢úÔ©%ß®ó˜Q:@ §S㪼¯«òÀQ‘¿jÜ)ó˧w¾ŽQÐôn,ü€ŠÞG"ߦI•o†¦–ü÷(×éf­®=ãøÔxlûpf€ ‰É}8 müG\#s"d¹£¡2ocÃÕ çŽÂ¤Õ€(X4¿neÞ_Õ5¯×KàŽw=§é´“V-Z¬j‹Ht·‹‚þÌç‡#¥öPScÁ‚“,r ÂÇ[/ÕˆðÉ‘b8Œg›Þ° ©¡ÅÜŒê$‚¢jQýq0…ŸµV}çs–kdWV+|¦U 4ªò3õýtìÚ§jG9MT]°hšGô{ Kƒ²Ãê ¬)2}ÀÁrÍÂ3Œr½ª~ŠDÅÕˆÀ„×ïiã±ný†Uy'ªòCàüÖK ¿@½÷ôVpçX¡gå3¢ò9…S[/ÇÖÆ­ù^_³GAÓ Õ,Z„è 'у¸á£æÎÔÂgÿ}Ìq•kd‹KÈ•´·÷‘}ŠþÒ+ºæXð”3ˆµW5ÓxâŸCù,‰_›EÙ€8Wˆg¸[s‘¢“ˆÓm[ýbµú‹PMýoe˜2ÞÑ i£ý×.NMŠG–«ÈJYmôš(¿UÕ'ƒµõ/çKÐëÏõ7DNGìù(— dwœ‚¢z„¢”5%/‹¢õ˜Uh¸zá\ëèQ]rB‡j}^áiÅ<‹ñÜ„{76 Ö8šW-Èp-y 02e»äîä÷jx48iãÆcÝùމoiX•w¢…O |å4ºä2É>DKQÝŽÈVQÙn {Mœ†˜HƒD=õ‡šµ{ æ%';I~56äD_›©*3Uu¦f(Ì"ñ7éáD6)ò7ùÃH¨®1 š>X&-Î|TÏ]¤pÐ×ê¤õ NkG_©‘b…qíóÁÀ˜Mòó?GÞ©þ¤wM$]ãµ§OÖ˜'WÉF5Ñl©@P ¨ê `·-N³B¥!”ƒî‘]Ù-ª;ëîLýåóoñ.¢ÿ˜Ó6ýöîÙIEND®B`‚ruby-prawn-2.4.0.orig/data/images/indexed_color.dat0000644000000000000000000005006313772706672020773 0ustar rootrootxœl½¸%Wu.¸vUª:9Ÿ›sèî«nH&w· ’Q_äÀ³ðø?Ä€$À’Ç\IøÂgz~ïу¤ÆF¤& ðáñÛ‚’‘ÉëêV‡›s89Ÿª:Uµg­]ç^µý^‰>÷„ k¯ð¯°×Þ0@®x•æ}Äw ƒƒo¦'ççÄ×§¤~hÄé‹ ®ž“ë§&n"nÀñLþQ,€Ïw†ñ™RÌìÜ6Ç¡ƒr Ÿr0YŠU⥄K7{?çêçÞë$Y©~$E´OA ß§ëåc’¨’蔤ADåæð3çDêÌ#H¼72:¨Âq”-Ÿëøð»ùÉŤ¸En²¼ÀUxÏTðR5ŠÛq8 zö»À \wÿé¶I.üχ ³§5|T†‡ÌœæŒqKhÿ÷¶&°{Æ»8ÜÔˆÈ9˜þ>ŠOÃü‘”ù\Ò­G%P4î<ñXÇñÄâ-‰C4¹³Æ%Çá/KÐu]Æd$oB„☆³Ÿýôgf †ß9–uZÅ[ÍH÷ Nì71:¾ÄE<˜VÆç> s2}œûÞcì ¾C¢è¥ÉÊógH„Á1 %:oµŒøÆ-÷Kò¾ZHÒ¾Ž¹ô¢ Å#{Lž„µȯә䳠 U›=> ³³’NuÄÕl¼@ƒ‡Gð-J^~ØáœË²J·cÈ*ü[W($ãP˜œžÏ1y ,¨²HÐ½Ô ë’+Ë® Êq$PÚç~ÅXGš8HëôÝïÈ=Ä ºðÐéÓà2YÜ™†Å¥ä$ƒ¹3l^ŒFV_lß:#†ÊÍ^ÖΙãÇAÈp²£ªvæ ª€÷5~e)x gÐæáûãs—ÏÕ7˜¿åàGRO\YcHg>ø³#»œß÷·û†²+¹ˆÄ 5^÷µf‰ª™GÈ ?5‹êïA‡§ Ü–éûÓ³Lâîï'Îxè>8COpá£cç\G!“ñ™xÞ)v•h+ Ÿß¶_¿L§zÖí ÃHügœ—Ç&~QIœ‚$ O°4ñËéûf,8ý±Ó¨þø\îi'1£m¡Àg9™ ý$¾=þøÉ“6F‘Õ:R€U("AU(ÂÁnAkäJ/#& ª=d’ðó^Fæ ‘]²C\:-(R­ÙÓâN«–'áÓ*ž,ìV|1;ÔDQÓIt!ðÇÚ„Gï»Ê€Si«pˆG:ôÊ?â@ O'f±S‹S1ÅCiRÐ{„ŠÁËè€Ã‡™ð)OƒÎÞvî¿Ug‡Ö:DœZt&p6̆þ/úÞ"—νšfÂ%‹Ãt:ÓBÕ×\ÐzöQŸ7Ãa|×dë0ÍÙ»G¯2I0 Éb•<Ñ8·P¹H­<¾|§¾ågÑ&Š"ý¯ÞMߨ_…µÓ î3оy¬+©Â>#aæäýæÓ×V](ù‹þ–­á(ÜÞ3Âe á|´]BW㺵Cd (ZÅ»znz_“<`%Þ ÓçYñHûÁÑÍÞzÚ=»0µbÕÿ¶õµeõiåe’M¼²ØaÀ£†[Ž}þœɬI ª…[AÆJµyÏËnºgî §K.›G7÷CT)ÅõH˜.ÃËNÇ%’ªíeAÒMiF²uØU`5UZ›Ú)Mä+~èÛ¿ß9ë±Íô|T‘ìz#úØ Ü}NŸýâGNÂÅ·Þ‚7º QÌäü2ã56éY0š?2àŽ y(«Ž>)Çæd.HŽPy¸ž..>zµìGc‘M¿œn¸t qSÞSðCÏN³ÏSßrþîo^ë\ßÝ`=Mmeé-rÏÙÓÈô’¿ `øEø1=IA¢U( ¼õ5­œãÓ“ÞÍgª¹ Uv,?Ùâg>ôíðR/×Ãd-†#V7„sÒÛ#Ų"=×< ñ@3aTK 9Ñ÷}Y7N¤¹¦ðVîY?¿Ï#‹pkõiÎá'†>¤W4É•Þ9ò}¨-ôÊÿúÿe QÊë"”¡34WÃwû P­zú%l… 6x?¡2ÓÑ<®Âûƒv1‚*á6…úJ“H”äÌ€$;Ói¦´u9Eº—$¼6ëÿ³´2®›!<äÖœ€šŠÚêºÂ œŽÎ_Ï…y:#{túàuãoù;ËŠém½å!õa¸ÏSbò½ó ½Ÿƒ3³è]‰n\ñ0SHPvöY…7eœY?>ÌWåœZ†:Pü®$ºç˜Á40ÔP0\¨ãËèµÿž[Å"ÉÕøëÌ0ž#Q„áX·ÞGÅÅÃáÜG‹ì6>-Á<]/’LzÙîÛ ÀDzfiè*JF $5 U‹¤(”ÇÝ£ qGÐã)Ûu‡ì쓇CÒöý%œÝ(&®žA%&Þ)¤b3¼Âã%2†izzÒã–DØ Á ’ʛ빈…h'󪥊nê¨au¢¢5ðQŒôþeîP%{Ä‚³ÿ^0XÇkzV¥¸3‰ ñ3Ö¬Õ!ñ ”â"²CI¦J‡®C‚«Ç±0TCPw@Ãÿ’50C¿EÀ »È»:ÃP’ÿÏÂ#B4”ñQÞV è4ÏÂð ç{I;§çHüÈAÈ@ùN§18,•ƒ|âúsjŒÀ¼©… èóÄ¥™uô‘jˆ³*„qt)2ìe‘y:®{áÈBSI‚!lV¸Ú ])"·ì̊립ð”\arf ŸFo¸çûØ…1s7A{ÔЮÂH½,’:(’-mHjDPÖ@¾¸`ÅuCê€6QE¸%n 8YycB’Gè.ùÒù5„ GŒ‚›„Éi²6¢0]˜™†zMiæ‡3òϰ¿ÚN#˜‡@¬!Dc'™?ä §“”X¤0ãÈ5]Ót®á!r 8]¯<¢ÏfžîµkÝþ!t30D1Žcpâ8.¿#˜0ÒR¥T:ÔbÒü}gÜëD(í{ì-0V.ûMu RÜ2¸V•v«d+ÝPéqá°aq¶ˆQ5Rn±PУ ùVo A4š}åk(M÷tIàŠŠøZºãýw¼?à³ FYdm‰;Ò]Òušy@ƒ×¥pˆÌ¿e˜ëf8æ&zZã~=žˆéÌçÄ»˜ØDBÁ`Y/xö ‚Á@Šw‚wC×}Òñ°Ìȧm˜™,tX ìëÄ’jJR)¥Æ‡‘ åÏãƒëî¿# u€Òÿb¿¼¡w½á¡güÅ‘ [ñ”/÷áýÇó¡þNž¥­“>qäW‹¢ê0‡TgA©†~ŠÉ"¨âál„Èc2Ù"V{J,† záF”ÊÁ6‘ÚY¿Þ‘«;ÆîM—ÆaQë[‚¬Íã¿¡ß.G·îlÃé#XGí4«’ÛLáÞ³C$©`Ç~¤:º$fvÈÚgZ ¬f0¬ž‡É„ªcª80K§•Øö†ßvP‚ <‡ô‘§äÁàû– þåUˆâ ïÕ D!`¯*S…` Lq…HsBBÂ!OýëPc„´¬ã¢tñ'1ád%Ìú×Ð-Õ 0Dj»ÐH7ýH±»ŸL{)¢½s“éï5w‡w!UÓ®Ià_zUG‘O!­cz#è‚>XÆ<ºûéSV K>F¹ -«)~!ªD…TC‚óð”ýAT]ÕÂ8‚È‚@ £žfnŽIÎuh,ÂwN‰áôº†Ì·J·Zn?2ïÅ›PcòƒR}s"Ù,†Ü¶ÖQÅ ¢#Y4žZØE=Bå †‘5Õ"YJªtжݲëÁ.¨5@ø€ŒÛ]\CºPôÿ²Câ²ô‚ãkÇËíS…eû"e÷ÒTí™Ú­—×GÆ·q|cZ>Ÿ‡õU€'ÿóó«è+a°gðNˆ½±žïÆ= ’èªa&YR1ßnW,Ëb¦+PL†Hž<írñîÓ@O ZPk ™ŽÝ›ÕJcl×Uf¼ÄM(Šü[¿]‡ÿ÷Ã/òµaØ,Ý*¾NÝùW«¯­Á À:êØš¤±M8Äd±®È#^Á=pU ¯…J†o‚’[k Y&8)@¡!幦l¾ˆ±¨ýzËjˆ| ¹ÄùŒÌ„µ 9ÓßÇá¨ÎƒÃ÷>b#ìP R)zRèËé×j©áõõõ”äó!u—·!P¯Pu@ ï¸á•Z½.Õvëu‚¨@,b '€WwMh&Ðù #Õu9¢(aѸš·tÙmœC?G¾Ëy·ï¢$NQĤ‰+Ö_/ åŸÿíßðèݦ6ŒÊŒ)Pâ)t‘ùAÃTÂÁ0ƒ²zH°Š¤„ȑʚIšƒ¬B “@)»É†08¢X½8ä]?¼6ƒâ$ Ôr]ÊeQå9çzõ­IIJ#qîUå@ÊÝ)mÜèÅÔõa¯´ÊKH•è¹íšÍLF`L'Ù$à¯Õkä±!ÔÝ…T¡9Øøs3¡PFê&L‡c;·náp]Ò%Çêè´%¯`Æ! $¥R2 é÷ŸBYþ©`jQþæ ª:±Eؽ*¾ª§1É<Ú>d‰E*ú¡f(B_ÄQ~HÑ…±zÆþÞt¦ÇõÕ1Â3BM¼ünÌåõ³¤ÖxS‹Ð¿Ô ù[­¢ëj¡tŒÒWÄ„ª²&³Qy-HÝB‘i›ª²÷ ÿ23Zò‚ !?h"¯Ú³ˆLL…0ЇjUÌæ^ÎëJ‘Ȇ”Twp#¶2((Nô|$à€]ùÆÆø“4Rb²…Oõû÷•Q.E¹¥vJ“‹…B’çX.GÕØ$H·¹ÃúïøÑ¿»ùýïÿ8f’ÎãÇ¶éæ‰¾ Oxz¤€x×bøh{$‰ ´Ã†’}53)d ÃÂÜ·vW¾ß³€F«Ch€1¿ÔÏ=Ýïä'êv "|f1‰$aT6?7³˜ÊOÿ‹y’ iËyùâ=°x¸ÄûÍ,]PÂfêƒê{°ç€ªˆ"%Þlˆ¬GàÝ0/åá¡ÇßóIëðŽŸâŸM7hŠ§Þ¼òÈï¯SéTxj:"uèfÄå%HGªb„¡J»êû`zvLè-e²„¯-`§¾²Ì«ào‚Ï/9’„7ëÄÑð¶ûæÐ*Ñ4/|öàþ[à³Ïô/  ªPßHá`Àûfѳqtøbš”À¡V…ÕxJ’Úè&1eztÑ‘-I°FF*-ôć·†жü­ÿü©Ñ1ˆDè†"ÙÇ뇀|µ7º‰Ôj„äBi’÷> k73 ºÚ4z_{ÀG(Qó€ªý£JºªØ i†çÖbe4ÀvM§ÌI—a»W_Žîâ÷Ñk*TLÓ E¶ÈÍøý1÷ó.[CðRA‘½øžQ™zŽusÈÉ™QO‚¤MR)ºÖ€—ÌÓ#¹êÿxPÎ-Õù ëÐim |ðÕ§:6Þ[AµÝK§^U…«ÛÈÚᱦâäãM0lÕ©S¨f!·DqBlÝ]iæ‘û¨¿ùe¸“4 R.†}gOù×{ í; ¡GĆ~=Yhy¤õˆ‘H™Ï‡Û×ÃðPç9VwfmGáÜ9;‚T¡5£>ŒƒªÙ¶\Ö®‡ÂäýÊ~ÙÁ½îZFûk÷¾Hmn\„[ïê›?bB‡U0@o;t‰)q„BrÃ&¹¶}¬F·¡H|&%sZØPB`Û`h8^8÷5¾Œ?Ü@+Ý9lW °u}½Î$Î’²3¢î»È;§L÷^x÷"|l"JX%Lp``ÿì(¸àçMãC!-–¦èÃ{ ê×ó(v“`®ATAš£DÕ,úéJwO5ãà¶À!“*i:ÒUJöEÌÕÉ_]/†3ËŸDøLÕÍ?ù‰?RήÁüóÎ@‡®UíÁ;¿,Þšj!U*̵¶RŽáSjÙ£R™èQ¬a ©Àu…âÏF¬læHŒ—ž²oh3 ¤_Ô8²ìvæG\ lÈkë¸w˜€'ßdÙ:ýpiØcÕÔsñC§¨!U Ë!#‘® ÜÇÃQ|¤¨žd“¿Bª¾r©?1$G퉄ìѤ.Q¢!ª/×L_žYt7Ã@3‚‰'V¡þ/íümR'q º„=úöQ¥iSAëãZ#Q {Ö*£?,ƒ°‘pÍÑ8RxEûF—¿¼BTA£'‡ èÈ%ÔĶÇu+ܰ˜êx¸õ¿šÕ„Ä(á3ƒïøI·l•Ãý›.{œ.|gÿ<›MÎókZ )â’OØg Ÿ£j¤ø5\. °òP%rä ¬ »Þ—vW¤¢-]¨›‡*°›9:¿ŠöCá±ò¿" SýÈêiâÚ*F(½Æ¡Í‹÷¦ø3£ÃFPФì è@åit@xÄœz ™Ž—¨° !ô¢A£ïb´Ö;¶1Z€÷!];QÌî{z•S ¯»¯ôæU5ÔÆ0Ò9°Àý¼Œ£Õ ¢©ŒožAEœøvþ²9¤œü­W˜ê[n‹“ë"Ì©³ŠÙö¦£Š”µ¦žäh'ÙìJ`ª=8Jú+Evã`ÐÒh¾zÝ K©‹¤x–^0®)Q«ÙT5 l$¯†ëöèúOÊ|œ€ÿÉËÇ_7¦(·ø¦àòÏÍŸ8òÙâ*x.Ù+Ì Ë©b“H±Þ"ßÈ$DܯÄäPKö•5nÐkîåËËqÌÖõC#@À:¦²Rôf”tø{{“úåŒ(œXæA…fÿøð-·ˆ™jIú1™’2¯øÆ‡ûÑ:Í©‰§O>}Æ^¶wÚƒh©Ôã}BáÕýê^> …b#àRX’CqüÛÛFußnKùz¢…•–Ú’¡RéF¾¼¥8,jý ¹Ð؆˗Ík¥žH„¬OÑqñáY“æd{ÔžÜæXãgòÈÔR…Šþæö›=ã:­•fÊ4ÍÍŠÑ«¢g5ägÁ`°Ht¥‚¨ØU1PB]ŽTª’9}¬QQ34¨”*½ÈåÊiXYù©½^Qùeú üU^}(ا0ƒRoˆì££ú ¯EÃL­š?ÏÞF‚’>o^rà£ÏõŽ*«é<6õ"JéÀñt8†šåkÅë‰bˆwù‚V ášO ·ìCÏÿÓ\.Äñ$ÕÒ „ P :°€iTTWì®d_|Ì.(·¨áàeމdcåóÇI«`á=µ³?\žøÁ“JûÌÅ[Ó½‚(8 o]–y ©‚hD ‡¼qùÓH Ä’ø/,˽>ïÒBUh ÷µT|£aQÆ}¨T›¨—MQS…‘ÊÞ Så¾ ÕmhUvŽ$5ˆÅ®¡g'˜Õ—ŒÖ ´ìž’–ÄP£ Ë“ œxN`h=þ̵×Õ¹¤û ¼Ý³G׺Y ·¨ÁÍd©D±’\ç¬TQL¸…-„¶e$¦˜Pj!¨øÑ¡2elIÉKT–¡oì*Œ6òõ¬4=-¦¾;î´fYqðÂñG9XßjV#‡•DêÙgïlÔ›˜æÄÅÏ.,¼g!z ½—ŸC0‘q…çH†)–éh$!;¸¢iqþ†j™ù:¼†Foo/ôÖ!Ü‚hSïî>F^ÅA½æ5íÕö¯éÑKæ28–a§0ˇ,•×½‰+¸o~’K÷üàîïTeCWûtÄ0è½ õWŸX¦^R€/üÉ®Þh6+$&xJÂÐê>ŒôÚí€ìÐÄ‹Vo³õ Œ·ú–nûžUè5¢ó$C(!êvŸ7j@tx(Å~þ?*S½ëörßð¨Å1%\w‚1P Ýñuª|ÏೇehþÝ^P¦¢•%äd{ê O/Í žò/üÉnÿªi^FÛ+ ž¸Ü%W‹§G º¡rgj…·at{âò¯‚½Û~™\ŠL‚šXˆåBxIžl¿y˳l‚­QÈ*6K0Siú¤´#¨ ©Sç(%ŸY§»g{)F’1Îs`„«› Íbcw×—à0üÌMùrts –“ÙMMÑ/SÛ½{ƒH¿´3⨰]«éƒ[¤?䓨 Îe(Ç‹©ºƒX¯q=º {¯–-«lC‰`¨ÖâìwJG-µâ÷}MŒðÔ$æ“DêgB š£y[ I’ mm8ÄL å™û0, Ôï’B?Ĉõp»”)& 1ÙÒnƒ“¬FË rèhZ!|S‘šÞN—M ÉüuŒ®S‰L)6Ч-u+ •€Ò.(Â[Gq0Q¨z[s“êAÖª< õ€–SzãZ9>Q Ç9ï_Úú„_iíò$‹½°£rTBbµ6““vÌÕ™kV3M²#“ ‹¡V†›¬¢ˆR>°-¸h.°)rá›/¦›ñ’f˪>ÆØ„È–% ^®W–µþ.ZïhE¯ø©¨Ž1[÷¶ Ck¥¸Õ¿Ñ?|Õ8reÐŒ¶[­ð°ží€î/M¨9ˆhÛN¢›c,iƒCÒE¨«è…H[‘*¨úÊÁ.i“f6ˆ#)t†…%LÂü®¿Å“F%lúv…›öG);Êw#_eLf?­WðÐ[‘Dû{¬f}—ù×~Åâ¥S<Ѹìê1IŽYÅÑWh?÷ù¶+ÃY6phr›' €o …ò9aÛ2ê%åDÌ͇Ãèßc¾6BÌÒ~Ã{¬élèM»FŒ‚ÚJ]"Ä2uË*)WÎ äÂ4½¢wŒøü «ór)†ñw;“ËÆŸ—Ä<âK¬h•‡{7àõiÆ •„¨o-nbHÆÌ+I¡ÉÊ@…ZidE7raaŸÏ›o‹(?'#f Ô/홈 }µoÛ¶+ÂÝÍF[±ÌÎÚZ¢F’±´¡'ô¾aÔü†Ž¡¼{çßrEzÉïoi2N‘ý³Ë¾‡øAí`t!ͺh2‘‡z!%%]Î0šM&1„ai¸Ù*±BT ¢öc¸³X FÈ-u¥ƒ—tYd­§þõ¹9Ì~hJž¡2M¡›XÖ ÏQݺO~BhúòØ¿qHSiþ-4Ú¶\m5²Ã[¨»X¤ÂXwy( n_¦‹8›Ë!´¥‚]]nÄV\2œ¥}‚* my7TÖª(¿×DuÕqE­'lÊq˜áêTyÀH“³?­$Õxe”šd2IÓÚ™zjì•›ÐRî q>Œ v$ ~´{تª©JeíA7Ë0_E²»½ƒ”ÕÂ×’sƒv™e»ÖJ¼˜ƒu\]’'YÑ«UjèMÿÂ|vúÝ(ά¤kíÔ&©B­ Te"øÆE­G×»ü,>¤µ2%P2e`ù½¡öqý Þ°±Šl½á8À¹nØÙ–Ø«`Ÿ46ˆcŒ_ÄŒÆll@—åã¨ÚeÞ°Çy¡PLåѧÕëå Fn4? V©ûÍ[Þ”î)1>¯\¸»"Õj’è™gH×a¤k'ú®)Ý~M2iŒ tCak ÚR;Ñ÷³ðx„¡<Â&‡=·=tÎÕ’ VËSøqu•3”ý):˜h³ÁÁî±î®®®½=.I¥L&SŠDDè;þ/áRÒˆt±0û^Ö†ÂvýEø&H…BáN“ ßÓW¦]³ÔZ\h˜ÇÐÝ¡XoÕÚÑ–clÀ¹tõ’“QZ¿ì²ó /À/1œ_}ñ"ú~ØúÕ*ÈS‚A낦õ ¸ì3<Ä6Ä¥ µk`*‘˜—ÝR•{›SÈ fíG †‚øQYK*„ åTÕWƒÌ}“°`ó¨ð°ÖBÏóë¡ y%h¸vÃ7>õ,Rÿ„F±ÔkVO8|~2˜€Dš “)QicŸV¹àf»Ã¶uØã *MC£ÆîgÛ¾ˆ˜ì䦤í8;ü=Ûp ˱¯uÉï¸é—ñ- üªoãÿçv$Ü_«–Ú­WnT‹ŠOqŸ†9Cüxdl>ò…ÛPÛ±Us„_’c)`É‘-ÐãmæÍ}!±2”˱ R5"€*` Ö é]eWÃt‘c^l·1k’Ak%¶ÆdîêŽï?%ZÃLo´´d —Z’e¶[sÖOJ—Ü+­¸æZ#‹0z#‡r±¿I=¶žzM727è æ‚oã/_¥ ‹K~?¬Ð²Éx]‰ê>üu}}]­±ª”öÔMH±>I5 t9äúªÕ:TÝC}©‘8²Þª›'ï<­ˆˆùš¿ûÑ`ô2ô…|oðµ¨GÛ“x–h4æW(—**¼íp¯y¢­ÀÂ!®pò&¡:tŽa«5ˆòS¡B†RY:§.ÓÙ‘*I¹*þÒÜZI¼C ½WúX¼õ B訒ïl-µÕ^˜*Ün—ë#º±¥U ž2¯ _Ð<ÌÙÑK¢¶: «—Ž{Zù&W†„ƒ¼3íKpO¹@o#xE¤ýé`:1Né¼-«T$!êÑË«^XfšŸýîù@;ñû€ÐOI¿±>Ø;f¹\r°?ºkà-¨ácÖÁºÒn@ðÆË ¬¡î4†!Ai>[…€-¡ìlŸ ¾ATQºG.úG5²ß[TÀ[aìÔ†JÔðšFÕÔO©Ü'Õµ¶&µDCÕbé"sœäÐ\šR0Ñ´Z•æ¶åHKíqé24^õ*¸¼?n¼'ò]ÐÑ#‡rîЧ#p­p¾¡† Óõz‹`YôÞ»UOËÚ Ý4au "Û –ˆæ6åè5%ÜRê²¢yÅZ<Ö^êG«ŠB .áˆrnUÁ4agK3Ý ‰Œ„ˆ#b4NÇ%TûÃËwQÕ]¢‹ªá¾¶¡ó¦¹S§^"êß U½< #)Ö'tŸ½êJtLÔ¼9ÈÈ­†Ûj›¶)•`(âøÊýír©•>èQ%=Š\ÅðO/iö!'<­¦{R¥A8Üa¾â¾ 1x‰tAZÇÓ6&0žœ¢˜ 31ƒæÆð'#´?DZX—A‰ L,ƒÑ¦8¥V­¡×êÓ$……1Üa«@“†<Èýìí÷M"6õü¢ï%Q-9p.$AèöÞNÂX½Áû@œZÃÈr ‘Ó µ5L*êbòX™"Ññ’›YÔá×0ã¶0K°üŽEó•Ò1¹’ãšÔ‡´¹|¹²óS[šw¨€(»ùd£ï0©7!ó¦£ôâBtD¨ºªº±1ÐEqø€ø$ê'`âx¤ˆG½Š&*’­¹Ž5ñ.ÏSOøç8’Ôò}©Ê|>¥õõA.ÆÀ°kz®ìó¡þ6QŸ|þ=ŠfHôÃ$@vÔ³ˆåYGƒ@U9d7ÖP0.}!¾§¶4:H–¢Í) {ˆý$€£«°ß‰fÉRƒCË]iÝ›êqd¶Vzä­ݩ˕ªéÑ&¢£Ê.¶<ºð&EÆn„ÊIï¶Èf× ›ÉÈÊÌÚ@‡¡ûÏD»<Ò•Yß\±`]¿/¨Ú“ßeIWí*fÜÌ"b¼÷moc#Îhyòý×®I[8þ²À*êö`««û‚ê†cºAAá][¥œÏàüÈ ¼ZÞ,Û¹?%è Ñjª[£ VÊà ‹ó´1Ð- ×Wnòªóä I·’\Q’IþˆqeõPà(s%w¬Ö÷ŠÍÌ ÊÄ;GÛE%a"MìBq­;@U¨á•‰ç˜N¥»ê@ì­Bfpð€®Eh.“d£G®˜^0 ¡²nÞuW” Dó w.AÅ5@‡¦{t+öŒ|ݳÿ"¦h¿{Ã뻺`IÃ$ &Uz#Kk:é$Í8‰iTx&v»W‘S¶e9°r"H9ý0¯Pôúƒˆ[\@å+W€5ÍQ*$¨n’ºVx¢‹ÚXd|"¥Cwh³Ó#Dóu\‡RµHí³ÿôýãHjOðïÿþæ±›µ…¶øÅí³äküóó–>t‰ÑjZM³ga³D}€ÈM“èžr™Öš÷æŠx]sd8ÒorQ’P¼Òâ ¿Ê£So¡ïLêT'Wݲk™øöö†A]¡ ó)ØñKC¼Ð‚@³mÔ¶QUG|ÈP‰˜‡7›d§G/íž\”Ÿ8¬áÈiñÖÀúà©’Á2ÙÒÆ¶<…¤ i0eÔ~Ø´t4¸u[¥RÏøn6³ã¦;#AKV-Itø»Rjõã{Žè-‡/èÝ\Œ:é»Jð·W÷&(<~]¹xmwwžÚÆ¡›Zt“ì¼R½4¸Î9§H'Ë_gúD§ŒxŸ4g”¨¢·ÁŒ»6a™šFM«ôôiûWH-ŒéT¦ïJ‹ïÄ“7ž_šJ5 P!ËØª. l–a¥ÉÚGŽtæC¸ Çeg ¹0Å76ŃU¤]؃}½o)žGW][¶67ÅB2ÓIMX\d’Ý'ÊÍH¥õ†eéCf’ ÿ6„úd­ˆ(<µ²"°¨H¸#°¹ôŠW¿äM€ò즺E‰aˆ`bH×ÇÆ:ìÊ’h)’61ŒÕha–ã¸nõ(q‰ÆH¦U&ÂD‘Y©ÊrN»4· ®¼ÐóÜ„ •‰¥‰ KGô*BÌ5 ’kZ÷!¯ŠÏV%‡'(€Xv´©Œ;…Ï‹ÖaÖMS¨7ùt[[cHÙ"ôeŒõ®µNÃZˆ@&ì_R[G [Þö¸‹›ÛR °u:=e…,ãÿ6ƒ- `¥^¾¢°Lnä½(Æ;üœS]ô¾'ÜìÙxÙüÁ )lõmÃÓ³0Ôï9G‚.Ms¤ Øèi„'}I’­M7ú°¤G":=LɺTˆ³],ò¤6\Xë\×&1±†F¸Ø£¥!3»Ÿ•;PMæKMis¾IÏ/,û„­]GÙÁ"úÿq„¼q}èx‰ê8^ß6—… ™Pjy Ùºnöé3‰“7ð‹ µaºv3ïëd¡²Vôø¶‚˜U¹ò9ŒKuL„4G/ܺzƒê_ƒhÔ¯¹}›øhM,/#ØûýÈ­E`K‹ýœl¯¿«KÅ«uµÓögè}öb„¬£ &OyËÆ¨3ÚMÅNE_W_j@:w·+ÀXÐón#Ê&œ¥6dT®yR±ï´áQ7§µ‡…l®à9¦Ðaj¥Ú"X€­Í±qQ–cÙ!r˜›¬‹ 1¶9ÔÍüŒU«{T›ˆZÛðBÒoû#’1øþ™}Ð3íp±ÙHÙk$w ¥åfe¡¥^ÅŒ`¢?!–À Ï”@¬ŽB‹tœ‘¿©îQ— þµ…þj‚*Ô+äÖ&ú »Ö Ã%X`cr™à_‹Á•«óÀ’ˆ®!jV$%”–?rªÜIT††ÌìSÚhTF)c<ñ¡ÀÑ® öy‘ÏØ]Ct¡º_ñâè»®Mo±ó šÙëÐXÔ•^Xg›ÕU擎YÙš×è‘ôÕÚÜÖZ”v˜“v„Õ Ü6z)øûõÞîn¡ A Þ[‚UÀ0båF‹p™æG­°Â¥êOŸP[iZ¢$bVh R‰’ëÁ£®­m)CÚã{ƒTW_³ÃlóçÏÏh EêÅ)¬”ÄŒ›dùa¯Üš!^™Öå&,_ê‹ë j…^Ùm3j ~Š©ÏÒ$£¸•„£Ã°Ðá=™ude8ºV³Ÿ¡ä¶Ðêˆ÷ˆà7aQ›Hd‡ä¡½‰ÂÕ¢ýµU”½ûÑo®ŸúŒ!뛘ðM,ˆÔôˆ—ÛŒP²8¸I­-b}àÛ\ìóƒÔEîfeL<ÜÕ`mŠu«óp®ò4+_,µ¨c[—.¾òÛàtl&D§5¶ tü¯þ$< ¯?Å (Q‡ £mX=Œèƒ5‰¸´02 ûKaÇGHÑ××½=.ü¢§õw ‚Ž5JkC8Öü ÑI Ü~ǧùÞ5ÖŠe)u¡"}ú»7RgÍOÅU¿É<ÿ=‹G¨Òá ù ?î…ÃhU³ÀdŒZàš)Vo!’‰ìn©ÃJdÃÂRž | ãð"-„E±þdl|‘´ŒeÑcQelEº,áý¥C ˜‡ÕY«Ê9Í«˜nŸŒ_Öê)S1ó…?®GYñ`ïnJõˆOãÅva,Ó\%º@š¹gsçðëT¾¸´¶akÄScÈ®+„°¢â·Hx…Lê‹ Éã0Ek…Æ—è´Ìzò®ÄÈ+?8ÿúâ[?9ß²[NˆÚÑxTi¾mÍ€`Îy%ž×ÿ½Ë°ëÝ–XY#¡ì<}ò:¥ï ^ºÿó£‰-ƒœqJAF ¸2*f ®PÎàºko\‚1Ö·EºÎ¨P(úè]N"dÒê µÜsx;r¾]§Ñ{È÷£ª†!Lòr’½!ù ?LƒÚtÛãÃ=VZÚE½HGm .Χ!8é•nó¢{^‚•QÌ\§"Þ„ÅÚ:ŒŒ®c¬…y„ÖAveÇÆäM g ›%©ó’ÈjýY¤t}ÄèVÔÚÎ6= ‚xƒRÝʵPÆjT«A‰ùýQÈÍ5"®ÆT£°K†—º®Ô·ýMZÇ$ó—¶ ¥„þ‹÷Ó:•hD<¡B¸ c+Ø’‰*„ŒÕŒX¤Ž‡ó±1?&Ù¡áÍ>þfóJò ù"Üuwº ;•kaѪKr¤©>s““*¡WÌñRàßñšHÁ\¦°àñàn áF.M;O!^ôOµ@,_ZÏ BעĢùh4ŠÜ§Hk‹Àe¦kãc<­R(ÑÉq2Kùû«‡†äÛ7à ³ô=õÎê²8rƒIv«e¶æ1RFR{ÖÕôp¡ÉмF¸óO?=¿¯\›ÂËÜðÐTß!•*44yˆO6 C–K$bb©×¸ë ‘$ý‰×î ;«Õj†Ïãsi”|´…CªÕ˜ªiå±þö.âÓÈ$‚á¤PŠ‚®ýå«Èê¹[ˆ AŠ —:cÌÝpã+ aéÑW_+¾„iË8%Dlƒmæ£ù¼¹”NãC—¤vM’Jb"K:§}v k”Šaüœñ;T$Ô(*÷+†Ov@k!/ÔÏ•ßð+|¾L*=ô”+éÍþ*ìôPÿËùt™Ä(_ý¼7a´F¡1ß2H½pèæ¡`›Î2º?XZ˜Å…!DLΆ®AÜ(uÖríTŒÛœóŸ:zjvKk ´Kþø¼è±GNò·°Zø Lÿý¨Ë_†¼V6û1‚‡!'ÖYÙÑ*ñÇ…;ßq ØZc^R3$U¤C‡hqÚ¡›|‘Rs|”—_ûPf~ŸjµW-S}eL+uf®à¨mÙÌþÎÔ &ú%Uâ ×Ìz®Éæ”ÐŽ¿«9 onŸ›X„vy×(ƒÑ–}#[dŒ´¤#&ƒàÖ¹°Kê'²Åqðû¤íCdò±r⦜O}vxUŠø…Fv³<ú­S_í÷ 1ËÇ)ª±À÷%çO§.ÿøb¸X<Ø¢††¦[ f¦ÓÊN¼Í)íÑ‹Jï‡N¿véš[Ó <8?¼ Z¹3§µ¦ö”}¨‰å˜’±Üs½dJýKMaQóUÍ"Éh¿™=z©[uÛço5^¹:±tÓ¼GÐË_“…ž>v;Èý—擪(o+?ZåP¯3…Û»ƒé® íó¡Ð|E7¼’*ËíÜ9›ÏÑÏ6L–ELúÀ1D‰öw°!þGijóßÐUª<Ãý±î˜«‚4ì§v5!ú@ˆYØûkd•íl­PÔfS¡â¦r°P†VŸú|Ìn ®VÙísm>J›Qå}÷ ŸüÚoZµ÷ÂIxVuZª‰Tõ?oãÁ³)ü¥*G9Ò>4èëvÃÕyæ>WšŸÓˆ[¹´CRJ‹š/Y'ƒu1[ÞïŒ2ÏÞ½ç~-‡L0TÔIó{‚òy‚ñ“»«Â÷ßNCü}ð•ñI¾œ\ûÓ¡{S?UÞ9ùC«c=~ãÕsè¹m5ÇÁxR6| µt_žmˆj£Ký„ ͉ºJæÞw]É|eÜ9yñ9tðÕïÍäbÌnß6;ùÖÿb”t¤Ê‘¥zÇÇÒhbNÑ€ˆƒ#ÚdüÂÐW.|¯Ç”ä.xU®ý1˾ü_áUÎÓ§ž~ëÐÃ7`àÂCvY!9>ÐtµÑi­ê[ß‚Ù>:&rlWvLi뮇`ïòÄÌž~°ÏÍ /C6qy¤-Ú!.Ð&!8çÿ*í«pöðXå®a¸*¯l[Ñ8 >›ö*’\Yä ÈwÓð}ü6ÉE®†E{{hZr9˜zzóèG𔓯{žêfýÿcõ«`iyÔ@ÆÊŽãÃ0ÒÒUÕñ¨4Õ}!^‰hÔýÜwŸ4 §á¡ã¤¾À½Ð¤Z(Rw~á4Ru ")7ŒZ1-ÎC¼M “>:´€]þ/'$ÙUýb%ƒÈh/Ð2–“´õÚƒpá9$'>ðEdITûÑù- n‘SŽO×d ÃèÀ,Ê6ßâþð­Oy¿h6Ï>M[›Ì^€‡(5<~^à ë<œEªÞwÏBB¬áóë LÛ"±VœG;3Ø€¢DöīȮ£pô:È0ÿqt„ŠvñiøÈ¾%¯æ¿ŠœaŸ;Oêí¢ø$6–•0í颀ãõb;-ôìÅ{¢4F ç4¬øÒ'Šî§¾t+Žêozìàß øß…§Zx “|`‹x†”ñ6ý„A¥,ËnTÚßžUì8§®ý!*½ /Rñ¶\>v ÓŠæŠôÜù¨ê‰Oòk~YozÒóÉM^*fiQ0訅æ·@Í6g?,Fô’]†ß[dçØÃÿCAø*ÙÇìPà’ØÁÈ€éµÌýa+¤ño@‹Íh{=*«ß…hsß® ]XIažïÿlj,íkË–®Ñ>DBŸ$©Þ¸ùÁM ˆû!K‘Òg¥ñÅŸ¾öúLëøÇNc^ó¯qæøäüð•#/‚ =¿C ŒË-Ë… ÆBI·"‘3ÂDQiµm¦ë|¶-6ùqbñÍÎN1›?£v†eøä]Tó;·üè|4‹BQlGÒ«û»  Å”K?ÿÚê›o6£Ù,Þø^8v~‘Ÿ½Êÿª3Òììì¿r;}ëÓ·ÂôU&6Ðü*Ü^Tf©ò{I,PnA(j×[Õe9Ži\ñú§ ˆQ|mÐEã‚bêÇ®ÏÔ~ï½°ýyñp‘Ѽ£„ëšé÷6dt |gó_GÃCòö; ÙP÷ŸÆ¸ãÎo¿ÎÏ$KÎ…›ÝüÏOQ;À껳Qá‹wÃÙ¾¿Ro@ˆo°~݈œ¹vË®—VʪÍzÝäçÖ}Ä·v>jjïùÇóÛ½C¼®"URÅëRSû vU•ŸOÍÿ:”ÝoÛÃT -ƒ¾i~ .üÄŽÇm¹ {íOã—§O[ÂÌ»ýö»˜õö+u V*RX÷º…¹×S¥35Ìb‡x  Žäó銳.ýèQ”§Sùô- ½øÙ÷¸è’Ͻõÿäùm¡Uqæw0¸mˆ~mT·þê'#w­zàiÕ£ë¤ØÊ¨ò¥Ók¥;`ñ~úòN¶_½ýÛ4CÍT ˜ÂYYÿ@3Úï­ô6AÑ ¿Ok¹!ñõÏmýßX³u9Ýdß§ŽŸØ– ÷s±2ÞÅñ·Á*74L@]æDõË V‘&%èèmXž¼O'uøÂ…ôÃ9]Ñã9‚ÃG|Þ„ |EJCþ\›-Œ…½^„N÷Y£áæã©X7Æ•ЩÌûÿ”Ñvº#ý›Ã_ÁcÙ»`íRH´5¢ªë%´cäg„óíŸL8lþi¸Šd½î9hŸ¾E¸jz‘®Æw?ûæ %L ¸5ûˆó)Wµlë¡•‰»á;&†"«¹49d áš~@#¤+ ³²¨”ƒp>$oK˵ÀyøëÔzs üG_‡U>I+7ŊܰŒþuû=°°Åà"mÂ2;a{²Rn)âY×ägȺJIµÎv6oþê9˜˜û5‚+ôp9Ìй «#å ¸\ø2¿ÜJ V¤ èÉxÓ>x‹ŸÂƒ ÷üþ»^qž‚ÚõÓæF0Àî6yvxüüƒè.‰ÈKÞ ŠÙ—´Ë½M[Þ=u‹Ø©²¼þêóY@„`µþŸ‘Ynœƒ(ÏjHVËKˆxÐ.m”<›G×aJ–RŽiqàcþþÆ¿ºÑUÓH”Â%¿ÜÖ4lîJGnLžCw ðvÿ”¸ç£èHitè‡D¢ëýŠè»úø¤Ø %l}õ½ˆ„ßÙÄë0“açN¥ççàL~+Z¨5êeì kÚ x¨;÷Ú»ÜT šMS}£_ZE‰¤ÛPM\@³k{šÒ“ÚÐÝ 2o¦É‚\úâß|äz´e‡ý~à–‡×R3µ¾¾èƒÿKwåáèÊÎ@“Päâ];ðþ“¼aOµý~ЏC;÷§ýMŸ©Hñ0æ»B:ÍôµÃ¨XþU´]ªÖúha¿Ý.ýù­Þ”}ícÄ.¸ðŒ×H u{Ú žèOÃ]O(QÙÁlàE @¿ù¥·éœEY²õØkÐÝݪœalºÓËGý2çeæÇCÌÏåZ9BoW2Œ¶"mãÐ ½Tú×_C·ÜÑuUA㲄ºröá n lMÎý˜tùgÇ:ÓŨ'ÞCƃ×F©ò4ñ{FÄ®öÛQýÆÁúÎkV1RU¶v;›ì]–˜i¶íúœ¸Q¦C°°-VÈ·Eʦêí°c3Õ'7 ZuªfoºõØð°]Þƒ,zÀÁ‡úâωÀÀÂŒ'@¹Í§?ø øˆ)Ó@V¸ a(Â2½™wo7 ¾µ‰ÔYõ9Tìét«•&Ø—šm48´˜ 7^§-Ù™íSh3EÑW=vó»»SOÕ `ÈùÌ0ckÇà­ÅlëÛOPÐy¬£´è“Þð†'Hší¶úô(Œê˜“ðóEv·j?vôÄÖg>ȼõy÷`?aôÚ[ÍHŒóMÕÓ¾ó3’"fÐÖ䦋:PmÓZm+M†²- vÀ´RÑÚ½hWù•!øÔIøi‡[ˆQqšsÄXÑ¢-he¹Í‰ç${%î}ë}ºëÔ'¼‹Î¸sÞf>ÜE§!I_3?wNt7Ý&ÍÍKµÐÐPôZAZRŦíúP­‚˜ª±¶ a3úê0K¸m‡¦¥X½~ïÞ´É `tÑk‡ªâwÕ¶OŠQzgW¨ÎŽì”Dœ‚–?-6špNˆæ3’Û.íì–©ú*†N0d•¡­a]?Öwˆ¶åCVÙ#‹í͇7p\€˜ù ‰Un””Á”u° Ëlð5ö¡€_ŸD·”£‡½íƽà KçÐyƦÏanƒZ˜£íܧÓ+4¡¼}£Z•÷Ñ ‚ßÇbÍ·™¾ÔQÚÜ\ŸeÙY–¸Øë¼û5Ç'Ä'xÑ® ¹0üÖ·¢¼QÖ—‘™¿üþ•Ññëv†â7Üàío™éSÓ7`øÂÆ4"šlš,I­œ%…ÙUÚðTPeˆW®>ÛwWJ„ a¤ ƒ²œAS§ãÝ¢GÎúhGWäýMJi³±¿ByºâßàöJà^ÚÔnŸ(Ò­—¼÷óñ¢ëK¢1Ák™q mZRÍÞór.inSµ4E Wß7Ÿæ½mmLw1®¹ÀÏœ<Ùü4ô-Á[–Q«Ÿ‚“ºõëuÞ¢ªUâoˆ©§àé¯&n¿KaÜ÷œ”§ï/QA•gâÞH‘r“ó4~UÞ¥=bx¨2‚¨¤Ôdð‘ZÙ?Ÿo„ì·ËO@*OK¯†=¨õoB&ËàÞ…­ç<*ÂOÁÑ'ÁLA}ÌHÝë܇Œ:O¾žï§ôA6ù[·óÁ)šœ™÷ÜÐ<‚¦ÃÄbaªà)©¯;;uÒ+¤Êj†EjÚ´.žñ܌܊Çbзè ›iT²!¯Éu)Ïöõ……ŠUêpý–xÊ‚ø3LìÞ|ª_F?ëÎ Õr‡tFl߃„Ì™ŸŸÇ¨˜‘Sz¤ã*Ñ0~¤¸çÞQiW 8lŸ¦Çf¡7|åxöºÅ@iœ&>»?ðáÛNBýÍÿW×ÚVÅϽ¹É½ù×6mS¨ÓiKD[™Œm”®e+•™lc q}˜Œáƒf óA|Áu‚â&(¾9PÐ¥lÓMKF_¶â(šnm7˜qö_š¤ÉMî?Ï9ß½é¶û’ÜäÞïžï|¿ïw¾ïü¹ 1ÞÎÆþú"ÝÈ{K2«ÏRíž(sþO–îÛ餭¾öÞ9óiJ£jMTQ.sZa„o;÷Èíle|¡E=è/Æ+TÅ@‹ôkøs3ò2FWÒK¡ÐZL|Ñun—{j‹HÊùØa@ŒÐíÛèÿûÃÚ†¯Rm’zhqÔÝ*Üýr飯»€#]7(Û–å—Š4´©Õ¸@~Cy‹ö3w”aÆýØšm¹BçÉÃ`"ë6Àó xÒ"ælYn@ÏâFnzÿüb>o’Ta+ª° FŽ*4IBenœÂwí3FÛ6%Š„â~Z"Ú[ÐV[™å!dpНXÖ,±ov²ghÇöE‹Û®9êÈZ£ÞIbôF½lv}B-(ku3Hu¢–eªP ss¬ƒSî3Ñ€H¥¹]2» ¬Ð¾ó‡(½aŽ?׳² Ó¼Ôú^ô…Xô˜Ûì°ö.ã¬7ÞzB©šÍ’8\Ïõ…‡š®WÅ÷!¤½¶\,Ãxk/‚9+-_J¤RdÇ8ËÅd·Uª)³±'E¤½äaÐ7عŠ-æHnW¡¾‡$ W9J ‰ÈJfúX»UËo± ,ȃ0¹ ÿ”HtZªk…굟6ÇñíÔ8r'Á,™Kjdáª4ø^q3p…)Ç¥ÄößEË ¥4±]Ûv‚·/ßœ§D¹[X@î" 9ZÙ>E]“ñÅðƒâ“}2ã…Ä2Ù¥Ðá"ê$´s4/Ñœ<%œyPšù|îeÑ.ù©iYYÃCÐ÷#Eìx¨ÊeÄ£Ú˜óÁJ›Žó帇6j”qN±B¦£1ªäÂÈ…*/©Ñh €V*%ËŠá/ ”]Qíøvv jÜ[kw… _×ÄûÎ8¥1>‹qX¬_aïK|YD)þ††›æ+ Ö¾l¸±3aÈ|Òá—û±MN5z@–Tžö©Ä»ÛZp$Béo„ByçIy¨]×°Ûc‹>MVÓÖþëªw ÏÛÿ÷;TÀ+|]ö=K¦_úLúLbXÍÍh!—¤ƒI.*›a½H`š{tö!ä7ðraÔó-õußJÕ(æahq>ÂÂA¼<à.Í0yó„I)"ô[ÝKô 84šüpÅÝ››ž†ëý=³ø<~ÇpœÑÃﯭ‘u‘ëAí*Éu4_µÔñ$7¹×øÏ54GbɨÓ"jQÖ ·ôý}[CÐÛ5 «óÿ\ò M`×à"\Ë"2_h‰zÑ­s^åFOV| ì½3ØiPˆJ S èúZ­¹J‹‰ÈrX²ƒkú·þã¢&Òå>9l04h×2È\Lðž~¯{qï{—\"I‹¹ç^G{ž8¦7ß?ž´ù£ ×7i7ÚVþµ-)טTN(myœb’ø`Ê"·aO­·ƒÂ2œIäD\?;ä„ujgGì6¹Ñ©µèíFvӋǺ¤)¡ñëŒ$¯a¤ ûe­74µnnÇIbœ¼ÇrrÀ§/QjM;¸ÎãÖu„*vG’ªå¤!Ç g£êrE4ú=TœIÚ¶„”sx´Zµa Î-£íI·EòB:ýàã·QZu%K·Õyø¹J:AQ3-3Ô_ƒí0{Ì|%o× «åh |ÚF¤Š1 PÀÉNõ9’T·ËDÆrg™êÛ’ãÉ$9tÑœ£L ë;þ†ZŽÔÁ)Ì<¨;ÄMöÜæÉJ#qkCX»hiSGÖVØàêƒD/5ñ:ò¤ÝK⢨þ ò„ºfÓì)‹ÊQŒ·W£ñ$òä0pb2ÂSŽOm5¡6 lHí6ì¡?@@ýÌÇÒï£Ý]öB1¦îþnVž8š—`ø»ç"NS¤ÜT†€?X."›‘‰Íý’ã|“©MsnÍ*qºø(R„† ÝY¡õq³ùö%²Q虇m.×£R‚,ÕÜ…½Ž4§LØÜ‚›âMö^‘ĺNáiVk³®ëÐmò‚OÆÇ)A-}ÊœÞ ǹãë Äruby-prawn-2.4.0.orig/data/images/indexed_transparency_alpha.dat0000644000000000000000000000037513772706672023534 0ustar rootrootxœíÏ „@ÄÀs†´—†40ñ “MGA{žçë€iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢9÷ˆF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#š‘߈F4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#š‘kD#šF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦M#šF4hÑ4¢iDÓˆ¦ÍÌÈ ¼Xpruby-prawn-2.4.0.orig/data/images/indexed_transparency_color.dat0000644000000000000000000000031613772706672023560 0ustar rootrootxœíÏ €@ ÀÀÁû÷Œ šq§ ³Ä|ð#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘š€º–0Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©Ù3r/a¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1R³fäÉêaruby-prawn-2.4.0.orig/data/images/indexed_transparency.png0000644000000000000000000000075613772706672022406 0ustar rootroot‰PNG  IHDRÈÈš†^¬gAMA± üa cHRMz&€„ú€èu0ê`:˜pœºQ<PLTEÿÿÿÿÿÿÿÈqþ÷tRNS¿?*µ5÷bKGDhÙQ pHYs  šœËIDATxÚíÏ€@ðü{F½‘(hÏ3â|`ÄHœ‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1R³3ÿt0Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©Ù¹G©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔ©1Rc¤ÆH‘#5FjŒÔÌŒ¼Éêa,¸?#%tEXtdate:create2014-10-09T10:35:25+02:00ÆU5%tEXtdate:modify2014-10-09T10:35:25+02:00·Ií‰IEND®B`‚ruby-prawn-2.4.0.orig/data/images/fractal.jpg0000644000000000000000000001541014146637666017600 0ustar rootrootÿØÿàJFIFHHÿîAdobedÿÛC  !"$"$ÿÛCÿÀððÿÄ ÿÄ=!"1AQ#2CRa347BTUdqu”£³ÑÓÿÄÿÄ3 !Ò14AQT¢"6Sqrƒ‘±³ÁÑñÿÚ?òÃ];-öYÇîfMÚïÓ gáþÕíäiÿ9ù/ü–_þx ­‹Ò*û?˜UúkÒªû³úÀ}hZ—`Êײßõ¿ý¶ÿôt?tý%îŸÏk¼Î§÷¯‚ß„>”ÿ%¿‹0_&|{w;ÈrX­×ÊIM¿I$lk˜Ø¢z*££w½È©ë^‘=~Ut¿hµí¤ZÑÅTÑUV3˜‰ÍQÄÎgŒó3ÌÏ« ÆÍ{þ®æá®¹5]¯˜òcÍÄF<ÑôÆq®žŸ3†½—žÄÕ]YÍ·,nb5\×*¢5]í‰ûÿ%CI¶ÚÒ×5Ñ3œcŸñÑgErn[™™˜Ç8þ£Ø†H%>ÿ‚É?ößÿÕXÿð7ÿzÛ?ÕÜü©ñ¢¾CsÛôoù0|oœøÃ€ÞÀgíc¬Ú±”’ãJG½ˆÇE^Æ®÷þߺ{5‡Zõ›~×Ñ©ÓSTSE?:"'15OªgŽ^Ý5©µN$=T§½§“ÊPÆ­D½a°­»-«]|’»jM±ª¿în 4ÊP\Òá’ÃVúVKK—i»ª;îEO÷(p1ç鿘MÅÒ9þ¶|wÜõjxÖ7ÈøÑw¾ÛmiSØXsó·ÒýLîÿ‹šoøƒ{ñ}?‚o›_è|þÛõøß­€+™>9úΓ¦üÖ¥l^?Iúï$^/'ú.½~«®þÞß}@¼S ŽÏr¾G!Moq¯¨ä/ÄV¶Õ|rÑI+øQÌ÷ÄŠª¬G"§TSÒ4/Œã‰Å(3?ŽÆIǰ?!Ù~º>½jéS¢÷Ek!G9‰¥ÓQ:§¤DÐ .oF†Gò82œÃŠquwÒ…mÝľkTúhº?3lÆÔÔÞ]±Œrïû»5ZˆÇÉxÎ+”ù—)”ÇÁrí*ñ:œÒ·n«#q‘¹$‡ñOÞ—³tïµ¾ý s_š8þo’ÓæO'Åiº…ËF’Oq²;·‰îM¬¨×3Ò/nºý9òv È~XàøÌÅt·Aô²®š«×úV>›L‘¿‡·zwUõ¶§ðóŸq•ìü‹Ê(g¹gâvú¬ãV28‰%µt¯WP•,ÆÖ¹&IvƱ˴û»5ZˆCä|.å_œs—jEc'‹¢Éñö\Ÿ}9£ÅÇ#e…1¿²5UÍÒ¯V¢ªé¯ ?Íäh|{I(å/p ”ÌmVõ’ÍÈŸa•ßë͹_§»nUwµD»ðŽQ~¯ø²JÐ2ÞÛs3TßôejDê’Zÿ½6tG'êz“~¶Ã–Êg9ÏäŸ T†jrE7 øÒ $t2h¥Êª1ŽkÞˆ¯|Nk\ÕT¬¨Š‹¥s }o¹Už7˰Œö±I“£Å1ï«^•T²ŸXöµ³Ë§É]]Ý­]G½mv ,ÿ§ÿ=¹µøùqë…^9QôÝ}›ê&íãëöo];uýÿ>ööpWù×)‡ŠãéÙ“‘ÊÍvìtkÕ£âò¾W£•¾å‘ŒDûWÚ¹0ü›R{ÔqíÂdiäeÍEŠ»JÿX¦¨²A$Ì“ìW²FªGë«´»_{E@©yNBœys¸´Ì«;þŸõqýO]o~=öÖ½ï@¬äümü…xë9%Ù¤EUÇ¥ÈÖÊ"&Õ|{íø÷øq_”q«‚N=_‘b&Ìŵ“ØÝešM®ãEìž¿Øïä|!˜µ†¡ÅÛÉÓÿ”Ó‚Üošzû؋پÿ”dÏç0¸ ÏeñøšhäbØ»eGÙ Ùꉿ_€®S—q\] Wò|› F¥ôE§=‹ñG„TEEÎr#öŠ‹ë”vÍr¾/„TLÏ$ÃcUXǧÕÞŽµý‘®ûœž—£´¿¿UþÎo”q¬÷³\‡Œ©gI^{wc†9v›N®r¢;׿@ ÚÙ,u›)Zµú“εÙe#Žf¹Þª£$Ò.ú9ZäG~K¯À÷5ÆÁÈ0T`–¥œvZ•ËŸ©2Û|12ºFª»M£š¾Eû»"'_ßöŸ€ó^5Î0©•ãYZ·¡EÔŒŽf>HWk¤{Zåꪉ´E÷ ~Çʸê×rSƹXœ~Iq¶³+wUŽT{Xª¨Ù–dgg7îXô›Úé¹>},§%Çñ|'“ggÆ$?U=RlLYYÝ©ýk¹W_Ã@¯šáxÖ{…É:©ÎXt–6#›º·¼‹´êÕ|‘F‹ïûª  ^QÎÊ#ã´¸®=yÔ~¹éŽúTlqwVm|ÓFª»OÃQ@yŸ—ø®/…³•؇*µ‘ý6Ü YbŒÈНI£{‘ZŒj+­ýºT슀 ¯yÖ…WÄÍ”ŠÝ…Êä"¡]•×»¼‹¤{¶äDbzÚï÷DDUT@žOŸK)Éqü_ äÙÙñ‰ÕOEÔ›VwjZÄnU×ðг%z–6Œ×ò7+Ó©{Ë<ò$qÆßåÎr¢"â­Êø½ž?'!­É0Óa¢ß“!èÝYšÖ÷";ª~S÷ýÀhr.?~•+Ôs˜»UoËá§<6ã|v$Ó—¤nEÓݦ¹t›]5…e›1‰…Ö[6RŒn«$qXGXj,/“¯¯÷ö¹Ý›ÕÚöMohЗ™qp‹œ—•`£Å$ËÞvB$$EÒ³ÉÛ¯dT_[ß L,âØÚtnäy.\‚"Òš{ÑFË;DTñ¹\ˆý¢¢úßå(¨©´]  Í8œžb­Š–ýi™ÈêÊûTàl²Vb6MɧµÌDM§·5SØ';ˆËq›µ%Ëç2yLò™MkåV2¥ˆÚç$Lk#»j"5­j+¿•ö«ƒâó·”ψä×¹Üv“—I—¬ÊXx$Ç΋if‚U¶•\æ5#V1í|ÈäF¹‰öé²Oå™®O†úê‘·©sÍbœ8VG­Q“>8çK+i•Ñ+U’®»»³Zˆ¨°ñT½‹çíÃqšÙ©0¶nÞžüyL³$žIjöœÆ¶V¾eDé¹RmÖ·@ ÷ÂübZw8…Co·=Ç*>¼øˆYŽl« ã•ém•[åý•ɹœårµ]·&À‘™&?ä^-Ê/b2\-w«HÚT¤·%[2¬ þÑÏrtŽfvkU[äþ ܘq!ÍÊ2|c5Ãe8åZ˜ö×ÃËbJ¯d“¾X$…­WEäl°ûr#§§*u@Ã\K)ˆå˜És˜‰b–¯ ­M’HÎí¯»S½k$ŸÚ®cÒCI”¾›¼èÝ£ýÊ›ûQíE]í³q®_ãsÙÄäf›ŠÙÇ`±NX\ç݉™:òKu¨‰·5ÐE[ný–9½ë` ¼Ýl]?˜¹UüýO£ŽÇкœ¸*ùe¯22;²ÓNŽTw¯»kû.ÿ"KÍàóœž;“A6ÕIYnŽ9Ó=Ò£™4r×kZÿ2FôodèäÚ***lM™Ü›)„Áf³xK™,v•-™›"JörÒ¬ŒŽÓ©¯ßÝ“ÊÕVuÚøQíjzhRz99œÞŸÌWÀ§-©J¿§JÛO´%­5¯¥ëåM¾F"§^ê‘«ºþ6%ÇdyN䙯ó)O-˜Ã},V(K– bÕlH܈ôjt~öˆ¨‰µD\¹íVa¹÷ä2à®_Àc©^ªèqØ÷Ùu;¬ É MWªtŠhöÖ¯^ÿ¨¯ÎñÖgç߯Y2Çñ쯯Jºb01\|NI&t°O•¦’.Í’/ÃZŸb£ÿµºë'#†áqU_}õéЂ_R¬dhÖùt‰÷é~“ÞÀà‡ä¹Øð¶p°¾6=r™&Ñj¹îoUXä~ÓM]¯ôÿ Õ=þ}i@D·ä®ì”´”™_ õÇO*P°°Ci$ñø¤›§ŽWéäßfëhäØ ]‰¢¯“Ï#cŠ&«Þ÷.‘­DÚª¯ñ¤V¸3§Ê)SW@êX貉IýœæT™ò6¹ÊÔM¹#UVþZ»Eý•@c±ò/‡ŒÈ¶ý»På!|ôÙOfÌÒÄÅDtž(ãtb+šŠåj"vO~Л%Ïx¶?)Sg!?ê+Ãf ±QžYŸ®sZþŒb¹¶;²ª}ž»uÚl Ï;Æby6Cy¾*XÚ0X·qÏVÍbUŽ ì‰­W=ïêåÓ}ûb"/dоYò] f+˜©å{8ÌmÅ¿³ÌjÃ+ôÈžÖÉÝ\Æ"'Ußm"*ª,8žgDz˜kùjV¬º sÖ;‘ÉFx¬@ôj;« {TrµÍTN»TTÖöÕ‹ä> üüÔ¹I)ÓÇO{«vœÕ¤¬ùÄg’9X×±»tåj&—{Ò*€9›ä-®UöoønLèjÄÜU§XÍM¹c#ò½¨žû#Uº÷½8Ïslu^_’áR<Ë/M|tQËãK3M+bc;iUºs¾í¦ÚvÓÒ€ ¾Cù[ ‚«r¦&Û,åë_­IÉ-)ÝU%’hÚø–tDÊŒz¯Ný‘SÚ~À þGòãùWãr¹GÃ<,d–\Ê“KV?}]<Œb²].–G55ïðÍ‘æÜr%‹ŽËnÌÙ9<}¢«F{ ‘tÅ•ñ±Í‰¿…z·×¿ÀO7ÏqXnI‘¡“Xêãqt«Ø¿’’Eé–&X ‰Z_ÏW9]´F§U_NÚßÃs.?–³­NÕŸ6E“ÉQ“Ñž•«G"HÆý©äf•}9¶í6æ¿#ã°Õ±7©Y‚ZRò5Âä$«£sc›»cji\þñµ©¤r;zDUTKcù÷½VäebK‘f3Ç=9á–;OofE$r1¹5®èÔ^ÍÒýɰ³8Û™¬†µŸ%Üsbu¸ÑŽDÊŠ¬NÊUU«¤UTMo[M€‚Í|Ãðù<Ž:þJvØÆtýCÅBĬ¦×±×Êö1[®ßw*7Ó½ý®Ð œ×8ãŒäK™ 'b(憭z³X‘ñÈç5¯D®ÛvÇm߆úWi@v›šñØy,|z{6á½,Þ.>Ã+É/Uw³«¦T—'4–e³f¤0AFÄÒM5ujLÈÚÆ*½[Ý7Õðío«´=Îm‚‹€ä9[µŽ£ò=©£‘_¹®‰XäG6NíVuTEGzÖÀ¸¹mOŒ«=ê­©nHXùë¶O"Dõj+˜ŽÒvÒí7¤ßð€ €TþBÃär¹#- þfcóñÜ´½Úß)^v+½ªoî{SIµ÷øü€*Wxw Æ\«5?PÈriï×&<ºûekûvÒM»Òª/­k~€”±yLï—ã"s›•š*w¥IÏ 7½>¡ÞÕUbîÔDÚíè¿„PV^–sò\¼‹ƧÌÑ·‚ƒتX‚¯$3Jö«ÒW³új“klì©×ûW` •%È1Ÿq3ñl윟Ž’ßÁäëC%)¨ªÇ,²5’ÄåkUZ©"}¨ªÝ¢-¼OÈãù CÈ`­%•ât¨Z·µë–WÎÖ7}‘»sU=kZýÐ¥·' Ï[ä\bÞ[)œË-ûú·#ŠÄMdedŽo#Z×ÅP¹Ý=¨»P…;ÍoÐã¬Ö»FLãRƒè¶ÃÖ&ÁU²ë³cVo¼m_µÚsÕS`0Ýø×”¿+ËæŽ“<8©w‡]‰å±5¦d&MoúiçŠ8þízWÑü€°ð®œÆä~?»~‹RjTr–3IXï ÛŠg¢{Û¶õ•;7iëý¨ëSˆräL=Ì‹k™ZÌ^‘fQÕ£š»z£¶½æH•S^šÇ#µ´ØW\§b¹6)qy˜¬MIÏí$Q[–•4¨­ÍîÅE]±Ûjþè  8£Ž(™Llq±¨Öµ©¤j'á?diãðøê<–J¥¬œŒ–äܾG26ÆÕÒ®“MkSÖ¿ÈxÿÙruby-prawn-2.4.0.orig/data/images/indexed_color.png0000644000000000000000000006175013772706672021014 0ustar rootroot‰PNG  IHDR–È=[èWgAMAØëõª cHRM‡ Œ ö„Ïs;ìU:—M`й(PLTEÿÿÿPÁT[ïÑÓØÈ¸è(Ó(ø(8ä(8õ8H¨˜³(èP`Ϫ®ˆx)h«Uhq/Ú¸Á4K8M*ŽVlöéï(1(T5K”u‹ï×鬟©ÔËÒmTlQOQj`Ž“QRp*Œ¯+1S]k®” Ûo‹Üy‚œ¬±¾oqtx’¬µÔêh‡˜yƒ†°ÍÔÏìó¬¯7MNg†‡h˜™x¨©Vppx˜˜-+¨˜h™…(ÄâÐH(8(8(€ž€­É©hTqN3N-—»8i,J (Y8(H(XA 5k s™WÇå±Os.(H((8“ºj[˜c’/¸ß‹;XKp:X(88Hˆ®48Hl†¬È988((88((PO1pm1øóøó¯øèX÷êsTJrmQáÑ{÷ðѵ®•é¿E÷ÎU÷ÑkŒjÔ¬L¦‘`Ó¿“8(nPͯtl2O2ö®F¸ŽM÷±Xç¤\õÅ‘(ç˜H«q68(qQ‹MpO1÷°oõ7ø˜Hî(Q/æˆHø˜XôË®ßføˆH±I8Ïi7®pPèxCãˆ`å^(M1øˆXÆuÏHöl7øxHñLo-ÐoPô‘o2/.øX(¯M2èxXhèhHøxXê¡Ñ)Ò8‘.èH(øX8èX8øhHx°+øH(ÑL3˜ˆ¨é,øhX­VKØÈ¸Ó(ø8&è8(øH8èH;ötjÌul‘RMP ‘3,öVKÒRKèb[o3/‘qoÑ0)°1,O10®rpØÈ¸¨˜ˆxhéØÈ¸¨8˜ø((è((ˆx(ø88hâ888(oPP²’’çô†(`gIDATxœbd```bƒ`’é/#„ d103ü2|Õnmf` û0É0|g` 31ÜØÂô÷Wu; #ذÿ*ÿýç~ËÀÊÚËø¿ø½ÀO¨y OTÞ 0|xÍÀ ä½fP{/ðQð½Ð?aIÿy_ÙñW˜ñý—- LÄvÌL°[þÃÜ…j W1”ÿ9êõf ÿÿS‹{€Ž‡ø ¤ä* ?>übý÷—(vKíŽ0؈×jïzü8 ®šùžá#30]åË#øGÁ‡Ad·ßFF€babø÷f;4ؘþ1`‚Ÿ •íì@Ïó33t12·ÿgdüÿ‹­˜áwëov&xpC4 2üÿÉräfßy@«þû2ÜÚtÊ­×¢ ¢ß¿ƒr0jþÝ…1Ð?‚ß™þ3ð ?ø €˜þþýˆÁÿþ122301A …`àË0£Z©ob1ƒPìï¯_íl@£Š™J;Ú*!ÞûîÿP(#û } ›™AÜÍk7322öY@Gˆï ÂoÞ~¸Õ ŠB1 €.áøÿýûÁÇ¥ÄÄ KLL°4ödÈUÀèa†²ÃCY†7@bÂe• là¤Vi_ÉPYÉÄ Rú¬›Qå-Èó =@&0¦.1ü×øûÿÿff6qŒÀ ÒŸþq00¼dx«æ»lÏÏÿß~1|bäãþwå/@1ýcfþvÕß¿d‚…Pˆ‘›@OþjÏH•STg`xr(L~1tìjogøÇÈ 6ä­ÿLÂjŒ ›{o}ÃÌvé·w1Ø«Œû‘ãß?žÀ$ýúµ 0®ï0€¢çï¼×9~10ð¿ÿè镟Ò7ˆ‰ 4ÀÆÌ 2ý¯Ï&X:3Äe•ÀÊÏN} 4ý#Ø¿€þï*acëícD¤Îb{{pªA“{o/0 00@„B¿X€2Àìp‹aƒÊfH(oùò˜‘óû?.†mL’‚,ˆè HöJÿeþ÷ÿÉXFg`þÇôX€Âÿ0ųÍýU rUq(vV“?¤è€¤„ÿ˜Aâ핌LÿÿõB¤þÿ/ë*aèÙð!ñ4ŸÿçF2(vÕùüçýÇÂÿ‹£—ÁéÅ=€)…äî¿ÀEï_„ßÀ2l è;éPÁ/v°L{Iñ/†öòv`òÚû’:Añû0Â+ÿƒ² H ,j¿ÕÑñÏp¦xņ· W£ì*¾ÿ ¾3|¿ÅÀ¼Wô.@1‚ ìjHÉÄä1B<30ðÀó_P(µƒ]Äö«²L2´³ý‚Äp;P18ß‚*å¿£¤¤‘áÿÖ®' “Jn0à#ú ZÀ}ݶò/ˆüŸý—á3P9(°}îh  ¤ð%Phð€“¢tzŸá/ãO†NH šá¿¥äªò¡Žh§"xaÂ0C”ûOHü¨J`ø›ÇÎþ“áʯÿ ¾¢bßI›÷ó?vIX© ´¯˜ñ+/õñƒïF?¥ÄÈ, ³¡å($ˆ@þ‡0q’$\V}yÊÉÈÿ ¢)s2@"æ0«ƒr0jˆ¢{³/,%A VPØ30BŠIPq´òOƒÒ©/ï~K¾`кÿëË„ïóî1(±²§0° œvç7.ƒwЀc`˜”Åà¡;uË_áW?Aô™÷;7#ãûÏ· µ¨Üü×›²éã-`5· ˜¤ˆåÄ ›þ33 * 8%5˜ÐŸiL?™1(¾bxõ—ñãg6¦‡ZÏß«¾Y÷.seTÕº'¢·øY˜þ|ùÊ¿Šá WÆ †öÓ³.Ûy Ê–BïÄ^s23þÿ̨ÉÁÀì €DnP õë °Nz͸™ù/@1‚£ œäÝõÌ…Dè¯?“øžýÏ,úõßhÃlèÉ·œ ’Ï¿IÿeðÙê±#cÑM¨~‰¯Œ’ߨï++SfÉÛþžóÃNpóÃW Td­:ê/0ªx„þŸn­lùï«@ËÁ¥ <“ƒÊü÷'(/NÌ\É{÷P;/(·üø .`9~€+'Žß¿A ëŸäMH)ÿ3BJ¶_l<ù惊AOUô?;Ëÿﯷ€rÿÿˆ³@åV10=ù2lòu:“È€b§¤Làòî/3<°}ÖÊO®~õõ+7È¥ÿ¿€›2 ìÿج ?`…§OôÎ+ÿÁÁ‘&f‰Àìqƒ!‰ûÏ;A°«ÀÕ&8ù‚á½ÐQL‹˜˜ÿúŠ2r¼ pÑ­°@•"È,&p­ *\—ܽ‹÷3÷7žÿ ÿyþ}áúÏøT²³Së¿àŠè€ÿ ¥!U$Í0CÜÉʰàË =‹ýàøÍñRRk0”@1¨î½ÅÀ”ôŸáoñˆN`5@,2ƒÌaA4”ñ?ã¯íÿ0¿fûÀð… ýÿ˜˜~p@*ÆŒì ?áÉààäˆ(½`ìÿ¿Þ½Åë&1 &P ãï/ïP õl9Ö¢wŒþÿ}™n´¾+ @ŒLˆ–ÁåÂß_ýbVï|fn†ÏLÀ¤ŠEpâùÁÀq°Ü»’Øó_˜ó€^Ç6k-ÃŒÇï„nl7* ˆP+þÿñ¿à{PfðÙ. @Ðb• ðÆ Ð©ÿ¿=zÍ÷ ¿…ß0ð|y÷á 0…}aà&´¯@«Aé:pW1CËðÆ0P$Ã&Á¿jÀÀþ¿÷Wå/¨Óå°Rbx/nÙcRD €X Naf@*@ÅÕ:!^†O< _þ2°¡ðg†Ÿ<ÀöÃ?ÞÀ°ûÂlJþÇŒÐ;ð²”:}7ƒ ‰mE0~}EÃïˆÞŸ@nÀ+fåÿ² ·~²ó0¼c…DûÏ/ÀúïÏÆO <À€i"Ê iœ’"þ2ƒS*(yþ1üaàþøÿÏ3&`U ,¹™ÿV‚õùBš§ *è?¸YÆðö5ƒ(#@±ü÷Ö†°âVv-ùùÚá·Òö Š_>p¿%æ¿ì¢?˜ØøÀ.û —ì ÀÔŽLÐBä*P¹np³3üåò/ÿ’7ÀîÄ{VÑ7ÅÆ_°/@ScPóå6 Eßßb`¦†oÄT¼©ÞP†‡Ù_†?ÆDÅÁO E¯à¨ù#ÌÈÉÃÊ+*Ì ÌÄÈËÀÄËÀ- 5vvŽÿì@î[@ÇÁ&ÿsó€ø?€½ HÚûýY‚S\Ò3ȃÚL@È©ú0üý÷?QŒKõ‡(ÓÇ÷ïÕ¿3Ó­’ÞHQÈ«±Ÿ2ü¸,.e~þ¦)‘ÿ¿~ügçecùýýý !6u¼¼ì ¼`Õà6*;(qs02òpC\ ·/_úÁðõÛWXâûÊò äoß÷àr… X~ð<”OLJLâbýóƒÔ‹ü|÷ÿ_€bJgBJ™pç12˜‰½ÈÈùôÇÏG?yþ qˆ²ÿçä•à`dý+(!ìØ10ðñpssƒ:²Æ3$a1pss‰ü‡6Þppü…9~ýäëûÃP¬öjáG®çÜ_@1ÛO&¦÷"l‚ @K¡ Ü£(ަF™K2Ì~€JïOÀÚPýç;Åû 2Ȩd–4Ð|•7<ßò šÛ ôô^ßA­j^`æ`úÂÈÍôXO12ƒUÿÁ%#ÃcÞuÀ‡šð7yPŠçÿ$ùØXäaø LÿøX¾ãá@1ªŠ<„œ ¡ jÿýñÂðŠ Ãvé» ¯˜¾Ù_É]ãšÆÀ ÷›¡QT#~¦ÎŸŸ˜þ}ʈÝ< ˜â†æ¦/À*‰ñ'ÔY°@úËõ@ ج¾Å öžç¨ÉôØ/P˜ˆ0£e•?|ÔÏ¥GPÂyϪl0Ü‘¾ Î{ø "ØÞ,°Íbø¨õ–û ÃP»ìp7‡œ€xy Éÿ ÃgFPIË­¢8ÀœÿBÀØád|ìõÿý÷ƒãÛP3„é÷?†¯¢ß8^ã?XgÒ–ö5€ßµß^(¼`ùÌ.{“‰ó®‘(ÐoD€eÐ`÷ì.i†{À8Ä] ²D»0ŒŸx™XÞø M†ï¿¾e@®w¢€®fúÿŸ÷.ÃN` âÓ?¶_ÀvÈY \ï­Éo¯7#Ó_¤ÒÜ|ÿêúnV b+Þ{ÿú' ¼K†ÀóFŽéËUáoïxþýfexLb 9€Îùç3ï?`:&n^`Ð|â–d"L¡¥íïï¾€ nq†Ï_Àu€Ø?‰wîúÃÀøXÿ3ÿE×/Ž·Y 02¾ ˜«€ -PoÜe‡tSÙ«Å>{_{¤¨ò è?eö7oÞ0 õäß`V„Vê¿ÁaÅ *äaà×ÿ/ ¡SpM |_$Aà ê—]õè*¿ <Àêý ¶E†Û’Ï2H½{*_¿30ú̾÷ÿç7VN€búËÄ4 ÚŽfp.Ù Ì•À¬yp2ÜBN†Édn+È]Lo Ç ¡ ²è; ñó'¨LU¼l‚"LL¿Õ$°ÄdYÍ”á‹0Ã/EÅÀÖ‚¤ ÂSyPk‹óûëÿS}””øø@¸³lamb†xì ¤èHöÏ ’œh„ó&13àïÏ ž3Ã3)Ž{ü/€âü7Ù>þüù—‡ï)¨šáäø7õƒîC`áÅÆ@,Ìö=#h˜z3¨d-ö!ÕŠ• 1JML.‘¿)ÃÅ ù”=!ѪªÑ¨ÏÍô™Tß›uÀªˆý7¨á$YÙþþšÍ¬£žI”Þd`cc¸ÿKâÇ«?¼ÊßXþ¾üÆðãÛß/ ¦Ú/€b‡@š¥û?¦âžÐ@|éÏY i ”Å òØ|”žáÃùH’á7+Ü ’à6Ädgs(ÕËH ËXYVú7جoiþ/³À—¿,Œ¿žñ3¨3¤U*]ÌÜü¬Àv 7ÛÏß¿þ1þþÂà ª9ˆ6ìð‰æŒßóª "O_fð.‘—¾¥ù“TdAL9¨»ÀS8`ÀÃÃüõ(^³2~jI2°þuæØy°ð0üùÃðƒè_†v`ÃûæV1NÞ¯À\ú\ãÏÇ 8þëzf.€w0˜þÿ‡wÊzÁãN å¹  ÚYAä熼ƒ~wÊUùAe8 ÊÊÂTó¸ œÿ¿AÊxvpVdšLú_Þ£X@üu€ÿ³3ð³ÝÌrU%°žþ(!ùIŒSöÿ6. ¸…UÙ@)è® êìƒÛ\Ðþë?H_˜¡÷^°øùòóõÇêH–‚>—…º êªßri³À ®ol€E<0IñþgÿÍòAhËç¿ üÈò…ç'°rF+ï!¦·ÿ9X@íHuÊ÷땘¦Àÿ÷\ÄÆÀ*ØÃºŸ €@®ùËÌü:?òذÕÚ ŒÐêA•a·õ¯?)òíÝï A…žÎÁ¤°RdºJˆ—™ç°eî®Ë} øËÂú‹A4žôT_]µ¨ñ?“ ߦ¿lRàŽÏ%a&PGã?@‚ 1fŠ˜Yü÷„—4#(´ó×c¿ßø3A;.² wó#+,3²¦~²sßö¯Bïx!¹•X~`çÞÏÙÿ3¼6¼ø¥•îͺrÃWÉ×À¨â6¡gPÿÅûõ#°! @, ¨ƒ"p°QÔáûÉíºK‚ù×^™' ¼ !®ÂŸÃÔýöTÙû×ÿØ€.úÏÄ ÎŸïö°±ƒþgf¡ÿÌoëž|š×îƒ+Aˆ[â#Ó»?L?ÄiSý#à 1[€ùÔ< lN‚ŸlÙ²Àt*tó°…"õCýÉå<‘ÿÊŒ?Á `3ÔÅ`%v°;€‰ç+´P…ãß/\ßD߃6x€µ(÷éËüŸ¥”+½eHºëùÖüÀÞ½$ǧÿ 1< é÷6Øx~›‘žaý²ÿÀ\LhlŒÿŸô¢ªçï7×~ʳ8z²dadc½÷¬ø ¸™óX\,?C¦£Þz­"B˜Íá‹s‹ »Úr*<œß1êÉ 1Üæ4Ð| ƒ$°tÿñ‹å##ŸˆPÇÛ7Yø9¿ûÆÆ@ † d â°IÏõ'¨wÀúTðï¾fo¦ÌÂâÁªÅpíøÏ]™•Ayñ¤J† Ì %Јã{ o¾Š Ûý,Ì<ß™Y?°ÿçýúØ gÿwíÚ=A`Ïð‡º"°ÁÆìÊ2ñ»cZœSJJ˜ãšxàä×O€‚ÐÀ@–‡x¦š‰i;(+±ÜbaUQæÎŸZªû÷÷þ¹÷çùo9`>Ù* Nðl°Ñ½7 oß}f€ f3 –ú LîÏ~3½ùòÿíýïlß™>~”:lÖS–¿Œü¿Cá;Ã3†k×~Þ|/ÉÇÇÈõ €PÝrÇåîÊŸ 9Ù¿¹l’¯Ÿ(=Ĭ¨¥t0¡Ûü¶Ñ=ðïï÷ûßD~þüùäã)6`ÍÆÀÆÃÉÈÍÍýä.n`µªXxÄÿ2½ÿÊܬŒ_?²‰æ`¸>¾ÿ( åí ÷ïïûóè#ÛyPO_ˆùYŒÕ¹¥Yp zFd,RÊ©†,Ñø)òàçñWþ ˆbêÖe°¹ÇªÀ•ŽH)±<}ͰNë0–à4Ä€)‹õ»à¡w<ÿÅY¹xÙÞò~feâýþGçÔÞ§ ×Þ ±ýâø,&ØÞrpØâç`ù#.,-øŒá§8ÇïZp€1pgãþT{Pªb¸òyƦ{ªw³üî½ì-*vƒ#ƒÒ=æÿ@W1ðó±ðò² æ†ÏW!`Œ 1/3³ëAqvžO ß$¹ÙEýêq1Hdøøé0]~©2(~|yý°«,­lªÿaøþñ¹¦0;#—€@!àtöë?¨˜¾d+}fà¹÷χùð/–ß ÷ÔX08›Ö*nš}ùÏÄÁùöÿoÉ— ½ÿ€E–пwìÜ ÿÄ^†HÞ3ùÏøþ#Û1Þ¯ü OEÛ= cÞ ±|æaøÈ ÌŽ µ~<{JŒ Zâã=iå J_ß|y@L¾¾à©ohþ÷{%ã;¹ƒö“þ3üZñퟋÈáÏùmÓ8\ž|ûvÈm~]`íÅùŸ[Hì¸ææµeÄe¿ 3¼’»ÏÎõç9`SMìÖ†ó ?~0ü’’búÂÀûÿ‡„„:Ã7l@O™˜ü~ðû,0Ðù¯ü¼Çð—‹Q €}€]±7<¿ØþL\1”ÜRûÏ”»1cÕ'ælÒÀ2ŒAêÃc‡{ µ6 ¤ÀÀ0-îÇ×o_ß ÿedúT"ôƒý +°¥÷û7ó_ÐÄ û—ߌTí-é»þk½•úÁló€b’C¾üù´Oé¿‚¼ãñÓµ¤ý¹'­ðœíÝse€báýò—[€å+{â|ÐÈw1Ðnf†o‹_r3ƒ@ÃÌÏ…kYî¿«|K˜NÿOg`ˆ{!ó˜Lß0óÞ[`:ù÷ÿ¨ª*ç{Ëñƒã3tjåÿo¥gª×ÎrK=ãdMÓ2ƒr0%¾xÍÔò”'"¶‡ï0pWbxÅò‡Qˆñ'@±|ceúÎð›˜D|¶€ºäÅwT@¦¿’µ‘˜í¼¿ ŠÿÙ?¹ýíÝ×/8®0¸1(0|óÿÙÿ¿LŒÿÞ‚ó²ð+>ÐÔhŠ—‘í·ÔK9 û™ž+þecxöù3‡ÜSPúÕI ñÿÌ ߉|ù ,ëÙÿsð?cxùØâ0ã=6ÆgÀ¦7Ïçïÿˆ1\JóÿbûÈÉ:ìC5`ä&`úbáþ©ôæ;;Ãíßì BÜÀž0þ¯ýg6 y~€Ö»ˆë¡ÿùؾðþ~/öNèx²å÷o†¿Â_€­eF†×ÀŠæ;;¨nzÇÈÀ&úLôÃO`“Œó °u-"$ÉÆÀòX§Ýûñå?ÃG.–ßoˆä( Ù€ødåÖæ_ŒL]’À eû/Êð…‹ëûß÷V?ª~äüÿ_æ>ÃçGªœ,ß_üça~'Åðì5hy€ãçߌÌÂþq0þûùIì(ýe,Æ<ßÅþ F±Ó®gà\ ¹Àï " *üÉ%Ño‚ïÙÿ0³#ÿ'@±€Jä_¿À^ÿ ò¿ó‘dàÿÈñ‘4¨l³Irsc}Á@ Zš“Ô;z# Wf`g¶ÿËG àøl‘ðËHþúöå#çóŒ‚ï}þ }½ÂÀxC—‰Yà×;%}ö㬬Ï>‚ …WŒ²êjÏþ ¿e2Þ¾½ªsx~»ÇJzÂÌBÿÞðòëwVvEP`±ƒŠ_Þ—?r0Ê[›ðÿ~|bøÊlýfù@L ë'ǯ_ïY®o—\ÀnúGqEEVN¶ÿÀ~9“°ýý[ìõ+ÁÂïÁóˆWßýú  õ˜ÁB”‘‘AD˜ŸUŽñÎ3†ÿüÀ&ãÏëÂàT!üQö#h)ÍWP–x÷O/Œ¼¬¬ù6ðð³0ßO®ÜW^þ– _9^Sß³?>2¨ºùñíëo–_?¡h?2ðÿfdýÁ!Ä!­Lù_ÿñ ã[ê–íu¦«œ‚÷½š ¨eø«žüYPQ+Ç[”Q4™øŸGŠA„IøßF`kVX˜ XÄaÀä¯>‚‘44Ä LýÀæÎ=®‡Ü| j‘›ë ËW §yßs0¸×Êõ÷ËüÍ›½Д<#01i«‰{B,ÿ_ƒÆ­¥™õE¨è5åsÿDAC+ ç„@Ð"/~ýÚl|Ïÿ32ÞþÄ-ÎÈ÷‘‘Q⃼(Ã?i1qPȾ~ ,ÚD¸ÅÅÿñýaùŠ8`€3в‚]lÚþ—`øøð0þLø9Øþ ügaû"ô‡ €€}Æÿ8@#™@û> ³ ~Tuh„…E„þz®µGÙ€Q•]äßíÛ òÿÿßâæ–B _t$~}bãcúÖ–û÷ŠØ_:[ü«”œ0®n?üÏ.Ìðú÷ŸŒ¯Ä1cüÃFhU'ü_X²kµ_Ùx¬1²þbæ’Fç+€bâ`¶v>«FC@KA¾Š|T嶺Ã.ÉÁ!'ÎÉÈëÎþ]ì=‹ØÆ7/åÛs\øõ0Xµí¶H0<ÆÄhÄðh“²Ђ—°5ÆÈðø1ƒø/ÖÿÀ¤ýá¿8ÃËÿÿß¾}'òX§}ùòØâø'l q2Ë*6&Æ‹¶Ö¢’ïÿ+2ÜÎø@LŸ?3ý’¼Åt—Ð]Ïù½´8þ˜ ÿP”•`xûô)Ão®÷¿…¤ñj2X2ð¨«AMF5Hµ-¿…aËga¡Ÿ >h¹020þ`MÑ1¨þf”““P–ùò?Ó{11±÷||9ùÀ鈄þ:@w1ò2žjûÍðöÙ—K ‹ˆéíÛ· þ~ |û^÷ý÷óý÷;·¿þ”Õèÿä¤>ýzÎ~O€Qöï•Wþб|?#Åϸãöy†3ÀæüƒK—u?ÃÓ³˜µ@MpEƒ€Ýôè1Ã5Vð (Øä€‰¾ýü™ñ+°+ÁÀ'éÝ‚F¹Ÿý5™~~Þvû °|aàgf P©ðAäëg±5†Ç\Œ·€ žááw`ÍsAþ#¨F`yÍÇÀÏûY{Aça ëw²ƒÚR&þþ¿¥Æ-Ä ô›áÛm5ðH#$œü‡æoh°=b}ùÿñ[&†·l ih`Š…õ¶YùÀ“ÿ2±?ÿû|ºJ¼è#ùÏoE_üÆÝg`wñ?°_üç7°×ÄÌÀþ]˜ë;#óÿYC…¾+0r|ý.äÆð €˜žs3Þ¾òé×Ïßß7ÿÚõþ°<øÇÅøþþ¿Ÿ¿¾£zÿAUìE‘uDL$€ËÍÊýšÛùÿy†ÿ@W89îƒ&!-Ȉ.h€(ûèÑ#¶ÏŒŸ˜D!É sÀ²^4f¬r@Uß§O_>ýSçâ¸ûUHóÑ÷/?ÓÚˆ<òØ_㔘ÄÍAš‡Õ’õ÷_†/ü¿12Ëþõ_–äg}–+²³18_aøY<ñ›…á¶:¸¹òT›ð|a€…ÿ ˜€Ž’ÆÛWž·b ®,HͰÃÀÓÙ|Ÿ@±ü Lƒ$þÿ“¿«(äÊÎÁT.ø½ €X@¥#¨îü~÷7›ƒÖ[CAîg¾(rüxÊþè ÿ"?o€»ß4þ3ê\­*0<¸¢ÃÀ {´”Oí¾<¨æþö€CÇo`áÅÇ›9`;ÊüÀý 4HÀ,õ@„Ñù{ŒìœŒ;¸~ í ÆpzžLz_ä¤dE_¿æbxý•—“ÿÅ 1|ZóˆáŸÖõß_¸õ®1€s#0í|U`uó(1pýeøNìŒ0Wü rh:ĹÀú‘¶¶è-Ð(`ÛŸ´ 4AÍ`òõÓO¶ÿ¬L_سÓwð‚*ÐXì_¦ËŒÿ 0¼f—oLÜBß~}ÿøíٯ܌ Lw«0]cøjdÄp æo ™À0VA:š:ÿÿÿñ4ཕÿÿ³ñ0@ׯ3|ùòå?¸± ^{ÿï$•ýþÊñó'ƒ 01ð=cd¸ róoPý3@±ð~gùÂü—4¯øY‡—ýª 0Wñ3¼gx l.}ôúß'`7áùSöŸÿ¸AQŠD ÏåA3à p˜ìÿ3(Üûõÿ0©ÿ¹ï?xÔ–Ú€•7h.á'h-hýÏ'H? Ø’b”§}F£ëüÊà1ïÿ ̿وéë¿ï¿þùÉÄÍÂÍÃ÷—õƒÌïïß1|”fdcâà†¢°ù Tþ^ó·+0$ ©FQd&h¤\á*ü¿ÿï<#ÃUPZ`zTöXØžÔµ¹€=± ¹1 ÔØ ¼eÿê˜0¨Þcø!‰jÐ'@1}ÿü•ãóv&F^9`s‡‘‹‹ñ#Ã7—åþs2KɰªË&ÉÒWÁ£EŠðʃ ¦–Ãu†Ú(¤[–%çP²ýñ4¨ ì<~A¸¼âEhØ/Ð ¿¯?ÿÿgK†_œˆ‰˜}™D˜?¾þÏÎôM…Aôç½kp‚–…³·0ÃmÐ"ó¿7Â_¥5@ÉTB1BÄM: â¿"8iºllËŠƒÚá²`xü„á'Ð?L|wHð"Ð ÙÃÿñÿšr ÔŠ•ÿÓwNnV‘·Þˆ°KK3¼`døñç3Çë¬¬Ü Ÿùù@é÷0=±r¾µf@Q¯Š@FˆŸÁmyFh ‚—llÿÄ€åÆ#Y`ÄÈþ €ÅAËÒ@—àeN /e† (t0ÀV¢ýb ¦¯ÿ¾ÿ»ÿ›ûßkFU&.6{``sð²H2?™$þ铨Ò7`éø‹çÕïw yÇȨ§ûN‚M–¦îþ`¸u™AG eb ee­{%Èt l4ì®× Œ«ü¬\‡á\7@1ýfüÎõãË矿·´?æþrë.°ÉÅÇÏøý×UFU&иÊëkJÀ.<БrŒpWI¼»zK\ /þÿÑ®ëa•jcÅ^½zÈðJLì0(ÅÊB–âÁËåîf`æxrÿÃ#Ž+ çÙØwC噈‰ƒíÏ'`û1;C%°ÄˆpvfTü«ôáÙÇ7o2=úÿ¸¬­ö`|ðQ º%X€‘£óð¨Ï÷ãÿMíÿŸ>¨€k³WPóAtyÐnи50 ~bÆÇ^p& аî›ÿKóÿÿ^aøø<lÓŽ_|üü’ŠóKþT°°h[ˆ‹3Üev˜>JñÝ}ÈJ“ 'ð40Á3p ½x ©?¿~ýe¸ïÀ ‘ãÐøÿ4Š @Ž»ó˜x®_gø¯¡ôó§h íŸ0hÕÊ!qFõÇwÿ«Šp0Hð<®bd &ÐR°÷ŸÞ–ÏîÝ`ÿ—‰M’{éRweC9öÛ¿Ù¸N\ùö0¨®á¼u ºä࿼6(}ûõã?ãa†'ïAëš&á€$.8ûþ¸&þefДùù<6*Ï$w½Lwîÿ¿ñŸ_Ë$ö˜\UÿóYL°—ÑåëЪЯ?÷0<çd’ÿÿö;×·ß?>?&UEV`C4Œ ,'ß@ùTçÊ Ç;Ì;5Ø>mÞ’}$÷”ô€Î`{wšòSH‚õ°nøÉü—M†áÉ/¦ß’lÏØ@C=*/^‰=ÿ'ê$ÆÄð™í@1Wøÿcyõÿå_ðÚ"†¿ÿosH¨þûš‹Oú¨ø{ù2A ¯ë—o¾xñ‚aÏ  ×²ó?åóŸ®È=ú/'÷ÿ?¨¥óê?¢9# ^©Á á±ÿU¹ Ääû÷Põ×Ov`ÖøÌþQR𦠀˜¾ÛtlŒ/˜î¸2m~rûÔ]-‘¯ \A9ãé§»àðÛ†ûßkjB-cÖ‡/ìÿÞûû Zÿ?KÈ}º–ì.1†— °tÏÙŠq×ö{¿ž<oÔùÀÈJ?îÜadúÇsÔ?1€bzÿèë¯_ÀbBþ§0hàÿCË?`¹pÃØSz V&,, ,ê…?¿–ÂZ÷ïƒË>+„þ)2<¹«o|2úŸá…ˆxˆATLÈsp(+Cƒë(jA-éŸÀf,;hcÖß¿ÿþ‰ƒÖ(ýgw4ž9 <È @L LŸÿ‚*§ ¹e†Ì·%¨þb¸ýQõ®ªê/A>ŽOÀ"æ&;ƒðCv uÈ(>㦿ÿ…@ ˆ{ÙµÄþiíãÿÂðœáÑÏŸàä ªÓÁEÄÓ§Ê@—ÝaûñHü!tÁãPþ'Ëðÿ?hYÇ[ Ãî=ƒ„.ÐÅ?Ÿ7×r‘_<¿€…qË-†§ ˆûã—/Ü rPÿíCFv…ߊo ­àüj˜þVѰšð‰äcDöc^@~—~ pp ¿b—TŽ ¢‹ý/Óc†Çâ LŠÿ…Y…Aqûd8ƒvÈ2–Wÿ@qt/¿û/Ì.Ï}û¡”Ü#v5`Çšá+ï;IvQu``Jf†.„ú.Ìï~czrëÈþ·÷XÁ è!’Ã@ùà°þWy*òV@-lÿBÖmƒ /&~Õÿ|ª,ŸßüÒìÓD€bEçÿ¯@1Ð2̾½”aøuúÃLJï ávXf}÷•·Û¥guÁMMHsë†6çC~~NöÒ bh5;¸ `¸wXØsrCëãÝ;2ÿAyOF\œ ¨›ƒ ºìï‡ôŸ;| óí`w â4Q€bú 9&æß Ì VôÏór"ÿ¸™A‘#úõë?eU`iyæÊÐžš¯æ ÀFµÃ÷„n]{ l€Ãå+hÑ8°ò䃸&ûXÕ‰ÔçäÎW2ŠŠš ¿äA…PãÓŸ*°bá?“*( ™ÿ°$ܘ?0ŽÃÝ< "ŸîKþWýÉpØLùÉôYþ†ªÃOAA†b`,¾{üDXgë23“¿!PÇÃÿÿåäþ© ~ýÒd ¬vïƒJƒ{À¬÷ð;¨¾Ŧ ãC`û†AîÑí_·ÿ°0jB\ýñÏO)ˆ³¾€‡èÿ0Hɲ h©.hKë7P‡ý+hŸ÷#åg¢ ÿ0ܺ ¨ïÆsÉÏÖ: 2¿‚š}/Þ }…,VUÄ” Z–áÕïg’ Ê×AõPJó:¨f&¯bÀÂÜŽ¸ŒÊGÀ¨ylçÛq ÷¥‘ìCq`4Þe‚m¾ú¬Îš¶gàü@, ?Xþ3pBCûÃmI†ßפ~Ý:÷+x¥Ë{¾ÿϾžYÀ^:ÁÆ ñB÷2$G+/y)P‰õXö·Ì ®kë>M†ÿ÷ÁÍ>èzPþõPXè?­|(t°Âú%‰t>ðΕ?_þÓOÖO~«fP1öóëw~1nPÕ😶¿A[(à$ªÌß, lu!éý¯¨Õ÷Ôè2`a lx€ºŠÿ5Á!Jø@Ìñä ¨HgPQ‘Æå«ÿwÊ?yòø%£,ãr ò/Äý“”ú÷¼°X°þd`agà ¦_?VmÿæýÏß@%ï`ã_TLæŸÌ/ðö»Ÿ¬¶°NY cƒï€íSÐlÐ`ɽM80<PÞ¿§ 2f¥{ ¡ e`4ßF"Эò ÊrÁå(dyýyN`þÔãøÂðéÓõŸÌÌjÿ1ó| ¶,ŸøùÚòñàƒd«°V-•yÏàÄZ=Ä-oú“6†ÿþÒòÿ‡?A¡Áó–Ÿ€ièñJ@‹å¤A #`ÙÒád`ú…ñ!h5(dë °”¥c¯þm~·´ú €˜^AÆLÁý Ó~þýzâÐ3oüƒ. Ux7ž1°€ë+6PŒ _@Õ 0½ë0âïß×&öJ -8 Umr ðÐ&û;ߥà#Hbã`xžM~ôPä\N È’v¶=Sy9˜ˆIͲm ´2á÷7–?"üf_î~eVîÿĹ¹!µ›"ˆ eÈÀÄu ”Ä„þC—ည ÐjÎ_÷4Àqs¨æ'8 ƒ–R= OŸ(«€‡å_Ƀ*Ì'ŒâŒòŒŒOä%9?}z ›àÿõŒá¼0çN>€bú!—T +ô~þá}÷í«ÈŸ‡ xgÆÖ¿WÌÀ¢åË'`@UF¼f,\\ ¿´u¾ƒÒ8#¨¾Qü=Ð* ¥ôœ~åØÁ®¦+PD>}¬3@Í®‡ bÿ™n3*CJ®Ÿ œ®ß¸ÅÀ( ,]y@K£Yˆ‰…G”9ÛZ<üÿ+.•Á ˜Ò,¿™44 ŒEPÀ@¢áÀ,p˜ú -å» = w“ûuH;Ai™Þ¨0ûò«¼2ÿ?¦óŸÈ~zÀÈʤûëÕgÈBaÖÏ¿ÿÿaÿ@L ïŸ3þý NF_ÞþÿóC Ôø»ðòÅ‹·o™¸¾H}àføõØŒPÆh.#;'0UüÑa¸ÂL?Òàdû覻 N„Ã}Р+1ˆëd€¹í®ÈC/ÿ¿”«‚…5Ÿ?uK‘ýö;ÐZœ·÷߃g܈é'ÃËß‹Aaõó×µo Böÿ]iAޝ ¥Ð÷_‚—Ͱ 0ìv ÞÍM2‚û%Ì £ÀpZ k¥yÿÃ`ÕúS†sO¹öÀ2€ódž;àC$^É3Ë¿|ÃÈøNä0>& «wïþ ²¾ØwPKä;@1±+-‘ª-¯³ó¾ÌpW€áÅÛ_°v†Ð¯_ ¨à'Ãe†»çoAûÐà†¹20‚ZÅÊlÀ.>¨âøÁðò;$òT@5dЗã0¤þ‹ëð3J(Hÿ*&—ê ¢¿Ô¿¼}òþçSÆ_?ˆé;h§'¸EaÉÀÅüცª( ß?ïX¿0¸BìfÆŸ TjFèf€÷Êý‡.mV»Tñ:Ðbµ{ ÊÀ.¾ü cÄ99!Qu÷.8u«üÿÿ˜âe=bzÇðèÆÛW%”Å ²ÛgQ¦O ßß¾~ÏÅÌ@LL>ÿþóXbþû{M”_†á§Òë?¹¾|ùóA :.Þ4ðE² Tf~–Yß€é ´Ðìɽû, ‡'´î01Ýç&F•× ŒM‘¾¬z8ÿ3~?䈉ƒÚ¬2@ñ§Àö+°~|Á¦ÈlÉqq½ÙùäëÇŸ?¿ÿô €˜ø>}×bf/*úÍúúúI†çß„¥Ex8þèìFx´¶· Ô{cøW´èÁ»=g”ÎxôØáS½ îšjBú6Š Î¢ÜÐÒ€ï òŒÒ œÊOîHs20‰ƒª›—À8…á v†—À<Å(Áv‹aËÇ v†¯_ï_¾ôþ;hÅ6@1]6XÉðšgD…•ÿg R€¿ìfØÍ`–x )”@+8þ1(ýfx ´Bšá!(”n+*1À¶Âª(‚ú£G3.8Ák e E¨ÃñÔ­åúõ*ƒÓ5& ùLê ,?5Ø*}úÿ4wÎÆÁ@L3øT®±avÅ~žþÂÏø–ñ?·Ô‹× ï¿ð±3ìj†°-óíÈ] LŹOžk˜±ý¿s÷ácÞ_Š?ÀScÀàº*aÁ#~w@å0¤ù€NVaÐíR¾s¤Lì%°ÖÕ® €¼¾‹aÇ`]ìÝvëûŸïy@ËÑþóË7ç‡?¸_ÿ5ª“Y{ñ5£Ô3&Æì Hy¾ß)ÑC ®–NUzúØÈQuA0\WÏ\õþý{hu—A™Qú)(­3‚ Áë@vP22=ûuORãß †•ökæR`>eûÁÄÀìä½ ¦?™Xp2ø2°}û÷[EAòëwQ¦Àt!Êÿ‡´Šs?·dèö x$¶á*Ã}%`ÏU‹2añðƒ¢Ò#`[ ˜"5Aû ÅÅî(+3?5g^½òà®ó]p¯–óÐ¥H°°}~þ dÁG`yŒUïÿìß@=ÖŸ>q#''?ÃëÍ_ù ¡Â¥Ìöãí PÆA b­[`ùÚÇÄüÿêS6Pz "õ4DnO°1ðŠÛV O™ä@®ÄÀ›Ô5ÎÿÿÊÊœÀNÀ+y…'ïÖ»ÿ¼.lùæCz†èo†çoò‚W`ò|abæû @À®>ã?a5ž÷ÀZñõÿ÷\êÿŸC‘2ü¼jx€-–5á„D¡äûw«°¼ÑúÎÞ¾*/ÿHL^ŽAü#ÿ~~~`h¨€ZZOA…¿0Î8ØU”ÿ‹rÈšÐ>#0°X–ÞP—gÌ0­XÐK~î.ûÌð—ù+#@1ýùþýç÷[À–2Щ’~<`üÿX4ý`‡,„Û±ÿ-Xâz®e´»´¤ÕÙ@#4 ÉC mò* Œ ò¿X„„À[½ž2ü{j Ê1XT§l‰*ñS £Å0=æâd`‹³þ,sd0}ûÎðñ;°Ÿ>ˆá«(@1±þbø!Àà ¸„‰áþka¡ß>0ÜýrÔ¸ó€07²Hü5rܾdx(à # lÔ0ýäüùó×÷ÿš@÷<mKû,æÿ?y"- v{ l„‚ýŨ,j°²±-b¬²o­üÏñïÿÇïß9@«Ù9øÙ~²“ Ðá5å2³3ç×/ÿ%«„ä3†· W%hbÔþú ì›S³Tƒ$¨05iAÖÜæ6i`“àݶwÀ>"dª4;;ûu[䀮ȃjkÙ_C‡:Œj”ýg`SêdâW­ÿ¸>22|þöƒ €˜8X„?1Iþc–`øýû9°ÔVef{r_Xs; ©‹‰6Ïÿ¬:cjߦž;wï°±02H€.€æŠÀ³C?Avx‹þáF`Y)'÷\E1ƒÇ>>ØÿkÊÌo7 [¨À/ÓçÄ,)XØ?ñ 1ð Ü’þ%+ðû9°%þOðÞ=è´Ñp€ÁvÁ?P;Ø ÙLý Ô^n4`¼~M‚{xñ¨Òcdü Œwö'ÀŠïå½{`ç=’eüùë'#ÐQWÀƒnl×;8Ú«MŸ«³ÏŸ?ÿ`…„óG ˆ‰tÅ_PÒúªõ™ýƒ²ÌïÀòIñ!ƒ7¯ƒ0Áî‚m_õfP(pƒZÐw¡~|­­§ÿ–—i’ñÍwWýKP‡ˆñ1ã“7üoÞü¼+* ´ô.ÓïÏLLïÁYàŒþtÎ×m&ƯïßñùbœAƒ„ì V9'@±ü`eþËÀþlS>XžÚÏ JÒòW>|}"ó‰á¹$hý÷‡7¢@ÑÈ|c*dÂè!¨iüÿé`AÄvP]á§:÷oÆÿÞV wo«Éƒä%æFù› ‚?ÞC÷r½àb¶ÛþîèÔñ©|ÊþX´3q Þ¯±ƒ×ÄÄùX`}Z$&SÆ¢ûæÃö?e€-xù¿ÐÝ™ÐT¦þ1¤¹ÞVbÅ!y¦Lêê Íiꆬ|ï¿©¨þd¾wžYƒgœ¬l¿~sÝøõ“Í@€ý=tæŠAçϯ?L •žZÚ à‰~&6¦ÿÀòf†Ÿ_^cÜ @,<Ï9a«šyl~oQ½­È Ä~íÅ ?~3³*>eFЖfphõ2¿}ÈÃð‹M^…ŒwT8Y™ž©ƒ²¼À!Ã׬l‡0ñq‚S¤„ ãó7ÀzËg&{Ðð,ßP«æëÌ¿9Z×¶–áà̓ßA °süböL}ˆå¹àïÿ nÇ;©ÌvÓ»7ÿ½Ufgø wKáûèœÖC6ɬÀ”øA€Eì׿-R ¬$sz( #ÈU¬Ÿ~ K%™Ÿ¯t®H°ýcùÃÊùý«ÁÕ»†·l>úÏòH _§Óuá Ì2×n ÿgøŒ<`ÿÿŸñ³hK0å ?°&&xŽ¿œl…ƒvÿdx{T6¨ý’xÁ ¬¦€eaÃl` P€ 2Èð XlÞÔe`³bмÁøXUБ降0Ã'¾—¾Jdàæ‘}üÜ÷~*÷l ãŽÉŽO/—þ»Æ°ÝåÄp JÖiÏt|ßr}çýYPœ}çüòšA”á;@Î)û,Z®bzÁ¢£+ÆÀ.ýðˆ{ Bè÷†{Ò ÷>Š0]9c¡’áþ[P;õ°°”•bd¹ŠŸ•ï0ÏGþ@¯ª±°°³ë\ž$=™=¯”× Ø·Ô:,_¹¹ä@Ã*ßYÃg©Éèh=ùÆÁô‡ <¿ÉÂ+ÊÄøãõæÍ¯¿3ËoÖoÌœ_@©ž­jåÑËï„n1¾z@àëûl†Ù JyÀ®âEL‚Áÿ•ÙNqÊè 1|}Ëÿ–鿃À÷ŸÜ =lÿÿéî;z¼µÿ|ûSÊðV˜-híá®Ü[Œ*×€NŸ‘êɳÿúÚºø…‘÷ ×cÑ7àòÆ› €ó~ý¯Î:ëï/‰Uw(ÌV„+Ô@%ü †ßÌ¡ ³e`£DÌ Ï'Trpˆ=‘cü¯ÄÆ~ÆPéh*ê}wñ?Pp1°þåô?@¼ú#š ~ì4ýù(*ËA&]Óbòµc`(õ}Í^fùï3h„T2Üúï @,ÿþ2þgaúŒÇŸ,ì÷¦¨F'‚*›˜SgüfÞãò‡÷#?Ä]ŸÄ^3|àþÎôŠááo•»ZeØ$þ²”1äz3´½fø(Àøí#³(P/пbÏÞóþdøÄ t8|ûÌ`ËÊpd°ŸyW”ûëo.Pg†á3/Ã+FЙNà#/ˆ1²aŽíû/`kùÇ×?oÁóÅ,GÀ½`û!è²ç>ï;ر2‚?RÙÊ…ø þþbUÿÇ ÇÁÎÅþY ØW’šû’“á)·à7N†ï|U!, ¯8Y^3°ósÄ^XüðœŸ_è°p‚kÆŒÿy¡µ²rˆ €˜>|`vU³]µùå¯oœÀ4±< ¡ö|Š/°½døËư™íݧ —oÐeeeÿûù%ó‘OÿýáûõAZàß`Iuƒï/КUÄœ=pþáüó‡Sø/ûíëßÿýﻀ¬óålÓ—/Œ, Íöÿ~02øŠsƒÎù`ÍWH0€F–‹0ì†O¨}dø‘ÁÀн†á݃/ _Ï}9t˜SPP“ó—À6v†?ÜÀôç{†lÉG c^ýfúìµ0 9ì7 çŸ_\|| ×o¿ùÃÈøùdNÔ|Rè_†lhp–XûÁ/ʰ™áõ7†`}À”{í–0ùÞ`×‚Š„Ï¦ ©ÀÌS" ̆oÜSôsgføñÿ;?ó–oŸD€éŸA–Cþ0ˆ±~eÿ"ð‘‹÷3\´œ h?+°°`ÿüõëwŽW_þc*öõù:‰ €Xxøo0ñýaàÿþÈ{ÉÌÊÍðõ<Ø]>§îYœ€õ˜¸> ¼a‰cûÏð놰߳sëO†~‰lÿ>Š2±ÿM“ýU :Hô#¬¿Âð‡åß'ÎwÀú3縻À€õ7tÓ*è=öÿ¿Ê>{(÷|¾@1ñßÓ€ªþ¿$ý‡Aí¸Mz„AXJü^/#EA Å8µÅß<ðŸS@Bà“'h¹8ê¹ø¸¸ø~¾åúÛ#ËòìÕçß\,lß¾±€7Yàe@»OYYÿü»‘ëûÇÒÿþüWÄÀÄ@LYs¤8ù@çM2|ÿÁàÈÐÀßñÈ û7 '³0hU2ýû9ñõ7Û¯/_Xþ1°rrA€ã=0‚^²33%È"¯þ vû´3}føÇÇ÷‰£ð7ü%”ùÎÀö )|†¯ áß_ÿ±}ÃøïÈû[ ‚‹ €XàG¹üæù ÷¢à1_`#Ë‘û x&BàleÔÏw¶\`æùÉðƒ ˜˜Ø9!Å ‰NPu÷‰¡ÛÛþ™(ƒ`Ãlµÿ÷„æÈç‰ ‰},njÁò”­ÇÆ›5÷fö¿íIæ¬_Ù¾rÿca}Ãø<Úø €@ë Y@s¢ÿXÄò¼n€’™­ÆÐðÜñò`/ÆÆ ™É¶xûWªÙ5þxÏtÕ_f¦/Ð:´8ÜÀÒä8Mv5Áƒò³nêvIÒ&“Üïò_®53ýÝï³ßN¾[ØpùÏóç70(˜þ²2°s°}ýÊ :Aë“-°·@ÀʇÜÇþÇü÷'ÓÓô.†—×To3T¶7HÿS¸ÇðJèšâopñùûÎo‚àAþ[,>ÎÆŠsA«¿¿|Ïùí'û·{@—€NÈd8:$¤çïŽ&†¿o0ÌHaX÷1½Ø\e¾ÿìÿk ‡_1°þUÄôÜW†ûϬUþÄôj?~üíÁÎ.Êðú5ƒÖþ':Ù@%Žf§@ãf2_“ïÓ×Û_ì—ÿóÿ,óß¿¬Àfä/°« »ã‰¦Nâ àG>v.‘Ò²’&†v†.{Pò-cÈcø ºŠ!mZ;ÐU> |"ÿ¸¹ù ° þçùÿ´`’¾‚6°37:ó?6NðNpö h‹#è赆ƒGÀd¡”éÀ ágß¶ã)°q ©¿¬ìÌ & /° `øùŽùëïÿOÿv{ïÖ, |û¶¥½t´IåA†.P×Ð~;°‘µƒaÐU • Bà=|œBÀn›,ŸÀwÁÿüÐl`TƒGð@110ÿc¶Âµ0À8í! ûåý Ù°œüàÍ`È0NÙJÞÿ€ÑÇÄ:h˜™…t¦ Ã_ÿ_Þý§³K¹ü ù^  þþmg¸Ï*êðî_çLo ¯ú%ÿ¤U,ÿ/ö|Áù T~…Ðeÿƒ¤€JffæüÄ;ž|âÛÃ0`¢ÿÇpù2hðöÃ]]`·âÛ}¦#;øÙ ÑÇÄÉÎÉÌñ {¬Ìßþ¿÷ ´)X€*ýö0W0°½úV™öÑÕ?ï0naìî¾l 2ÌåJy!†+àŒ~0øò€–Ìpsòþâaÿ/òÿ+ÃwPÉöã7@Aæ¼@…¨pý˰†ÿ¬|(𾰟Ϲ^õèÜØ?Ì¿8ØAçÓÓ—¯î O€ b†W –Òd&•;Ç5nZˆ}·/oökN ²ûø©ÿÿk\×¼*A€î b¶ËýúÃÃÃð™‘GøßG&Peì(²|ÿÍõ›4]Çúç@ùùÇ,#@áÆ ¬ìX~~;ZÎp¡-=•íÍsm;ø_#…åÏ_&ŽO°Ó€9æÃûãóظÿäõ hpƒîŽ;ÿgÜø_÷…¡˜©²²òäæß¢Þû½|o0‚МÃþŽ¥4ò{|zòwþ?ŸAe 33¯ûÈú)€bÌÔÿ‡rÿ€™‹áÈö¬?ÙS¤žM—ñ —AóvYx¿°ÿä„Èø\È®zrR‰Wžù™¨d¦ýýÀvGÚʆÅÂïD_ó~“ø_èZÐ Zw÷˜àße0̲¯ùÊÀóÿ1#ÒˆÿÿýùþçË{¡_À.*@1ýÿöåËÏÿ[±‚ÂM’qÿOöõÛ­”’Ïfȶc¸tÕ/ «þaúÆ>ÿ \ŸXŽkݺÀóê)§ÔoH™Ê:2hÑÏ wýüÃüáåï> `{û/p6[žÁ ,—ë_y¸?~dâ倬þYSÅÁÈÆË( þŸë7Ã_€bbeå`ùûˆiÛ¤?ÀæØÇ>öK“Cþ«ä¿SìbÛv<§*AFοÀÆíWðzmV†OOëv)&2€ö``ØÏq—#ø(£3Û/~/ù‡‹Q°lâ$Û9á+ü7F–ÿŒ8–3³lm%ä.!NVößïþÿ ¦ÿ¦< lX3>bæç vv.ƒ½Ã3æ·¥ÿÁç MùËù›áׇ¯ìÀè?Æ¿ü×r~½MJ€€Ô×_øv…$ôƒ¢Ý¯9X8_ƒŠÃVÈ„ Ãt`2dŠ2¼ÙòöÿÏïÀ¶0d-tõÙׯ‡±þøÍ@,y|Ä’ì÷1‚ŽÓ#2O¶2Ô1¬{•Îðð xY#0©s[ ¿@õ °8¶Kõ/ã­ý 7€Î2;Âð•{¿¸ªf­!ºëëšÉ]À>è{`êÿ¯Êž¿ÿØ~ýùÕu_5ƒaÕO`SäÁkQFÎ/ÀúÌx\ß á * E: #°WÆ@L¯xß¼áÕ¶ íZ »çƒ–Þø04¬g…+û‡o๼ÌÀúõYÃí§Œ —t¾1Üct`µ°!qÅâñ¨ê&óPîzÏ &ªókôðæ9[To1ü1aa¸þXýöÐ@%×_ÐXæfø÷\—q2‘û@LÜ Â" i ûšrƒ¼ôw€3 SOÝæ¯Ü\\@ _|ûÿJAeG°º9ò Ä@ðlÏ?PêúçÏ~ï©’ø¤†We—²:éy°„/»LõGõOð?xxN]Yþ+Ó¯ïÑî?Þ1‚Jbøÿê @1ý6S^º¾`´f©^'?›(ÐQ,ÿ™8™³³ƒ›/¸Þkzó©mV— . à¿læ$`E :A†AHXº–²€×]U©O#Æð¯9À’pÕ >`O†q‹è­Í ½ožò¿ýüõ t; ã·?BÀžáó–-»tvù?°«ÀnV÷5¡õ8ÙÀ© Ô‘ü÷•í';¨ ø&þÌÔ=ù,ŸÑv¦;h²€‡áÊôþÉ Ì_ø¿ÿáålHY~O¡áß/6±Ï<îüS`àœ™þ†Açþ´^†o Rärzy/CÒÛÍŒL“a}~sr‚Z ÿÿ‚NîåüÆ ´“ €˜yý]&PFeäx¨LXœPWŽKeÿÍÍ :[ìÏï÷…Þ)ûÏå àb8x²”!Ðz™-\9Uã 0ù©0üZeòØReüzÈþ|f&ÆŸ?ÿù²ldF €€U ן_ŒŸ-Þï ÄÂð“ rÂÎF6Væ¯_¿‚vó|zeè­« ðçÃK†WÀP®¾.~ ¸að Øãáõmv¶§6€¹À.Ó-ÐÁ‚»Ì2P.|ÀPñƒœ3!3ïÓ`˜V<ºî×—ÍÀ„í+úý»(¨Ø ¦o_?ƒÜÌÚÌì¸ýÿ:’ñ+ è0Eðú¸Oºî~"{>3pý`~#¦ÀÈøP—Áî2x¶ÕÅÔèÔ…&Z`di¹›¿³íWbPâöÉS§¾cÌ`û³NÇáéÄTFÈþ7ÿàç kí­¿¾ñ}eNÐT=èÜùb€bbáå– £Éþ¦O¿A{µ…;3Ç_ ßÿ3¬ìÏ_"ÑÃ<`¾zs_ž¡Ó‘a4´€eÔºÿ 9G`[ñè`ýU›oŽ4€ò+(ô¦VOºO5DSï¿ÍÃ|þÿVLLó~NÙ^ÝÊ·Â Œ›oÓgyyþ-À\ÀÅðéãÐq}ÀdÅ ìªüøý÷'¿1/£Ð¿ßAS‰ Œ" ŸÝë:dØéûñ¼wèXžíχ†?:g×0d0|&÷‰%9ä5‘—[` âàq€‹OÁ¥ Ã"`»á/´w9î‡t(àH™ëèàÀðçŃ+-÷uƒC z6 3h‡ç{_èÒ¾joÕU@µC1@±DŠrüÍ%³}ø:‰…á'û7Ö_ìX˜¸Ìª3˜‚Æl>|Ÿ?8ƒëÃÃ’ü<°¹¶O~íepÿòØ„gûÆiµþbûÍö‹zÀ9Ðeº§lþ3¬Qжҡ§BAOdu"|¾sŠ‚òç Áÿ‹ˆéïÿoÿ@'»‰}bºŠX òüúÀð›ØŽþ¢+­:–T^V2d=ú«‡<óÉÞåê”1hý‚ïÂúÖ¯°M( œjÀþ΢£9n ÍÒÍÀÊSÀæ ›oµ ›Aǹû2°{ÌB< .?}b–ûÀJ“õ?°ûæü“UDt¸9¸ñùe3˜þƒÏ:ÿÊsÜ >pXüWßn+ØÙã××€yfÃt%¤“¡þkkCÎŒüþSÔÇWØ|aºQX¢1ÿòQ{@Lß_ÿbâe þñ tà)ØU?Àm\æO‡¥ÓEÀÍ^  ^ 0|`fuÈ…7x,TYë@Ó 3ìRÐacµàHÙ/£zŽ!ü#WèP;˜£@ië*„}Kð;°t½ ^˜Y2óTÚ ÷/¦Ï^Bäÿ™Øÿ}cûÅÎÂÄû)á–XãÈ1Ž€Ý]`7úó?†ÿ½ŽŽßú¤ï2ØÞ¦ê= ŽÀB÷ ršÿµêªÃþ9Báé,Œÿÿ¨@*)Hz¿ &5Aˆ—@ éµÚ-Ð4z/C1@±üóŸç=3°ebùÌÌÀ JVŽßúÊóÇ…y'ƒÈÐÖß¯Æ />Ë~a@>å6˜R÷“=ïfëÙ•à¤õïïßÿEÅàã{€ÙÜ{ëÖ-`«˜T)õ@«J`ÆØ@,ÿ¶¸~üý TpüaýÅ jàüaä±d`˜mÿ É"–o\¿í–áÊòwdøbs‚á¾ x:_“ŠáçÞ‚Âì×5ÐÝ)àŠò›MÛëGÿŠ}þó~-êæùbÐqa‚ Ûš@7Ê0l+ ,¾ÿÝB²î@±lq¶ÿ‚bõ“è76`aù ì‘Îf¸ŒØy)2éÇg.®÷‚Å>3¨”4äPNð›A‘Á”Au¿Úܬúù•ùÛw>¦ÿ¿¸$ýO’ƒ,÷»µæЭ à%àÀæ*tSö?&€bÒûÊÚ d…”ü¿Y@ó™Æ_.Âr?Ð5÷9Þ|ɃVì?ul},´@-ç¿¡z|½uÊùÞƒçÏÿüfüÏÉÎÆý—‡ëx Æ-Ð MŒÔÈÄYÆ Y;ìŸâ €˜ÄÀ] `Éð Tゆˆ¬>p¼·ò€E–;øˆ/Á ïÿBæÍ2UyPwÝEäOø};à< j=Úì9ùÿ[Ÿ ?9™8~ýáÝõ† tCØ9½¼|¡~eßb°»ˆ ¼¬VÀþ+°ÄáaHTP±`8.¦]`0Õë ôû‚¼³î0ÜFDØEðê2ð©7°ñ„Ïß§Ëž[6A /9~üøç6{ÿ1}úô‰h5°ðs‹™6©ùú‚7Ù è_@LPW±ÿawöy­@+ t$ß] Þ vׇ Ì/A”¶¼K•AØyËÃpQœºÙÿ²þÔ_†® .ÃÑP‚šÓŒ¿8>| r?èÀfQH çß?ß; wÔÀ.à+56û€jG€b²Y 'pqƒÎ¸dGÚ«¯ Ý²Dïðè.USؼ¼.øœr^ã„”+$8ÀWlý…ЬC ‰Ä÷?XؘžK pþÍ~ó;¾>ÿA*#aaá[k&ÀG!C¢ €@c×À€b¶c¸Acóìì ?Ÿ3|ùrâ‹+(é€;‚À~ÅmS¨ÝŒŽDÃí(×µ€[×ài‘¿¬,ûÏÍðÇÒàÚëÀÎÆÿ||œì3Ô>‚–0‚w1|°Å´ \ál†ùŒ‘yó†Í@3ˆ Ø™`ýéÞ0üaü öü¥‹àY‹;Õ¢¬Ú¥íiì ð93€è–ã?>3=A2¤8Õ=fbÞß¿÷õV®9(ŠN&`êÍ[páùÏtv 8€ ƒ$ …Vÿ˜ˆ…‘õøÍÊÀÂÌÄÌÄðIôƒÚP¿”A Z¢bï€ÑdfCóÓ?Xþ–!Ä]?€íÓ?ÿçaÇý ºk‚€eÇKŽ_¾Ë£Ÿ½ÿËÞ ÿÖK 3î„![6ÿ/é'H_µ$AÐM.à’ë@C‹—— ØK–%Tùtº"»Ø.cPê‚4u~Š@áÇ,h2ï ¬ÒÀå3$~úµ¼úH<†â^`ǃù3¤Åð×^á+tï 7ä2fÆ^PùÅ ŒGa&_x #;¸ÚÝQ¨*ôŸ›‡”tÝA[yïÈ]»‘("È È+ê5ɹƒµ¾ƒ™[m ìü°n‡Šà-p‚ÿÅÄ,êúWW`ddøËÏì!q¾fôò\ k3þjƒ Ó[ȵ@Jþß@ã¸êL_™ß~ÿýé9ƒãƒ{<àÀ–—.Сp$.í興”àFØ@ÖÃ;M¬ Û¡ss§N1ì±Q¹ôëÿßÿÿ'ù—¾ê]ÜR¦®ÏL¿€Bï¿ìv[|ÀN·½¶l¼OùLÄÄðù÷/Ð ê'&†[¯W<úÇ,ôÌN1¼»÷l$<@)ÑΜæ9V2ì>,@í^ØîÖÛ°›aaÀb/×Aò7h‹ ›$#Ûï~c¸õMà?7ã?Î÷?æ³&BîdÆmðò €@ 6ÀEÇîÍÀ–ëÿÍŠ à9}V`,ºí½ Z JÅà˜ öGÐÀ)Óõ@Pþºû íú@³ÑÿX^üûË(*ÊnTþþÏÅÃ+ Ëðÿ“¨=èû´lÀ¢ €@ûv€õûÿ!`ûÔpíÎæXÇ.)&x´ŒŽý'ïøé¦+#@RüGp) /W`´÷ëïG¸ƒŽX0œ7V[@«ÇX@‹€¾ÿ :ZóçGpþøÇôƒ™ëÛ?1Ðm9Å ·À…Þ?`Ò5äDn†oÿ¦-|ÿû'}ÿþáÃÌ /À¾'ÈÚkÀÆ (M?mH†Ö/– k€³4‘îyãçäk†l~20\‹øãñüßÏï¾ð~f`æøÊËÀøX|ø¬ìØ™ÿ32þúÇöÔtè½Õnêÿcðeõ&8€bbÕ9,‡ ½oÑhö/<¿þ¸æ*Ø!–830<²c·“Y`ñ,3ÐÐæ`«í ¤l€¦+p5/9 :~;ò œ ÙKP[˜üY˜¾üâøª=·@nŽbðùÎ+êó €˜@Ét0 ¨îûŸ™]èÃÏ{À"EšççKâ§ÀµŸáÊñûÀ~÷ØVŒ#w÷ýþý÷ àÍàºPç?Ͼ/ l¬œ_>[\ ™Üÿüÿÿ¼Í£MoAoÑüjÓ‰&°é,ö3@Z;ß@ãã¾1<ײW;ÀË ã~AÚÖƒäJF†à@?¡.â†EäŸ#Åpá<„qàá'P°~mOû+ÄÿãÇ!^>Øæ“-[@Ô‚x›KÛÃu@€ë ij 'IEND®B`‚ruby-prawn-2.4.0.orig/data/images/blend_modes_bottom_layer.jpg0000644000000000000000000014106613772706672023224 0ustar rootrootÿØÿàJFIFddÿìDuckyPÿîAdobedÀÿÛ„      ÿÀÍÏÿÄÖ    !1AaQ"q2#‘B’²ÒV¡±ÑRb‚´u7Ár3C$%' Sƒ“³„¤&Fvð¢Âs4DTdEác£t”5U6!1AQaq"‘¡±2ðÁÑ#áBR3ñbr‚’¢²Â$c4DÿÚ ?õŸlÖ÷ºÜûtùëS£#™=äk–]mÔŸEdÖ‡Åc4ä:ª#šà§¹÷ëMÞ¯w°|ñQ6ÁdÍ.ÔOðÖÑ4˜?mKú?·¼* ãm„†Ñ×cÑGÕáª*_ƼÖçû²ïgv×È»É.0‰Ì{¬ˆæ¢ø§–õˆd$e¤G7©¥¶û{>šÝ¦k^F*‰Zª›%•kVnoÍ{‚n%±£ä’œÈƒ€çúdr=Íeĉõ•é ZާC¥°ÙCp®JrqPެ ©26ê£~ÞBux*zϵorT§qÊŒDG4€sŽG È«¦©XŒšÅ à"Ü›6¢§½{9»èµ+½TG¢Œùl—µÍj¡QDûÕª’R2ÓÒai>Ñ.ö«‘¶[+z´U¶Ë÷k* ™ÖÑŲÜ0ÐýIXsú&b*¹­W «Û£¥~êRPk#*JY„|w&DZ®›³ý•íQ>ÞOgSWîÚ£}¨ÞœŒÐf¢IQ'¦¨†qšŠ6+¶¹vëoʶڪàc]#±±ïÚôüj¢¢éíM+Xàeâ(nr+ÓvªÙ}”ZóÌ~C¿ü2QZ°øüÒõªu'KœäuµMu­á™eúóïGóÝž<¼O\cûQªíøM²¥–¢ÜÚÔªˆö÷4³©¼Ã¶í‚!<FCF!‰Ô­r'R.šÞ«8Q-H¹cwrÞµMkKÁ?+áŽ^Us<4Áä±6²|æõ¼`˜Õ"4@ÑR÷K%dñö-f3¢n¦³Âqpƒmà¤üÔI|ª¾T±ªä|!ÅʨWCŽÕ_‚ŒÖ Þ‹u3G}§OºŠ·_ݬݜ“¦/ó-n÷nÍ»Í+0“¢ZU8ʹ6°«l$ùÑò™„_(ÁD|x¹b® dÅé‰"ž‡¬ä·SFõU÷Oªå¦´(̧B…k‚¡êW±È©o¥/@hŽú‘å÷=«£ð3.©ü§5+xð4žfw§À¸sÝGƒ€¶ñÔ Zó;ŸîK½Û_*î:ëɾf£ö˶y®ççøP³ð1|€ØßÇÐæ(HºÞ…r=ŽsQ:–í×ʺ»[qú)´SÜÊjX3†¼gå—“´B›Í3=»˜K#ârLzÈŠÕ]Ñ%DõRÞj‰[»0— ÕéEâŽÙñþƹl6e8‡$Às¢®®Ýjo¯E‰Ò©˜Y±“5ë Ô¨Ëu96F7Ø®]*Õ™Fî/$C=Pï:¹Èû‰Îø–FL¾SŰòûy‘(Ç$8°3ñâêKÖëT5—Wu'Ñd¤·2X4´›+ â¤õMœoÖòX êø’˜ÓE8—£­„Kµ}Ý6ÞéP\†—†O"HÍIc™†ùÈ>£%Fl±·ë½ÉÐëŒÔVýôJŒßÄÐ2pfüÈEqøÏа¢"1®+ÑÉc#TJ–þR/•mn+:“¹ÓnÕ?™|ÂdñÁ•\–*=k*Vò*Åš—‘ðÐN•£EÒÖµhí¦‰#:3Jå{Y å9dsÞÒõ+}ä{SEEßJ«-±nÖòä>Y5TÓîf´äý©y…%ØèmtÇ îê]ÎA¯B]QmuDJŠvä²7µuJŠN‹Ÿ#ˆp.ȨÂråÙê˜òQÓ˜Q5èDk}æt¹:—tKéYµÏ<($ìÙsQNIÖšž\YÜNÚå'ä #ÉÉ«¤0mToÃô¢ ­c˜ÔED²;TÞ§rj‰ä,+Pœ®SS¢I5ö¥=ý‡[Å,ô/Ñ2&~B{$¶£LŒjô‘ÑÔÎ>¶–KÙ*˾¤©EC‹o_Δ¢žª8§¦y|ÉRŠ=§6‚TYXq¨?E:ìä¨NpÌ2ô£ZŠš9ˆÞ¥¶©}·ª“²äÚN®¸/âZéû˜-ªâž­RMêï¦KËåxbŒY¼ƒ,œš %g1¼€2ã±Ø‰¢Cµñ"—ÝtV·F¹QUt[Ù5½tç·V½)Óiͽi]ó}EHäž,´ó¯,ùœÿ±_Ý'þ®OËu]#6ÍPPPPPPPPPPPPPPÎD@6|·š2ʬˆH¶GzWYRËkÕƒNGŒYÞ}Ësó Çår¼Œ¬'1,a†c¾G¢æÊ+Xö«Ú¦­ÒЬzh‰j­zÍû;09Þ\R´«J7ªæU¾6áß?8Œ&f7m9¯m²<‡‘ÂÁOæø)lÇ”­mÜ3NF‰UƒsZª‰ïZëªÖöœ¦ËÒÝ};JsƵøîw¸g$ì7ã8©¹äÛT8®žµÄwªÍA{›&޲%OjZ° ¹ÔlëÐêžÃñ±±œ#‡•]Ô«Ç£¼n¿ ů=¹K[k›=E·åK°òã¿‘A?å«7nVÈÈòâ3Ñ»‘ŽÍȶ]Öð®®Ý~LQZû¤Ûìû ‰Ç^ÉòÖ*¼¥=ŒoSªVèAn:’}§yñˆàBÈ9 “#¢H^£+Vé³Ú­r[Ék‰?œôö~CÙŽDñ>gËè^S G¸zª«–8•îr­Õ×Vê«RZ£m®G¥E­†ò]ˆßX ¢§ÔÞ‡9~ëÜïðÔS¹æ<ÄaTq^äw·¶=©‘Ü®UˆDårdBÂK˜’9¬yP„_é"4²¹,µomn7bäÝ1¡^ôܨÿå}½ç°Ç7†s,/*cÒìn!Kì¾Ð£Ð©÷[[½¥ru4ŽíqÀÊœÆÄ"(ÞÛ§¦F+÷QÈ•ÍÜAÛ•/Z’šª?À—­ƒ²Ý«ÒžU x›Ðÿ\ä|€±ÈªÔ½Ûí­¿˜(ô aC[4²Zªßq·Oß®…ŠFÛíeKµs]ˆ;`"f±s!IH# Xö¹.ŠŠ–Z’LÄ];\wBá©‹:ª»Î.;©É°Ñz˜Ÿq)rZm§ÉšÅVms9ÙƒB¼ŒsU¤Tj§‚Ô-Åâ‰UVgU#â!¿æs,ƽ!á­s´M\ò±h•$—am¿ý­Ï÷¢o*ž¢ÃzÛQ9XŸu5oîTÓ8ܸ™èr/£” ]WÔo¦ÿÇeÓï¥jd²à"5rQM‹õUQ;ÃuµUGµɮꈕ´­¸¤ÙˆÎ¬þŸ†‡%\hÊ91Èšj×µ~‡6éQ¸£u#¼tëV‰T]ư¡C.F©î?b+ž±›ê§J#Ñ5²»TûµâÝc^$–niga¸–{>n;Y#)²ƒ<kd(ǪGW*ô«UwW5Úij[·¦›Jì\Ÿ—š¯/¶Fs{%Çåà\6(žµc±ÃsšÒ#½kßÔR)÷¬FV9£{Wc.•Çßøý–ÏÈÎ,¶b +ÆP’þ)…Tˆ(€ES Dº¢£zl¶½IkvÜ”i›Eký:Ö—*¨ÑW_Ø|»ýÒpoêäü·×Xä›f€¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨dà½ß¦'±ËeªµÙ}êÂ#g‰hôÞXQ½ëš”÷;þ=Ý7öÛzÖëÅž2z” ø9?‰×ìvlî&O0cÙ(òHÅzºîVt5od]•t¨¶N°›í¡ÞêËE›+ü•÷äíÄ¢c¸Ãå|Bç…&¹XôbËrƒ©Zö**#ž‹­I׉Ca»vo׸¦«ÅSøœ “üéwk±ÜºWo»…ÁÝ–8 &DöŠ1MÍôˆ"Å`ÆA¹·N«*µRÖÑR¹rØ)ÖP{×Ü]ëÖcqGq¶ÓÛnMUpt–¨ø*O9Þ^Ûwƒâ8$l¡øûòàæ–Ê®2+¥–SãÀG9ŽG¥¬éTN«ÕËZáH¸Õ.)þ&Ò½ÓwnÜ%Jiœ_ýѪøF?i9rò<ˆàAõgÎ3[Š”n÷‚­bzlwZ+•t»u­%¸ƒ“OÛÓ·éíÇÑW-8݂ŸIKìýÆÑŽ"Ň82€X¥ø¹L+Š—&ÊŽD®\ñ™yY¹j4’k½Ãò×<¿±ØäG="5íØjÈ~«æ­¡DšXÔ¿Ó$×KÞ>ØüR7¦,Œn+6·¥[Š‹¾éUî?3<¼2:?ó¿Æ¡f1ݼ6B+Ë íW#•žŠ¹ÍðE²øû*åˆ'm7ýFÖßšK³ñ<"àé£å˜3ŽA€Ç”îr„Ž¢ ªˆªæ*.ê•ÔºéC™bäªzÛõ÷S n1 y¦S!ˆ‰ï~.y–P\8ð%rõ¹¨hº*WâÖñÅéY·V*‡caüÚr1ÇòYÎUÇ#r bqŽ˜WcLìt•V1î”T(\ª«³š‰Pmn/©¦Q­pî½-¹BT¦&Wÿx¿ËG(dFòNEšà™UÑÿ¦q.t[¹Sy÷ÉD·Š«R»a ×pÿY<š¯v&ýæ_5Ý·â|wŽeøFKÜáò Ò}qâ2LjÆ`Ä×±ïEÜÔuíg5+YB0…«©bÌ%vxªaÄGŠ|áö”˜\—;ÆñPÇ|6K˜/ÃzR“G‰’Öˆˆ‹¢**_ÙZU¬Ñü®œÉ‹—…ý•‘+@²y1’2@êµSG³¥Ët_¬Ü’v¼D?¹àd¤…cÞ$wºåú¾Ê äÓ-Ò¨Ñ|h•óÍê=ç‰Å …È­DcQïEK;ª÷ÓnŸ»V ë/[ª›eÛ&v=ãidÙQ/þž¸j1›ÍŽÿ@æ^€Ƚ*¿…eÑm¾µ´*Ì>꼨ü£¶¼ÏÜ·!ŸÉxW+ŸðrY“/Ä:É q˜d~­G/º­E·•iUÅÕÉF•Š£7ŒžR8Ð}\l‡]}hpî¾hš/Ý£X„ê|¿FrX)p’>j;wi¾ÀöOå±:Vþm¢B¦<ÉÐÔ^œA,ˆçœ}B½ü ΦÛéµeªªM¦e,Ã{¢gºµ‘Þ eÒµkÊeJ¬ÿ]ˆdœiBæ*ªª/ܵGk&o'FhKˆÃw#$Á¢4Ü{ æ­¶UŒKÖ,Ú¥Ú›^¹[t<ØìW÷IÁ¿«“òÝ]cmš * * * * * * * * * * * * * =ŒˆŽ~_&eEj4d߯׫(ž'Iz¹Vˆni’•ë*¢'R’K¬­ö¢5~ýBÓÔß3Ãî.)JÜSʾ×*šÕ‘PEŽguT“îËô«UÆÑn‹½ê-ƒ­¹ÿ©ž“®-6ì/ÿNÁCiW¶åw¨äj€ý)kµ.GxïSÇ3ÎWó—z9zyOo>bxá„í§(ÈeâbcÝ$xñ°“‘Ÿä—!ýJД¢ûF»K9¯÷wªÖ¶7mÊWT–—‹\Ïm½ÝBêV¥ xI´¨y16&kƒæ'ñþCî„W"/XסÊÕO0L;d«ˆä3^ˆŽµÒÈ–[ûj«ÙÙrÕJ>ÃÓÙõ—T·m[w5Å,¦”¿¼ï‹{ðþKÄ‹ÝPçerpìQZ±ÉqiÌkFHNÈöƒRÝ d¾ÉTã·ÑuÆ8q\O£lwö.úfîæå´–µiù«k¥øÐí 棷ïâgšç:±| ?%¸ˆ\ÀfaØãT€—¶8Ô½)f.ÝJ½*Õ¨¯íÚx,O-µ–ßp“…è®J~W^UËÚpOšlî›ñÞ#…åbr¸°¡æ4˜¢$¥Nƒpžöïj9­ÑUµ%ˆùx×"Ì67â§sCq§Ì±*¨ñ£†BAOW(¬àÆçõ{®©úRí]uµtw)Å:œm¬hâv£ˆ'¦h¯º»ÑÁå^©oâáåW ¼NíÕäö)28y¸²5ÙñÛÍMnV¢¥WÚÇó£}㥙Õp<ÿÊpàã¹¶Z3Ö R*¢6ÚzkkÐîe¦'›ÙB²Lìšh8xBµ®)ç;¥lÖtÚê›k\èü§iüÇ î÷ ?¹Ü·B['<29¥\O{TÙk«%K>Õ¸ñ67œÜ^W’v•q9(Séõü)ØoMŸUÓjäÉTîR©ž›p?Ÿ_–žq$Xœ‡.›Ã9C•Õ5¿ ã U‚• (¨º¹©¥X–Ê9գ̫§M{ŽgÛn[IJ}õîŽZ/&Äœ^.66jM E#¦êïEÄs:íãj©Fo;Éþž œ[;{P±îUhÌA2ýG%ív¹.×"ûQV¬è’YíIä|²BG QmЪî•öèž5½|¾&¼MUÜÌ rœ^R8ls¡”‚ç"ª#ÂF¹¦ºZµMp6€÷„O½Ü¬bíâ­E¬Íy™¬22¹ŽGhŽ]~šÏÏàØæ9¯j?MZ©tÞ°f§Ëqœb…J8ÉÄq玪*zo[¯E½”¥L§ÌËãàs¡µŽUr|8šŠåº­“Úµµæd“ÉK¹°ØÎÞ÷(o&¨‰íH¤Ö¬[^dC7ågŒ½Šþé87õr~[êáDÛ4@T@T@T@T@T@T@T@T@T@T@T@T@T@{+¾”œÛ]«fuü¬åÒ¬®$O#Å(È×=UÞêy\åú$.ºÔr>{9~j}¿y­²h?Iäq®‰-zFÖ+Õë&[ë-—DéºÞ«tùRÜ—9Kâ{^º›¦²VáïFÕJ(¸_µÝrVUD²ßÔu¼=›UšR ½ÒUâ¿o¸Ö{ŒçV`r™œŽZ³Ë€Æ'4±s€NˆÀkÆFz*/Zzïh•µÛúUTYçñí=~ãgYÎ8˺•uáÉPÐܧ†‹;Û.2¹llL\âäÙQˆéY¹A"É"CÒ6·ÓjzEn½WGV#r2’K'öÀÞçNooù©&’Ëÿû‘ÔG:gÊÌÆÌO_9¡‰UQ„bÛÕ ¼7ýŬñ8Sµ(½2XüQÎ l“E“€V»$õ´Œ²6P¼V߯ðr{k|x‘ãΆ•ÞcŒG¾DçMa±-jõ ‹6z—{¥ÑÂÕR)}wÜ}BÝ˰ôl“!+Ê’®n¸ªvPê)e˜ø¸ø§ÊRbÇ$“ »dÊÆ‰äöÝZÖµÉádZµSæMá†FF“ò M‰ÊÊÃÈDcÓÐ#†¾¨W©Žb¦­º*ýUKÖ%MRHŸm¿Ýl¥ªÍÉEòM¯r»¾òr‘#”à s ±!2ädÆÌr£ÕPž•gJÙ¾ýÚº*¹*)Yá4¹f½ç¥±êéÆÛýE¨ÜuÍ­/ØåìfóàÜ£·<‚$yØ×Éã™5Âæ"OÆ’HeÆŽ¥‚P#úŒ±Î-"¯J#ÕÖ÷U×J¡rÄ£,¼QÞÛõN½¶Û›´ê°–4ç–k“§y´xÎ6>p°rX,¦?;‹ ð\ˆ²4s–Ê@› K¥¶ßJ«f˵z.xQûynvÒ{f®)EÓK­iŸm{¢sÜQ óîv’#¾?¦àô´ŒVßÔ’–éê²-íá]]ãÔ›Xžwefå§8´ñÍPoŽÇë%Šõ^Ù k|zÑ/ûµE|§MüȺö%åxlqq²q9,vMQœnF• G5Ç9tK×NìßÒ£\›t¿ZñÅ•T‘žÅ³ÃéÿúW/:#¹’fˆÇ™ŠîÏ$ÄHòlk-dK+Ó÷–º{¬#C³U–¦vizUQ=ÕDúºöמ˜týÒïoi`³'Û^éç°Ð #¸ñJ“±õ½ml9M(šÔ[ì‰]-¼Ýàq·{XI¹SÃÕX½÷ä\#´ý˜ä=ËÃ7“rnw<þDüC£VtArúkÖÇ¥ÚŽn¿MOw&¹”6öe6èòær,OÌjyÙE€ÆådÀÏÎG8<{%¡Du¿ÓTG (—^—-VŽ,–å©Ay‘¹ÙÉð/ȳ<¼&fþR]†qÆÉˆ7±ðîr·ÓJ³vÛ­W¼&’Ä|s¯Ð×uµS­+tUö¥W~\d•®Gú@”omÑQU,ö®Šž5“(#-öq½ï5Óþ)ßÃD`ùâBð…Ȉ—ékz|‘©j޲G’87xä³ÚNèäŽÅpñüK0rµ¶º áʉ¢¦‡Ìˆçò³Äï—ù,—Ùî f"µ¿ñÙ}£1¿º•l¢n* * * * * * * * * * * * * * =qœäTK²1úU|†õ«+‰²_¢H›Þ~= pYD²ÆˆŠÒзJÝÚªj•ßKÔi áŸ<~G'ï×)‡†ñ\s+â"½E!Ò/IZ­r*n–_ ·»ž‡i.8|JûKjve^`í×t{›iܾRàÆr0 ~RI­²hŽsœë}+PÉ)Açj½Nd«ºZˆŒ³.žíêEÈ‚Vªðm|Òñ¯Þßs©|s œKãgr"Š$+£ÈÍ5ˆŒkÞ×1U¬Wt«­á{UYùe†FßBZ5:ÚÜ\W ˜²%ª8ŽQ‰Äs[«FsUëmlÛ­bÜu6Ñ ä¢•NÞŒxæö“ºpÎÒ438Žd%kš­wKà™.ˆ¨ž,SMTÒM8ºü½… ìßc6t~’ï_ÝZ²S75PPPPPPPPPPPPPP³ò\ä,f7”DÐÇRF” !þšG Ec»ªª¦ÉVyÜtƒÜØ„Ø5GYì+Юjݪâ%úWÞú*ÒÈóv´-ò§õ®åY$8ìùã£Zø°ÚD#ÒÍEUÍ÷¶[+uJá=YöŸN•)ùk±‚‹ÁgÆVÆÄÈ3ò0šç"#G"ˆÖj¶»Uêß¹]-¬’»^#ê ½³K‚÷#ãÈBä2¥!]-狀Z"£_וgûÖTED­o3&Û*(.ãaex|>WǹƒœIN6k‘QóZÔò]¯³z£nûµu® –7½6Ë ¸I,ÝÜl^àñl÷h»îËa.7q¬Ä,Vb*¹¯ôÞ銊×&cšˆä_Zµ·u½rK,—©`ìzK§ÚâîIüN¨”hÖ,¨Ý/ŒTûA¦­³·EþK¿r¯Ôù+Tà ¨]²¿!mÒ»ßÅ_£ÁkiSú2!Y$U”ÄG5íÿ:Äü$þRV*cK?ƒµ^ÍãØŽu¿Ö1|ž.DóñöVkÁšI5Š2c8!kd‰êìLÕé*.ñʾßfµ¬±Ã‰-©,Ö\{ ©Å†¼\"æ¤s~(R›ˆ#¬æ¤Ö«T³ü~Î*9-§ùg7Á®¨ã*wð:Vã¡jûwŸ^ãLîSÎfÆY6O!.MÇÔ2Œ®wª~ªº®èžÚÇÔó4òf×mÊ/\V)Ô{˜÷ÄÇp‰SU¬ä¸É† %„lEèÔÛ¤º¯’Ý+kórµFuúLã;•C|)¨lÆJº¿+ ¿J)ØšW6ßÌ»ÏEwK¹rw5ýÞî[ÚÔ#“5=]½I#Dýêèo^29Ý=ycÜŽjç'[¬ÍÕlš‚¸˜ž„ÛC™^oÛÌc›ÖÉ9¼b9‹mQ¤k—¢®Xx”·x[gpþt ‰•íÓoììÂ"{ó‰ûÕks„{)t̤k_–f°ØŠç#Üàá²5]k«ZÝl¨ŠšøÖ›\Íú—É@Ÿ™é Ì7zå=ý-Æp•×TrâšÄÛÍmRï¿»avýÌd¿öóîÿÔ?xj8xÄDj/Û{mà”D²ªg1õ•˜Lô´»k]R£Dr^Å‹Öçý§%¯›‚¨Ôñèk·ój¥Þ$²þÓ=ùáè^/ÃN‡ 2ÓÎÄsoÒ¬‡dsWtTê¬mÝ#>ôGb5~Oa ä£|•e¥dò'›/ÆùA¦› ²Ñ>!QŒj•ÎV±º5ÞU5ڹƼþ󜒤¨yÙØîwV·òÝV fá * * * * * * * * * * * * * *Õ(Äãü–DôWiƒr:!Á3˜ëÞþ›ÕUî^¥­QŠÑ£ŒeûdÙíÈ!ð¼1ÐTõ µ„#^ÔsÙtº5VëeÚö½cCdŠëY6?°]«åØçËþÅæøv^^2¹€Z¨çý“^FôªùV!6•¡çmnü”®yšâu߸¯Ëv«ðhØü¦%Ë1ØÙR¤'½èNgûº+UTlO¿í¬*Óºé{e}\ŠóV¹áSÓÆE‘Èà‹èɰŸg_N…DEo†Ÿ~¸­©Us=MbhCv¶/ãѸÞgµx>EŒÆ”­ŽÙ%3Ô{žDs]ïYU^ýª[}AÂq­0µ'*©R¸šâWʯ˙$ž\nÜæ¸Ü‰Œä“˜yf¥DhŒæµ©¨µ+êVä©(àj­ÝN©¦Î/“˜äx³ñ.a>H2gEÌAbÉXT*´EúåT¶»oP~Tçª5-­ÕÈÃL’ïhpöÏ÷ïŽæ2ÃJÇN…3eÚ½Cбío®ÏÚåk“tÝ5JY»ôäé]Cêk¹Ðº}·†’ìÄñË”ñ>WÚnSáü¾Å“ êË£½@N[4À*{¤ÓV¹>…³’ÕÒÄñN§Èoí¥nT’LJj0IO¼h‡†té{ÃØ‹ì·‚Ô¥déƒ1#ôŽsÀç\Õ\Åó¨\é™e[®(û: ñä~B;}HÊS#·Å«¢•‰ãoÂJ×]py¡üË/·Àûb8ô™y¨â‚ö’ ™’]C›Öy]¬Æêßk¬ßšê`ðh‡ôîÔ¾WŸ*µÙÈÖ,¼>"&Ku¨a ÚŒ·Ü¯Uq«õœå¨®½X¾j–ì]JI+ËðÌ:çò.-!0…ÆÈzª  eêP9ÎFª‰Êªƒr¢yÕkM¶¿Ç´¼¼’£ÉåØù>ÇÀáùߣæ¦J4{<L— Öu¿ Í7JÞ\t¶b?MwêEeš77mdGŸâŠÿT22°•®ñºª­TðTT²¥G n7bŸ3ÔýxÞÛÊqÉÄâ™|Gs»Š}]êçd¶éìøÞ~õZÞæüH6G¹|lTqícÞ7*ÝÝÒË}+ŽÙÝJ§a»:Ô7w»j?uÝ9ˆîTr_ê1V­íþbžûûLìWÎtž®MÛÀ¥ì."Ž·þ²i¯VwYG½•ºgË.ó„|¯¸oîðé— =c÷ê*ûHÏ ¢jµ®Õq1ÔÞ8×ÌÂ’O|þe Ö£d0Q‘º]èÜB6úÙwò©7óì®ÿƒ1µÃk/ûŽŒq!ªã·TOYÞË{iIº1¹NV`ò«{ÛM˜¿ÃR&h™òìSº½¦­Ñ¹a9SüP•j­Î$—U-3½ß>fø~9Äí£•ù’%÷³c v³cå—ú‘¦ßq¹p0‚ù@tXb‡Ûiz&ÉÕŒqû®Z–÷Ï·™–^'”}þçxõk-Õ`¨n * * * * * * * * * * * * * =[ÃpPÊtÒcH{Gs­lºÛÞsªm8l\=»Ž"z°ŒübÝz– rÛÅ£{S÷+40äd³†fÂW<Û&ª¶è)€”4¿‚!ÕoçRƒ¦Ÿ2¸®IÛÔÊË›G›À@XI ÑÊ­UA©írn–E¿«I&“î7¶–¤v@yž¾MQz‡U#†å÷-¥º•=ä]ü«ÏM&—®›]¦ ²A{Ú@Íø‘¹ªˆ©ÖÕUMQ}©jŽ0Uj¹£g'Ë#au#‡²ÙÌr]>õG§}X›‹JÇ´E딡žšªÙo·ŠU­´Z©飪1)Ès0+ŸéIËr 7/RˆnE"¶ÖU³n¶JÑ'Jvž×ÔÍ-‡O+MûYÈ{òÛÁ{±Ú|WÎâÅÉbòpîGhùX§Î{íUH'¢·Õc•nº¢õ%êOÔJÔßx[ÛXîaGáØxyÜ>Ùó^Éòé|+œcÖ,±{ð'2«f96s]÷Ñt[-tm^RUYSw´™i–Ž ¨ªeŸ©g±Rö­î$Ñ‹PÄ"¼'c$Pjƒ=®ŽÓTw…íºxÕeC¯jJµ¦$äÁñ)ÇNX\©í7'—{²]bFǦ—kUU [ìåjx:¥Ê­+çYöö_°­*µùr~ÏàjcÄwš˜ü’>GÊ»ª<ÄÕDëýfªlö~x¦µb7>´j°’àr¥gôÓÓk“>œ[‘ÊâYˆådÂÂÄS 9ÕwÑŸé b*.Ÿ†‰ºk½\„ò5Ûn–âþVnd€SKtö‚E¹¤ƒdØÄ4¤W4¨K]z¾²-÷©¯ZRpu;û{ÍIi­íD€z´§b9ÓÓÔ—[ªÚȨ›¥p®í¼OEgp®`³7ïdÈï'nÖH A?0Œ4jþ’ú.ôܶÙÛ¯…Of4dé~[¢6·ÎW&†½ÆãЊ3DýÅ¢Fi$3ÓiœÓ¯xUWßbìŽM×J·~ÚTí(ì·1µ¥Å‡ü­ó~'ŠçÊe2-&a¥ê½I%£wº‹²zk+/fʼnA*šo·1º°æpîþebç;™ó1œÇ•&ãó˜·$7T’¯Xˆ4E»•Rõݹ=Ŧ– :û ¶·`¶ÍUV«âtßDlsP<&j–Â0ÜÛ¿ðotMw¬E5ƒ&›RxS^æñü›©×ú=QêÔ²u+öJÙ¼M ×òÊÖ›½½¯Š¬Pç‘Û] [ù&µZá%ê«Gq?Þg&/…ªÊ°3/kšÖðù?â_M¶S}‡f³P|°eâ¢zvíÙÃdÝ¿ê´mowÄæZù%âyØîwV·òÝV †á * * * * * * * * * * * * * *Úœc›ô€šÄ]UF©ºùU”hr˜â_‡ È%œÄUc­ÔÕ_µë&Œð¢‘UUQ.šV¯3c¤5Ý_Ù +Q^{ Ú"Ù—ýÚÖçÊû™½¯¹¨D•–cšªŸ¶ºÝ:mø)ø7ýÚó7*’Gf4fÈcC‡¡½. ª³ËÞ½F¥GSz`|M-‘U\ŽjªlÕK¢~í.Q<ŒDä|>¤äâÂ8ÄvÉÒ"6ì¿J­Üž5s`×ÔU*ïúnŒÓÝÀÂÌòþî· HÈü”ç;ѰÛÔÅx’è–êKWGkË[j¾lOëI¸XéðXRÂ÷³zdøQàD‘5Ÿ­3Ë! 3룽©¦»Ö»Ë6£(¬O·»9OKxï7e0=âãÙn\ÇÓ‰–+`—’JÍ!8¨EK²^E¨9«»#¢¡Ií÷øu¬á§ÍËâIµ›¦?â#9¤¶N?6UÊ·*÷‘dŸsê®'¨«þqUUV¹ÓNº–hëYºšÑ,Sçðï8fFñ1Ʌ˱òø¤×zq&;WÄ*}F¹ß‚­üöhºmjÝߨõÇ ¯yNý§ihž6ÞOúN3 AðrEdzgVÅk”œ{6—°•Ë¢/µŽÙÍü«rJê× ÿ™ø·eý)¼3Œ¹|Žb²…*;¡Lé…d{Ut¦­{ø‹¾ŸWt÷n‰ Ž—©>²šÑ<þØ÷„tyV•‹d/ñ’Ú_ÁtöoSÇš*Íp–fþì9Åc9&7†s|Ї‹äÚ蜟`ÆYEX‡s® .î‡ÿ›zÿ—\ôù ý?uKM̸>ÓÓO–ÎÜqé½¾ç‘Óž²9TñNB;e5BF5«×¯K˜–[*U©6Û®(õwãrŽœ+‘±¢vߊñŒž?”`8v°ÓÀÖ½XŒrúhg¶ê×{+?î2¦1L†Vå%G7O¦ß94¾åñòI3%ý˜Ç,±1T‚ºËÒÁ+Ñ¥ŒÕ|ë¡/4bÞ#Û´¢Ötoð5·i¸r䳓ð¸ü,Ê\;Ì"Mz1EA9ÎO³}Ü©§N—«VåVŸ2•øÑ%Èsvוb9Dâ฼CÀÍN`â‘­ X7®BŒêÔj9F©vé²~%iMÉQÊ”^ò)Ú”¡‹ûî/ ˜Ì ’Uî64jf†4q½Q¾ò"9£v·su¶úmQ;‘ŠQ›«E­´ej5Íñ5.í/q¸ü\ì<Ÿ ÏF Z±ndVÙ½C{­sUèכּmå‰vkSgü­âå¾ýºCÄ0.˜®!æÛ¤VÖèž+T®q,_þ×°ì/ûÁÈ_W‡ÇFý›pù7¸Z¢Ámºmåí­í¯"ÿWÜGeù&ûås&4]䱓üÏ ’'§±[§ü½×ù‘ð9¶ÿ¶üOûýÎð/êÖþ[ªÉLÜ4@T@T@T@T@T@T@T@T@T@T@T@T@T@zYÇùI²½Ñpç¹,S é{ÞíGŽêÛÔ‘’ʦZk·¡òlýÜ,lÖ«nƘar¯N«õ\ÅÙkzöšQá3™þ¦Š©JñEŒ¸3ƒ÷BîÄùÞ-3\s$ŠÒDp\âG*%Û$/OxDfèöý¦•,Æêšö‘N0”\d°î-ÌÞ&ò®/‡äÂA+¹ •ÏUÈ®hÈÍG+QU(·R³• Ô[X6ƒûÇdÆw fH@Å |Zx¿ÑUê4ë„÷îä^§%ëh\w'JÊ i6öûà_Õ­ü·WD熀¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨û÷Ï›ö¿±x\g/î$,ã0ù\€ðñMÇc ï ÞÒ`¹ÃEj£m{ªøZ·šHÌ[x‡ókò@µràä²&”öÝìˆæýÔ}hß&IF³G,wq~^óÁa;ÛÛÙѤ¯¦øöÂu­¢9PÜšø++xšß™có’¹f r13ÜS&6cÒ«gE#äGB Dc•mTs‘zš«{ZꊵRRfêñ9>}ÙQ¡›’8•ù(} /¤6YÍ×ÔWµ©ºÚéµa…C©½ÕäØ\ì¸ÝÍÏãçÀ9€1Œ•-Ò› .F‘¨4#PBTUVÞë“jÒݸ뤧¥{hG¼»8ÙrµiNk$ÝñIÓØÌîÖsnáf±YUâêÈä,=qFÙ’R\B2ÅH'­Fç5®jø;K^½-¯N~¢Ó¹cq ®8Q®õ‰òí×îZéÛ¯Óu …ëiµI)FtUòKëþ&Èܯ˜ t yè²H‹¼È0¥\UÒ³wÑÛè§ý¹xÿ-§ï?@½5ïÁ¶–1Od˜¯îW9àЙ …ÅåcdHi³É:;Šô’ã;©ÖJŒ]ìJó½/£nw–œíÛÖ“iãLO¸~ízÏ¥tn«jÆëp­JVm´œ\¼´X¶“§‰ÊÿÿDóÄ{}~ØñÉ¥DÐðåä1²ˤï8Ýô"º¬ÜôöîØŸ‡Ùžǯú-çåßY}ïOÆ‚°~g’+3ý£ÉÃ=þÑ åÑMÝhÈ—ûµÎ—Mœ^0Ÿ³ø‚om4´Þ²ëþuv#Eù›í‘d Î7ËàÉŒÑ7#cƒ?àÎF«Ð%T0ש¨å²xÙuE¨.mb—a~ÞéÉáGÝ$qÙýøí̦å#ÆËJ~*P%†ÏqÙ 1ÏkÐ 3 g"¦®öÕUf1xÉS¹–œ•t¿s: ÝŽÀñk/“vÇ•À™!T’8c™&<ÈÈå½â6PÛê¿ÄêëjmÔ›KÁÿ29›µÅæ„_j4I3³1J6Žï%–d*µ æ}S Ë« ßoÜZ’6~ßàsgºúª>+í“Gž÷M:HS ò¨ž›g½½)%-éÉnÝvÒë½X„TU)‡.]Å)Ýsun’çϲG›’бPKX=åÇ»v®ýA_Âjû>÷²¬AéíDs¤ðx0ÈSE"œÕ#WEMœïc˜¾OÝújIE1ŠXŠªA ¡뮈”šÄÅk/¾elâÃc¤.O2¦j¼ª6¶ìôök•ɪ­ô¬ÆN.¨ÖQRÁ×Àè·Í?&íoçÓø¦r°òFC‡,³€6¸n°µâG9Žz£t[¥QÝÝ„e¦˜—¶öç8&²©Õ¾=ÊPàd¸Dæ-‰+ȾícˆÏ¬Ž]Žº-Cg¨=¼µFM>Â-ïHµ¾‡Ó¿n3kI*ª®+“íT;I½X˜\—û=Ëá;“²0ùà'\wÇ’Æ”»Þbô‘­UK¥Ñké7Ö–î[pÝ*::Mdð⸜}Kû!~ÖòúK×r5µ'æ^e]ÊK±Ñ÷›“îÄc\áª+„å¾ê·#Ö¬z?û ?ó³§ÿ—W©êøCúvö×Äú¬}È©ôW¹qg忨gECÂLB¹Vꂺ±^š)Ç]átÕßBÕ+ÑWeô× ßþŸè6å±µú‰fê­Çƒ|f×(ðç.ærÌËò.?Ê9:bBLWëd2û5qͰÆôG]ꊪº[ï׫n¡bõ›o\ä— #ÍׇgÙúOa¸ßl÷›ëÑNÅ›ruz“•ÌQÐÕ%ÅË%\jq3ÂZG (Ï®W”5j";ªíOkµTûµPÙZÜ%jý¨É<5Æ’•h½¹çC£éî»»éÎ[½–îäó}µ»nvÒNX׃zkDýâaãO;Ò7B )ÌeÖXŸiãî=7O-¾}Õ}3wgçgoú©—d—>ÕúÒ_¹[>µK7Z³¹ãmË šÃÊT‘¬yçÊ®™E“;‰ÍǹXֈúƒõj½(h·bÛ¥è—×TZäØN zýîÖ‡«)süN„ó®ÉûÈ ÃûÇÆ¹öN;~ÂX¼§¸a¯ƒšºxÙjÜ áÜyû–ZÂj§›±‘ò"´Kþ‹8Ks|5s|©ÈŽVi„½§Íãä ƒý+é”_ôCP‘|¶úŽújX5ÀŽQ”sÅs³B{¢ND±,·rØeDú®G&ÎO'Ý­éSZ:`(ÉŒwÙ‘ê­ÑEÑÍö#Óü)§²šMæ¯[£˜ë=¯K*.ÎJÊ1‘ÜþÄ|Æ’.OÆ;§Ê2MÆ$ˆãÅs)2Šo‚ú‘dÝ\­£SßnËõ’×Z¯rÃm4ò;›¢”\&«\»ß÷Æ7–È´’ä9¬Tu‹ð.4€•]ö¬–Ç¢ô½í².•JÿÒSMæz³›†]°æü7µPÇh˜rz,øŸõ|ÄN¶·¦ïb5Z®óºïZ«k0íJ¸#}Fù¬ãÊÿ¶à=[£ Ém0VÊë¼ikxÑ+o&jã4ñBoïö0ƒ„<Æpæ;áœøYµ×{UtkœÇïm’õ¤­Ay«SžTâ½Æž¸¸… VeP€b¬E ò}F"£Õ§ê鵕-áR]jKÊ [TÎHå îä¸d?ž$szúYÏEM¯v+‘~åUVêÿb­q^Ó€w×ãyk¹V)~¤Š¤1%1ÌDHíqÔ÷œäDn»Õ­¼üé]‹Q}Ç–=þçxõk-ÕÑ9†á * * * * * * * * * * * * * *ÑŸ˜ž‚¿ ä³x€OÉz¸œ¦,QœŠôÞÅd‡É(ýÔb«ºX—ñò«t‘ˆE5‰ eÿ»È.B³ÜHó©öoŸŠC-ÓÅTRQŸJVÊf"ùš¿1òΰœ›fYθÄ÷âæ "æLà=ì‘Öý™eMʉád­]5jyКÔ(ªÒgk;‡‘8yl83£6!q8ˆ sFD#î¹UQQ¢ßØ•^O±1óiâ1ꈣô“m5TÒ³C'G~m»ÏÝ^ Ü\¯Áödžò¾Žô³Yž-1%„,V¾@Ë)Þú"+½ÔvÍ·N–®F÷{n7§4WòîÖÕb¥Ž|Í-Ûé»ò'ñ‰]¡àxìAÍWŠaŒœ{½B¡W˜½cÒêÛ_«ZçnæÜcJTèíãFäÛgÓ›ã¡b¹?ÌÍÁÆÏDãdHy4·’"IŒÒ¸NkÑÞ«}ÕðjUÛ2üо3µ·õwÖ¢+8ãâ…9ps8.QG˜$ŽL,8ç+}b5Î+Ôc—]ÒË^ËÒÑRÛÒ²XáI5üÿW\}E9([¸¢’’œ#7ßV«á‘—ǹ· ˜B¿"€ƒ¨\„±âW Ëf°~‰Šò/ºß¿²W¤«‘kMÛšžXŸ±gu7wg·v£ó= >åF±ÄåçÙ©%i¤cB :ÍÀy Ð6¥šÔkžDÑßQ¹vòWVŸ2M¼Üg-/'•U¢à=É“äØ 66E™Œ°‘¢Q‡{‰Ò„j=ìèz«[ønK{kŸÕúRúN÷ÓvÜqm4Ô»×àzÿFú©þª;7»[ˆÏÆP”g 0JX¦»%àÐ'Ì'ÌOlóÎaÚŽ}Ù|W3Âq‰®‹xù\89 ™Ç©‚" ‰×²9o⊚Wš–í'M-£ë¿£SX´y¬|ede$ð¬&[%Åâ“ì4‘¥MŽÕj»¡O }2+Sou·MlÕ¨^âåÞR»Óg aæ\–gLyÓ?%2]²ñòv9|P‚v¨¾{ý5.£ŸôŸaÂ2x&­£†2GR*ªbLï³UñX¥]—ù+÷ªU" Ùk#†”G„Gã*ˆ~ê#’Ç{6r~åJH%hû‚YÔ÷à_¨ä[kä¾ äµ•‰­¾jJkÖíwWƒ‘Rß}+4#«Y¥ì_ÌÆk¶‡äðßÌ{z‹Ðì1«7Ç-Õøâ“DD½Ô/^‡xt®µ^å….ó§³êS³å)êßÈöƒ¹˜!ò^ž‹™ÅÈwA£`¤F}µ€=èñ½BEÓd”äUM}!)ÑþóºUε»UBkÖ§©ù Fs ÊrÍÎåò9©2[áregÆ>8‚‚Œ£³\®èÑl—KV”¦f[O$m߯ „"1LÑêíVé¥Jò"ây£ócÝÙÜ3æ–qõ&N*n/,umÜR@z]§PÜûõ&¶º-Óo/Öú,ww¾¤f”¨³ûq:Û Ëéipn5xý¹s´\ôÜ‹ŸN¦<ñ38UT͘Ì[µ¶{ur»uEMZæm:Mͽå'$àÖ\Ÿqn¾Gƒ_yµsÜpœ¯¸|Éc„`Jh‚+UÄ,ˆAd‘;©òeµš®«Ð½qß¹·O .˜fé\9–:T­ÚÝØ½<•È7Ø”•Y³0'ÝÅï ¼¬Ì¬á‚L<2p̦j#JÃÍXßIŒv ª{›oÞº=FÝÆãséÚÒ°Íêîà=}.™ÔzË”ß3£àã^|{ްs»‚%ÛþCü{‘ñƒáåšR”n<´kP’ZW§¦öÙB‰§¦©­Üêê_õÿm:ÅêiS=§„~‰é«:š&õ`øšâo=>7—¿a±$Š{\Ä3ÉmÑ/®û¥iZu¤®E'‹T¦àVÿêÎ…zRNhðyS—y´8äÈyÞD@ÊdÉ3ÜÇz±YC€‹õUl‰ïý5¤½_½œôÉGå^üߎD›Úþo)¤æÞ|²]Éâw˜¥Ë÷³ Çy/îOã±ø)8\nPc*ôÆROõªÝ•Í]ÝãW¶™Øb±m>yd‰z¿§6ûé%vRzbãU‡Ì±}çœüß½¹^+•ËöÚno)È0/+Œê63^>ž³¤W9N%ÿɪݺÝk±g­FÅß©ô–©fÏ#¾ý¹ý^ÝmÖêNÆ/ŸàoŸ”|çí»!š‘QÅÊ5à{>µÔCj¢*%Ó[W'y&îEÉÑQ—¶öâ éÌØÝÁÄaãÄžx™ˆ“ùF MøìTQ%~¢zŽQµ¯DEK¯RÔûe(â§TüN~ê®á(Ñ®9ÿƒâòÝÄÈ@ãXÜtlŽc.‡lHE(DÒü?OR! ­mܯDj*êºWKU1xcC‘-¤ð£ª¥}ãÜ»°ü—Ç7ö¯Œæ¸‹"Ht5—•ŠA„gêVzm‘ï&ªŠ³•«áR∖ÙË “=ÙUˆWqò‘®_yʉU7N¦‘­k½º*-n®7–DWz|¡žíÈ×Sx¦z+Ÿïcw0‘]oñÚ¾ò~êyÖUäV¹²œq hÛ%ŸYŽÓÂÊŸ¿[kE9íÜxâ²yTŸŒ‚wG*¢4­×¤OÁ#vr~÷…B•·Uél~j;qší!àœ¯ÞË›™Žå##ËŽ—%c¨ÄŒ5Ô±Šçkw*µWð’ªJÞœVG¢Ùõ(ÎQú˜cŸŠü¶ñ>cÉbË•äùæ 6IÂ"“!+ÔFŒCwKH¶K­î•Ï·&ÖT=îQTj˜¤ðÈït8Ñað>.¡ÌNãþ¬±¸S#MXÆ*4JªŽ3ú•÷½Õ÷]jê‹ÒèŽn¬q:Áܯ=ÂñÜQ¸×vó"•(¨Ç•&ÇzJA6ÈÅ]ý÷-I=-µ‘¸µ$Žqó!ÉÉíÆ t’¤ æI’ô¹ Ö…ïG#Qzí_Ò®ÒÿU+6• ™»uÔuO°?Üïþ­o度(›†€¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨MóŒ×~Êx°ÛcºGq¥‘ÐÕªÆáÇÛ"jšéd²mR[X>ó71î<Úý²=ÏFÃ:Èer¢5®r*»ê/ÕÿÊÕ´›‚räŒB:¤£Í£³]äÝŸÃ÷‹Ê<@@Ë<" Kžƒ9ˆá¹ …ü5UëEñöí\«¨»%)*Äîî#¶·½2§´ï¦W¸&î_q'»‚UÄ$CÁή–júerµzQïEú›¶ÚÞ¶ýl%:e;p4ÿj»Z©WDû(ù‹šf&Fâ˜|Ž~LÒ¤"‡0ž;ŠÅV½tisÇ%œ—w±R¯IeS—<ùÞÉ1Ÿ3|Êtó:9EŽ¡Š6ª ŽL|W&ºû»è¶úk¸·9\ÁTíì7–­ÚQ›k?‰°û@aûÙÍ #\X¸ìlùFû FḎsÕ4·JÞèµA'©JŽ˜–çr.¶ž)ür;—ÎápXØ©œ¿ƒsR¹* ¡5#ËÂj£'5X·ÑwÒ·–æ$ÖKĹÓ:TÞòÌ&µBSŠ—,òñ=HìfY3}¬íÆj\¶å²ùpÏË9ÈBmž×½0è±ßÀ®Äyû¨Õ4¶«^fïT…©»Zh–8kXg)5^ÎÓjöd3x†Œcù,tľ6T‰=²ÜƒØIêåW?TK#‘WÙãEºµ;ñiò÷R¤‘é×¾œ’sËëCÒ^Ý÷cÆhr9Lå’žñbBfK†IjV=ÍQªŠŠ‹m–õía»´ÕT«žG”¹¶½mé”Zxfx}óäqߘácÅ/3ÍÊäø˜qHäCcòRžæ5Íz7¡ökšëÚÛíe¬Ê⻦Qx6k;z£,Ò=KùcÇq#rN='‰DKâº[qqŽ7#b„l = ©î5åf—U»—]ªíï\¹6®G/§¾ÚZÛÚ„íKæÇŸ‰äÌ© 'æ½%V"¸œ¾sz|Qæ¶ßrÕ›¿;"´Û‚6WËéF\ ÇŒJöÇË=íNŸyÈÁ­_E]+¼ÛÊm[ʱ¯¼šÎê1nK$èl^ZØŽäÍÀÇÌŽ@•ëfºîŽÅWiuµ–È«½YÙYžÝ%%†–s÷7cv^WÄÒ¸æbbñx!Énc$º+HeÓÝG¦¶bkåX¿;šÓY]–ÞÌì4髃|ŽñóžæGî§Éçc2cÊŸ+‘Í1¼k“¾QÚiM‘çôýuG+•'5ÌWêæë]×bv£æÍ¤ý§œ…Èɽ.©6zËr¼‰ÁãùŽU–…‚ã°¦H~O+{F·áˆ–Uvê·ÑUð©hèWªGŒ]Èæ²;Åß¼îwˆäß’‡?,ñq4F¨@D*7®šÖ¹¯Îr¦×U[Õ ãšx/.GKoS‹j^uÁýÆîÊöûˆdcž\ž'ˆY+pÎhñž19¤Œ1¨–µÑÛ/¶¶ÚÇRiæEºQMQ`pÙý‘à' :0ÎŒg¿Ü(eªÛÚÖEG%¾”_Þ«:b‘B[XIâá;D;UǸ"æ 發TüT)rñØyŸD±ÖÈ;#FEêö¢Tm¦Ìæڔ’«U:åÙÃòÎøâýÕÇ`G”’äoÏF‘3!j&9}‘Xç¹®mÇЩk«ªŠÞÁ¯:£ìÇÞtF»b_•6ÖxªväzY˱Ï’pÞ+…ï3ˆr‘ßÙɸ9Èc½fUHaáå±ÄÙédþ2×FÜ£§J)ME¤J~‡«ìâ£ÞG%üz¶ÒÕ'Òm5«ÜB·¶ãr²¶ôòÕ¶”÷üÇñ%ÊöÆ %G‡ü8d• y B+¿é(õ+ýÛÙ=ç®›ÖŸCJÏK{èɵ¡éycVŸn0ì÷;À¿«[ùn¬›†€¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨aóÒh£à»Â¦D¦N3É&@:"}¡ú1Åy¨©~ŸQìZÒÆ­½UçSËœ¾\8°£Xåq&(‚ÖRÊ%ëT»•E×é¤iRXʘœ" ó ÅçŠìkê“Ü5#†W6âqªLUVõ*kÒ·J™ÍÅyV\ lÛŒÚÕ*'ÄçøîöwŠb2ý´ùwî÷är¤vú*rÞAÉðÐq‘þ<1àŠ 'Úß[_toMž©eÝ*=Žçs»NKE1«íáÜz¾›Ò½?±¾ïõ=Æ»i/$jÜŸü9.8´`f²œ~QÄó§ òïŽÊ|ÕñÕY5 "îDrõ‘ª¢hßu-]>­³†ÂÖŒç4¥þ˜ð]òu}És;þ‚ÚC¬_ýs,Bä£i?æ”S–®èGJ_æo‘ë¯ËG„ì7(yf0Q£Ï–üÑ%ÈhÛ+žø®R+zU—M+¥²”>’¯#ä~«µqu;­¦«&×jo>æj^úÀÅÍï? î3#—ðãc$B“ŠŠå”ooYD9£±½.r­•ã¥k¹³ +²Å¬í|| {Ä£ZXWöq^'QûÁØþ'ˆä²3=™Èå1ŸdŸÊø4¹ë*#àÍ<‚FsÑHF5~ÎÊeúv×…¼ÙÚVšK»°êmï:bëbåû{óq™7ò¾\'O‹1Yqåh„rE#šö¹ÊÑ5ͺkô-s­ô}œf¥õ'.ko þêʪŠÂ´ÍûQÃ{—Ãøß Àâ;…f±˜X’”ó ¹H8»Hkx1:žèM3ĦzX­e܉ÒÚ’åÍ«NÆÚrWÃ_5üµæøv—mî7š¿¸Œ\)ŽžOù¼®rž1-‚îy¹Î+ Èø Î ƒÈD›k3)E … Ns†e ÃwJ}›’ÖÕ+¯ÐîÕ+nªi¶ÓTáŸqÎ딕Ýp¦†’TöâzoÀûãĦ‹‰c¸¯ ÆqLk@'a"hyá»;Üžað0ó<ƒ-Ü„<ÎL0¥8q10„l1í$8NMÛaª^É¿–ÝÙ[«ôrŠ„xq“åÜv¶×KkV™9>Ï,SãОÙÂàåâœ;)'¹\*.<’\Z?¥ éµþ€ÈD"«šŽD^›#Ý{U©æ©4¹.RÞ3‹Ç‹âpÞýöŽÆíOr;Â7™Ìæq¹GGh½Kô¤2:‚r+Ú…B+ì>÷¼©uÒ-í‡ô%)¿5W»#é·Þ¡¿>©´Úgj1œRþ•4äéÛU›:ªl¬ÞÛâ¡dcg/mwo{STÔÚ\ûçÆ;Y'€Ä‘Üë÷*O<‘§§FBåVLÚ$G}¢ÙhÕÍvŽu܉nÜlÛK[’MrûÊ[®ªå«ÅýÇ<ÞŽ)Ë'†câsüVȘ̩ 9lÁ\GT"#ÚÅ[õ¢+‘Î[Ú´Ýn›)ÚZ¤ò¯ËÞÎvרi›Œ¤áWghþï¶Ø n ÇLLžO%ð³é8ø÷IlwŒÎ þ ýÂYQRúûÉVc²³y©ÉVTUk/fFÒÞÜW>ª–8¤Þt:Áý¸Ârüë ËËDÎEãsÂ…’™½dõÕÛ£Z—rx¦ˆ•mXV×—¥ëŸ©¹Þói˱rF¶ïp0\a@œŠSÍ'"ìSZرãàˆˆªŠŽêu–÷ð®¤:Ùܼ®:ÛYaóK‹­H=G¶°¾›´©&¸¼TN¹‡)†Æò,lCÅ6[4n£s Õû"µ[ªt½.‹íJõFê½bVèâÚtç†/Üyí¢úW¢êž(È•’ãA+ʱ9(Nå=y™¼«4žÃ;ÕyÂâjNµz9]¯gunuPzšÁÓwž’v§9*Tçý¼åyœ‡–Âe—b?ÐÅåã9Ây[eª.Hªž{UN¥·³»±;7~V±àûË[ —,ß„àªÓXgS²Ù~W•âòøü,·= ²Ù¼[³røè[þž7”ó8ªÎQà—WŸ4o>Òrgq‰—•=¤ÄäðyˆÐ•±ÀñÄØïñW¹ÊUG/R¦‹ºl–úO–» Õº£ç]gs »—ôí«qTI/‹íg¢ƒäx)_†Vµ·Z=Ý ÷z]Ó\[xÖŸoÏU+v6Zœ5jЇ—êͽmv<«NfÌí}üÿžá°O˜NFbæ1±G‡‚0Æd‚–ÇÈš½*Çü;Rì\JšÚÚÕÍ”d÷6ÓmVKìhq=B­Xéó•½1†‰f“áM<|ÜÞU=ùݘ0v1ŸëL®&2".íYƒr¦žÔm«ÞõOì>Ö¾'Ëla«®[Ó Ùx£Ý y<×u{Ç2¼£ÒÁqéa,·ª,÷Ç $ŽßzL¢±¡ÏU`íªmT·qiåU;O¸jW'7\ŸµœF78ËðÜÜè܇f¹&+f®hÑrm+–!Þ•ÞˆÄG¹­DwWK‘j8ØSZb±o¶g>W¾ŠsŒšÓ‚7¯m»•Ëùáy&ŸŠF/0ÊàÉÿIˆˆî–+ÜÝ“­QmYÜô‹ÛXÆä’¥i{r| úªlu²²ç'*jʘ`¸eš; È8×<ÅñììCç18±È.:GŒÈ-0®—!¤rª‘¬šÄ¹z\Õs~µ«™;–í=Oñ§>ÅÜ{MžÆîúZ,ÂS|{;û_36–b¤·šc¹ŽA؇qàAÊÈŸÒ⯒5ég൨í5EJ­ ÕŸ•=O>îKÀèîý1Ô™]•§,ìâùÐç}Éï— àDwçùÜNmÆ’1%º!5äu¢7­ÊDkýG/S+©·ÛÏq J9qUãCÅî#Qn«³‘«™Ï¸~#1…ο™ã(°óñãŠñ”& HCP­Ub·Ôkš©uTOmÊ‹½'Ku”¦ª±Â™|N«k{ÃLbùcSZð¼xÙyœY`dæñC‘á ¤‹<s¤¤hÊÇ+Õ^>¦#‘Žßª×¾Õjç\œÖ˜Á}ý…¥Ñb³“ûfqþOØžešæ³ Š•3”{!ŒD$V<2ª÷u3FÝÉk/WVè•#º’²¡\¸vó©Îê{ ²¼æ–¨¼©Árð98~ZyTqôó<Èr5DIDh˜¡Iszid»•Q¨äMuO=e¸ÝZZÖ¥Ç^Êæs?LâÕcÄÜÉཪv›¸¼]¼»=w ÀŽC†ØìTkÌo]‘‚hÛÖŠÛ9mÖ©ôù\Û)Òm9gL+âzý®ÎçU¾¡HG6×4û޽À㘘$ÊÌ~ p¹x*Hña¼Ûåc†ß³Vu2ê¨Ç#µkv[UˆÂãþäŸe^'{wè«Õ+3›ÁéÏÃS\93ˆwgÅvOŽsœÃ^Ükpߢæþ‹1NRI1†­œ¢m†"ôY,º¢¯ŠÛØ_ÓjVðªu_n=§Î¾µÅv“nM:{;ÁÛY#á™Àx¦"&.K¦µøñå'®9¹•Êá²dÆ„G½X¬eÈ›¶È‰ª^ÛõXX´¡OUqMxûî[‹·e-kZøTÁåÍïî/nçbñq¸¨°S¥fy¦+Ž^>(‰NBB‘çaFˆ¶r¢u9U­ñ«RÝ©Æ/RÅÓÇ‘ÌÛÒu|1Ádw¶G̦! GÅòYìæJ O%’\È1¢¼ŒG(Ÿ ˆò‘«k°v_V÷ú» Æ_2Írñ=VÏ£n70ŒÝ#«àp×sNôóaJ“ % ƒqØ×fBt6¶ žÂd¥©ª©à;9|TVûs¹t³.ÄêK¦lvj·äå._Á}â\k´q2…nD‘MÍ'¹zÝɹ¤‹í g»â¤[{½DÕö-X·Ó”ž«Òs~âî²â´íâ­Çþ¯o¦_5 nrœ|9ä[2TQ€˜ŠÞ·€"t³¥ˆ©­×ÚµuÛQi$’äŽtîÊp¬›oñ8'`¹ÞýZßËuJP7 PPPPPPPPPPPPPP#æg, —íÐ)3ÒœÎäròVH ÜHácw§ÕW%Ñ.šÛʤµF>eˆ¾âÞPó×¹¸þ¸ØÌƒ"ú,ŒEžª‹©fÞÛ-HûM#Jœk’¹5Ícœ¨†y“fµ×k\ïbxkREyŒK&v|‹Åbà¡äóÍ—gA < ÎÞ…G=Ä ¹ª×=Q/âÚ彟NiâëZæÏiÿÈ:þ¥ðKG*,¼y‚áäq6H–m#%£I#—Ç,×=ãN¥i•\Ö¨Ú‰ÔæªÚû¢Õͤî~tš•(¨èszWRê{{ôÐS‹“n±RÅR¸¿ 7ŸæSñ¹Hy^™œA,¹-Àb¹ãQ±—ø%ëÕÍÕQ­².­ª{½†ÖV4¿‘<ÛÇþl˽/®õï]غÜq¥kí öó¼]ËÅóž3Éø«r9~YÄŠ³ðÑ^2£Hç§IºÄ.{ÛõYQÙPíö;{›ƒI&s£Ež«ê æöüc¸NOKM|µŒ³ÁS¾¼ÑÞ©1]ôïŽSÄû‹ÛÁñ>TðF³úÛè=î5î‰ur7§è_ooÂòŒSO‚:Þ€±-¾îíȽ:lÜuxáL»*¸›_¼Ü£ŽÍ㼕¿—ÄrÒÃåa.R4D`2t'6ÈÉ F:CBÕër¹ý*©ÓáRonÚpù•Sñð>}µÙÕétxòÏ™ÕÌ×™Ý\þ/b’òS¢’ÃYnpŒ„t‰^Sz†ûª+Ý Üðª[+ÒW“K,WiZîÊn„°MSžx®Ì|´ääÈåPp)Æ9‘À Üu3€ŒV œ2¹¤õÌ„kÔÃkœ·M.‰ºT›î¡ÔwV££ªµówQàŽï¤ý#龸ýeõ}9ACJ‡å¬«*ª¹Öœrl¸Áä8ÌÎå2#(8™Å„wä3È)ر†¯kÀƪ/K­®ö²ø=Å™Bæ‹­ÊTÇ‘ú Ó3ÛJÄîØŠ…/,šÑ‚J²“•]kÁŸxÙügDZœ·isˆŒ›&fFŽèaŠw¨ÖCÔõ{žë¹Phí}å[i—Wöþ7®õùÛ½'±Šp–é)'*y”V^ö‡r8ž Éç ¹ŽÜâ9Ö^¹x¯"È5ù"Ad„»‚ñ¸ìiZ„mÑ\«Ðª‹ì«»N¡rב7Gžy}¼O1w¢¾¡µ[‰E[½ùt¨ëiüËŒ{¾Zª£´8^9ÄÃÆˆüÞ3Ç@Wi; ‚Ž“èôNPõŽ'EÚf¾èÄD¾–©'³ŽâP”§$£’N‘ñÁû'¸½y9)UË7\ûñ£1ÃÊ{\œbL|¡±¼\K%l–Cå?$4Nž¡IŒÇ=îÙ®Ow}7¯9Ôlnö›Å+ *yäÚ®n‹³…rí6±nWjó÷SÛïæpŽK ¶Ñ*C9GèI¤l…LL‘Hiä5À½UFG›ÒD;ÎbÝUÖ¿‚v=9¸ºÔöÛ¶þ¤1®§•iÇî4ÝÂq¤à¼¯·#_ò rà ™;¼­Ç?£ ’F4+ 5ÃYy­Ð¾¢¹©¾5è!i+š_4›\ˆ~£pÔ¹Té–Wæã–“)"b!ÂX=@fM¥Èï{U­*±\65ÈË­õMo]‹ *äÞ=”ûÎEÞ°õQ$•8…ùkî÷wùÏ0àŽb¸ÔàýÅÆeÇŠ¼F+ea±¯)¨g¢ªª#k"Z®]ØCo+ÁàªëöE5º•üÖ+N_‰“Ýîíö‡ŽÎðžB ãÄää4Á…’Ñ:Aˆ%)ÒÅ^« wêUGZ NÔå×øèzo©nìä­]ó[îó.TxxÔêwr{®I ) - C,A£ÜèèŠÕ_³µ×tTҬ˦ى«q­ÇΔj˜ÅroŸ¸ùåÍÖ­ë¼ÚQY¨æŸ w|N¸qNO‡ ¦ùG?7Èå ¸“dÔ±e!©éô¸fAýš½—Téúª—O•nìnvwUÈÆ:-á*dÒtÃÕi*vžËk-®õ»Rú·V_†FÖ•B>8Q2§>3,éŒ×±\܇Rõ‚ígCýÅj³ø¾Õ®AꫨÆm¤¥_õGƒ§¸ázƒ£ÿ·hqOL—ýK4vó´ü&o ‹‘Œ30÷ ÐÙ” "ÂõDøÇ§¿$ªÔ¿¦%éöºÚWÐÖÞêëÜJV4YTÄ:ÅË{hZ†ãàl¾QÊ;wÛRüo*ÏÄÏg1aêS†È˜æÛ_…ŠÛ?±,Ž'µV¯ÑAS—°å·;ޏ¶ý¬è÷u~t³™õ• ˆµ±±Šç ™#Ä""mÐ4é!~ïJyUk»´°Ž?å­‹Îxvq:›É³YŒ°!æ2³ùy(fœIOkXî¤ÚÕÓFÚÚ"mZZ“ž/37à¡‚ÈÛÝþçxõk-Õt囆€¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ €¨ !"(Çžd~UŒd,4¬«¢BäøÓ ÃI E2E#ƪÕëf®cÑ.—Ò»ÝO¥ÜØMFrŒ«•Õã…Ðúö߬Zw,©$’ÒëÝ÷š;½\n6CŽ79„ cüŸW=Œœ¡kš híU^–­ÑÊß m¢W2QKvâß>ÎñòhÅœ²Rñ‘xÔ4+’ìõ2YqÆ»ÓK£Zåu®›V·n(cßîFöíëòóhôà¿(¸Ð~ÐñðN]ÇyLÎi ,£ÆÉDlÙ$ä Î}LŠN´½š–×Z¬úÕNÛ‚‚ÉræÍá=r›UÀí<X,¾WÆss±rqœ˜ènF¬cœEBIsÞG*ºÍn‹ãáZBqú‘ÒëÖú?i)þª«OäOòÈÑ¢ù‡ å ãfŸŠý-’ÈÁ˜ì–F£d…`9]VDjþåAzrŒ¤ÚYº?ÊÚ· –¡ÛTUös6‡Èó䘋ÈärB`—Ñ{áãÜ#õz¶0ÕVÖEZŠÝé9*J°Þ;NqŽœ§¼î¡y§&–â6Fg·¹ïOªÐs\t@3צÈÂ=„Žõw…Ñ.µÝ–ʹ?qê¥Ð,'å•È÷IÓÞnÈüó¶™ cäe°øÁš4AƉül¨8Íhý'²<èëÖÆ%•ªë£|k’·–•étÃy–7ÛJS¥[ÂX^¸\<âøÉ¼¸øœA¥d&’aF!‹)ÍW|T¼HåF±«µkk¦Ú„|’•+ÏÜgÿ–ï'våË‘·ªqQÅI¤—ô®Ñp1Âé%Éa¹>k&3„ü°ãÓt;'ÜŽ3•©uêM¯ZX±jÛÖœµrþ^þò¾ó¬^½´ŽÝè¢yªýGFð«TÒ¸$%Åðø®?ˆÌ¿„`q¼,<“àdÃðÄ!ÕÊAºU®nŒUr.×KUØM8ÉÆ‰®gJZñ«‹áÉ{=¸ó¾8Œ¤®Æøzdœ™Sìô Ì™"€Lõª‘UÊ$k×­ÞÑèv´ÞŒåËF-W,øâêA¿š•¹F-Ƹ'ËžX÷TËð5ÍËÈf³Ç—Ûáä%`1IµðZ÷©\²=Q+¢#‘ÉÒžÚõJülëù2â«,—v×ÔÑóy:¼ó:¸ÎÑóùœ¯’á^åæ3 ÆbFËãÑï‡)Ê6#CÊ€i;«UÖ·º¶®EË‘†˜¦³Æ„°±*·§Óz|´ð¼ÿæäù‚dñ &ؼ,Œq<ìœãûè0¯¨Æ* 쪩mïíªNNqZ_—º|4J²K*Pÿ;™ÙÞàw7”f³/Ïc±Ø)ùóÉÇ®ZMˆ¡Ž‚jýuèÖÉà‰çZ[êÛÚ¦–ð¡$ö.åÝZ–u5ÿì4/Ž3Êd àKºÒ,ñX~¢µƒ{š–Û_KªÏJqŠUæoþÛ U“xræœÓã±\;¶˜¡cS(eEÈÊ€ÐÊ4,SžP©¤9ýwW’ïº"*ëj³Óú•íÖ¨ÊCØÞo¼­ÔúUš…È'®xI¾)d»‘¥¹Oö§¶<Ædü~G)ú 2)"çJ4› cÆ1¨9°¢UsšˆåDð¯=»é¶÷•¹Â/Zu¦««Éàû‹–ômç±m8e^?ÀþñR~`»›ð<#7Ä@šH1òjáGÇÁa^‹ÒårµƒmšŽr¢*"&õ>×gÒzU6ð‚Œäµ5ܥ㽢¶îîó©KTÛ’N‹ø/ñ=!îïÌþ7·|†ö·‹¡eäð ŸãÜܬ AŽÀžtwÇV*"Ži:©w¢]|l©[:$ÛA,R1£æƒŽÇظ¼%kÀ(QñÞ›EþY\ùG«n5cÛ_jŽÚK/·16ÿ›íÈÔ%Ê^[ÝiY£wzÎôˆÎ÷Õ×öT²ÚÝÒ©‚öÔŽũM¤ÛuÉ'/¦¹h[˜ÏarüƒšñèüPoÅE ©Ç”¯+ _Xˆôb§¸ƒDW}[íSínYÚÛ”g?4¹b^¿Ð:—R¹[°ã“——㉵ñ¼?)iq܈òs˜t1!Ob—Â5W§¥ˆÖ¢5/£\U²%i úšú6›k‹/ÜôÕ´_ë÷pùc‹ûxæw7šÃrÞA€ã܉"E^%ÛØžŸÄ+Œ÷Z$A Þ¥ÕuðºÕ«}:òµL–.‹·´¥c¬t½¶å+zZ£œ¸5ZÑváÁuwÿ¸®eÜœ¼Ü1P`H·k±¬s˜Ý¦ú%÷߯·» :r(^ܫޱ­9¾=¦vAÉ£žˆ©ª"ºÕ®‚³»A LYY³ b™­ ;íä=WÓo•üU|²¡ØAsy,ÎÈDÃÌÆvÛ7()Ö²J¬»VÃz½Êä[/M˜šíáSíUnÆœ×Äæu/6Úk*§ð7w`¹ÞýZßËuNFn * * * * * * * * * * * * * 4ÿûÁ;Å>sˆ|¼ñÉã‘¶~_¸2#92ò)ŒF²*97H`³WùKå]þ·Ô]º•Þ.åøæyïMt•Òö6ìV­,_9<ü8.ã£eòN_‰ˆ6)c Ã<î§t±±ÂäyÎðG"týÚáß½ôàÙÛ¹u[Z™ßEî¯p¡Ì0¡r©1#¡éL "5V舾ô¯ .«¹Nšß¸ýYÑý Ð÷'¶‹“ŠmãÅw™ß¶é5§žfžÆ™ûÈ•«ê›§üìï[ô'B_ÿ%¿eOís¹.rúœû7ooÆ=?zµ}Krß÷%í,ÇÑ}e³µÿ"6§oùó×ʹ_=å|—°‹â‘s…€é¥˜W1ÄyQÝ}"kof§ŽµÒÙo<“¹vriQ%ª•©ä}MТ·;}—NÛÙ´îër¸í)¨(*Ñ*Q9vøs÷Ó„)ëÀy`Z’[בÇòéJP…X¨æ·ÕV{êåEEðM*uÕ6Ï®ékž„ë0’·ûyÆKv#ENäÍ«ûEw„ó>CÁynnYø<8ù Ïçp`e"ÎV†WCž®jªZä[ÿƬË}®Ì®Z›z1ji?yǤ–Û¨XÚõµ¸­ÃpÍ´¥nJIjóB´§?/àhi½Â༎Y¥s>ÈñlÎFs—ã3‡ÉÄÍ#•-ux\DUÒ¹¿î±¸ÿ2Ò}ª©ýÏíÞ ½¶îåµÊj3·ÊÍ«ÛÞGÚÎ. GäÜ$ÒÒžxrP„à±Ì¦E3yï&–qæw¢s#Ï0Ë-¸¬]Úšî#’3Z—bYtú+‘-æÝ,nWº'¸±è®¯qªXQÿT×ÁTÄŸË8ÎM©[ù_-˜HëÒfÏcþ­ÕkLækàŠµUoöêX)É÷Óàv!è êo^³mv''ítG ÁvÓò‘DþËü¿|xCd‹7'\Æ6߆âMxBª¾ÛUÈîw?·e.×üJ—==ÐöN›­û“\"×Â*Lçü«‚÷¶œXÜÞæp]·ã‘Á&?кd‚“Ý#Ç€?|Š»"•<Õ*ݽ®úëóMEvÛÝSÓ[XÒÆÞWeÁË/ú›ÿ´3¶ùsæ£!ù×w3Ñsð|Yp¹‘ã è×z;¶NÆqŽßãCPnŽ$”v"ÝQíR"1¯DÒè–ò¯Uµô´cmݽ,x.ÃÅn=Båu[µɼÞ9žtä{‘šÊE•ŸÉeeç9æxîlŒÜ¢+ÞÆ¹Êç*{4U²&‰á^RS¥ZÈô‰7™¬äFÈH3ÈGÎz«œíu¾ë\Ü*ð-Jr|Oðx÷¢ÝâW9O˧ÇǨÅW¼¤õ‰ëÊ®ºô±Ui;ñXçÜo ¼žšã¾íßhqR ËïO6bkô®N1&Í)U¨åF `‘¬j-‘/¾«\»Êý÷ZQr© þš®ºÊt§ ²yÿ Y N9Äqüã¨Ô|¹ðZgµ,Eønަ¢;ں׫è?·öº•¥zXU¾'o©~ôõn§mnâ¤b’¤T§8}ÇŒ‰ö]£â!jn²&däkÿ*įUkö›iüÌówÿò¯Ky®å÷c¹—"˜/WÚ®ñ*¯L†âæÈcQ=¯$®Ÿ¿VÿúˤYþä—·™s÷ÃÔ÷×’íÏ·mÎ9|®µá÷ž“ê{gù–™öN‘ûËé½êJ7]µÉÇËÿOà–à狇ÏñÖ(oº[á™ñÜÅ×ü°‘ãT_ñ­\k»k¶°”Zð=ÆÇÔ=7~×ÐÜ[Ÿ/2OØèÍY&`%è r§R±Pd»WO«g%säèù…ÛR…ZÔ½¨4Ù¬ÂPܪ±ªÔF$É(^(‰êZ×Ú·†ââxN^Öp·#gv5‹~0¿æ|ÞuþŠ›;“*‘BJ*ûˆºZîUD«ª½ýröž~}§6é·µÿ"üéYFEi²’_®Ï’E½þ—Ö%~ãÎOÚmk¤í ë]Ð_Âùd–0Õ\w†Hå0®®¹tDW-ÓUÒºý âŽåjɧ‰ä¿rvê]JT£(´°U®¡þrìü^×ñøLÃÉYŠlpúík†äÇŒ©Óé…U©ï·SÝ»RÈ•íÊ,>ÈüßrÑæ¾<_‰Þ?•þòÄÐc9{£BŸÜÈMaE%dÈ)£1ÍXÏX¢sYª*¥×z­g¢Gq'8Ú«~õ/Zu½˜ØýT£ª%UZwÓWv&ú?Î×d8•Åۮטè+ Ýls\ïõzzÑ>k½¶ôÖáá(žW{ê{wnÝ”ßkoâÍEÍ?Þ ÝiÍ_ì·Äqå%Ø)3JI¤j*è½6õßÚz:S›* ϪíÛ_—æüîqyiäw;”’¾¦/Œh"€Ý¹f—D["®¶®ZÙÛÙî›o•{ÎßJÝÏu·Wf±u4ÿm³™CÜ<— žç¬a”@u½& QXÖ¥üSÝT¬zzæö/‚Oài×n}=«æÚ;0þ@ßQ®B }+w^Ëonê•ïnÜŒ›xËrsj™šc¹½|ŸÖv.C]‘0ÚˆæèíwGµl‰mÕkÏu.µfiÙŒ«).§_aµ”÷1»%D¾ã€pþ’@Î\Ëœzq)ÝA{ÝH'ªî½¾åx;’j'±·8ÉàrI7âàUUV¢ãÔÍDòCõ¥ÛÝœ]\Fï÷ƒ­ÞŠ‹ÜKÃý‘Üpáÿ£dáb‘Tk1øØqÑ/ìéÿvº¶½°¶×‘zÿîV¿ó_ŸüÌѼӛò™LÍò)¹xâÄ0'¸×¦ÊDDÓÃJáú‹¥íöN*ÔR®g[¢u]Æñ9Ý““O‹ÉŽ_,ÈF꣕£_u÷•ªÝÓèKýêó¯Ñuó6ÍφqðbÄš®,¶K®¾¯¬t}œv{HFJ’¥_{ÄùoWÞ=Öêr‹¬kEܰ|“*9ÖôѺ»ªÍ².šÞ­]ê;{_4â¼JQÛ]žI°L”ö0}%:#Ú·Nl¿Ji\»þ¨ÙÚ­$åÜ\³Ò/ÜáCRãàã²9éGÉd$CŽihÔ’À©ƒz£\î«ø"ªÚÕó¾§¾[­Ä®¬¤}§ZúxAðFè?â|IC†àYRò‘Gl—,$bDlÉOz½Î b§[6ª1ËuT½E·Ýݰÿ%ѵ‹D=BÝ­ÅÞ àÌNS õYhòÅÌEO¡õ‰ÇsyÖM²¬#bÒòÄøËÄÏÜ\c£UëQ"ªßg_ÛROevÜj!¸”¦’ÈKŠdr%FL³#§«®k_䉢¢-üª““¥ ¶¤“­NÉ¿ç4Y`¦œR„Õ|؃Mg·ÞG ®qUªš]X•U´Î­0«8 Î)&}Ò.?"a‰îpÃ/!*"hÖ¸‚K'Ýû×­p#g/Ÿå$ q•Š‹ö¡#¨«oqU¶_$­ 3;’E xN|h9ÃÆÉpOÐæÚáuºQÈÕÞ·¥ Ûn´6`¹ÞýZßËuJNn * * * * * * * * * * * * * <¥Ìk:{ÑÕC\æ3ùk½hk©³‡•äR¿ÒG«^¶_T_j%fJ¨Ìdrî;ɤ`΄|1(ôÁéõ ÎD²õ¢ëªU݆þþΪÜä“äÎ_XéÐßRMb•ÄqÞàvò\@¦_—kÑF¾Ëã¢êµè,ú«{ %v^4g‘¹éiJ´HåPòý´‘²… Ìæzíé£Q«³‘ÉÔª©®‰]~¶ÞÆžtûâs¥é™Ó&;ŠÀq¬¥É\ÛâÆkíÐEDU÷QUËïoà•Ò³ë½Õ<Ѓö£{ i•<ÞÀ™2G›Ìà8¢eغúOé¾¶ºª[JãÞ9ܵ;I¼Ó &þ³X'5U×½½Ií»QVÕɽ×v¶ñs¯r/Çcq¬š–3ÔIŒW=QÁ¢½UðºçͽŠÅD3\Ø‘ž÷GFü[Ú+ʪˆ¨¬s‘ÉíÞº;ÝJ›…LŽqˆÀ‚AùD‘ Jˆ"Ç/Kï²õµ¶éöþå^»q,#ñF¶l·‹¯±˜9%&I+ÉñtpcÂKª«•î#\佗ªÞÜ'›ö“ÚÚ5=I{?‰Âá`†+™†È”¨åh£z­kÚæëï5S©U-\YÏ´¿fÕ^1oÄívÌ,0Ka3Š`°…cž6¯sQurXŽ]~ª­CEñ:3„—`>oË2?ŠÉgZ79‘½r#¾ÛH žŠ¾ÝÒ’h‹_¼ÝȤEõ³«‰îExÆž6+•ʉåXÄÉœ;šN˜~É›"yÕŒ—Ö#¹Î² äTUUßʳ©šÅâŽØîwV·òÝR— Ã@T@T@T@T@T@T@T@T@T@T@T@T@T@T™“°aI“:†÷ÜIJºëøKµ4¢›¸¸%±8¯Tb]ÎFÙ²Ì+‡ðü!¬" Q­K*ßkV÷)3(||¨>µŒÇ1U:Hä鿚-gA§êSÀÿWd[Ž#œ«{ ŸÔ‰û‹j84?Pˆ0NKdg²ÚŽËÒ¾;*V<Ë#q–c(9A–ÈL“Ž{Ž¢Ìr£uG9Ul—ºÔKZ•x›n-Ù¹n1o$ýç%+äðT «áõhÖ¹‰uñTsl«à·J³õ渹l­HäîG)ˆV¸“#¹§¦e‰ÌsW~¦'ŠýºÜÉ`Êw:Rn±j¨Ø{Ï“$Gø´‘v«q¹¯jªétjÞÉ÷joÖ:>Žõb±ìguæ@cã7¨3£½DeÄŠ«ºª7K¯¶Õ¬·n†ÑéÕš¯’óYyS©“Æ+Užž®G%Ò×_ðUg:º³¡oeÅ*gôþ~iÓ,‚§B1‰ βxÞÈ»é[Fô“ªfëi6ñc王§¦Õ]ÆÅ[ÛÅUmINO6e[°Œqü‘×”å}ü6O¼•ª‹fßZÜrBƒÂjúºn©¢§ÝÞ¶vœs2·.Y¢â2©¯²‘Êå[}7©­[Rx]œ©™Êàqј¨1Ž?Rèƒ{ØÏ½Ô½ucf^d¼?À¤¥)¼¼ä‚ãdR0L eK1 ±“©4éW1t½J¾œ]iNü ¾œÞ÷¥üΆ×ÊRƘäWŒ®ëhFÔµÚF8*ª»¦Žµí[Ãv”©‡/³ûŒÏ`ôVX>|~Ù.1"+5z/YÚ<ݫԊ秶ë¥pwWœ®6ÑÖ³·„ £_Ää\C ÞRãØ‘\Š)ÂWÝuDèy=ïb»îTVo¸OO#b.5kãœGa££cè¬Ç9æ1º+]êTEM‘©ôÕ‹›†ò“÷3¡þZ÷U}æLáM—¥Ç,ø‘WXƒAŒ®s•]ëô£Ú«d^§9U<*´ïËšñX›¨'‹Xv6bãpðÈáæ™‰œÁH‰Ž‡$@Q4÷^G”ŽTß©·¿•UsmF1”«ìÄÞCã Ék%œ ‘Ë<.ËKqç*«F¥õ‘[d]œ—Óv¥j¥Ì—O Y]½™.œ8³˜=àý4qT»}7!ÈÒ;ùíµm«µš¸ãÄ2X‰Ml–tAÕdFÉ)&Ç¢û­WrSݵÕQû~ ÖjFù'œâÛ'ràÇx ¢ÃäNI o¦‹Ð«ms¨–öY=§DÕNWØîwV·òÝS Ã@T@T@T@T@T@T@T@T@T@T@T@T@T@T²ù C,9|¿LYg ÷Ès•èõG#TcVè¾ÕJÒ­œ÷5“ ^_ÂÑZçòYïdqB¢§†­Öÿr•f¿N|™•™pP‘\îQ–[Ù¾ê/ßjWKgvÞŸÌt}ÕûŠ[½¥é?"¯>49»ÀÆŒœž".ûÚþË%t6rUw~ϸçþ›y­üÞe3¸ý³{oÎÂFµÊªWȺû­UªÿKlž©¿ÑÝÓä>£îOlÚ‹ûK nU»\‰uÓk¯Méô¬'ó&>†éç`vÛãˆòòˆOØŽc½W¢*ÛÆÍ[/•sá¹Ê­%\…û~œTbÛ “¹ÿjЄäp®ˆ¨®G9ÛýÄ©´Cú‘Sèn?¡Ÿá9‡g®ª.a Ò–jÊÕ_7x}êÕF<×´ÃÛî?¥ŸÒó.ÎúJ‹Éño'ЍSUúmzË·êB6w ùzò¾Ñ¿©Îäxµ[hª®oÞéj­E%fH¬ß¯ÊÀåòŽØ9ëèò,}–Ú¢½So4­*Kô/S&|Ê»t7/O%ÇÚÚ{ÏM~õl «š4ú7©ò± ó^Ý5?´ðßÊ!-ù5a+if™§éo7ò³1¼ç·ÈÔ·-ŶÞâþmf7­¯ðþ&Òéךáíþò¹ïB£““cˆßk\åÿѨnÞRdØ\‚Çá(½ÇíèÆŸöš U?UûûWÜJÒ3£7{iµM&Åã}Ùí|RGöߎsf‡‘nUÖìDcœ–]–éWgºƒKcþ&¶67Sn¾Ôs¼Oz;I’gMîdH3l¢Œç Œk´sZÇ5éMÑ~ík=ŹÇ"Õ­¤íʵ¯pÌ>òü¿ÝY.wD¨áz]^§ZjŽkº\¨­Tö%Rwô¿-K«iª¶¾ÿiÅr½éí‹ç=ñ{¡$OU4ïêW­ÕQÏA«•É÷¼ê¼ç)<½†]—ÏÚ|àw›µ…‹&Sù¾$Jä`âÈ—#Õº.¯r°Mb"éÓk­!åþTûÌ+rk:‚{û0´Nåx •UYã*‘UÉõ•A¢¦›Y7öÔš©”UM¹V;¿¤ÈËÌàúÑÊ£‚=z}¢µÊí,ôM÷¿²¡šo±ì$JU¥0{;~ \÷+(§À|9%Ž-ÓO¶StVEð¨c ¬êÑ#ŠÍ`Îmæk¶7æw‹ºèŒ‘Tº'»Qu—MÑvÞ¤Ðù©Hù„í92¬,îåá‹S+Þ˜ÙGF‹øLTô}äú+4“Yi•jeg;éØùÀõðýáÆ$ØÈóEELV<Œÿ„sÆåêz.‹Ó§eEñBQlÑ|£»=ªÈñNNÏÚ ¹¼Ž6spȨR/F1¤Kµ«Ô¶EO½M.¤JÛ?ŽÌ÷›¶¶; ™æ0qù<|ÈeWuýN[-š¾Ú˜´lïÛ÷g_q¿ŒÿÍ /Ûÿg_q¿ŒÿÍ /Ûÿg_q¿ŒÿÍ /Ûÿg_q¿ŒÿÍ /Ûÿg_q¿ŒÿÍ /Ûÿg_q¿}ÿ›@_·îÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·îÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·îÎþ¾ãÿ›@_·îÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·þÎþ¾ãÿ›@_·îÎþ¾ãÿ›@_·þÎþ¾ã~ûÿ6€¿oýý}Æþ3ÿ6€¿oýý}Æþ3ÿ6€¿oýý}Æý÷þm~ß»;úûügþm~ß»;úûügþmå&W•òVe²mLÌ—ôK2#Üî¥[=SUTUZPÅŽÞWÉWÿ¬]WTþ #)œ¯’Ýô¹ôóoðPMå|‘ÉeËžÛh¨‹÷Ñ+)´©”ÎQÈ•«–:·ÍQÁJ±¥lä™ÿÿ“/ÞoðVu3#1œ>åE\™UQ,н;{6¬U™Ò™˜>Aœ[_ Eûþ ΦcB3GœÌ®óž¿ÍoðV51¡ÃÍeÕn³\«þ+‚³©äg/•]Z¯óYù´ÔÆ„f3#=Öê2/óùµŠ±¥™-w{Wéc?6•3¥ã‘%wV¯ü[?6•cJŒë]ï¤L_ýU˜Ò„¯u®1/Ò!þma™¢ë+€úB?Í  ¤f Ü×0G&ˆ¾ˆüwüTQ …ï·J 6vÿb-óiCfÌÖdÕñÀ¾^ˆí÷ºh`În:‘­,ÏF¥šŠéÿ›@g‡Ž·Oèè½7½½ïøµŠ0á1kÿÓbë¿Ø³ø+ P8,B¢"âaª^úÇók@Lw ÔŽý ªÖêøqßòi@.?‡[_ ~ói@*9„UE\4ÿ£ ói@g§ãf·­Ç±„ót0ßïôVhy¯ âÂá\´ìã¸á”iÏ[Hæ¹±Þ¨¨¨ÝÑhFi DkNFµ6j9Q?~€Éa¤ÿñüuþ)…‘ÿOÆ_á 2ØS­¾Ø‹üå 2Øóiö¯üe 3¥ÿ„ßZ¡˜Äzî÷}õþ3FÅÓUûë@g Wµè ñ¿Å ¡ž(Ì]ØŸz‚†xâ mq5~âP ?àø©AAcã.ñÆ¿ÍJ!c¢ð¢_æ'ðPPDX¸KkÄâ7ø(…‰€¶ÿAÿÅ·ø(ÈÇÿð ÿ“oðP Ž["Àÿ&ßà ¶¾62ý"oðP ˆ[_~³ø(ÇpËkâb/³ìYüãxE·úžü€ÿ‚€PTáÚP ;i@ÜÛ·üãM°èÄ <ŠË„kå@"ÁУš1Ð㕞1Ð [i@"!m¥€…¶”BÔBÔbÚP ˆ>TaÚP ;i@*í¥ C¶”¡ÚP „;i@,í@,í¥¨A¶”ÁÚP i@.í¥°C¶”Á•°C¶”Œ¸í?z€ð'0?õÖ_ÿÏHÿœu>š1Ð㕜1ÐTˆ…µ…µ…¶”B•˜…å@( í¥ Cµ C@(í¥¨Cµ¨Cå@,í¥¨C¶”ÁÚP ;i@,í¥°¶”áÚP ;i@,m¥°A{i@Ü Û·œçM¸þKú1( ²ñ¾ÖÐ {i@g ~TxÅ@g T€…@"!m@$!m@$!m@&!m@&m¥ C¶”ÚP >T•¨C¶”Á•¨C¶”ÁÚP ;i@,í¥°C¶”À•°C¶”áÚP ;i@,yP 0>ã´ü <Ìýw˜Óÿ~‘ÿ8ê|:8c 3Ä=´ 3Ä* m(D-´ ¼¨„-¨‚-¨Â´ vÒ€P!ÛJ@‡j@‡Ê€X!Ú€T!ÛJP‡m(‚´ vÒ€\!ÛJ`ƒm(‚´ |¨‚*p‡m(‚´ vÒ€ãýÅ »uÎÖÛqìŸôRPã™x _äÐ ~TpÇ@ 1PâÚPˆT"•ˆ…µ…¶”b•˜C¶”‚ÔÚP ;i@*í¥¨C¶”¡ÚP ;i@*í¥°Cå@,í¥°C¶”ÀÚP „i@,m¥°C¶”ᕨC¶”Œ¸í?hϾdwÍæÛ:Gü㨈Ƕ”xÇå@ 1P ^T"•ˆ…¶”BÚP ˆ^TbÔaÔ‚ÚP „;i@(í¥¨C¶”¡•¨C¶”ÁÚP ;i@,í¥°A¶”Á•°Aµ¸A¶”ÁÚP i@,í¥°C¶”î8mÛŽz¶ÿ»Ù?褠??Ø¡Þuö¶€pcÛJc€…å@ !Pˆ[P [P ^TBÚP >TaÔÚP >TÚP „;i@*í@,í¥°C¶”¡ÚP ;i@,í¥¸C¶”ÁÚP ;i@,í¥°Cå@.í¥°Cµ°C¶”îP­Û^à.Öã™Eÿª’€üûa‡||UþEøÅå@ 1PT"ÔBÖJ! €L"ÛJ0‡j0‡m(B´ |¨B´ v |¨B´ vÒ€X!Ú€X!ÛJ`‡m(‚´ vÒ€\!ÛJ`‡j`‡m(‚´ vÒ€X!ÛJ6Üvž ûÔç›(.œ¾Un‰0è‹íûGP3ùö ¼¨-´ ¨„-´ ¶ |¨Â*@‡m(´ vÒ€P!ÛJ`‡Ê€T!ÛJ`‡m(‚´ 6Ò€X!Ú€X ò vÒ€\ ÛJ`m(‚ ´ vÒ€X!ÛJ`‡m(‚´ 8ÇsCnÙw }œo)ý”ç¿Ëã!¯ò(D!Ј[i@"!m¥…@$!P [i@& Ð >TÔÚP „>T¡ÚP „;P ;i@*í¥°C¶”ÁÚP ;i@.í¥°A¶”ÁÚP „;i@,í@,yP ;i@,m¥¨C¶”l¸í?z€üïdGþ´É/OMå›Ýö{ëDþˆ^T"Ô"ÚP [P ˆ[P „;i@&í¥ C¶”•¨C¶”¡ÚP „;i@,í¥°C¶”¡ÚP i@,í¥¸A¶”¡ÚP €;i@,í¥°C¶”ÁÚP „;i@,í¥¨C¶”ÁÚP[º·l;ˆ¶ÛŒå¢€üôqáß}£ÿ É„/* €HBò ¨Ä/*1j0‡Ê€P!ÛJP‡m(¨‚´ v 6Ò€X!ÛJ`‡m(‚´ 6Ò€X ò vÒ€X ò 6Ò€X!ÛJ`‡m(‚´ v vÒ€T ÛJ6Üvž @~vrBÿZä´ÿÞÍÿ8ê ÏôBò ¼¨„/* ‡j1j@‡m(ÂP‡m(`‡m(B´ v v vÒ€X!ÛJp‡m(‚¨‚ ¨‚´ v v v |¨‚*P‡j`‡m(B¨+Ý ÿ²îã᜷ô2О2;á±ëÿÝ…hT!m@$!P [P ˆ;P „;i@(í¥˜Cµ¨C¶”¡•¨C¶”¡ÚP „4ÁÚP i@,m¥°Cå@,m¥°A¶”áÚP ;i@,í¥¸Cå@,ùP „>TÁÚP „;i@*í¥›î;èZó©b;'‘suGJ2¢ùu­ýˆ^TA•˜…å@&í@&í¥ Cµ C¶”¡ÚP „;i@*í¥¨C¶”ÁÚP ;i@,.šP ;i@,m@.m@,í¥°A¶”ÁÚP >TÁÚP ;P ;i@*í¥°C¶”¡ÚPGº¢éígrÛq|²ÿÔË@~wx¨ï‚Æ-·~úиBÛJ1€HBÛJ@†€L!Ú€P!ò vÒ€T!ÛJP‡m(B´ |¨B´ vÒ€\ ÛJ`‡m(‚ ´ 6Ò€X!ÛJpƒm(‚*`‡Ê€X!ò |¨B´ vÒ€T!ÛJP‡m(˜qÚx-ùÉ(¿ÒdY4õ_ùKC,˶҆Â-¨Â´ vÒ€P"ÛJ@‡m(B¨B*P‡m(‚´ vÒ€X!ÛJ`‡m(‚´ vÒ€X!ÛJ`ƒm(‚ ´ vÒ€X!Ú€T!ÛJ`ƒm(‚P‡m(‚´ hB*‡wd6í?rôÛŠåÿ¡–€üíqßâ—Úýõ 9…¶”aÔbÚP ˆ;i@(í¥¨C¶”Ô¡ÚP ;i@*í¥°C¶”ÁÚP ;i@,í¥°C¶”ÁÚP „i@,m¥°Cµ°C¶”ÁÚP ;i@*í@,í¥¨Cå@*í@*Ð 0>ã¾… ?8å¶T†®í+ÑWùË@̱ m(¨@‡m(´ v |¨B*P‡j`‡m(‚´ v vÒ€XÛJ`ƒÊ€\ ÛJ`‡m(‚´ |¨‚´ vÒ€X!ÛJP‡jP‡jP‡m(B´ vÒ€á½Ûû&înŸ÷W1ý´ç[†üo¾Ð'ï­Í„/*0‡j@‡Ê€P!Ú€P! v |¨B´ v 6 v vÒ€X!ÛJpƒm(‚ `ƒm(‚´ vÒ€X!ÛJ`‡m(‚´ vÒ€T!ÛJP‡Ê€T!ò vÒ€T!ÛJÜvž @~qHÅ$“½×W<Žs•wº¹hš ùP „>TÚP ;i@*í¥¨C¶”¡ÚP ;i@*ùP ;i@,í¥°C¶”ÁÚP „;i@,m¥°C¶”ÁÚP „;P ;i@*ùP ;P „>TÁÚP „;P „;i@&í¥¨ƒ¶” îè­Ú>篳Šf?¡€üéðaߌa—Úýõ 9ØC¶”a• Cå@*í¥ C¶”¡ÚP ;i@*í¥°C¶”ÁÚP „;i@.m¥°C¶”ÁÚP i@.í¥°C¶”ÁÚP ;i@,í¥°C¶”¡Ô¡ÚP „;P „>TÚP ;P°>ã´ðZ󂃹¾×*þí ±‡m(`PAÛJP‡m(´ vÒ€T!ÛJ`‡m(‚´ vÒ€\!ÛJ`‡m(‚ ´ vÒ€X!ò 6Ò€X!Ú€X!ÛJ`ƒj`‡m(B´ vÒ€T! vÒ€T!ÛJ@‡j@†€L!ÛJ„÷€VítWÙij?Ð@~t8ú¸¦m¼týõ 9øC¶”Ô¡ÚP „;i@(í¥°C¶”ÁÚP „;i@,í¥°C¶”Á ¸Aå@,í¥°Cå@,í¥¸Cå@*í¥°A¶”ÁÚP ;i@*í¥¨Cµ¨C¶”¡• C¶”ÔaÚP°^ã´ðZó‚ÀÙîEÕQWTÖ†^bAÚPÀ C¶”¡•¨C¶”¡ÚP „;i@,í¥°Cµ°Aå@,í¥°A¶”ÁÚP „>TÁÚP ;P ;i@,í¥°C¶”ÁÚP „;i@*í¥¨C¶”¡ÚP ;P ;i@(!m¥˜…å@pnñ ýwKÃþÉf¿ š€üèvðWâ¶ñÓ÷Ö€Øa• C¶”¡Ô¡ÚP „;i@,í¥¨C¶”ÁÚP ;i@.í¥°A¶”Á•°C¶”áÚP „;i@.í¥°C¶”ÁÚP „;P „;i@,í@*í¥ Cµ C¶”Ô‚ÔBÚP´^ë´ðZóˆƒë)üw*ím×Ù@ í¥¨Cµ¨C¶”¡ÚP ;P „;i@,í¥°C¶”áÚP ;i@,m¥°A¶”Á•¸C¶”ÁÚP ;i@,m@*í¥°C¶”¡ÚP „>TÚP „;i@(í¥˜C¶”bÔbÚP¼ƒ·g»¨¾Î#šTÿô& ?:·W ãË팟”´Çh´ vÒ€X!ÛJP‡j`‡m(‚´ vÒ€X!Ú€Xò 6Ò€\!Ú€X ÛJ`‡jpƒÊ€T!Ú€X! vÒ€T!ÛJP‡m(B´ vÒ€T!ò vÒ€L!Ú€LB ¶Ò€Ïh½Ç} @~q 9Qe vÒ€P!ÛJ`‡m(B´ vÒ€X!ò vÒ€X!ÛJ`‡m(‚*`‡m(´ vÒ€X!ÛJ`‡m(‚¨‚´ v vÒ€T!ÛJP‡m(*@‡j0‹m(Ä*1 j! jwœ_ìsº¿øC5ýÔçC¶B¿ã‹íŠŸ”´Ì|¨B´ vÒ€X!ÛJPm(‚´ vÒ€X!ò vÒ€X!ÛJ`‡m(‚´ v vÒ€X!ÛJP‡m(‚¨B¨B´ vÒ€T!ÛJ@‡m(*0Š€LBÚ€LBÛJ j‹Ývž @~r%#Šç&žKDB´ vÒ€T!ÛJ`‡Ê€X!ÛJ`‡m(‚´ vÒ€\ ÛJ`ƒÊ€X!ò vÒ€X!ÛJp‡m(B´ vÒ€T!ò vÒ€T!ÛJP‡m(´ vÒ€PB ¶Ò€HBÛJ! j! €à=èûîµÿT3_ÐM@~t;Z+ð>2¾Ø‰ùK@m‡m(B´ vÒ€X!Ú€T!ÛJpƒm(‚´ vÒ€X ÛJ`‡Ê€\!ÛJ`‡j`‡m(‚´ |¨B´ vÒ€T!ÛJP‡m(*@‡j@‡j1 Ê€PBÛJ! €HBÛJ Ê€Ïh½Ç} @~r‚%uœ©«µ_»DeŠ„iCÁÚP ;i@*í¥¸A¶”ÁÚP ;i@,í¥°Cå@,ùP „;i@,yP ;i@,í¥¨C¶”Á•¨C¶”¡ÚP ;i@*í¥ C¶”bÚP ˆ;i@&!m¥…¶”"ÚPˆ[i@kþõÝ™îÊû8~mê ?:]§Wâëmâ'å-µB¨B´ 6 vÒ€X!Ú€X ò vÒ€\ÛJ`‡m(‚´ vÒ€XÛJ`‡m(‚*`‡m(B¨B´ vÒ€P!ÛJP‡Ê€P!ÛJ1m(Ä! Ê€HB ¶ ¨ öÜwдç20nÁ­·jV—˜ÀC¶•“ÁÔÁÚP ;P i@,í¥°A¶”áÚP ;i@,í¥°C¶”ÁÚP ;i@,í¥¨C¶”¡ÚP „;i@*ùP ;i@(m¥ Eå@& í@$!yP ^TB•€…µˆ…@kÎöŽÝ—îׇýŽÎ@5ùÖíº»wÅÛ ?)h ²í¥¨C¶”ÁÚP >TÁÚP „;i@,m¥°Cµ°C¶”àÚP i@,í¥°C¶”¡ÚP „;i@,í¥¨C¶”Ô  Cå@(í¥…µ˜…¶”"ÚP [i@"!m¥€…µšÑû«§…ùÓŠ.¦ ÝΦ¢ô6öK¦É{­ÀC¶”ÁÚP ;i@.í¥¨C¶”áÚP ;i@,í¥¸¶”ÁÚP ;i@*í¥°C¶”¡ÚP ;i@(í¥¨C@(í¥ C¶”‚•˜ƒµ…å@$!yP [i@"!yP [P [Pï½Ã·e»¶¾Îœþ€jó±Ù±uv߉-·„Ÿ”êo;i@,í¥°C¶”ÁÚP i@,í¥°Cå@.í¥°¶”ÁÚP ;i@,í¥¨C¶”ÁÚP „;i@*í¥ C¶”ÚP ;i@( í@$!m¥˜…å@$!m¥ˆ…@"!m@ 1yP TkGçlúo«§Þ vÒ€\!ÛJP‡m( ´ vÒ€\ ÛJ`‡m(‚´ vÒ€X!ÛJ`‡m(B´ vÒ€T!ÛJP‡m(´ vÒ€PA hÄ/*1 Ê€HBÚ€DBÚ€DBÛJm(:T¡ÚP „;P ;P „;i@( Ð „[i@$!yP ^T"ÚPˆ[P{i@ 1ùPã˜Ñû«ô-ùãŽ.¤jÛtE¢á•°A¶”ÁÚP „4ÁÚP ;i@.í@*í@.í¥¨C¶”Á•¨C¶”¡ÚP „;i@*í¥ C¶”‚•˜…µ˜ƒ@&!m¥…å@$!m@ !m@ !m¥€Ç@gŒ~TpÇ@kžøýŠwwOû›œþ€jóÅÙuv»†-·€Ÿ”êsi@*m¥¸C¶”ÁÚP ;i@.í¥°C¶”ÁÚP ;i@,í¥¨C¶”ÁÚP „;i@*í¥ Cå@(í¥ Eå@&m@& í@$!m@&!m@"!PT€Çµž1ÐÃÔcGî¯Ð´ç¦ ~Ìz~ ~õÐC¶”ÀÚP i@,í¥°¶”áÚP ;i@,í¥°C¶”¡ÚP ;i@*í¥¨C¶”ÚP >T‚ÚP [i@&!m¥ƒ¶”BÚP [i@"!yP^TxÇå@gŒtxǵš1Ðß¾Lÿb}ÝÿÁ™ßè ?<ýŠWjxJÛ|z~[¨ Öí¥°A¶”áÚP ;i@,í¥°C¶”ÁÚP >TÁÚP „>TÁ•¨C¶”¡ÚP „;P „>T‚ÔbÔbÚP ˆ[P [i@"!m¥ˆÅ@ !m¥ž1ùPãœ1í¥š1Ðgº¿BП8û1éø)ûÔ!•°C¶”ÁÚP €>TÁ•°C¶”ÁÚP ;P 4¡ÚP „>T¡ÚP „>T• C¶”bÚP ˆ;i@&!m¥ˆ…å@$!m¥ˆ…µ€…¶”•ž1ÐÕš1ЬÚP×¾lÿb]ÞÓþæg €ü÷ö]]¥àëmñíü·P¼!ÛJ`‡o `‡m(´ 6Ò€X ÛJ`‡Ê€T!ÛJ`‡j`‡m(B´ vÒ€T!ÛJ@‡m(1j1 m(„-¨„* j j €@CÛJ8cÚ€Ïè ÑŽ€Ìc( ´gº¿EùþŠQU5éJm(‚-h‚´ 6Ò€X!ò vÒ€T!ÛJ`‡m(B´ vÒ€P!ÛJP‡m(´ |¨Ä´ ¼¨Ä-´ ¶Ò€DBÛJ €DCÛJž”¡èÒ€P=P ‹¢€L]P ‹¢€H]P £JtÐâèÒ€D}:Pãé 3‡Ó@g§J0}4k:h ¶Z€Öòèý‰÷w©Uûº¢]öx](ÏßËß§ûà:­ÿF¶úxõº€Þáôô §¥°}=(ƒéé@,OJ`úzP ¢€T>ž”¡èÒ€T=P ‡¢€P=P £J1ti@&.(…Ñ@$.Š!ti@ >ŠtÐãéÒ€@}:PÃé 3GÓ@f¦€ËgM˜Îš%-Ò¿EÿÙruby-prawn-2.4.0.orig/data/images/blend_modes_top_layer.jpg0000644000000000000000000034206713772706672022526 0ustar rootrootÿØÿàJFIFddÿìDuckyPÿîAdobedÀÿÛ„      ÿÀÍÏÿÄÚ   !1AQ"aq2B#‘¡R±ÁbÒ3$”VÑr‚Cu7 ’¢²ÂS4%ðásƒ“³U&ñc£D56'ÃTdte(!1AQaq‘"2¡±ðÁÑBR#áñr3b‚’¢²$ÂÒCScs4£D%ÿÚ ?ë6&fP>®òÛmøõÓë‡%3w‘QÆÇ®ÝÃôk©4^&²Ï$ä€ÊУúuÅÔŠóWÓà>x@ôÁdâ7P?Ç¥5!ëOãY—ø÷…Qž¼‘­|%5Š}·G>ï‡PFÿf®ºî²¯bò¤ä  ·Z)+ÌŽÛÊÄ~ºã2C–X¨ËܲÄWO—éÒÈ)5ä±LEIƒbÒJXK~kä¸=Le•­_!>JòTŽƒ?·#eMâöˆ.7øh‰º•…“.Ž{‹C«ÔÇÌ‚?ºøöwÀyöÒäu)ÔªšÕ±Žì28`Ѱ'§Q®5ÄbY\Århñ¨#êßf_^‡N™ªz(W”RB¶]YT‰@ôi!À9tƒ¥aK€¡vOâ ÝKØìW»¡;z×®†»¬…ËpÉ©û–°óû3 %•KEÝó致þ±¡Ì#%ÐàìÖ£óÜ›Š×k-ȟк˜ŸoÁÓ¹OëÛMž—NK6 ÕK1ÈòÅ5Ol3L Æ…½7‘w^»|uÑ"£‚æºVö£Bèï«Ý*A§ÌtÒ[‚éÅk-FÌ U'còÐ…ZóÈù?ðÊj š|~ì½äwÖf ·Q×®–ÌÔ‘ÿ뿬/Ÿ,ðHòõ=øãþ,dú~òìFÇM\ŨT&íäÒUMæ7Z1Dð@H£$P;аÀôë¾£P AL‚îHõ†kNøO rìUW3Ãf‡’ÔŽ5K÷—½ã‚â™ÅB7Ül6m‡ÇäuÖ¾€š¤¿´±„“€qñPåðG%§ŸÈqv£÷%juÔŸÉVTŽoes2$üNߤ¹þ½vW°—bqë\‚+»³ s!cÒ)ÅÕÈ‘…I+S>Cù}©ò0“ש"¬3g©ÌáG´lh!ûHßã¹Ô†Ã_#†%çSÀõ¥<ÕÁ´'ÂÞ\1Yõy¶/ÈVÇ`žì•^9fI{G´@'Ù[mÐn¹·êHúwÐÔÐ*{›Yp|Ž9úˆ€¥<4Ìॹ¹½™ëÉj™ m$M 'Þ1î½ph…Ó¡õôÒ!pŽ:@¦êUÛ¤F{ èœÃêÌ(GÝpãNyrOªüó#ᘎfµ6Æà¥±~­ŠíüGšâ4{Í.å\ª¶ÛtØjK/ Ç>ô» WÊIŠ7Šs¿JqI/ Юü£ÃQA»×ã¼P.Bp„$r‰&?P,Ì»jê+†–7™úÔi%¨x8Ò«©bˆGÛg‰v–À+Õ4š–Ü”®;ÈáTô†Ý´¢“E®½U^–UȲ3(ùºâê¬ßu‘¼(°ÿX¿…ˆù÷SJ '̘Ôî,*Af¬ÐCjÌ7FTEPÀžÚÊÕøSÊñGf(ä«"JoÚ­¿]´ó$8…÷ùB–HÊ0ôßÐiD)5Xެ‹!ô!I]ý:|ô‡%„»Îù^=Èø—ZõîÉÉì&ý³@Ýü@ƒÕ@F$Ÿ—M*6Ö´à¬`²d–ÒL÷ €2SVœÁ1ØÒe ÝZ-÷è í쎕[‚ØEzZîA=ÊÊ6Ã]kËJá`+cüÆ9B.À÷ ˜zôá–©(¼ h§•O¹¿QóÛIk…HJ àµïÆñ÷›¹‡ñ{{‡]†ûìTî§õ)¬ä(ŽO‰ÞÅ–µ„ŸÛ‡tJYëëÙ¹OêKÚ[’è!Ëäù;±2T…µ=Kìa—ÿYô ô¥Ñg×¥b5‘„•Ÿ³ºÂö¯~Ûö‡ê¤íøë¦7SPÉsX…o 1šîÈAß}¶;¿N’ÓDJÒÛö÷¯¡ÿ“BR­Ü~Êy랊­d,7îRTŽý7ÛNF1OÉÿë·úŠÐycÇqå'ŠÊFwsÙ0¡ î£\ÃSP¹o.B«|ÛÇ"´Òˆ ö}ÑíHcw/]·éê>zhŠHÉJŽåþ›¢Âò …:rÇ5W%áóÿx.,âË[Zåî­°Ýý³}{ ºô ƒ¥Fý45ã—ÔÚ‹¢3W4’ãâ.fNR˜S ¸â³ø«,·m}(…U%Ž6–AºG$Š;Šbývôé®h0ÇæœdwwOl—²20 ðä×L5 â´Ód¡ÆµÉ2x+xêÙ~ÛÑN³EfMÔI³`Á7»¡|tø„ÓÂài…2Pfqõä.Pë­\MW/…£Îñ5ŒüŽš“vYÈ8Vj…Ù»™P ?MÂý )$nwÔGÛ¿Ó šW óuhû–I¡ÎÑæÖE5šøOÄhh2¡[X2r>Z+…’ä£VFëî$ŒÝð1Û~Æ»úém5€ @åôæ ͱuÉ s\ ü4€1Àäi\J|rŽa’ç¼R†#Zš'ÃɇÇKP0FY–InÆFfH=Nûiø÷Òâ§ØÚÈö#Å•£kAåuOG>*¶±~åmg­;Œ,<^,LVÂÅÌ`«:† ç}õtghh§%\ùǦÒn1 ¿nC•ãY Æ Û|qsøKÉDà¶6ùF £×«–”à®\=µ+dG±ï0Û¹crLoê?eŽa+)§‚1,é*´&âèÀ¿HßB#βöûÎOGÀÜÜò™F–Þ Ígq(}¾Ñ—¬x:oXë3sýÇu•{”u*ëÉ¾æ«øËÆy¯'çøTYú¾A67ò8éÚÃó£‰X:3(ÇuëøjÖÖ6ú ¡Ü¹á؇Ã?ñûeäëWy¦gÇw$Ø=NI6*©> Z©î¿–ac¸QG9§­Ÿçük–ÓL§ä˜gŒšOoó›ñ³+m¿cFwe?U÷1¶!ZÔ)𼿠uåÜvþSÆõrÂ$Ÿ7'æwHÒx$~ÇRÛÐwi¸)ª¼V›fŒºÞ위ißN¤–q(õÔ2HòÈ€m± +žšDÅgXì²Åb*ÐwÆÊNãoMÏÇ\h4]$U|{£ªŽ…ºï®®Sêg(žâßmýmî¢XYÕ®º•º³ôùFºÇ”—6«küÒ@l~Á=[Ôéï^ƒߥU™-Ú³t'½¸„Û¹‡ Eù=5*6\NA2ýLëUs‘ùñ,›|§‹aíøó#,qÙ‡ ßÇÅÜ6“Þï"mVî£a¡×.4¥Ä8êM4ã~ôqä°ËÔ´‹5Yâ=é ÝOÓÓÓ×q¦$f“†G$ã^1Ía½Œåq-V[q¯í»ÆÛþr‚¿Ò›KíH :7~ä*´Žõž‡™%Ib"´®m0S”á¥FÑSåô·"Ÿx|•„É㡵\°ÚPàúlF–å¥)y ‚ôLV0zm¶ÚAŒœkèRW+âÊo,ò=ägu—¸¯ÔGB¯MEu²—äŒò¸Š‚QKNOâ—š+-ަ­q¢vî= 0Œö È;n@iñ¸d—¡Ô4ù(‡ð‰Žå˧»4öC^IbW_©;Xqõ~šìM{óˆq†ðÐ\ i¨åÉ+<‰ãHøÞRþ@a¢žÎLµ„H_Ëöª2( ƒuº|¸Š’ 1î’š¥)ñèU¹¸£Åž¥ü¦Äöoä/¢P©mBÌOl{;“·§ítØo°Ô“8p£E,öõüç9 ê¡h:_—˜ P7¥M¨Ê ¬.GŒ³mq¹YG¹.ð5ætê;•dØ0ܪH×uŠdfŠ 9&÷ã 0;‚Yzzh(U»î§¯‰q‘/¤¹®>£oŽöÁÒÂAó&fzaŽÆÙ¸Ñû‡Y¤hý7öãîÛõí¬›Æjþ¸*‘̾î±^ñ玹Ï2à›¯Ì冽¦ÁXü•Ší5g²e /|n^Ý·_žú¿dmôÆ|îxy© ÿÄ퓘µj‹ä›œ6í¦X×Ë1ΉÜÇ`‹j¸–3¹ø–K c‡$Ógp8…ipü³ȪU½Çòx~Yˆ¾«äp×â±Øv#â ­¸cb#ÕXDâñÉ*ù…Þ]à2Y¡Ùn…9­ûÓ¨YG‘ÜÜ ¹Û¯®ˆ@¡¦kGnÏÿäÎãøÚ;SÓòGÚŒ°Jñl£×nÁ¶ÚiíÅgÚáEï"ÍÄdF ¨ªNßÔuÐ P¼}Ñ·h%{Nûè\zµ†ˆwÄ~¦êXé·8×°ʽև´ìv}_Ò˜ô‡6«drµ“ÛüÑí_ƒzïútñ¸4Hœ—ÖZôPâ%½E¼ÝV½bvHß²¥€;/Å¿ KˆµÍÖqæ˜v tŒ ¬Ry—`supžOÁbOÎÞÐÏak½g¡+ý1,È]–Dønzþ:K®|/OBX€7ÄÒIéM—â·é——q„dîžÑÙXz‚U þG{ÓDès]ŠÖK{/N)å%±î £øm¿õ©þ‘¦ø%$WŒ2.ùŸËÖ„ÍqõBO‘lñîeöÛðíc§XÐ2)ù_ù,âSÛ1ІÄ@ö‰Øî:ë®QšRƒ’ð˜nýk¶çqÓå¦ßpKkè“7üWM\¿äcïŽW’9BŽå/êwý5ÛÑKm䥠šÇ:%?1ñ5ÉißþIQVÉRCl7ïg]ÏPwØvÓR1ààÐÈÇ$$ŒéôãÚ±¸W… §ˆ…­Ö[n=éš´ñ« e?èÉf Ù±§"kâ8&AŠ6–\s&´ûU~æž8‡ŠÛ½PâÄÏjF–{±v¬±‹ ] ‚7h%Wq§½B5pKˆG^æ€ç8áP0éú´üR&‡·[/xwþgrHm[±^êìÿ–XÙÔNz…ß§C»tjC¦4ƒC5°`kˇ‹W…¦Žoõ PÀq ƒFåuÈ½ÈØâ(S§ =°Î•¿2aÚXLJãèïß§èë×mDm¹y3_…y«k˜äiı‚ÌŒ¢(÷hWbÏÛ¸Ûa×VRÛ†ÊÒ~\zULŒ."}`¸†Nîâ0Ç‚þ)ˆõ§š±µº•v î)mˆØí¾­“—3¼û–çîKÇír¼¬'1n8iÍ;ØöYmJ¨ê]LÑ6Ý ”qÐ µfbóÝÑ‚©mäÑ Ò„ê¡ó á^Å6áß8Œ&f·9¯²<‡‘ÒÉ_æø+i–U]Ú9¦‰‚ÄJFʤõm¹êt¸‹žTç]zq¿׿¬”|½Ã9'„y¿Å]ÈË“Z6©Õkðª´î§F’/£Ðtm€Óñ;V ‰7uè5 Ãñ¸Ñ8G”·q8xoŽçòÈuž¹Y#™ZˆÏ„…Ë>U‚ÿÛVn”lVÆG—HžÎìÍNÀìz¶øjÖÜ~KB9£Éèú— ¤ã®—ìD¨KÁy«ö’/siÒh˜º€=*óãAK!5y fÇe˜\Ç*Ç£©V~Tó­<>EÙŽDñ=Ï·Ø yfŠ•GiÉ%x‹³¹mÊõ'NEBIŽÔÒ,/Ðë”ãqñû}ËØÌ[³M>OÌ5• +ä6øÇÅ1ñëJåUø…NWfÅ,%»O%y'¬¨ò‰$_Úd]‹ Ž¥ÛFÙZ\M1¢3Ë ªßñžWãÞ{N;¼3™ayR8Ý ¯eö?8C‰Gë],ÚW#T†ÝŽ8,«Èµ$H²Æë¸öäBúêۆÝBèœ*ä2÷¤{ÃÚ? 2)t_¬ÁìBŒ Q¾ëóÒ¾ò>êßP‚3Jx£;,¶T•ø} ¸ÿ¬ £c=%D–¥ã -w ÀTÍbîR³ÉÑua¸ Žœq\i¢Òxºv¥ÃF.rKq»Ò㻘zFrÔ4Hí1ƒÈ¤´UäsS¹¡¯`¼ˆÊVBÓ$´â¢£5U+â)¿ÜæY퇆«7AÕžT莡K'ÿ¿ãú“¢ïŒ=+RÓs·X˜ ýcªÿVœ!CFíÔÏTVÙÊB7'Ü_mÿòÓqý#I]ZmÐNJ¬Ø¿t:¶êHua×Ô€4§FZ+}Jú|5;%¦¬c³^AÒXʺŸÐ˸Óe¡,9c/‚>ò±Ôƒã®Qt¹*|Á#ÌUg5—Ý 8v-Ô~½7q[^)ÈdÒTzq,ö|ÝuKËKjðB«`ÇQ\±=¥Iõ,­Ó¦Ú#K1Jt­.>b¼¾™,/&øKÛÀ$¸,mXžÔGP×F™V@Þöûû†C!ß}q¬Â­Ì%Å+YáÒ8ü~ÅCÿámüém¦"JÙ^2$·ù¤”Š‘T€4f#Ô€öìvßNEvKƒi™ 4ûtZKªA^u<BéOÚkEÙO™ãyá7Š´·ˆì”•H ‚„nê¯YÁQÌN“NEQ¥ò/8䯻s—^¶pµÕ°“M!²kÏjË´¬žèRÀ’®åI߸¨amNf¸uUV2öOQ¦ºZB+u=éÁão¿Ž)ËóPx÷?ã<¶37¸¥˜æ˜±Õ®ÖPˆ%°õ&ßñ*«·^š~=NðSä¹5ºÅIâœmò¯çž4ãXü «}3¸Fu¹²Íwvb¤®ÿ¿£OFíB©†_Äùt Ö¼•¢çKHzHõê!mõ™xÁjÁqçî«[ÁÞÆ@ÄÊòC$°nÛoOwiý>£WÍkTÍóôÍsC†áXr~3aT²q»Ÿ@+£úõÉá+°6®iWÇ€ ¿ÃZ¤òU–\¥k¤h\†´ îÈTF©Ÿ¢ÇØ»Ì%¼ÕhÐÿªñË îB9¯ý/]9ISØÒ6Gžr„òÇeBW©ˆ•м@Ѐi“'ˆ¬Ø·ç¾}ðÿ¹‹ùœQáù~KGùޤS­ik¬Ícf4tFïB6mµ:Zö‰Q$”±Ô¡ qSÌ.Wˆs iâ\“ÊkÊ ¬¸[µï(æ±9qúƃiË6í¼JƶÑÃ1‰»ÕÐuFR¤mócªÉF‡–§Fu6¡{Ç!o÷·]ÿäÓm8¥¾T¤¶XH P×õéMÅÅÉHª×FÇÔNê²K( É þ«(¼1ÒJ†ü^Jˆó¾)S‘ñü…9  ^2cÜnC(ÝHýc]v(i¢ÜðŒ·æ¸oµi¿Š!ü¥™u/\öoý]™úCIIµ$»±R¼ÈýTÇ/qÛá°Ó7‚v¤*­ã,=9|½çm QvqѰéô9mu¢Ž!K¸?‘oÍ9®qv‰ÚZf¦\î…ëþCw/õid(`¨ÝÈs•‰à‡%Öa“úW¹IÑJ®­3ÙÅ÷ÇF91RÈ;„vÓµvßmýÁºŽ¿Ú#]|e´¯ƾ¨|iCº*K REÙ”î~ =tÞ–¼Eï@lHP€Ú º©)äOE—±Ÿ–Pï2¬Œªíéú´ÅÌd€B~ 4 ø†ebãÙL­U[øBÆY«B±›}ÿJ¬ÝHíAò^ïpÒËeLuAn®<þµó?…1OŽ{ø U&öÑÚ,sVO`'l` _í/¶w®úHihniØåm 4QJöÖ¿R§XŸ f¹‹ù¬UWÆäð”ìYÍ_±3½y«×FŸÚ‰‡WsŒnOC¾”ÛÂp§5û\YÖ†£ õ}wrƒ·ók¨ÇcU€>ºÐ*NK‰ÄWyd±¸sV›ÿ¯nÝþ{zé2œJÆ?PsãóUû…<‰“Ì@QÒÔödBå·bŠwØBzi«#V<ôÑ_nÃD0ðWâ¯'Ž-IŽãkóž–B).±Gm±ƒ¸«¡pz鯶¼T ³ õÀŽ Šñþ*Éþô¼µàî]kÇÞBàí–‚X$ÂØ¾±V–jû/µ$RÕHã’6]ÇvÄ©mÐUºÀ>®cëÖ8­Ä»ô-6âÛOLn"££µ7°QDóžeñ·‘x>#‚VÊOÇß!ž‡1[)}`Zܶž´­fF 'hb¤íõ2-l£Kj~Ô§M¶Ü0–NXêSKÚîmGÉTiüIË#ÈÇB|ï»~ôʸ«PÛoª¨=´nðXž›¯]!× . àzpVqûzãÑD[+$±ÁØugðMñKVèmA-Y7c¹%B„o'¡ ªß‹Ôá ‘6Žu…Ø~ZÐÃËüŽœDR+¯¤e*;õ?ˆ])”Tý±Ämw‡¥¿0Ó".+¯iZèAõõ!ñ—fJýïñªYŒw/]° Ge“©`Å=’Ì¿v?–¦@Àcþ$¨Ï‰Ã£í\"àë±òÌñØšygf0ÈÑ"R,„R5i)£Md ÖáUÔy¯Ê˜Y¸Å#Í2™ EJS»âïÌmBÑ×¥=›ËÞÀwFB5G ÖqÄ«çCYVŠ+OîÓqŽ?’Îr®9[‘A‰Æ5É[3c¬’ˆ»AÂÄ“èʘµzš\Úפ]ÙÒ2æ:”ÅepOüEþÚ9BT^Iȳ\*z?óœK5]Ø[÷²ßTjàØ2µÄ*?Ö?"+ÕŠ~ó/ºïñ>;Ç2ü#%Œòt|‚õŸ~ðüÊ'L.Kãx(Fü¶K˜—òÞÕ¡ÑâK*Å   þZEHÌ&ßá4䜘»x_å[r´,E“ÉÇ%a ˆ›ÝR::v±Ü×dp1v¡ŸÜìY"ÁGxƒ},gå¨Ä.• Ƥ†×Üw6›Üwž§£  "‡pFÍݾý=;^¤0Õ݉ÙE-‡KбïÈ›BÿãÓõÁ@ Cš­2Ñ™k¿±<Dz v´ŸÞØô;zõÒ˜)R¸xUíWå5æx%Ërü—…r»ÿ“²™90Ô®X;Ç4r?U ~’ íøi Õ\MB[ƒiVŠñ³ÃñæFš»°ÛŸz£´{ŸÄ‡õè#Uåü³’ÑÃ%|ÕuõY¿>Ãü´§ÅtЬ{—¨:ˆ2ô,â$Øyãî‹}þ§ríúv×H¨¢à$• Z2Óv«$sÄÝÝc`߱餑á]©_­ˆK8Ùad$’êÛMÅ‘Kq¡HKÂ"Äa¼‘’HÀY¸öA”íèMi7×!Š’Õ*i+ÇÚtŸÿÅT–ÿGÁîîÃxìjú5AqäwQT"×ãÕ*w¿º@ùïÝýGm7#«U`sd`ÿ {ÁHþ…þW›Ë\€ ü™¢bNàK+ß²GwM&ÔÖÞ¼IWÛàÓ8o&·äûâÒd+qñø™Ú®C-J…*ƒ –œÈ'‰G½(f1ö‚GÇ®•¢ ãL8&vKã ù5À‘ƒ…A8çГy_¾ÿ!pü÷'ñ·–8{aè_±0Žô‚@Ñ»öÄ«}å|7á¸|ØÃ^âNhM˜B•ò;Ñü¼Kñ¹#r$ ·¦úŸÞß3p†)ÉNßr¥rœF4¶˜þ!VáÖªoñW0§”­$8¥ËÃÞY§ÆMÅP.$ŒH…™‡j)$Žë†:¢´<Ž àûzê ×´³ñ1ÁãàjŸ=ˆŒ÷êÏÂí™Æ#Ç íõ²6`«sz}ñ¾6QÀƒLŠëg*–'óžFžÌß”ãs:Ì7íÛøHWWÓŒ m8)åÄl=rýE=½Õö£U^Òˆ ÿGÏQ\jVhd¹gÿˆ'§g+g/=4íÁ„•ë2–1•’‚‡Óná¹ý?Y[°Q…$¸úrQrkÅUrxþFÖë^µMãÆ½˜e¯3ÀRBÀ)zºjdî£pPíb‹ÔÎçŸ,ã,dÇ0½™«C ïV¦T‹h²¬õkÂÝÒÄ ˜ôîÛçª9Fª“š¼t1Š)Šve¾ò®p/•ä<»‰ŒÅ|{ÃYÂØü´ê²È»òö=ÈdÛÔ‚ËúF‹5ïÐæÖ¼S7ÖÆ6kc²áüT«ÿâ ö»Ëd¨™m…å§ìŽZ¼‡5x ŸìÙ¨mD?Ú#V `5© Ÿõo8i¯V)µÍþì8W·Äñ¼>*^H§˜ Ö¥Êârq{PHÖ b6"9:wë¶¹#CZÐÜT˜bt¥ÄáÖ¥CîÇíçÈN˜ìO’ñ4²³‚ƒ •—ò=ÁÑ‘DýªÄŸI:A$f5Å5±òc`Àb*Ö½RVšÕ‰¼3F̺¥XŸŽúåÃcR¡ó¹z­’Eߺ©% BÔC¨¥SðÛÃgÈtºŽï$™êÐÊ\Ž#ÑHbO¯Ä Ia©%9tŠ!Ð~jÆIÉè7]÷OB‚G“ãíYǵ–䯨¸?9 ÚX”ެ‡àÝz†”OÎ= ·ñÈù çô87)ËYä¼o’A1ãY ‹ûÓWž^JæVú™]I zé 8T·é&áÍ9eáÕ#røÉ¬b¤c¹5œªþhwSúƸ€j¿?%ɨìZÙºëèÊ/?èÛb‡úºâÄ·w;¬yóâ&V¶ÜeT°ùH7Cý:ë…B!g=:¯IL ’ǶêÈCÚ-"Aá]i©^y$Wq‚&Mö,ÇIŒU©dÐ¥§àPc“’Õ0† “F:~ë¡ÔtÔQi.éNÉ%h¬u>ù2¹)ÙJ…ŽO_S°:ÑBr\O²âuʬQ²ÌÙ+^ñ ã%–دÌ?Ó¦H:‰æ°÷:6ƒ•{˪–©TE-y›ºd¿ºoÚT´Ñnàú怜 cõ¤ß˜àý¦«Me>7•½Æ `Ÿ´mºäo®Ÿnk9_ÎaH¼ÓÊ|y÷Àø÷ “Æœ£!—©‰­>Ê(+×­„¼òì-Ø~â°Ë,_ÄVé³+ý>ºŒ±¹Ò‡ '9­µíÓ%'3$ .L]©šàù‹ü×Ý©JÐä`ˆ÷Æ{©ž»ú0ÜzKÌTd³r0ÆòÇ4If»9*Ûî¹Yñ9H›f“³öFÿ]ºr˜%Ç+Øê±Å®è4Sx|¹ÎE³üÅnZ£ Ÿ'‹¹N¶Jd &W6Û€ØïóÔSg vªPô-<>òÝ#ŒFdÖÐ2xþ?|WÏÉx”¾U‡;kIñR©¯%‹&EXä¤ÑÇ#¬é—q&ÃA¨m·Ñ)kpâ8¯F±¿‚_lËs$` a®Óæ4"¥µ®“ÛEh°_u?~!Æy®s»À³öWK˜G2Nߎ%2AnªíY véî*®´7.ÒÕ›²e\ ±üBìÔpô¢ˆª´²NÌÝ •;vÜNº®o•]2„ù{†ÁòF7-Ø6Éß‚YƒÚZO«¨ô:µp¤=Š…ŽÕqÚ˜Üfòâò¸ ”ÖS‰ÉR¹pÞßågI½°ÃöCvíª— «ÊTÓn÷ëöÓÎ,ʼnÈrë¼3”1híPÍP—òÍ4d‰V« Gh õe5!ÖMΤ*vܺºtשLümËx–OξQËU䨉¨YÅâëcn‹°¬V;w-ì´Œû|vÔFѯ8ÕYÌéØ)Ä•okI …‰XæÐÌa†ûn¬7Væ Ô%]¨—–J âvì%»OÏ øéuðö¤ñJ¯&a!Êq{A£FjrÁj`H ŠÁºué¶’Jà˜@ï O¾ìQ§Ä¨:ëLj¤³%‘*ÈÁº=N»Á|IM]Côê¤n=uÅÚ¨†[Œã &Xë ³HÒž¹0±ÛÏfß-ªè<Ö_šš£Ãòñ(,w'aó:b1â)ÇäKÉ´Ñ<{ä);@ìãy2ùвuԈLj&^|%WßµŽè¾Èxõ@¼á‰ ?]Z3%Quý·u’¡=%ÁÐJð8 Y"#f,ˆK¨$tÓ ¬cž$”94à¡k-i)°fNê5‚€výùié×m´›#[V­'¸°¼#ú~JÇß¾Ø^'ÇsI0‹&>ãûcë $¤!IÙziæä¨öóK¦õ¬?¹öásHÜkÆœƒ ̰P¬œ_Ê·šµ1ÎZ™»±-ùê$Œñ-y#m‰èvXÃUz5ÌžBº[㿽ï¶?%K <_=›ŽfeUwÄr:RÔ ±íf,;nvÜ‘§ŸdÑiÖªc¹s°Ó^¥"û~äœrÞgË·=Œ-–årIA Èç‰b^%wRÊ~j,Y¬¯|±×ƒU¸„Ä4”4,Û2‰]ÁüG§ËmI- b}AÉ`daïš>ï@›¨ýz[I”ªç˜X¬Úây1ûجÕy!‚Jû‡±»vùƒ®0âºï*dµv°ë±=?F¸F(/TZ §¦ýWôéK‹Æj1KIH:wè:âíT;ÆñÐÖ2Õ€Òiäf®í%]6Ü)Û®úá @©.>’¬ÁúîûõõÛm5E*L×ät•ZVí“°_Ò:éÑÍ •ºª¾ÕŒÒ?VJÝ߇kš¸UQÉqN°Vr[é_•˜þ‹¯]4åç¯wæƒÓõ¥¶LGí<"©löƨ\¹³m#mŽÇ íÜï¨Û{©‡7;æ¶»è%±Ÿš±äªÅÂÿ*­ßdÓ”˜‚ìw÷o‡ËÓRh²Œ$Ý^!{øûg±˜ÎqÅnC”ÌäpåMùpÉ2we«œ€vVRDJÎ=æsØ õtT7gÒ¨ Ï?ŸJ×ÜYÕïn.ê¥MxrHnSÃbÎøËŒœ¶6¦.ô¹4«O(­d]Œ6,3vÆ«í¨ö#z÷n\ls€¦ rmÄÛþh€2Äÿ˜ýATFkœ;+sp{øøì4v£ˆ’D;{°·À_ê:ïDøœÓ¥Ã˜S‰¶É,Y:«d¡^õ‘6 j/‰Ûû_=r¨iãÅY<Ôàû]æ9 Ò;ؼ×RlJ©î ÚhOqõÜnøm¨×=KÔ#’V{5À¶ŒtÂŽ®f¸ŠtQTYmÍ>.¾)í1qÙ’õôÏ*,O'ÏrªªÃá°:•UæDá†K#Éù]©ÊÚÃØ{4gÝ„÷#!WpO쑾¸æ±âŽ ûkû«'j†G4òŽÔåo;ÙÊT­')ÀPæjRJsØÈ@‹qˆrD~’§eú÷SЖi§CÁ® rÌ|V–w=±ŸÔDÙ s#IÇ¥¹wóàÜ£Ç<‚¥{Ø×³Ç2g ˜©%˜mÖ®e£,û¦5ç«!= 9m¾’Û@’5Ùv…}oºm×±’^b5;sË1ÈÓ­4xÎ6¾rZ9,SÅÃ~íØ«`Œ3ŒÍÙ"ÆÞž½5LS4¿ c=»®mœmˆ9¦šMkLúkЪ'=ÅIGŸs±b»×öÚÕ‘ ïîYv÷lû|5kxuF+;e ‘‡´ƒŽb‹wÇk÷ljBæ5u°ª¿{ÀßúõyU™ó¥ò‡=£Éy^.6Î'%ŽÉ¤&9ã`²¬”23êú³•çÒ¡1Òz׊Übå&J·fGÛÿ;~š«Î^d DVãÉŠòÏ$‚8‚Šòh©¶Àl\€êÎëÑSÙŠ»QVhö’Ò@ýžŸüú¡+L·³ùK;%¢™?ùO=†¡!‚FãÒÊ/cÜ Þ«NÒ˨;ú«+wšÁS]ڱĺ˜ô.ªÕó¿"á'ðÇ!ò^y7&çxÙïò'Ä$F2’Å l÷£Ô2õý:~\Xæ [Âç“C—5"ÄýÁx§Ë•³C?x3CDzU%†Ä‚!ÞþÙ£“´ ÏkFn%;$N`ñçNO|Š`ãËÒLß墲Øfž4¸#t?åÙ„Ný:jL±šÔqQØð+lÛö+w©éÚwüÆ£Ÿ4åk’ý’cuÜHÙÔô#ã®®…¨Ë·Õðn?ú¦ÿ—@\^x˜^X7íUíü´Û3)ÃPo1ÙLg‰<£’ GâY‰åUÛr#¥+7ýyž`›”ªÃö§“‡#ö‚· 4k ÉÂCí¾ð½˜‰éð%ufÏ*§»þÛºŠ¥ô•#Lnj¥†ça¹…¾‰ÓRyJÂ[;óÛÖ–óˆ€ÄÍî#0hê–=Ïoµ4Á‹lFÀ½tÕƒ©lÆôUl}ÆëxTà›ùÉW)Æê`ñÒ︔êÂÁÑ,¡S»n›ìO^ºyÇH¯ ³»P/¼kkÅaQÂf“Ä\·õ2ù[³™*¥brÖ0“yh¬›Ô²>¦­&ûn§â¿1ñ×U˜æš8P¥TÞÜ`–ËRE.ÿŠQOØ–3ÿX›zƒë®WA¦*Çó³N—Û üµ™,ÇŸ%ÈÕv5÷k¯×ûDl§q¨pê=z¹$•¾ÙÛØöé%¦¾fÓ>ŒÕH½bÞB®6…‰ýÅÅE$Xw騱Í!™£ä»’FÿF¥Õy‰®C%´ãüç”`+vás·°óP²¶"Š^6VÛ²EH`6ìÚKãcÆ )v›­í‹¿&W4r©§vGµ7íùζ]ä»È¸v7’Ù¶k¥›oÒ¸(ÂÈf·OÚ’IÃ0 UÜ6øIÉÆœŽ!i!÷p´M^x‘áwaw…`xï!ñÆW˜Éb2³á£½ˆ§üÆ;’Ãj Ι*³ÈÓÙ°û˜@ÛÙ,;ºôRu\ûw×Hn|•ü[ŽÝs“ÕôèkG+Cðâ™\kroK'µK3‡´–£Ží+ *™$ª”bKoÓq×MØ3ÒœPfû”³[æ [âÞ ŠÜÇ5L‡#Iàh\fÖŠQ·ÈÇ£l~:›yÍTYFèÈqÊlq@aÈb§ú¤0W«›\n˷ïËàuÔÅMø¿2ä\>Í{Ø ·q2ÒÍI~W?Ѥ84œFJ]­ÌÐcȯ#Díã~lÌÙ»j®oÐä°ò&Æ*rÆšµ†ìíŠîhÈ, qÚ~að¶µh¡<¾Å¬²÷}óCY;½F× `8ŽŠçDçòÇ#ðÆ7Ràœ‡Ë„Êàí&1œ©nFÆÉ–‰U¯Cyûœ*È £õO§Mræ3¤P ù§ì÷x¥•Ѿº‰ð‘æÔ•xÀ®7”`dŠM”bŠÄ»bsÓNš‘tÚEآػTç­iøð÷-c” ËÜ® ~™TU óµ~ÿ)êQŽIXCæŸ$…P©W(ðÞE_ñêÎó3ôબ ìLÒ~£Ñw«T+F¶ÜŠœ¹,~# –ì•+D»~ô¬ª?éÐpPîpa] û¨S‡ã^Âã°ÐÐo‚3°øu]J›µ]· —$ÇÛõK|ÏǬA;B”èäe·¬‘ûvÁÛ©F›·Ä§whPϾ?c“ùë”Ó¯$ÑOŠã˜ë_˜ªæ+*ãVCÛ*•`G¨Øü5.íú @qÃæ£ÚF «ÃXÒöâÛûOsz‰ Áx³Éù"ÁpCÆq¼¦W–©P¬’I *ò©g‡ñ£íPwÙÏÑÓLz-¯„Såܵ–¾î¼\&…Àb8œ2Sœ0ðï&òÕ /Š8½Þ=„7LÛ“Zi`½Z´¦&x¡wÄKnB“¸]µÉØuƒAJ޵Û=Öãs1Ö+ßR3Éøå^BÇ©fmê\‘KHݧNߊ57µš¸•6ñ”BÇ2âvî$ÉF~1?àÔ oîµZ^@þ¤à°ûy¬Ùí~q>=?5!ëý‘{Å3b1N Ü»³ €=vùj£Š»¢ÑÃMÈü‰ãü<íçªÜvÆáØ‘úVâ«opŒ«‘÷wo'â`~3ŒP»üåaú=tõÉ ­3¶ëZ¿´š6'òg"½î•bÃÁõöYä¶¾Û‚6=ë¢ÛÎåL:ûªÂ_Ëy{Î܃rÞ:ÏÎÝ´ocæz³)6$v&GúNߎŸ¹‰ÚÑø~@"(šû|yŠˆñ_,yA0#&r—1ÄèŽÙ; Ý«¸Q$¶õ'Léý6ŒV«„}çónÆ0•3¸Ø9ŽŽÀŸÍ,Ìó.^äLû³’C ïèJžƒm;¡´Ä(î„ÔÐãÓ’µüîׂyK–áx~?Žçqù|¹hêZ° zÌ+·ºÌÌŽ ‚«Ó§®¢ J|kAVîµÜbÊ´¸£»?t±ÓygubR"ÝîèJ‚4DÂEBjG†š³Ìf"ÿKîÅWÛ*CnÌövß~º] W*)È󔱘ÎM,÷¡®d«fÃûbKÄ…O©$A«Nj®CFöźVhÒÇÄdhc¹‰Ì]™Á'´õõm4âÖ…ˆt2Ëåq8p)yËqˆgÁIX3OlO<êFà8³Ú€FÛ€:j>ÖÚB¨üÊÓûߟGÜgÈ'68fÁÛ:J‘vSº–oÚ~¯Ñ©C%›‹@¾üK«¹T³;?=pªõi¬‚G(1BY~¯C±^£TGV}+ÓEÊ~ZØÈªð[õŠÖÄØ™ò4•˜±Ø¡4ŠNÛ©r¿«VV®Zð¢opÛ18Ф|xI.C+,’µ·xí;[…~ü­mŸêØ€@ÒfûÅ=l(:“ +ÃéòºPc’;ÒZh1·X未‡ÿ –ëòõÔç1JGT‹Ýµ— àà0?WRbù‹g¼EàÖá¶‘Æò5˜¥ŠÌU,¯í»Xµ(*ã£( ÄJ·5šG °V^åaƒÚ[|\LŽ?5TeŒ*U»^´£ø‘Ž«³zƒþKV§Õy)à´Ä -è_`íÚ}coìŸÑð:âí*¾¬G •,ÀÄÚ@]ëP~ðÿ(k•\ÒWÄê\.o›oþ#WàÃâÀ~?–»^!ÀŒBɬЫf'-‰º{eÖ¼§çò뤻8§bpÌeÇ¡58´g‹Ã5‘—óQZZÜ@6Ì¢ê•2ßøÿ¨a·OôÌ¿m6×S¯‚²º¯§Zõò4öoržsv´ —lòrmÝþcÔO%y)Áj”šnµårÕ¥=Õ,U#ü|F¹UÝ(“Ü©`܃é‘:Úˆ ÁSûëóâ5Ê®i+âxÒ›2«»‹·ÿ¾U{ |¿ÄuÐk‚C¼8¬úª•ÌP™„˜ëŸV:Ñý×þÃ|´ÛÍzÓñ‡"Ÿ^2±/Ïq ò{kŸä(#ÂûÇe«2öO3·R?6CCÿÙ‰ï!×êuýJÊ&è§OÃù¥Ëä2X[8ÜÖ+ü+&B½|R3t ¿²Q¶Ãñùi ’µõ$¹¦"Ñ–}ENù·3ÇóÎAÇy$ü´ïˆ²™:Ö½¡Tä²nª» ›äD³¹ÒïvÌx‚lÂw–5 êÊ:~ŸÃU˜Õ[`¬‡ƒh®GÎH‚D¡5ˤŽÞÍw õüu:ÜÔªÝÃÓ[îò_ÿŒ’ÄNæIý0÷N]šiêIÛ¿·Ú¥?fñ$¼Û”>Îe1Ñ©»@{]Ië·Ãâ4»\”mÓ‚©^u²¿Ïþë-³ö›9ö§Û~âù4Ü~€uÛŸÿq¿Ð~¥"ÿŒ?©¿"«WîL5píÈwßož”Z•·äÿø)”Œú{P¦ß¥ÐiÀ’¬?Ú\^ÿ¸&ßõ0^”'è‰Gþ¶¡I’ríŽÄðûö”Åã¶VOnÍ9}«Î›¬±³Ú4r)~Μ¶?–?¨ü“lmZãЭ5 V_ö‡.2\ù²ïãë 2RÚšKžõ¸[µÿ0Îe¾àí=Û†Ú_PUAŒ 'µ5)ËÇù4·=œ®>kqÕ%- Å×mÉ þ uaZ¨¡ 7—ñ’ß\€Ÿ ÇóH÷(ªI"º†tÜnÎÇÓ}·×4œ‘‘! oø Å|»öÿ¹y¾—§+Ç$Ô‹$ʤ3ÿ ^Eí'ð×ò¢bæÚ9Ü'ˆŽ*»ùÅùoq¾ [šäy.YŽÆÚµ`}^ĦyŸéèT“éùë‚´ÅG]°œHÑâ­s«§‰V¶BÇ#¡*fÎÑ>Í¿NÂ+ðéý:¥$:£šÑF) 7‡übüz·Ìø¯ȱ˜ÙeZëfY‘Ô;<•¾­‰.þšv=À±”-­0CâquC©\Râ×Ú¯Ûœ–g·[Ç9®7bâG™0ù‡‘vIP)™TåNÊ7 9¸$ˆå ‚T:/³šr<\üK˜d!Á×ÉCfõ\Å6a…%•ŠXß²F$m×Ó×L~Sß©µRÅÔf—¶þcñÎÙÿ=ñÜÆAðֱש\ãÙu=ÑÁvu_}?~&V*ÃÔzŽ£D2ún4Ʀ‹Cîh&Å·ÆpÁî®9rž'ÊüMÊr?—Ð5lÓr›†÷ š&;,ÐJ>™"qÕX~ƒ³ µdÙį!žÙѺŽðé Jñ×ò+–¸Z»³þåF8”dãî@÷›áòÛç¡©Çš»´Å0yS¾ûcäëÿ@ÿ˧H ™öí¹å_FNárÑ1óa”ê,œS’ŠDUîûó›òüs‰íÑ‹ædúìµ¢ÿ^»•ßÔ-øõ'.„X/´¢›G?XwÐwcFþ¶:vo;~œUc<®íKO²;!5ž+€ä ]äVŽ’Ç4ñǾÀÓ»p:·®¸Y…iTëep8 ‘}¸ø»–a™a0þ“³]ã‚D.ÐÚÑ…1 $z|4k%´Š4¶‘I/¨ñWsªY'ÊøïËoy,¼øì–jS‘–_©ÜQZþØ¡™\ÿ–‘!: w$Õ¦Ùo úãõ«õŽå<_’`ò0{Ô²-f9ãfîW e#÷w RºŽi BÚ´‚“9ox«3‹ÄãùˆpYØñµÖ­iÞyâ™ ¨;_ê#èTøêPܨÑV„ƒ ÁÁÉm7ÚÛ²Édã¸G#âæäË3œ^XÙA"FÈ„G;°ziGq‰ãÄß‚­5ããµã~Pá|¯ˬÜãœc%ó[!DEqž±CܬPƒ¸îp>Ž£±±’\Ú©3]Hc-ppJ%øž¸O3¹_"¸žeÇù~Aøµ‹vR±ïö‰kX'ö;ÊÙ?túôÒí¥ÐCxVƒ÷Ù²þ•µ¡d §oÊ‹T³|;1Šr¼tØëô%j÷)Y^×”úù‚:ÕNÚ°d€â Bò s QÃ5÷=8Ý ?ñªÍÖ7¡¾|˜^–SM!xÁ_Ûh໊àNÿIø5¯R|FKôÓ“dwOs9ì±Âþ‡ñFþ£¤ë®P` ®céðYüÀ™ Ã:\pJ5ÿ˜gì‚Uãˆ0à |&™È6ù–ýÝ>Â$â-ƒÑqÕäSœ!þaÌë^Ï{§¼–(Çe¬Õ!P+×´1TUl7n4ÃÜ ×ô }¼¤»K³9t…Žˆ©jL{X%¤¹æ5˜TŸàKð÷TuÚŠì|C·£¥J`¡Ð{:Âz~j50‹ uòF^”òÔj>´¨ñ_ˆÓÃóCšU­È´“PòœÇ%e|;,Rs;<.$„Enx¥^¡”T”î5ËF‘8ªÑ^¼>ÕÎiÀÑ#ø!/-™}}ì‡y#Óö$oñè»É;iæMh¤±WµÝ;g‰¾Ä~½õ[\U­0VÛíœ <ÏBM•„8œ¤G_ô]½?ºŸmš­Ü·Ú¤ŸvÖ}Ï8gcð‘Ð)ÆÚUÞc©+nþ×jŸý•vIÎùJ þakâÏäÎþãFlÜoÓ`ziËa…T=ÑØ€©¯˜ZK)÷-g+œ¹PÄ6Ý™²qXõè |>:.þaèaù…*1KvÿPùƒÂFßÉk·q_à9ãóÒš’ã‰Y…¶ã××Û–ÿô¨4°pI Ô}›Åîy×’wâ¯7èÜD5 ÿZ]Î ¥÷Ú‚~UÆñûlma …Ôúÿ¬d™:þ­;oƒÖRý·®OBø"áÿ,,Õ8Øñæ¸^àÀ€6ß$Wá¶úSÇæ€«˜,žµ«ÁpXl‹RNkXxÇ·Ý4çc±ÛêfÔý8(D­Ô>;¯ží)Ÿw=Æ”’ÀíñXÝGõk´\.Y)Ã3pÊòCͲd»+ÚH-F7ø"wmÿKE‚¦Ÿr¸®IWãÑ•·_7G›Ðm¦Õå†9ÕI™«Q°;üvÒ©.05d ËÜ÷òb|i‹Üœ™6?FÝ6î#ê×ðÖyà8+pHéX-’…Ýaö&_ÌÆÁ Žõ$Ž üÆÚm¬"¹„¢ãË%…ÚRž²4~‡fFèÓzpKÕŠcqkXõŠ^ûP¨’Aí’v;ú|F¥[4Ц&xUR†$rßܳûVrÑGbXØ÷£`d+¶Ä컆¥:V×ÜÄ ½¼¢'¼©‘¾Ûx/–$qÙà&—*u›“Ûßt¤­´•±ã¦ê¤‘,»ú1Qðm:Ù*48ϧ¡*xB¤~[wðJiê7º1ù ö8ÖU»«ÜLM¿í)ŽŸ¼>#®¤6OYµ8pUN‡ôÏÒücv_NaOj’v¢·ô¶Š#NüŸGÐóW€S&õ³sµì•êVÕMNÒ/ß F¾àoO¥Žúbâ¢7u'­À2bje¬~JEžƒÆ¾äŽÎ·Rz©ÜuÛçñÕ '’×%{ñ{2§lk4e—à£êôüÿ«M†¯JYq¨4^îRs»JS´îUÑü>oBPpLÎ?j’c{E¨Vb ú¶$ìOÇôj\,: +*™pÎ3[”øó5^üÚ£g˜X–íX݃L½ìªŸIBC± z]ô†áúq[o}:—±·ðÃø-çÜ?Ú·ów ÅÕHjq¿%qªÖÀòx“h¥ ÎÏÚ‡»öÖ3ÔtÜilº18ƒˆªÁ]X‹–òw¸ÈxÏ'ñß#Êp®k‰› ÄÈb½Bqû_Ù–6Xu ½ê5fÉbJæÝñ8‚(BñŠ>½»‡‚^¨Ûuð?ñ×%‹¶Ò­ö-dµdPž •­í ª–Y»ÈPu$’}¡Ô'W.*Þ$â ÙòšU0PSñ½žçÄ3™ìfƒ[9N«ì«Ž•GðâþÓw|×OúÕfmÏ¥75¸e#xð;Ê~™%…x¥Ã_^9œÁ]ØKƒÌ ö‰ú]Oö èÃàtùx‘¾£3âkbô]éHpû§—JŸD?˜Öš­²!ÉUeK0ïÚ{Çú9coëSú½¢ ÔeôÁY´ ZZì3úˆZ»Obg’µÅÚêîôØNNõÚø0ùéöP Œ¾J$¡ÄÑÞoŸñ[¾Êíqœ¥z懜ȴî8/9eV^Ö‚#rQü7ÔÈߊrÒëGÙ&\<Õäÿ/§ 7úI£„@ÂB›†ÔÓæºUÌ!Íà¯ígs]ÅeTQšÁåS!‘Aˆ[q±#n‡To·1‘^+AÂ@tðV·íi¡>aª³E'»6'ù9ŠˆûâÍè¿Nû©p6…@Ü]àÉj~èyn>Ïœ¹¬ó$øõ†J(µí§µ/ez±GÝØNû1ú‡Ízéë‹w;É7ivÈã uj?g~@áœ-œ±™ËGLÞ‰ëÌÛ!Ý¥%úý#f~}4ô0¹‚ŠõÃe Ž•N<˜òÝãÞjh£yìg¹¤V1ÑÄ 4ЋfRêªNë°}´Ìñ¼Ý¹Àa£ëVÊÏE‚¢º¾¤«ˆq‚?nq[dŽhÈímÏq;ì}4¦áJ®?Ñzg›¿4@ôk•”ö«¢´@+uöIÛcζF Wqö# Ýã]÷üvé¨Ïà•uå ‰÷³ÝgÌ<:¦ýÆJ¸8Ì„™F駘|,ÿ2C°õÒܪÃV‰I@ÓÔ'·×e[´þ¶ÐñY‡b®gö» —âŠÖ[ñ*·ú2=Oᶬ‚€¥uâ?—…äˆÆÌ€”m»”ŸÛ}up¬g„ $¸é¤œÒ• û®îü‡† *KÏiƒ·@v ÿ¯I“ÊzŠ\^pÊ$²ÈÊHüÙÛs¸íÛ÷GîïýzÌÉPW-¡Xw)Æ'‡±{ZJ~Vúl:†©tÁxOR%—`%ƒ)#ÑHÜëÑ%ÉqªGÃèÅg'V”ñÅ:M0íŠEÝ7í'vL°#ÔQoôÍ Ox7K3Ëüº¹ ++òI!´ÌÞÎѯrˆnÝÃmXÚ±®ÖH¯‹§÷£Ë ÛØ0¤âSÓ'§¡RÅÔüÍEY‘k1°&ŽxÜôo˜é××I¼†&°¹£Ž·•î~’pUÿÌÞÀù‹Œu¹r3Æ¥¤ÃåÔ·Fà ½Êî~q܇éoˆøê¨Lc5KšÙ³·K—üÃá~}öÿÉF—RiñwË6’­ù,Œ+ûÈÇö%_ß¾¡ø˜ÚE {pY[Ë'@î}+‰ËUhËÉ-EÕjL!ÅR”n–ò*ÆOªWK'ÏèOßÒ^Í>._4å«Í1þkæ9æ²¶qù¹NUr®ò3úÍ#’Ò{„ÿÖI:®x5Ô3 ÚAˆ<þ]j‘ øšòarèöø¥Ööê\n¯RQû Íû¥tüºž’£—Ô:ÛƒÇÅCž#Ðüc9£4¬Oƒ³ÍÎVª±“fÆûDXôæèËû§RÜ£[3ûÁW´˜O¤ó†mw/áÏ’˜›QZ®Ô®vÄÑlIéUÐÿ`úôýŸQôî!ºN ¤zÁãCóúcÔ´³‚’5{ŠVT; ´6é¿Àôùzéöó +ÇfŸÞç8¬g$ÆðÎo‘0ñ|šµ NBgÚÆÄ€š“³n7nÇÿ«sý—éð)û}ÓXí2eÀô®š}¶xã]ñ÷<®18ûæÇ*¿6rÖÒ˜`!O^ÖA±Ø@õI5Ä-\ílnnœ*Ñ’cTñ¿ã<(Àp <í)$4'­5ø\ F>Ø™×r­ò×Ü]LZ eѹ…抛}äC5¿%ñù,Ä%ýØÇq!2EwËÚ‘ö¢u?ެâkI©»rH΄ý‰mânrYËø\~ã.æŠK®3á¾ìGNÞ›êTn©š…;hä·œƒÆ¼«Ê/K‚âõ'¡š¼‘Õ‘VR6•Yû s• ÆFëÓÐ~ðDúdu ©AñM>'9˜,_ø%ä>_b ˜Ì YWi±±™–Õãrê2ÆÝweë·¯OM4dk@kÍHR­šè›\Ï åÞ%ò7«§“á™êÒB¦®â‰ b»/tn‘•e nâ5Ó9b¦±í­j™ÿkx»qùßÇBz“D!k…¤’&]»bÛ®à|N¡IÅHŸû]ÊÂÿâ$¾ï®øk‡É»IÝÔ&…víÛðùéqþ¯©7 ð<ô+•Ì‘bð%¬?êxe˜œ|ŠÑíÿ—)üÆö*Øÿ¶{T7ì.b¿hDˆÉ'ò$íDسï,ž›ì?¯V-ò¨ŽªQn Z‘£”¸3‘Ôü]!ØQtb¥\r„w+dkºW–H([–»Lè…cè{ug·‘SQÁD¹i% #攟lüsœà·n^–ŠLµÿ¨Ëì̲w÷B$Öøje”m1Eq+Iû…+†ìZ06úBqå8}ÌUzó·æhÍ4ÌVI„ª@†VõõÛãñÓ7±GAhâ²–²=ä‡W>à>ÜpÞsÅCG+0Ær|ll8Ï(Tïž=DSm±–ꓺú®ÇUì¸1œ°NÜÙ²á´'qSÈ<›xc•ZáÜ÷&6ü?į/V­nvK5%Ø #oè=¦­àæô,¥Å³áu à¦ì4yÔ“ÚÉdD‘ñ^Ý»á#x§È¨?ÜÇÍû›þ¬i§·Óñw)vï:zOÒ¡k½ˆrtå£[@§uv^“àÑèWUõ1»[pVŒseg¦üGÓ% ÊÑ™ë§äld¯)-dzÄnDž¬ßÚô ?{þw¬Ø¤õŸ«®" zRœ>ë¾Õ§Åä-CapY·ó4ÛÅ_s¼v!ÿØÈO¨aû-úޤ=€lòœú5 ’9§Ó~nGÔTª[ä¡Hܘ¬DÛD\ìñÊ:v1??@OüÓð:i­,= C¤ ø¢˜$¥à¶žÜÝVPÃécèwúõ!¸d¡»‘ÍZ¯s,&rÅïóü›$×(¸íûl–Ö¬nR´’Ùž-”Æwê zí¤Îd§€áÅ\m—L'D™ð+¤¾ ñ·Éxˆ‹<{}åüÅ»‡#TOï3¬à¬ƒ®ÄÃm@¼xëˆæ´— •Ín¡M1Â2Éšâ<C1v³Via±~4öe}ÝDm,Š:¨øicpv˜|EÂŽy§bçÇÝ $¹çNr\3¼–+‹ò7Õõ5HÄ¥Xôƒô®¬$ð¸È˜¼QS³¿ø,ïð³•nIJ >Ü©iÉ<ÖØ!I_¹cOm»÷õÛ¸mêu.< ¯œV‹V|}Ë8ÖZzñqjÖq/=«~úÇ€õ«m# •u!p¯]·íé`%&Ž¡ásB÷4S5ö>Þü¡Èd"¶ ¦y¡i`w²ŽÒ([fÓ·a¿^›ëŽ•„€N*t5‰¸d’<£ÆÜóM“'Ä9=èÞAcd*,o»Ì} Ó®ܦ1Í©Ç5j¾È1ö#ó-éf«$ß“g‘Fí(ØnGá¨/)ˬ‚ß}؉m}ÅðŠEvŒYâÐ#woÜZùm¶Û§®Ÿ&vüÓdÒÝë¦Ù7SB›)Ý?1_s±ø>þšé5Ÿµ@‘v%_ægó22yE¢ÉÿI4n ß~ååwÔÖ¸eU ‚8' >A$ñ§òï!cn©]ÑfŽ'·©ý–Cètºô¤P/É3™þäxóxlJ–Ù]z~”vÛIªí¦¿qÙ,婤Ðä¹§Íþd{í2e]‰'}Û×Rc¹s‡ ö­O¼í«4 yÕ¦SîÓ •ŽŸä2Xø©X^¤ ¥V²v/Ò„w·Ã¨Òe¹tÒOÀ¬ŒvᎨ¬9Ú“{%¢—øOÝÕ==Ý?F¢R¼B‘— þP£Á|Å/q>w‹®9’d¨Ð³I^P7[0¸ú¢‘=C¯èê:iÖ ¨#½4ö±Í-péq§ÎÞæ>0±[)B„ö|aKýGŒdãe—Ù˜¹ü÷·þŽyœ–g`6Rb»{Å#‘®ûxòT×›pf,5oËøüÒ‚mè½€Ïîm³ þŸ¡×àtÜžP‘u ÿ·¥|ØŽàxèΑ\žtd¦eé_' þÕy> 2ü>:Ktù†_ôŽ„²_åu+Ãð¼~þ$¼ÉU©-)*—’\2¹TI¿÷¬dÞžÜߟßÓ«ÜA¯ƒ‚¬–&–ÐbÞGÌÃÈô(å<„ôf\^IÉxºP»¾ýËꟈùjCšÔ;T H:Nc"¤-c¹$;Åé={>;ëÛø|>@J©ãü–4…@jöP”aêzîÇñNÅ$»Óÿ±?¹¬.Gàï ÙŽ—ó[O/æ¸Xæž@òëŒÛs·ðd=öO]µâ/¼ö߸j¤o=EtÂå†JþïÒË3ˆü;ýêÕYf!h°\¶û™»“Íyo) sc&ð×­F¥JѴƬ0¾ÞÞÑظúŽþ»[ÊàÚž 6­ù“ö/O·là‹šäÅ‚•+œUurRCj´¡ёտ‡èzôßOÂòh8QF»`¥xÔ«‡“±LÕÊM±R“Õ²nfÛ²#­™bo—ÐŽ¿¤4ú9Ä”†Ô™>=½Êæ0`{¿—·n(»z°–&`>- ÁO⺋8h„ìf¦‰³ýÛ¦×?7–)X!K=yå‹Óæ€=:ziW”¢FD-aÂÅÈÇì–Y¢p§æe,Oë×HÌœÑU¢òGâÜÍâ^UÅðüš!HNJYâRÀ²Ç$2ÆÊ¨$hN‡*%†’0$-˜ò GÁžB¹’Š Tqñkñª—1Žø(O×»ÜÃ})’ÓJ&\ÀÆqûäØJm^%©cÈ‹ˆ±c]â>Ó{¯ôöºý:µi*â:ê‡?nH‹ÐçØ«ª«Ü=èánž›žÇ_Ž”Mh5œ× Q/·–Á[Ý_»µdN½§â¬ÃBî ™yO-™>kðÝœÖ6µË8º7æ¯-{kˆ¤t—/ÜÌä©ý€Fß-"jè4J…ÀIJæ§åqòȶ¯ /4ÒG^Côï$Þ±”l~_=½uNèÜÚ¬ÚàpLZ¬zÐÇWóí %ÈGqî;´Éêznzzj0<rxÓŸÅeØ{‰³4¢6eÙÖd ÕGϧ¯®ºö× ö®7¬¯2™,~;)f – Vò£vîžÓýCc¶¸Çòôú’°Tbáó wàÎA•ÄpLD4qTÎÃÏ-¸f_~ot•(ÊÌªÄ ºþ­µ%—/ŒÜ:Õ×½-Ã÷YµDPW,‡,S÷!Îoeâ¬×á÷ã¬Y£’º¹=p ~jiÌ¢„åÐVj(Df´ø­pÎÔya˜Ç/ð”ŽãøþÓ¨ÀcZ„ñê)?æîã/ñ¯î¯?ÇËv¹Ýð¹J±”¹Ÿ}»ëϱöËzAVøŽšz?P@Žô̱Ç#t¸.5ù“Ä~Añ‡#ŽÏ#ƘpÊ×ã9 [=V¸ì‚¼l›ˆÝ ÑŽäîÃ}IŽéÒ·Æ(î#:•Iw`buZjÞéòPšñ®B²£»G*r+ú©ÿÚ/Ä펙yÒy’\mÖ)‘çõõ¬ÑÏ`Y¥~ŠÝ˜ÃîÝÆ)ÙnÀ¾–©7ÂDõ k¬£hA§O.ƒÐ‡8¼TÓÁÃñ7üIu—§ ÚE-ÏÎV0¹¿Ùtoý…ЏùúXDòÓ•õ…W4AÍÔ}ÓÄ…ËUC+)ÒÉn™g¸}&AÓêü@ÓÎ`Œ”V¸œ˜|VöIŒ½©+nÛjF=vôŸ_ÀÔt(•RsïX®ãqÁá’" H Œ§u ú‚PtàB@~8®Çý‘ýÊṟ«á._,XÞ{‚­"ñ{îBEž«¹b}‚Ú‹­í©~#Pn!Ò ‚ÒØn·…þañWvj‚5ž^ DÍ$dìG]Žß!×UíeÁvqÿ˶³ƒÉœÊÚ‹9yìäk6+Âò¤QLJx•€m¶ß†­®\¥y.Ú7Â:Í;>Ú¹ rÏÍ^UÚ½bœu%oâHÍ÷G·Ç¿bGÏR£yq*¾å€Sš³LqòÍh­Çj9ˆêNí·ña´ B‘ÿ•Ý:ÿšuÚ\ S€š>-È®OôfA,Õ“y̰%zÓ(üãïóŽ£Ü×`—)™¤–'š¼Ök{¤ûÑÅbUÁS»´ïú5À j J¨â7˜¼¥x`;,ržÄø(ùuÊQª‰s.ų<†¦w1İ™¼Æ6z÷1Ù[Î-G-f÷ þ,2®á¨Nvø°¢^B•4*QÌù ౘK“Ò€_Éæñú¸ôï0=‹v£N§ö‚…,Çôimy.ÕNMèÒ’Þpæþ/ðVËü‰K8˜|­è°õfãµ£àÖI„“BÍ*Bí¾äü6Õ«À µ¤”£ÅýÚý£gDÿåÀ3 €Ïñ¹`Û绥F_ÖM“ȧ(FaKÈ¿oyè`O6øöõk'Ûùõ¤ÛmÐ0£a×àS\ª8ñK~eÎZå˜Z+‘©žâ˜{5³¥”­ê²=ŠâH¬VžTïRîRwÛmÈ'\Ôàâ–ÞÕ'϶V12䧈¾JŸbËíF›2õ÷ ªS¶ãÓ\(U7ʼ›ÂeÎÛ­äÜþ>ý æ‚1Œµm­-ˆX,Š#(Š" )#},=4ˆãnº9úG}w’½°—E{Æ@šÚ§qYÞ,æÞBÍb²§ˆy«#‚Ü=õc[–Eº’&ÒÆ,V³ÞcfUe?é¶úÒÅíÏÔDd‚áp¡cå×_¹cnºý6áa4 ‘G5ôð;küÓ"¿’¾â ìˆóز@[”hO¿é-'¦»/³¯šöÝÛüVŸ¼ûÏ &v@Å ñèq[^;ä®sÁ©%\&•­‘’k·ä½]¥qe¦nàŠ’DB]ƒgv½šæò"øãÖ ãLW¸~í{ÏjÙ·X º¸9ÐÆ@-.ðÐbHªWÿãϯ¿ã9vP:ONÞC`þ³¼ñ·èµ&Oo]³8Ùô+¿öY†úÖtüè¶´~ç…0S?â<9÷þ £— ܾ …š°þ½W;m{N,wðZovÏLКÿŒcÕŠÝK÷7ã)lKFçåôlÖX—#^8èßüœò)q ¤Mî C‡ÇcÔ1%«@ãܧÇt\p¡êpQÛþxñÍ¥ÊW­–´ø«QOS%†ÏqÛ\@³$›0#«|õBÖœ\)ÔT‚^á]'àUòÇ àx³o“xǕй’S%ŽÉf½ÊÁŽûÔ[Q¯»ÿc»½G§pôu­aûÁV\ÛHZç¤&ßGàp+YC+5Y +ÊdSÐFo“!ø0þ¿Ó§Ðq 4RQi œKƒº¥•éý">+¤Žkoر¥ÙwF;‚~“ð;uÜ|AøÿƒJ¢l8´®§}­ýå6V†;Å^[ÉæðÇù^Ïm¾ÆÎÉÙ+ò7A(è#•Õû/×cªÛ»g4jf?N M¶îmy ~йЃÈá÷0µ°7³T+MrÔ¯5¹"a™´¥[Ó®Ú ™­ à¬ÌÎŽ¥§Š­\æï‰x)æönÒäxnKd Ù,Ö3¹ªÊÒF²‡¶ß»}ÿ†:ï§Lâ'hãL}7HÈÁexS'ÂüÁn,7æ\“9‹R~AJz ¢Ot8K7&¯ÝÔ¯Eïí$Hp‘ŠI¡4 ¡ØǸ¼'ÁÔ’+y)Þ|…ë2=‹3;Ÿ¨³¹;ƒ é¨²¼½©ÖŠ%Œªú†íÔ>^ºC]LHQNC%šÖéÞ‚¤·‘,WV†;‚îÅŸê ¿-%Àù¸.Œp^rr\t¯³ˆž'í),·ÇÐýzmƸÕ, pJO¸WÈøWÈt*[ÚåÑCìK‘†LŠßoÔëqâ <‡©O…|Ãáïý´}¹XòrrZòó|’âòx:qÞ¯¦ý²,ñ;.Ä÷ƒÑ[}Xš^Úœxã¾ê>ѳý y޶ Ì›óü~j}O©¿(Š?O~Úá5â—B8)4œãÁy÷0žgà…ßYàÊ ’3©ú o~ïìÐ1]²¹åMähžý˜2q).cøô¶cŽwªÌáDµ§’0ý¬»ý$lwßà4çBXci^*M—‚ô÷&Å_’!&BÍw"C°,¯z€H`O_]õÇ `©_¹ßâ(,㼳ɚK“ª&+bì³Ö®îÉ!´¢Eöš271·ÔÃÓE¼Q—Ñòéóø(›¥ÄñêÞ+ÿ vŠÿš†ÔL®Ëü«{ŠO/óṲpJ–ªÝ©vi•B’²Ã$vƒ²X£|Aé­+}®ù˜ì{I¥ióÍytŸºÖö’ÉõŒðHÁ¨¶ ÔeáÈ8q¨4!L‘üÿ4RSÉs:ùJÆÑ][(;´.6+AèG]E¿ö¥ì¾GÐN’½öîÖǹîÖ¶ÍtÍ|’± àIpâ R–9ï ÇÐÀá¸ö#‡§-Vkµåž}äMÜ9Žh`OMŸõj®Ãbºº²²-MU[ïÜŸ~lûo¸®mn.„r5Ø‚ÒF9x€#â¤#î'œ‡>çŠð¤Ûê“~õ9\|{ ³î†ý@þv]‚é™ÂñÕ_â³VÞûÙî {=. ùÑnñÿsÕc [/â<Ô‚IS–BÅÏ@'¬¤ï¿Aݪ󷹸–¿»ø+æo<€Ù"'¡ãáŠÙ¹dlO\â9lkí\Û†µ+ð‰cÙe@é:Q÷]ÀØí¸èu[VŒ+ðS¢¹/8zœ+1æò<6K‘Éœ§Í"-Ì>s\QØ[eu£¨mŽáÃîj;bkp.„óµ¸WIÇ©sãɼ[ðé×1À¹u>O€šRßË”OJÄ bž8ÚXþâuþÐøéæ±ŽÃPUW0ˉ4J‹982uÒjé쿾Fv–¬ÿûzÍÓ¡ýåô?ÒÛ aÇùõªù.}AQ×Ôy±Cî)·4Ö+ˆõMªÛvÖº>,Ñ_æ>z’ÆéáØP!sª0wNþ*~‚ÛGz¥ã±LýU¤ßÞ€ø²üÃRí9¦ßGåä¼qÙvëNø*TþØRí¨øšéN`Ì$´Œ”€Î&í¯a‡º€ö¨e>„ÞSý^šàÁ%Í'<ל-c­Õ¹JÔ´oЙ,P»]ÌrÃ,G¹%ŠE!•”ÁF»J…ÆHæ®Ã}ºýÝÇåÌ4>>ç²ÁSÊuë{Ì›0†C#rEK;¤OGý¥ë¸ÕMݳ™‹q%«Û·Íávù«¸~IšÃÁ‰­Çd±:Z’R¬%–ÄdÉ+¸AÜX¯^šëfLjñR(¥‰ßðœ?ä™ï øÚ[R¬<§‰Û¥‘™rv*w½Wt†hû,HÊ¥[§Ò>4£sGŠYˆš9ôãðL\OË+[㜳‘ò+‚–£3Òz•VÊ#uK2×G’dîÝwcÛ¾ãðã¼-8$ J¼x.#‚â8¸hqÚ_‘ªIy»™¥šF$±i$rXÉ>º‹3‹¨S¬ B…eîާ‘×þ!C2v-cóUm-)îA,’‰ ‰‰DJ2’ ßÓ¦jÜJX¡Á~·%ÄÉ*Me&ea"̓`?èí¦ëSZ„ªPR‰iå~e‚µO€ËZéþ>Àþb"•$Ú9ÞÔuVnŸÙßS£õ&ª“ø†Ôk>6áµ!«©¿½‘É »nV¤ÿ²ƒ£‘ý“ÓVò4“@©Úý8®?ßâ8çak)7fAÿ³jºnJþÊ÷ÿ£€ÿ’7Ó~ŠwÖKúü^¦cš`i.6®:…›‘ uãøŒÂEHì;Žÿ!°ü4ŠQŧ’y„9®ørü4fá´`@‚>1ЉPBˆ¢ìs× 1\­]Úµ|Ê¥Û0âáªkŠ]žÞdÌ¥å1ªîžÁßebé;ô×ZâÓP’æ‡`kب·Ý?&ñoç×ø¦r¸y"S§n[ÐF­Gnxƒ0`ÎBô;A»•všb§[Æ÷°•U[ãܤAžƒ%Â/$¹lLQ5pa5æÂûª4‰ûAF ¸:fÀÛ»S\AèM^í_3Óž6½µ­**8ŽG¤QZJjÄÒä¿Ýî_I±bà[|ô¾»×²‹,ú©lФÆàëÒ6ßzG$e—B††8Ž çrþÈOã'ÚN¶™Xœ|CÄ+¡Ù8t´äÇ×vÄcY£ ´Lwõ'yêG°ÿ€ãþ2¬ÿåÔÔ÷{ømã5êkô;?F·%¥|·ê,ê¢zQ ‚V'r)Bz¡qÐÈÈÛ‚á¸êß êÍ»Ó3?ú{~KAa;¬býC³5·<^G&ðæî¢¥˜.—ä\”rq‰†LW­ïd2ü2Ò]£ÀmÜ‚Ié·ôêvºdC Ö÷Ãó5áÑÅlý§aq}gy}3A‚Üjué0 7Awì…qª‰ÏJ(VFЬsו‹Ë‘§U7vê>mÔצ· (®ŠxšàpÖÚ1ÁÕ ïÏ:+oo·{quݕ܌#ÅèËYc|`ìkÀ5 ?³‡Œq<ïlmJW‘74¥AüOÐãÔ~¼ûuö̶~6Õñþ*eÐáϤ`¾„ö—îUžõHe"ž1—`ïñ1Ø`y:ŽKyö«…æUlÞâwkqîW*Å4{šÖ\©p–£t;v€àoר:©€ B×ÞÚ²àêÉÜþÕBy×äþ?äpÿ#ñé¸×"EþN¿À·ÂHeDÑŸƒ)éñØê[˜YÔ³òBFéP;¸øŠ%|ƒHV#þ«z#¼Ðueü44òMº`îõÍãìF‘ÿ5öå‚Cþ£Èkõ†Cðíû útëà›s\ÜñÖŽ+sRv©x ¤ØîÇhåöX0ôaðaúôºU&†˜-¢\FþŽJô !èËò?Æ:|´iH'šýs¸dm\lAôa®…Ì•ÏðGÜl•rxž1å>Q’\`±^ºH‘„b⃫€OªßuœxÁÿïnÝÜ$©mf€NÅ·xÆÛ|tȤ–¼BÙ¿Ÿ°(óKÑÜoË3ÒÈF­»©=™×oA¾è˜¦`õõÔ«wøÀLJÒz—0yE)òlf‘T§Ëñ<£*:û…CO,"o¡‡Ì·§õê×AvJ¬?IUòÿÄBïvwkùÚ|eiC!oŠ› ¸a·ª(?!¾¹è¥úËÄ<:žwÍ<>¬”*ÖÇ ya£^>Õïîßg'y âOOÃHxQHaò‘Æ«¹œç‹ä\Ìqü,C#÷õ‰®‡ Jm‹EÈi\»Éq@~\aŒ½”*4l¬Š«Ù'¢¦Çr6êt¦¸ƒÖ’æƒLðúb¹±÷Ë|MWÈ<¿ŠÏVåA‚ÉÏO+b(WÙ’dnçe ÛÉH­¹™Å P…eOsC¸±à<Ê\&Þ3v+%˜“>c„×f­"ûN²*쯴dz]*Óv}£Ã˜âØxªí×Û¶Û¬F;¨šñBsK³ðV/åümÌžW†rŠ-ƒåuDÕ!š?®¹•™#¨ÎWpCóÖòwEu·ÍÃL…„<®4ø¼_Û³W{_»öË‹'z¶ÍºÎ #huI<ÑÌcп•?—¨2¤Vˆë¾Ñ¯]hýžÊmpöüמÈ›¯Sß{‰ÿô…äkô鸆´¥¥x ‘l"k8ø‹+5‹ µtm™c‰½_µ·˜t_ÜüF ¾1;é÷F}'—PãÒ´PÝ?n‚µüÉ„g¡‡ïSñ;!ɸñ Y_…ä§á–yÕ¬D0a!¿m‚"’Y$%XÅу*7ßoÃTWwM7ñÚÄ㨇TÑ…EAÌžþ+k´ØÊÝŠ}Òê1é‡1±Ð¹u]Gé->9‘C•BJQVÆÔa·Q[vÑW´÷v®Ý í¸>‹¹m°_Nh€4Áì Æ•8q¢ºöç¹ïö&úö·O{kã‚j¼i.Ò Ò]Ž •¶NijÁÚ*°Cecåg_n›÷mø~½yîéíù¬\*Ó†Gì_D{[ß¶;ó)ƒ&hœF¦žƒ“‡V<ÂKsÿ´Uä°œ¿Œ-TÇrg‘×ù'¸΄) ûŸbBÛ쟎ډ @ 8«‹Ë&JKÙƒ¾PÎGDzx,ÞCŠòÜ%ž-ÊñÏÛz6‚Nñèà‡Ýu$:ZXqTЦŽ*-rŒr´bÝ—©vµ\ Ù?ɘÚ_Ç]i¢lÅϽD3Xû)4i’‰)^a½,ŒGýZÏÈ«ŽŠOÈéÖ‘L2Hs\ß7zÖAyâ&•Õ)*6þÑúOqýø‰ô'â=•D’ 0Ëé’Ù¥´—è‘Çvû$£ $|=Aü4R‰ÕzGbzóE<2¼+H“Wž&)$r#w$ˆêwVR7 5ÔEÐ߶߸ÚÙ®G„ãþQå6¨æÅ–þ_Ë2«dYûŒuîHäûN¬vBOaôèuÐíUÃ’ÐZn!ìôÜ1æšþaãØ\Æ{crFéä!–Ö9±ÑÕQÿ÷„}ßÓ¯N»ê ¦&¼œu+øýBÀ3 ŸÀ<­Äük@ã°ib*!¢þ_pF lX*BŸ™ Øá‹ŠG¤þ8 û©ãsG /.ã»Lݲ~hË^šaŠ<BôÉyמ©f­Lž*ÛË^i+IC#w¹î_¤È­ê>#ož‘鱎ÕZ®ë{…(§¯$_Žš,ræ!dGwjMa•{½Äwnq¥KC4]ŒS7 © @÷%÷,q‹ñm±dœ¨îêë¾£¶:šýIÒM8w¨Ÿ=å˜<ôü.Y«Çƒ È©dÝm#–xfŒC+Û¿{·A©1¿>¤Ùi g÷Àð^Q<[…ò Ù¼DòB\NSfƒó^Û¡KfXþ„·j þ?†®ÜhåRÆ‚1H+øyBÂTÅù½ÈˆþßÅ ŽãâLV@aúFº¸XÓÍ+ó`|ë ɸöe9×¾ø»‘dY.Azt€e_áÈ›ÐĆÃI4Õ¨çDôL4 ©«Yä<ŒðòÚtoVZ’âq`eŽA"7ÒÄ@^‡ÔwP1XùˆVzˆä´=:u#¦»EÕG~í¼Ïå^ ä\¯ÁøÇ†ò¾_Žö³Yž-W1e$–ª½ˆå´ßX·ÒÑví鶪/oclÆ"ð Wµ6Ö*´;ù¤·Œ|¥—ì_ã¼CÀ8ãµ#»WŠaz}ÜÂa±+Í/|}7+¶ýÝu]vòZÖŠRªÆÝ´%Ä’½9¾:–+“ñÜÍÜlõN7 §‘Ã[i0LšË+DÊà÷Wé?› ¿"§…Wmcõo¢h4«Ûh[NcäÎ ”QãUîD+É…£gÓA «ïH¬Ò¡÷_Q±ÖËÚÍ·¥\1ÂŽ#ø,ü‚”·ÜOpdr€ƼõÔŠöd²ø÷6ä$•ò0Ô‚ä-ÅÄZ6;*GìÉ/!úWú}´ŠF‘¦Y5±^%ör‚e³·17Ìtz…Äÿ(~}š³*Íc P6ËpO`vF£eP¬òƒã·S×R…¥ÓF»žC>åGq¹í¾²mñ 9í£F@cO‚”a|ÙÉ1¸|¯‰®ÒÀe£÷3U ´¬’ª †èÕº’vo×Uw¶÷í™Ò8dxl¦‡°ŒÎ]+sÉùG‹É„+ŒÈâ[-Æk汑7³:ó€ÊKwÆCûêݼÝH]¥íwƒOR·ß½Ÿ³ÂȵÅ4‘Vép%¢˜Œsp¦+{r|–/…a9ÎVŒÐaydÖhâlůöoºê›fnÅÃ_ƒZæ9¯fìAì!i>á>â|g˜Îssï ⹞Œ]jµ/ÇÊéÑÉC0‰Í RF$­ ïô wø‚:k4ë° 4’®þŒ&È’97[xû º1ø‰"n þ>¿§NêUþ‘áÜ¡<«ÃXW2F&fþ?VSèÉ?ѧC“„Œ”6X§¥#A¡<öºþ஌SnŒðY¢Ò¹Ý[»àÀ¿¤k´MԌեð_ÜÆkÆÓÀòzoÌ|zca¤*n㑎åñÒÉоæ=ðí=uHºÕžäø|'ʺ·Ãò> òf >KÃóÕs8» Ù$f4ŠÅgÛ¬V wŠ‘ú7ŠèZ0!h¡»аÕhy—‡¸>r<\k†ü‹?»(£Ú™7 ì i‡ÂÚxT¦Nî*5ñ£“‚yp[ûn]Ú8ÇyÓ·¯Èé‘ȧ Áà£Ù_â¯^–ÒPh„ó3Ê*Ýûþ³ÓmÆ` á‚q³ boü"lPI©åoÐgŒö¤3ËhßmºÃNi&VœÚóžà¹vrÞO—fru„Q®*å©f®òÈÅ!`ŽÄ§}ÃO[±Áâ©©‹ 3SøƒŽù³íûí§gsÞ9~‡–\EêÐÕ8ù!iI™¤i¦I«(Jì Õ»EQ Ršvÿðó˜«ÿ)ò)YX5[qÝHô$Åd®ûþ÷núwZIcO5 ã?cüãÇþVâü°òî3˜edµRD» ™–bH îBèI=A$‘óôÓf‚§‰O±§H΂ªÅr¬»Yò"{0~VHî­v‡¸8‘¢þÐõê4Á8•Æä²­ÖYrXæp ›p*íóï]ôªb…͸ÿ=y_Žù+Ÿqëžà\“…PÍØ«ŠËäøk²Û©…Q=èÈ‘œ‘³6á÷üuEq{ätzÅA¡¬­â£C±ËšÖxßCæº;–Õ£Sèqud¾yýןO¸nd1E# èuF×¨Ššô•¿ãÜã7$Rd2”ª­Jl#0¤rÂÖ¬ºD¦)PmûÎv迤jÛÑ”<5’È×XÜX˜Œ“Ù[º1—ƒI.åïþ+vÜ÷7$bõÌ’rÐÏ:‚~¥ >|µ+ô×Llî˨¥Üv{™ å°Î'öýgà¥ÕüÕÈåã’q;)n9ëa0ðÚFI-9Ù« »ïÓ×T÷QÏÞ¿¨ßR™–ð3ŠÓí³m—ÖFÃôÒ5ÙIäàGnxf¶üË“d8‡'Ïñì½<†;)‰zk-r°JfPÊQĨ6!ÆšÚ·{¹cn’Ç »ŸJ—îŸiìÖóÊ^Ù£p :£sO‡…+×CÔ¤ŠÎO…PâÙÕ91ïËiE™À9Õ’$r!˜ŽáÚÄ~>š~Ïz¼¾s£ÐÒQÊ ò¯–X¨»§²öm‘Nf•˜5â­®—6‡Å¤Œ]ƒ³À•<ð×>µŸæ|O\…t[3°Š¢›Ù@Ò³‘0V;“ÝÜ~Dê§xÛlÁ†0 ¨-?Xù-ï²}ÎûÙfû–Üš¡ÌÁßuÀóuªõæï¸ŸùN<Ççþ¥““Û¹K ʰ¼ÇZ§±3ÅîGîCºïÛ»DýËð#ãªv+M&‹Òb׊DzÍk\v#!‘ãM ƒ$É–cÈk3ÆåwݧþM2'a4u¨2íòGˆñŒÂÑ>2W­"Ж,–6mýÜ|ãº3óØz¡ýѧC”# B‚ä°>áü¼ÈáuÇLÛXˆù‰I|·?«O(”Ḛ3Çk¼ªžÑ`)»z Wã·ôéÚ¦ÚælW$P¢Cî!ëªw;|Ôütfæ -l#îFÒ)èAô?«A °â*ëxîº^#%>-åzö9W PT΢ òØ´^Š>¢ ˜~á=ê?`ŸÙÔy-ñâ®,÷GF4¿%Óœ5/ó<<ÿÍPäl¢©z¯¶Êßä\2°ô*@#㨦&äB¿ŽçX«MBƒrß ð¼¶Ob¶2¶*BòÕ³ØMÆÎ‡á¾£ÉÈ),¸wªÃx£Œ·,ÿȈt‰Â˜¢ÝÄ}'ÓÓ_˜ÓbÜ)fਔžÅMm:MnÅ‘S¸umÉê>ŸM Àxà˜S¶rxª|8Éç2T™•[hlÍÛöèÃÓ};è¸qHõZshPK…æx«ø(2üÏ5n¦^µLv¬Ë)¯<Œ„Ë{nŒS pwôÛKc¯$—·¿|¢ç>ðo ÈYVÇ2y4­IdGŽ4ÇLÃy†ß¯R5hdUf‡¹2¹þ{„­îà9÷)Å̈‚1_9z1»¸mïm鮊 „ôðo’|ÿÊ<‡Žâ¹7sÃ=VÂÍ’3ÈHëíDgõ7iñÒe¨¢z kUÔü†#9†å9eÎåò9«6V¯årbŸœzñB"‰¦1ì¬[³¡Øn6Ò)L×I ›“Ï߆¥$’3,}[ 'qÓNœ“\W4~ì|»{†}ÏòÎ>hY³Š»‹ÁA!®Wv–JÏktîŸ~á×mÁÜze÷½•·szx ÏéÅ[X=Þ–’Â[SÓ’Žx‹žÍȹõì(ÇÏS3…$fæ‘ċu]z±oRèzê²Ói’Þ`âàXF\R—_À­5sÜrNWä>G„KqÒ‚l ³TŠU-$¶)B–b†º/Y$yc ±Ûe-©ÌšC<–àá¤Ó Í+‡5#jtq]Á3ò0ž€*S3ö}ä_0ÛÊÜÊÐ<2!‡§' Êfª,©=Ø!Eö‘#‘gHƒÙvø®ú°±‡qŽB['§‘†gWW{ùÛfã¹É%/ˆÐð-¯>=J°s[‚O’ñÿ!ªü{‘ñƒÓË,²ËOl*‰,¨RãÛuØÂOlŽ»³jÒp_Û>­:ˆÇJÂdíPè0ЫÅ..óÙñ¼½ð3GÔJM%Í:² 0ÛÔ7ëëê4†ûÓqô„âE)ŸòQ¿þY±LçÇ6´8©Ë­48åÊyÞ"’IrÍöF‚ Ü¡Jöd€úÿNïwÞ½ú\åÏnIËÚýž­ñÔë —ÀÚ´bH<òÈ'wn[ß8 \㥥µy†'­sŸ›ù·+År¹]Íå9åícñÑ…¬¯o|â«014›ÿ£'uë¹ÕÄ;Ó`—Ôô†§fVFûöçõvâÜ]?Óf-iÄÇø'ÏÚ>sþ#ùg‰æ(Ù&§¿îÞ§ öªû¦E.mã’_ð|^[È™ kŽ­‘ÌeÄëR”²ÃËù~Þà$˜ªîÅÀPOSÓVZ©‰Ã*‡Z? ŠWâ·Ü»Àü—×›ûׯs\E*XjfÞV¬‘ÃýÅ=µ±õ¤»1SðÓ¸„ж.‰Ižð*Ä”ãícõ1…â$zŽå‘U[çЃ¥‰ Ë$Ô»{™žéÉ.®ñLõYê;¢úÍ-·üõ?Pþ±øë¢`£IdöãE­l§í#tølGøt­aC}¹o½Ådò8«?œ£;W”€²¯^Ù~ì‹èÃü „1ÎŒÔ`º_ãºf¼cÈx'+ůå˹[Žå+—nÉ®cˆ$Û™kJÍ×v%IýᨎN#%¢³Üš÷7ÔÃø(¯Ûoæ<–­»YÞOžH«dš) ™ ^àXâ»P™Ãs¾ãUñ´¸‘•‚íÍ"˜€pÉ^ÿ(q©ið>.aÌ^ãþí¸Ú+•®šÓJ"HiŸ¸¾ûîAßs×SCN“@«ucЬAÊóÜ/ÅMƼ·™ŠÕ©D/^ÕšwÚ2D»0÷ïõ±ÓaÒI&̃PN>ä9<8ŸñLdXéÅ“$/rÍ—É2¬.ႃØíÕûKtßöF»£K&º• ò±žÿÛ?ÙD‹jÍYiqŽD±ÉVy``#µª6R5#0¡b¯‰Éü—†hŽy–ã%y£‰DÛÊ?d“²™¶éò×[RºáEj¾ÔyÏ<Ïéá9›¹›áÄ€¤KZ—Ú`6§Gý{¿F›y:€ª~)%t:<Æ#9˜‹7n{™wÊMfå«ADÌò?¸=ÅO§¿´ý[|t)š Iæ\6C¬à4–á`‡Õ·#ÓO ¡šä”<Ç•ÇýÂù“…­ OŽa’‹4{E„”/Õû ªv¶Þ½¯]cw]…³NéXñRqä®­^]a§?¯©M|Í×™e3TÇMAh;VÍV•çßsívþÐ_#ã¶š°Û$·•ÁÎi”àž‘ÔehGZ”ÇÅîòžEä1VU–Öí\žµ»n¶ÿ.c†5°#•™Üü—¦Ÿ†igõbü$PSU_ûFx,÷kyæpk5qÈU§ëMúŸdÞOòE>eÉg­å^kœB–j¢<·ê>ýû´2†…J £÷@$ô;¾®6ø÷(œêË¢: c×ÕÔ?Ü–ûeíãÞèÛ!$Ôð#‡Z©YœÞ>ib+7»‡±.=ðv¦”Y┬©8܃#HPÚ£Ræ÷5ý»œA­sèŠÏ¿Ø›EÌlk¡Á¸ŠëôëP!äYëç¹>&ÌQ,Xi%Š9E§ÝÞ0HS뺒;@އûÏqÐ×>!Ë.•?Ú­†LØáC\ÿéêéÍ=0’Çcãüýv®[)-k£˜ÈÍ:GئDZ”¦ÞºnOu]\½ñ½­¡Ã³—j‘aûkµÚßxs|@Ôy¸Ô0W/‘øBï•jå|Éü“’nCžÃR·%tÆA*T(#‘’.Ö™BÆ{Tlvüumcy%³@h®55é >óí[]ÉÏ|Žu\j8š…ÌœÏÜ~Nù©O={+—­cñO1KÁ<~Ü=@ö÷|†¬­·ÆÚ¸éˆìM9¬¾éûnw´It÷63F‡ ›ö«»ö?q¹—;›šAhXÇUÄߪ`’?nQ3ˆvuÙ˜v$uë¾úºï‚ù¾–’ ü‡´}„6Ìâ@íM-ˤö…ÆNmŒ§73ævZ1üNI–,þ»ïzcòéª3!z?éÛJ«áœ|rp?F¶ë`ܰ!(v$<ÎFì£Ó×}SÜ;óIy  S¢ŒÅq+ïÈÔðØø-exþbžg!VÁƒ,)‰Ù‘#{á£@v;Æúl׳ïTrU7qÅ-N'˜ZþÃy–m!ã˜óÙ“Q/RK Sº3²ºÉß&êHU;í×SòáZükí+ˆ S£5ɼ!œ¥ù³X\ǹ’ËâÓ+NXd±'þÊ6*K·ù'}8ž¤Ð´/‰QœðÏ(»wбnK;D軋G _Oš,Hi^ ™,ÃLŠ€Ýãy¼ví57¯¬ñ‚èè?¤iBP¢Éföæ$bÂíÜÓõmý:V°¢>Þ SÇyOŽÝŽå2²Ç1Ó÷{öv‘T©í±e é. Š'!•ðº ý‹£Ù¹¾ä¯r®)R¬Þ>ò’R‚,>2q§[Íü¾ìeYP~‰;z¨oŠ€òZk ÅМŠÍûqá¼—3DZ9®AÉ3’'}‡’)2„’™ÕUÉ“p:mú5 ]Š·¼! ­_šðq牳ù4é^y=¼}ÑM¥HƒïíÛ§ËS œ¯Ô+Š®¼Ã)Ïègø^;å\ÅÚ[U“/Ž–Z—e’"òŠãu@¿>º[š}2N ¶H5Ó‚dyÏ’R~{á lDÔ=Á$ŠæXÿ8DG/rþÆåÏoÏä¢Ú4à&…@¾ðU¿á/j~Y¬yÔH©DáÆÊ¨ëÓa°ôԨƭAâÞ¥Íßå†Ç³YâXÒf§“ *³[öìÿòÛJq,Ü‚ã©Á¼ÈVkÂ›Ãø#q{SÔ‚†ZLôREeœGd  D¿¾IïãóôÕT¨•ÁÎj½¸m´l-iÒêw«é•ò ÞKò%öÄ`‰Ä 0SÁÞ„­l*ŸnV*{C¸?±ê»ußJýkúe:pHÿj•±j¥Mè¡ä¤\Ó1r·Ãäp×ðe”R–ÂK=v• WEjÖ d‘lÃvù©ÎUU·W'~÷²HŸs|Êõùš¼±Vã¢icR#Fú¬:õú}z¿N«®#{¤ÀU]Ø^EA¯$góL?CŒŸÍœÒj™ÖêÕÇcoسî!£iœŽ›v÷P:ƒ¨iŠ–ù`ƒˆ?<•Ëçt¸-lUÎ_Á¹«\FÔJdxÀykÍ(ý¯M-×,Ðâ0p}ªfÙµ<ÞBÇLsÚË<»WR<–¿xã5nÚå²ùxo噄’É$+³«¸ø‚:ž®`q|@žAf·È™á4lh{€€8.i}çxS’ä\·–Ú§•‹”HD¸Û»Å2Æ=&fcî7ÔÒ²ö‘¿@£¦ª·†È†ÍXmp뀖ª¸Ž…ÏIᬇ,ÌOËxö^ÆÊV‚œøÉÁ®õšâÝÈB¾æ2:mÔë3.èÈžbÓ@1Á[AjÌÜâ+ÑÒš¾†ïÂñŒ%®1/[+ ¾¶ØGi%òijõ`ÀŸ—Ç@º‰ó´ƒËáJ§·Mé¸×<±Î´]%ñß‘x>9©Øå4)Jûʼn†dšËG%³*8:… ‚Þ‡}mYw®y,¤–ÓFt¹¤3\>ûáÖ8ïÜ£¸ñd%æy»\ŸN¬ŒØü•§dVW Øû++o¶Þ¾›uÒ t¹§RZæ»0RþØñÜJnIǬñ*•«Ùz­mqu§‚Õ†4†Oe#Qô+Ê7'v=zE·šID˱YßZEo¼Øóí\û•’K?pi” -'/¼½¿•vý[k²ùÊj"Ke}¾Ë¸EÖ¾YÝGoÔÁ#Œ9Sñžš®¼·sÈ*¶¿ô7Mi.DÅå«Q¹“bŽ{•ñÂ\ì­»WB[¦çmŽÀŸ]I²…öà 4•_s+ew„ñI\rbjñz0ä ‘,K4[‚²Lz}!Ç]uü5Éß&°FJÖÊÞÀA¦®òWœù2¿•>Ï<“+>W#[šcx×'{S¬Ö–Å çöýò±DÊÈ_«/]^˜|YzÎ2F¸& ºËr¼‰ÑãùŽU–¥‚ã´®X|žW ë¯å¤Þ¤ïЧá§hh£ÔÆ/$s[bóÞw;Äro’§,ñq5E0Á"‚½ôÙUY^$,ÌG¦äõð¼‡%enØžÒC¼cú“»+ãî!‘¯=»ÂÈQ•—xûÛrÚ‚/XGŒPôcñVf–~SÉâ)Ó’ég.Äs>IÃx®ÌxÌn!ŒýÜ»ƒ°Ù w¼°dš8ÿ/m ôq°þÑÕŒnnœ *˜x8´8q¡!A?àÌðìM ^jŽjz¶b¿O‘SíˆÏØåöiC¼Œ7ø÷ztÛNzD‚5|"ö6ÉWFtòÕ})ðZ¸þ$r¾1¢–«Ó¡?ŽKT¨W°•«Øcþ²ÊÿNû©ÏO]#ÐÒ3Å9ó\HÐtœ±©§ —=yj;ý¹ý¡À©îvñA(fÜîd#Bõéë§[’eÇÄ©©BÊÒ7aT©^óMi‹«EöGïm¶Ûüt‰ä1F\8'í£ÊÖœ•Âû\æþâþ@Ã]Ž(q7¡«‘³<Á•cöž0äCý^âíÛqý:l''\‚¡ZÝ }:b ;—5m¨òü§yg/ÌwF5f¶lSŽ/³^ç¥þ•îf]‡]r+ÆJìy"}®HZeŸÓ’ò<Ýúùîs{Y­˜¹T¤Yæ–G@éõÓ– 1¯PH£ÿ£Sˆñ ª¶q\\ò®N•oºž{ní·¨’ù&úKbAÛÿ[u`Íé¶Äz‘¶ª¥åÅÔ¨ úÞîa$)Ú¬ŸÛ=lD|¯ÉÍ”qÞG$2±DJábj÷w‡]Ž¢2¬:ˆ4¥’“;„ícA9vô«7Ï—Œñ¨˜øÃ™]{÷¤LÈ©<(¶•½èl"t“v§ÒG®ÇJ’å¡„³ uæ­ý½´ 7G;C£!ÝD†œ9®Ëñ«4ïbqWah¬É˜Æ×·bü{7¾Z%úËÚßWø‘Uç’ <޵Ĺ¯ c0|Ž÷-4r°r˜†Ï#üÑŠ:3Á°XìTÛf“Ý1Žã×ê'ÓYûç7Õs\:ºV¢ÆÛµÌ5νÅRÞEàÜÝ܆’q¬^C ž\’D‚}Õ¤"INî~±±»|õ;³ ´é ñXÃhÝ8º„÷+5á‰Ç[Ç”yʼn©V¯i®H"D’:®f;©úàN¤ÙÝDnõW “ÙÍrm¶sl@i$ aŠ¿~:ò/‹Žâ±©É©\ËÃŽŠµ¬]y™àuGi„{öíÔ·ÃZæÝÄZõ,»í¦©im1â¸Ü(pO+Øá¼š*Ù™¸îr7ä4c›º£Ö•Åû¿nÈc3úøk’8»ÄÌj £hmZü(@=ë¶ÿmxü7òöø´1:ÁŒiò"$h£´X×$F¨;?‚ávŠ7=F™´™ÓbñŠºZ²Ð³ÇŸÒ«€öisÙɘæ/Í#zt6¥mÿ¯M»2º]/•³ÅøÄ±Dv2̉ºìáe°ê¬ÛMÇôjºòÕò½Ìâ(•ÛZÝ\ V§•-;8#þV Ù†Šg,w~¬G¡ý:±¶c ®d†* 6B† „¾ÄÔÉá*›Û ²²¡.–VT;‚ŒV~éé Ñ˭\þžZ“P3=.y'Pò¦sì[–ão6BŸ+¹ës<ˆò Õ ¯˜ç³*Kî½u|øZìêe’³PVëšó.ã›8®Aä,Å 7§Š²Y¯l3 š&CŤfÛnÕéÊT&ƒ€\ZãyŒç‘ü·åžþ}6K!g/« -B½ ' ±KL€±"AІ޺¬º2k¥09+H™™©ŽÇˆâŸ™?ð»Ñ–^%I,5¸ì´pIi"µ"–R6ÛéeÛcòÔ›v‡3j-ÈéL ÒÒûñöo1‚Åeš_ÌòêÏ=Kr BM(F펛ìzn¿ãÓ®kCj¡F8âïÌße2ñÇnsz÷+üæºÕx¸íÑMƒ­—í$ûaB»‘¨åÄ0ºIÈv¸¤~DyüÁ×<‡Æ¬`ðOÉø[Re‘ ~ Éà·-S$Ûùe«üq„fc‘[¡8û“Mü­¥yd ŽîÞñ³|ŽŸ4§RŽIÕ^u\¼ËåáÅ´— PªJ y±¡ëúuÆÒ©Öº˜¨þ*Åó ‹ÏJØÔa¹}£24r²ïH„Žä$¯q{NãO–Ë‚vÚò5:€ñSüw›<Å1ƒË¦”³ÉüöÂîòĨ«(ú£ß®Å~m¶¢ú1M š˜ÑJ3Mp¯ÒZµß-åqù¾-Ä/;æ8,°µã¥>ÄÒ¸å™mÂXÛ+³ŽûúêT­mx…Š™}Óý«ò/-y·”ò|&R¶:<œ5!xïUyÉRh÷BÝÊ…ÝTÿäõÍÃwšÒgEïmE ySíZ› ŠÞîÕ²zík±¨4νc /}»ù{‹r;V<}TrÞAÉðÔq•ÿ? z1Q‚€þ,íù™v”¾á{vr6>£MØÜÜÝ‚ÏKE1©éáÔµ{nÕíûÌûƸÀÔ—òä8âBÀÍe9~QÄó³ÂùJ{㲟“rõÉK«†7`÷È©¢ý#mYîÖl°‹Foxþ–ðn5=@sWþ´fñ?ë‹i$sbï9 »WS¤ñÉu×íƒ#‹ÂxŠË,ÆEZ½ûoš’Ý…kHò³½V2í)¸é«+'3Òä¼ÝqH79IUÄŽN}E)|ëCwÌü3ÈÉ=Ž_æÆX¥gU¨HÝ{åŠei½¬ÄìBüzi70²‚WbFtž=ŠÚ×D0®5èâ;UGóƒøž#’ØÌøg#”Är|<Âÿ+àÖï›U„̳ؒ³82@B)þÄ:oÛéÖŠòÎ'Ôi£ºº¥¼Æ˜šµ1rþ=¥½ÜfMù /n“_«F´‚ܸùV(§’¬Œ®¬ÅbV]Ç_Ðu]Ïfׇzw1€KeýÔ"¡£ Ó3Þ7É|?ðÌ#ÈU¸Ök…©b ¼§˜d €å(âö°©$ôjw;RYž#3¥TÝ€í]9$–¤-žá!8kæ>íyž*lwxžá­,¦:y½Øªç)ãÒ/ y›œâ°¼€ÜáU0¸<…Kµî´×2™ÐdŠ+34sP´mÚ?†Ãmº[ìrÔÍCÁ$‚)Ã>¥]¾QÒëe4§~+¦üÎ0Áño2ay§­#å~9'!ÍF…¿.ù˜fÜ’/^ß{½\Ó}ÎÝu-¬O9Â2pèP?·‹<{Âb‹]\\öòVÍ,¡b#Š1í ûd÷¤ ÕVåx[pÒÞ/ÅÑŽJnÑ C ñ;'›ÓA™9Qzs/(ø»˜òjbxî[5ɹŽ•\Ý‹¢µjñ$J²?åvv—¸€S¨éë­†Õ³:êùd8´709ñY­æý°MéÀÒÒÒC‰Ä;•:(«=œŒ¹ÊöÞiåJÔáx#‚2ls²´‘—yP õ#Z6löš@Óå5é'¥RÊá§ÍæìèR~jínsñ1Lðãòü·1êÄ@òEe'hÇBÈ€vßbF»½À×Û“LFI;d¥³29«O÷·å«ü«Ìùîüɬñ2ãñxØ_º²^‡¹;(èf1sû=»޲Úp¢»%"þÝâ’O-p›_[ÌÌÖ{K`zò¬ªJ‚v*ÇQ.è#5èR È(º”¡Ëb—-zï°˜&°£ä{iдŔá‘êBž¿-C²½ÒÃÚ]•*+U:êÒRÀðÓAiÁDešyg‚¯½\ždö`®m³…ï’Fêøm¹è½{uk ±‡QW¾ïŒâ¿Â<³ã¸ÚùîcšÅÒ©Š½˜,Ò\¸%iŠØ™²¤Ù`¡:ˆòK0À¦Û¹¬”9ÙLq_oÜ“ŽÇ€“›Ú£Äeã÷f‹–Åbx§hbŠÓÉUé<=Ë1"‡»®ÛôÕ8³›OC%o-ô--Ì bpÃ.Åg¼½4Ùº~7Ää.eéà9ãB¬6æZ«¼ARy-Ïï;þâ©E¬ÇWB?J‹XmJCà­]‹Šøö„yj?•›1OùåøìÌhdùÌÁ‚Å7’`­nV”Fð¾Ìû¦ñƒ°#£0;o‡¹Þ§·{˜mÞìH¹tpÈñ[+nÚÍr †Š†ÔT½ÇM¿}¾ù³k˜âx:Ù·åWFc9Èrb 1P¨#,^ܬÒ>û.‘’?O]H°}Åã@1è N'žkGciíݨK5üþ«È>› £©ƒ‰nÓT&^I‘·M°ÖX9“#PX‰7ìîX¤xÑ7Ý»B¨cÝÔ÷uÔ­âÙ–D[´ÕÁÕqé97ü£>“еİ76¿îs6…ñ¼Æ 5Ïÿ;‰ü#¥wÅ9ÌñO‹äþúbdãõð°BÙ+‘=÷UØ„.T’­ºí·B5y™£±x.ã ±Ý=®iPUKæ|k ÿùk7Zß4â<óV t=͘À4Ôž|‚©¼§Â¼cŒóй?ò\•~)K ˜ß#`2÷¿61q3˜–x§#ÜhÕå£a܇´ï±éŸ¼±†@pÓϘéVqLí8ã\“sxò…?älòßÎá¬]±!­‡¦ë‘…džÊ®Œ®CGMF‡i²ŠBïQî°ÉLÜ®á ö‘üçÊx<'‹í`ùjámq<7!Ã{—äŒí•ö«ÿ-‹6µ»ÖœoÙ*E0=¢Nßtí&GÁ+=+78¸cGfáÄ7™•…¼ÒG'«vÖé8a“zO_5]ŸŒÖñíܯ|ÁÄqÜ Î9Ï ƒGFxmOv–2“Ú²!± ÈII×÷ÊíèAÖ‹fœIÒH-µÀƒUE»1ÆwP 8áLˆ‹ª|C͘\Æbµl_Ãñä‚£´U©ÔHä‚¿Ò‘‰#ø$„íýv]úÓ7ZBCéñN\mFÞçœM>‹‡_{>&Âx¯îŸ`8•xðüC% ÿÆ31H£Ê©’XbbOÐ’£ì ØnúžÆí]ª Ü÷GÇ–I§á,—Åpž!{#üŸ!ab[D±¿#¬J‘“Üd$ìAÕÕáN#€§_ÎJÏl‚ÞxLNpÇQåø@æyðJŽIåVÀrœâùI3™Üä÷²ƒ!xXVRÉÒU'¿}ÁbÞšßYl¤aÓH ÿ.ŒÜw@&Ó YÄ;»bFY³.n¹ji'W– É_qÚÉ3Eì©bv§×WÑmV­s\ÖyrúsUoÜg!Ìs°v'±?þÕ-]—îĸ²ï~@÷ ¤ÌL1Î`rDOEg ;ˆõØo¨žà¥}<@ŽäöÕ)sx¼¾ä¼¿ò”¹®JÎM²œ%ëx¾!?}ZØú²˜P×ñ»}ÆoV'å¶³ÎoJÞ¸­çÚuV>H´ÍÙ‚L¸­Â¤s¹â1©Øþµ£m@¾ 4TñR­k®½ áZ§Ì+W73Ø9¡ìÉ6=¥,‰Z ‰eYH¡#éé×ç¦öûØ'ÔÖ=®< ûÛIYG–<輸ªØÉs/ކòÖ·6J·|•••+«¸úÙ‰îfÙIQ¾çÔì;µ:c¤ å•CtèÚfoîÔ¦Œ#¢Ôý×fÞp±Iy9 ¨*¯K ñÕÅ$]ÒHÊÛ’çú>“êÌsP¥m9.qùBÖé£gNÆ9±Õ ›U¥>àE¤J‚(L„±õ(:t×ZhMJ( HÁ.kÚ’ä²Ù°ï#N{‘v$ª… ß ¶ÕŠuƒ²ÎÏã2Ö“óîD)ÙEv¸Þ7`»î†äüAÓ@†8ŽÔüÄ–‡öÏà™¿nV'æÏâ£i°˜»ù꿜žB³FÆHÄq±íRìI>ƒÓN‡ ;Uðû¡ç“xwÉ<Ãò4ó<ƒ-ä…<ÎNVš:˜š pÆ“HwXä°Ñ3öî»FFû\µÜ"êz41¼8¸òêWVÒþ–-Z\\z<-Ž ¬Ë‹Ú&öÕýˆäHK(`nÁÛ}µ)ùŠ<J”´ãÄñPß=øŽÖñO’<ÃO‹Ìæs8Ü£WX½ˆ-ûV¸šH˜Q(¾Ã·êúˆÜôjöè9Ï>*†KÒ?o½Ã;÷KKLâk^Ð?x.4é¨Ìª«6Vï üÕ,g){­‚°þò¤’ĆI§Œ2„Eˆw¨ ºRÍú£8ºrëéYÝûÿq¸ôå` X pðµÇĸ“I©Æ9ŽG7š‡)Èù:Ö⚨ŠaÌ’ËÇ,ÅrRÿL\ÒÀO©˜ËAJx÷Ÿò Ý›¯Ë3´¹=Û;ÃcFŒ•(åîEë8úÐGRwô? g÷Ͳ8\$€ÔaZš•eµß>@c˜PŠr ¿xÀr måïbK‚®W•brT›”÷äjfò¨ñ‹é3{¯<-'Y;ˆ-¿Äk Ôo¨aÔF˜Ó­iÛBáJ©ÿ9^C‡ç)å°™cŽšGö1yzÌ Dò®Æ2AéÜ ¦¢nVðÝÀøeò‘Ö¥XI$3±ì Œ3ª²Ù~W•âöøý,·=’,¶oÙ»|vÿ_žE’Jh÷D‚f;©pvp@‡Xl@h|qøZêj­?Í̯O¸÷2J"§¤Âœb6ŠÌô•ÑHù >VÖã—%=ìsVÆG0I]c¨Oy*IHÁ“bÄmðžšMZÞ¥M[–Õ’$PÏIÆ'Î×ÊOÏÏNXa†qRÂHÇ"IaÕÔ!Y w3)ýÀ È1úsN*—ù£Æœ×œ/ «…ÍQÉSÆNönÔ¶e¯R‹€¾×´îóZž»ì@~ÈÔ æè¡Q©Šq?ðVÄå9_'…òØ™¡·RÄœ&h Œ¥cvgeúÿdè?1!×$ãç = ýãòŒG-åsø ‚eqáâŶB%1:1%S¸FÄ}^šŽfd´ÐkE5ðIi ¡*«eòU«øSíee¦×]8…ç¹]@ð·i_n^ÒBm¾Ço]ަWÁ†V5â*(«¿’mâÿŸ¶&+c¥ìW’'QܲÊÍ*ªì‰Ý°^¬Toë¶– ôáU§;¹i摚gv”K·nýìY›^àN–)æÕeréd͸Ä9¨…¸cTúaü9”Æ£nåßô4ÂVòNÜPïÅóâ­gØ™o}Ãq( “â±ô!¹«UX°šÄ1l#UnŠ…\“°Üí¶–ç’e©ÓäŽ{gÅžKŸÅغÙ,´¹WjÏ!ä3ÜdÄR±’°ÒÃI¦mû…u•}ànàG¯A–0 ‹ƒ#ÜÝ-ò´fÄUÛe6ñÃ\\áBHÀt7ø.²qº<ØûøŸ#âÎf:èöbÆÂån0údX£u’GBA7ß·á©§V¿ Åz[ôǃÚEyªñçÏñïðN˱«>/!æÆÍ¾>T,œ¤nÌõpËíŽÐ[e´¶£ßA¦6æÕI+Ö}î+‹Éî"êkmKAâ—¢˜â«êr;>38Œ(ÍS|oñÄ‘X?›Lt2NLÏ ¿Å7jª'qªx%ž)‹˜|' ‡g>•ƒÜ÷ѼNé§`i Â4Žœ†$§æyW¿—åœÓ>ÿ™ÄqœWˆGf9ÿ%_µ&P«YBÈïÜëf wï«Üd\¾´Ë£¹@’°Ål1ãô+`%¡Ç0ðç&ä7-d2Ž}û Â4Gíe«’XÞIdì—o«edõølõÕìRêçô¢• ”ŒrúT%.Àå±µx74ñî?޽ŒÍÝ·,2I-ÞⱫڞ­Hä¸duJF«`{Q;¼ð‚3¤ü*ŸtÑXÍdn&¹ièæSˆr[<»fqœ²ÕO!¾r´µ²µ)ReŠréÞbjŒ»¥À#o†þºÍn{wé®ZmÍA8P’A«kß^&p“€!WO ð>y?‰°<Á¦“—ð|¶võI,, V±0£µe„eŒÛ„=ßOÃZgLg¼2²º(NXöªk9àŽÖ®#Pq ãš°ž„ðæÆÊ^[½Š·šën ÓÕü«(x+§°]–@]Gì¡ý»Žö¾”LÚ¨rÃót2 4Àb Ïù)Ûywärv8ΚŤ1С̳=}·E/7|R22öw Î@]ºnt‹»§Ç¥±I"¥ÙÌt¨¶›ˆmZç–ˆ§Þ<•nóOÆœ%‚æM©A{;VꋲDöš0Ï,Ôã•_Øô`¥zMõ0X@÷)‰î=‰"öXÞ^âpÄñUÞ§'Áò܆ZŠÚL…Ék&b\]˜Ý)Ì@ˆòÆÊU÷í±©ÜôÓïÒa,:~J0,šq,ãQʼh“¾x\+ƒÆÐÅ’¥ ÈnRÕÚ±þqB¾Ü~ÐÜzîGR7Õï³·%¶y›«ÂáÏ;1—äÐUÌã"-볈»Ì°¤RË–w}Âî7=7ýŠ÷4 éOEä4`$ôNyß*ÃÛû¥ã\â ‹7³É±“*ceÞ#ÌþÑÛ'cN»tõÔwÎÇÑàøGššëiHœës€¹þjù°&†˜ŒyTðVOƒððíI“P cA¤,¥jÁ,mÕY\2ºf.·Ë»š°’Ñɸ|s^‰µ{;lµ`‘¬áãv¬pñP±¡àšœŽþK‘d"Ìʱ͔µb|”Õ2A,Éb³,QÁù òþXª®ïÞ»éínÝRÇiôíÍj„DöjÔÐÏ Õ™:(Hè9VœÓ3Ä÷çü÷ ‚{’r9¥ÌcjLJ£5’‡ä­£Øº{J?åÔn‘«â:í·]L²kÌ`’*áV4TžáA·½Ñék4;0 iãâærªèÿÞíÈàðb aÿÅ2¸šÀê¦älGO˜]µ½Ý?°zHù¯-ý±f­ò3øY!îa\Qò…¼žkʾGã™^Qí`¸õ¸kP«Fî«}ë‘D+¯ÕfÔ¨c9)ÝG¦¡]´ƒ–5éXÛ‚#Þq©qï*#[œeønnõnC…3\‡UnL¬±ƒ“YXÔ’Eí0Fà Ê 7wk¦ÛxÒщ8}3Uî›Ñíqqì ëão%rþy/"ÀÔÂЉñU¨XÅã.A qÊÐÙÿYŠB€íB쾃¼ƒ¶»s´MjÖÈà)Zg^œþÅî˜7] {‹©«*a€á–aX^Aƹæ/gjOœÄâã±.:Ǭ”V*pL#-nÂÈÄ™#eAcÚÊYkmV>Hâ:ŽãN}©m,ìe¾vˆXçž=}'šÃãËCË1VWšc¹ŽA°—Ž|ѵRfó]­$Šöc=©ûª¡ºuj3.¡òƒ¨çÕÈv+¿lnJè‹0'£‰çE;òOœ¸o‘¸ç?ÎäxÐæÕÄøül•¤¶Õ$XÌc¼ïc W÷÷/îZ[Û¾áŽsrâ+Æ‹pÖÀàÒj:9%rsîŸÆØÌas¯Ìñ†¬X{øøê¼rÃ4É$Ò*’…}Åe#r@øõÚ©ðK´é&®sÅF8S/š³Š1{ÃKZycTµáx*õ²÷8±¡“»Äñ´Áµ=¨ÚoÍÀý"‰à£@ÎÜ ¿Ž¥Ë|ÿ@=„d9Lý‘Æè€FŽ|ú;ÃrŽ^há±X8p8µ’Z4í"¸«Rê’ÒIj¼}ÒT…,»Ý>Om{“¢„ºcSÀS‡Ë§©.óly¹c`mO'Ç™ä£Õ>Ь ¸ü×ü@Ÿ!Èð’™*Õ¯DÁ^qh,r£%ãî@Á×»m÷ôÔ©7Ǽik×Ð¥ •£7¦j?Éų̈ó\Ö`â­\Åå¾CœÅ)zrB¥Û¹:.ì6Ø÷wz·N†W.<ê«·; ]1xšr§˱IáûiåUãíæx+”0ò)ŠKR,Ha‘a“Û Ø¡€ëÔ~)uÅÔCXÔ8âkÑ\Õgé‹H«x§’x/Š› Çæò/^]žÇ؇Ã01ØhÖº¨¿`‘,kÞ ìÁvõ:‡·ºK`ú<‚ìé…{V¾ÖÎMÖpÆ 1¹’8q§Ô«Ý9‰£&VãàÎ/DÉ^­7’šãì1F†S¹7$#ê«èvÔ†²CýÇŠœUõß² n§B÷œœû5ÑQ,ð:­“ãœç0®¸ÕÃ+»ü®ig–K3MXÙŒK´p =› POÄ˰ŸLN ƒQôãÒ¼ëÖKG’â ;º“ƒÆ<²Çå“€ñLEL]–º¯)|ã— ò±hÒåņGå &òUØÔN·ÝYA£õWGor.Ýq,®vŠ­{*°yg“|Ãļ‹ã»Ø¼]n+ õ¬Ï4ÅqÈ ÃÒ)*ÙÈX2<é,`˜ÜĪüu)×aíiÔ14íä«,Î5<1Àd¯m¹L6B• Ž‹ä³ÙÌ•Hg²–Y(Öªò cØ<²'mÒ=Á´¹÷à%®ó Ç.Õª³Ù®.Xך5¤W±C[šy§›EjÍ,•. Çkn™ ÔÕjAùI’¶d’>ìÇຂ/®nM!m?â­¶XÙŠÎâçrþë[.5â:™IW#%Y¹¥ö=íɹX‡ÎÎßš±·®îbSò:‘ÜuLâóðPæÞKF›vˆÛÿWL¾ë¢†·9~„y¬”"¹j¬pAY^÷‚ ©Ú€Ž»Ÿ™ÔÓi «Ÿ+žÊ¸’qÏZrÌãÃßlHíÁoïì3 ø‘ð]õ1ƒZï2†rÎYãæà·°,LSsúþéÆÛ Øá¤”v9”Ö-ÂŽ¾»iÒæéŠâЫ³Í2Y­FÖìÎÀ%Xc»€ôø“¦ëE!¯Ô@•bxÿ‡lfêáåçÙI8jB{8äž|ÿåÉŽ8åDRËÚìNÝͶÚÍ_oí†G†³@+÷kÖ½iöL÷¶Ì–s¡ž#O½N‘›kC×5g|u…à^+ÊEšâ›%tò9]Zià2ö"WžÓE Jßèϰý² öô:ÌÝïW`‡’ÈaßLW¡í¾ÑÛ­Z=Úd»Ô-¥jtá…p5Ä)uÙ²c/[-Ù@ä)!›1W#æcŽÄóÉ)žÏ¼Á  ½ñ26Ý wª¨±mAZJÇ:F\ˆ¡À "žZç¸ଷڶ`yÊ\NÉ·k’þO(ùcwh!LUh*Ë­¥‰‡sÎà î£n펭öF¸Þ°x»¯k!ï­í² 4†ÓuT/§Ÿ Û}ë̶jøS§vÈóª²IÃ&ÛÒÛëa¸ úc›ÂÄþÞ "þ_Ãlÿ‰ ‰¹—"å9î_rnPnäñ<†õ~:Ê5˜,É$µkÕíì^×Ï< ÷)ÙzêÃ|xŽ&½\ÿ‚óÝ- Äa†+ëä;|S!ȸô¸zç)bõ{Õ …×Ú{‹7ÕáãQ"9Úý%‡p\e¡šŒ`ÇéŸ(’_~‰†`âsúºÕŒñ‡7æ>N£lAˆÄÊø¼ä¥ …hÒÈOTÆe1©Ïö/Sû×Ñ7;l–E®=!Ylá‡skÚâöR§,ëLºŠoòÎ;ÎèáëâïrÚ«•³–N>ËPEZx¶TGhQúÁ–`Y’@!¦ú«|‘CƒŽËZØXí“ߟɌ¾™žä·*Å?Í9áù.irÚЋ6-€EõÙXP¼¤ 8•Ãoºý#b›Žê!ƒ|DqãßðOî>Ú¾Š,јØs®]¥~?5íäŸ=øÿ‹Û¿ã¾_Ë/a3LÇ)‰¬ôe›ò)3,ñÀìÌ…ÆìûìÝ5aú)'·sš|&´Ç%‘ql2†‘ª‡½/ó܇òÜ\QÊËËxç2÷iW¿Z”’%ûäBÑ·z°eÛa¿]ºVµ?pö{m¢|=Å͇3Ïà žEà8¼Gìr|ÚÛ›ÊW ÅË+´ò×Wi§žF6v$ ´m±›Ð6ÚM<<ø³¥a­n$3‹Ñ\ød¬޹~7‹Çñ~Ç1?Ì8òJjq<–IñP_öc.A–({¥˜£÷:™‹Öß®ÛØ³ulllM°óTeÀ¨ò¾áîtšÄÖµÍh±^jò‡óv? OÉð|¶c ƒ¨*ãæ›&áeªóKÞó¼2‘Ù‹€>¦¤þ£Õ{H%Ùj«. ãâŠóf¾á±ÆI׉q[œ†äeËdÜc«#®è–ÿ%7Ò%Ýb‰Zø6 ä¡y åAæäeætß!‘å¸7½¶±U?—Wbz{QËü[v[ü˜É'ðÔFÝ]]lio55ö[}—÷ {ù}0ªMż?E™r0â…ûë—–ò¥f ñ/_\¶ßåY“ô¦¥E·3Í!/wN]Ê ûÌŽb6ôgÞ©ÆvjS}Ðqì{ejùGå¤Íȵ½–p)*Æ€$rºžÝ»zjKØ¥0êêPœ÷ƒS^j%÷#—‡'ãÏÂÖÆ~Êf3y,Å”™,IIZFÇì—¸ë·á©q5íoˆb«ç-.Ã*.}ù7ß[J¾ÊVÁ3’Y:z|ö:pô¤6•Q¬ -r,k*3CT žaèªÛª³|‡Ã®œhñ.;"¬ü‡ŠÕÁSÉæ$ÍG˳°X‡â©ÓŠzLÑ¢¯a í$%”«9Šê¬ÙíÄMk\ÊÚî ÿPih8‹•]ƒ<Ö—c‰¥‹pók*˜Ó³¼n8ÝgxÇqY‰eSÜÊNÛúƒ©0Z>OÎq¥ nÕ¹nvðÓ0=¥Äš´;Jâ{0Q¼ÿ2¿ÊSÊð¼Íé"6ì®cUxÌh›þH÷ÇeêB®Àõ]C»°µtOÉÇýY©»^û¸¶ôÊÓY i@Ú·«FKkãÏ1y/ÎxÏ'â«‘ËòÎ%)¿†ªñÊFqÛ7|CµwîØ€~ZfÞÆÞ‰a s¡ Nëî ËÙÚÛ€\tG–­vx uטWªßÜW<ã”Áñ?"øò>'Ã+“=àiÁ–ÿzûí6û¹`½¿ üt^ÎɃZ8Œ¶ö·»–F:aÔã…2è¨âšþfåvïä©ãû|G)å,>V‘ÊV¨ „I—`–#XXT÷±gí$vü4åì±y…Aíì^|Ûi_S¤ÐãË>j®f¸=Ï*çñxy¥-ä®Nb³ Ó6Ù¢˜HÖ-{=ËÝîAvéøj”ÎXŽ•['–=ŽÀNyà­vcí§'fÇ*£c‘`y ÔÛŽŒä¥AG+,žüÂEs4jÌw7ÔiËíÃq¼`‰º0:«_U^ûOÚ>ÛÙî?Y8œ03Hg匪ꊗ֜r%i<!Æfp|o)‘Ž.Q:îqh§|„‘ÏbYÒ µ£‚XÕÕàE ö¶Ý}vØàî!s$Ñ).u1侂öËíå¡°x\FŒs‹ªk^xSÆßã8î=Œå¸©­Þ%Û4¥¹Z»S†¬îc6{œ»;nÄF¯ÔNÝÒZj~ŸÁVï»ûã™ÆÅ ±Øk£œ ©â |H[ÜŽ'‚ò{Ñ˘ñÎ#eé–½=uœÜ`»´¼€àáO‰ÌÐtp®])PFéjsøS¿ãÍB9-/VkV”$»"Ø#f+ =…¤.IŽG›Út,Èw%¶ßà.=¹q)¶»'Ôf5Ãr­8ýIl{hö éÉ/ù»t#L¬¼’UÇ?fYŽ1*CÊÑ›¼ˆW¤¾á`¹~:Ð2 $Òy€Hä™õ f¡Êª™e~î9l™K0¼kN‘£ÝdÖ\„Žî¥VR…£E`›úŽ»êâ ‰š*\N=úÕD»ÁÕ@à¬/Û_—¼¿Îy‡Äsȸ̼x­ê![Râv—–G®¢g’6Û¶¦K`ËvxNS_ PÅÓ§Ìb14åö¬Ÿ/yoÃü:Yø®w„ò/Ç‰ÉØY¡½]%²±5‰¤ˆË#ö¡=ÛF}{‰ ¶˜nÜÙAssËù-ÛîYlÜ"—ÅWˆr¡Ã¶ª§y'Êñâ2Õêq»˜®U^sÝrOhf{ ¤[ c*¯w`ÛׯQ¥[íÆV’üx+ËÜ͵pd8k˰ÓŸ¼z„’ý¼f<¡ÈíáVÞG”zU,Á,“ÓlP§-HóW©?ÃÛsêé©.Ûal¶²t¡Å£‘<þ Ï$ºÕzf$ŒÃsƒº¾j¸qNO‡‚†S >QŸ7ÈíF¸™² ÜjÛIoµ£˜Gü2鹿²Fãʮ๳”HÖ·Dx:™ 0Ç1Z:+ejë[Ò`.w«(À»íì¡5¯TåT§ÇES+<øÌ´5Æv²º\‡qïƒuNÇú ”þÏÌêÇaÝFâ×’sM©¼ > ‹Ü?ûv‚Ðt¸Ô3 ÞxŸƒTÍáqv1”.f¢Úše!’­(ùÇ]™Jý¸oͶé¯@6±ÝJnC« ª¸ÍâHí™0£hOÄËå£Ç~5—ó¼«?S=œÅÃÝ^µ¦*c—n¿•ª»A_ä6 'ÌO `¦åVKä5Ä“ÞUò¯Þ–s>mRâ*µ±…š4È0x¢NÈÇl’þ¾Ñøj4·``Ü~JdV'7áÑÅTÞMšÌe §˜ÊÜ‘íä©ÍzKNªÜ"uSÓ¢í·@=4ˆœ_‰Ívv`2XYKuíø§í΄[‹Á¤†i£*V+2ó¿´í×fØØìv:³m@ÉSº•îUëȸñk‘ü¹¯ …öOPO|/³tƒ +Ž+­¥0^\>¤ã‘K|Â]hDW¿nõ.GpB©`==t­-!Ú²¦=IØ\öÈ×GæþªáñV?2¼WFRÆmùÖf¬W¥£ùH¥¡s/ñLs«´‘$EH§^Ðê¾;=¼–¨14¯Öµ;öù+dd i ê: 1®#!­ÁÝà•–Éæ÷²˜¶ÇL&¡>?.ÀÅÏo¹9vT~Ö=«¸;|4¹­¬¤•Þ£ˆyÃDÅŽí»[Z°@ÀèÀ¨.`vdñïP\7ä¸LœvøþZò=ºSoÛ“ŸÊ™›µd÷ @l:ˆôôÔ+ý¾ÖHØ‘–8÷ŒÔí~Ümæ•Ð’çHÓ¨aÄ]4LŸ yÓÊÜ;ŸE͸F.ï$Îc)¶6î.xæödÇØë"Éö¸þÉ$ìz*h-£cš@švæ*šÜ·‹Âw¶p\K@<)LZi€áÖ¯óo˜¼éä>8þTá°púœrz’q†Ic‚'WÞy&y·-²(ݶoòÒ'•“LÊÐö{íˆÝkµî/Ÿ”Ãj$Pr§Åo¼«ËpY ¼g/â+¼föJ·"–Na. 8ªd#†Í³ð’`6(†Fê[¼k—²Ä@-p¯FÉyø³”¶…§·üÒ+xÃþ'y‹-’k®>J™+ [òÂ%¯•-eë€åMÒR¹œwi¾æHÞ^ÑBP®¶ÏÔÂè&HÏåg$ûoäé6J %n-ÌhŽE[;…§[;V!^ZLƨI½Ïá‡`U‰,HÜt;³¹]nWì n¤Pq5ç_’Ù{GÛ^ØØ_#åýF©H41Æ×†Ö¸Ÿ5kEçÐçïòì§§”—7ÈÖ©ÙÃU’K׿8µb’ÜkØáA#tsËç¸ÃÉ$-q.pç—Ó¡{ç·å†;6LàØâ$M݈oYpÏ­ít\ü6;‘PkW±pÅfõÔ¿^ªMb¸‰"T••îö Æþ§rÙ¹¬¦ñ¿\µïe£?-õÒKKµs€)^µ²¯Ç¸fw9W"Þ2ÄgùµyRµ>{$Bí§­«Ä»Ít–<†ŸŽj >Y;s÷¸ü©f)TK`²¼þÃ4ª=Êì±ïôžÝÛ~ºÔû~àÜÛ˜çþë—r'¯Ÿ4ÅØ|OÔ„â—\ï‘^âuy"Æã[‘Ô©XßÈÕŽÔ1IV%‘KÏ4lñˆÔ¹ïî`½¤ìmà„HíŠÔÓÁ5,¥ŒÕ¥<•8ËýÜs›òØìPU³·æ€ ÝGQ‰Øm±=:]C°Ç¥µ$שSɼ¸¸Òƒ•ÂûxòG•yÎ_?€òMW¨Þá5¹—ÂE hÖ„¬Ê…m4ÎÑ»E*$ŒíÝÓOÏfØ@h>l«ŽšŒÙ̾*e9•ò/˜ü7‡Íã1ØncÇöó÷&Ç<ö¥†å( I$ ÎÝòJ¤¡ºªŽÞƒ}ôÏûp-õµ;_¹^×~žçœ†¹bpUQæ^\“ÈÎ7®+=‰‹hàºk)ö;™à/ñ¹ý@tütìf¶?»¬©[—º=9 PдàIèçEd9¾øßÛæ”åò8–ä\ªž’ÃG4¹*–oºñ$ûÈñ#D„بø®úåþÕ¬Ý-]Z©B:2¦œÈãаVW~•Ó¦&‚¸iû§‘ëáÉ ø¯"ÆØÄÒâøœ‰~M%ÙrÙ 9S“u1,¡¥ß~„n[qÔ-ž[‹ Ák} (iˆ¯1®ƒNõ³‚Þ×pk­˜\$"]AP>Ɖ‘vžj®]ñseo_á“~!Wµ¬¸ƒkµ{UHÜ0îoéë­'¶÷As.4´=ŽÆxŠŒVcÜoè'1€t8Uµúp*ðxï€.N Ôi~vw‚¤Êåj¼XúèP ªÝ¯jDø³‘?ÚÖÆ-¾"ó!ñTÔrþ*]Îõ#ÚÏ ©ûÇì[>WäÏøª[¹<¦z·"äu·6_!2Ï%p:ˆk€;"_ò OÓ«Cs*œ5ï8Š¡~SûÅ弫߯ß·³+© ìÑÖ¯OŒ‡õj—Ÿ„+¬iç= .ßË' †Ü¶¥\„qEn)ö_pÏ,±I¾äl[} ¼èÕÅw@×N v´yN9^·+Æ%,=œ€©O“ãfã`_xU‘ã%Ozõdp7ôÖ·tÚäÛÞ÷5ÕÇÂj?‡RÅl;ý¾ó –à¡]Ü’¾jãu²qs˜HV¿ä¬û¹ìdlÆe†jêIíS¸b¿»t¬s@Ä+Æ“Åhü;Ä#äÕ<‹xÙãÆUãTĬ7Os%—޶î:nX¶ÛM&Y1ëø¸ã×áæBéÄ¿h¸¤Ó BÈÉÄd€çÒ¤àì9‘’…·…>Ú¹½¤µWâ¤ïö× È]wiT¸@ äîÛΛ6–’œs¡Wû¿z¶m=báÉÍ.;7ž}½pºxþ5Åñ—ytøœDÖ²d¥-*ÒM-¦Rßš±Ä…@Sé¤Å¶ÄÆøêWŸÁwÿvÞ>Y$‘±ê{Cq øG®«¯ Y—%†äù¬ušÍà-ÃÙÄè‘>ñþh4ÌTn{‡¦úDEÖ µrû½}j=æñ4Ö·:(b¾¡¡8TŠi[./‡ÅqüFeøFÁêÐg’ý œ?–’IÈ,dŠ sv•eè„°>›µ5®- #š pv¼jZxrÝø%çœqK\ðñŠ„œ˜Œ[g©CråŠqA —=È¡„™ cW=à·ÃV;ZfkÜÖ»F$~.YñÄÕ1~ðèÜÖ’Úà.ycÔª¦_—ãÙ»y Öz{~> 0vM?ÌÕ諹•v"ÓtƒÑóÖ¨NØuù2„â*Ú ‡M,^¦7€Pa©Ï5WÄ|þç+ä¸WcÌoQ¬‚¶_éÚc†´Ä@²,{•-¶ßIÛUHÖih#â!=‰#o]þz¹¸½£IãU;of‡UÀeJ/Ï&xwÈMå¬Ëç±Øìüüöqç-gi 5ÃÁ’%?¶{:ì>~:D{ƒm⦒p¢qö&IujÕ/ø×©~zõ<Ï)°#¡os"»XÙâÚ?pªFì£oN¿Ý_¤´ óKÿmfª¸œ9-ß4朇ŠáÞ4ÅE©ÊFÕ†ÔÔ±LòÂf°Ïß¹y7}ÀõÛRvýÊk­Muf# œÏZ¹íPÙ†HÀu¿Ä ‡PInSýéñ1¹‘Ê%ÂÜ«%\챋´®A“âIømëðÔ#˜*@ñèY×ÂÉM*HëÇÙ^uS‘a ¬ËkZüsÅ~V¬‚°#p¤(é¿hÜÓK¶‘Ï T©Æœ{S¶–1K;[ïVÚ.k›±q®XÌã1ÙHš+9 ¿ž…‡†M›°ß©ÛëнuXÛËy3Ò{(²meÔ4Ðç8Š: t8(ý¿}¹rùd¹‡ÃV£rH½ˆlñî@“5e_Øök]ÙP!êç¦]ag ‚¯¢÷¦õ¥×ÐöýcTœx?ŠÑÌqñŸ•ÍŒàØè ÆGMêU«$Ñ»Mß8Y#21‘·` N¸,#c<.qÚ¨ãÜ÷26V¼3TŽ©$áÃác7Žü®N¦r.QÈíò\Ål{Ò;Ú`ÐU[]B°r7ßo]C>&—F5Èu&÷=Þ[Èãá”gá®·aJ½ÄbV׉­ŽáïWˆÐÆñ,¬hGƒº¯è̤E"û5¦ö‘‹7wF#צú”]XΚ¨XGÔŒþ¼é—Ò©K÷Êrk\c‡Ï÷y¬ÃüÞÏ!ÅV»ze8÷†V"¥cx•g“mû·êóao¦ó+˜×PR˜ã ƒ¸ŸR0ÐâÜyfN*®rŽc-Æ<™œ–7’Þ7!Z(¨û2äÒ ×,ÛIX¢ª1’^øÛo‡A«×JØ¢t ´‚K«\jîC¡WK© êÀNj«”¼QÏr«ÌBÒ³Ènãmȯ”Tx£¸ˆì^ÜfOd{}«Ü¬W¨#UŽ™­{Z€å’q¶ïÒ|9äJ¶Ÿküw+ÁeåY\½œ¾:Ï#‹Øå®·ÞZuÔ½„.ýëmßרü5S¹—<·IÊ¿g`ÐÝU¥R—?à/"s[ÕsYÎE†¡æåøã·`ÈíùÇ‘oÐöý:ôë÷FÂÊ–måÒT¹iøÇƒ°óc屚åµå#Å×iÒ?p1`Α7ib>-ðÒdÝ$ÒëN7lŒš¸šå‚ßó>cÉù§(Âp ŸÉ°¸ZÔ©KnêÕLs+ØöññJó÷³Ø—p[Ðü5&×pšæÝÏxM@Ã!Ä}ª-þ× œíd`t.é<ÕµÈ9—ŒùFè¹—ÅÒ[™ ¸Ù²UVe´³³)—Ü™J{]X¶ÿf®öH/™é>6‘Pp$eÔ{ÆJÂ…œž´d´ÐQU2áÏ=sìïå[™‰øÖjXjäyvJU‚„U"}åNóõŠÍ°Tܱé¹ÔÖG¶YZÛ05íÒÐs9|½îÁA‘—{ƒÄ²ÕÕùtௗܟÝÜ nnÁkMÄA^„jKU…h„bIŽýά vǾÛun§Síf|¼Õýô›k„”8Šæ–c’å9‰çÌe?9aÙŒ–Çl}½ßúOA¶’ùžãŠ’È#Œ` VªVB±Ê»‘³HìY›õΚN=®™¼®2îZsÜ¡FÈi G[ºi$!AÙ8‹1'eÔÂ<4 ½§ÅRUðçµ*á~ÓùŽO‘ûvsyÎm‡¿Bi•jÛd“±*‘ÛÕaèwúNç¦Ûk}îfzfšêÄžõåÀ°6–ò2¡Â£ÄÓÄkǹñ”äuçžÅq&õ¬$É,Dn$R¤oòØfÎK|Ð~à™þ=Ã⹑ÃG›æ1723Êb3AWu^«¬lD¨{‘‡ï.ÃYíÊòa(k„qÏ<×§{_hØŸ·>[ÙêCdpâRįi¨q§íY§5c°´2  ¯°€$õßm$ÅÄ´$ ^2%} ªäˆŠ|ß žYA ÈѫΛzaƒ#õš­žëðáÔ¦Ç)ÓGb—¼Î´XȳV»˜JuÞS$™©•¢;þVmß}Á:=‹sHpÖð“WpX_É,öfã•aHªËH\ËÈÑUýRZFx‹… ¯AÔ µ&Í®.h55Å1ráGá·{Sʳ79/ $-:ñ[™­O]©F6P¡œq¶Üެ£¤$€É@Mc@5<ú:Ö}lŽ"WÄ­®?™üÍè![¶ëZÒ™Ýl3ª¤ª÷ÏMJ-Ò$Ã]WzSN÷"¢Öl¬scéÝÊÐÚ|v{ÕÞ¹BŽìFîçã±Q €1cWÍCŽÇE6.¯#׆Ux"¥_í¬_é‹=#•Þ2ˆË¶þšn0_Nhy?{éÉ(xµ˜°˜úSå#§ZXÏó¼ãÅ ±Î;Ù£‚‘2‚¦Cô·í^š‘r@hMÛ‚I[*\ÿ…Pì|^zÌ•8Å©iq4rä²{‚Z³`–¹RªÛ€o¶ªåk¤he8©âŒ%Õø¨Æ7+ȳpØ«å/-ÛkY©ãÄP ;{ÍìH2N 7Ö[–u¬ºEòõ\Žâ'<€I5Èï’Mr®c=…ËòkǨcð0ˆßVW§´^Tš_z@áú`ýý4ý¬ÚÆæ½þ'rÅNŸ`Ü·)èà-`È»ÃóÅ5ñ¼¿)Yq܈òs¹8šJWÐËŽIžÞÔ  (ߢ´§`4†O¨F"HâTù=µ ³OëîØßð·ôìS›ÜJn={5†å¼ƒǹ©Tñ/Ôöÿ1-T@ŸJÄQ—¸õ=~Jn˜EL†&ƒ§¥BƒxÚí®@§I/w+Zœ8ί?ù̼“—»€ UaÆC!ÝRCQJ3"ô=»ôúúüt¹YCNJ×"CV֜ϔlƒŒàÔÛi:c-ÃVÖnq Y•a ü{O¶¿†ÿ~] èLIxÆ Õ©‡¹Œñ¶nÔ#¼Ù– TÝNѹv,Ç·d}>~ÔVVÓ˜ùªÍËÅlñ•Aù'ÃK…Âý}¬½ˆ“ù¼ù¼½Š7eL+ÈÙHÈØ'`wÓ¦®îÈ>ý1^òª,[ê“ÆGS«V3¹”ÉÑÊãP´Ëf³G ½Ìd Ü›¾ç¸ ¶Žã‚°hª»lüK+Àíx†¯#§3œ¦W’ÍÈb™ê[ž³Ä¥‚"DB”#£þÌ^ÞLéœÐ(Ì«LÂõ+=§bfõŒÅךk¢´ q9R˜Ðqªé­Ï%ñ¸ —¸¸‰fiaâÓL ¨ï=¡_¡Uõ?CsñÀ|þÅ–lNãŸXûV~kàõ¬þVÇ8õ‚P1°q«QLÞê}#ÜRý„î>möÕ£æƒáuÌ}ª¥òWÅX­l¯’¬å߸6:­,¡,Oݹ.ê®$Ù~ 6û94“ÔŽñv%£¦¡Gñžç¿‹åx¾W-:ðWž*Öï¨Ä]‰vîJÖ+ÉÚ„’a¹õÔ˜6k’5€ÖôÔÛÕ«N‚\î–¥ïŽyÞ?ˆgR¼UÀçnR<&e[ã"Á}Ž‚'RWhö_«}÷úº*Ö¶ò–€îcšÝÙX‹½’y„§Ó«uÇ…4ƒZ¸çË¢Š¼ç<ßÇáÎçšzÎGv×a³Qî2B®Òö¸¬¶… öSñ:bKw½ÇQ¦<–5“±¬£‡5rþع4œ·‚çy˜3‰ó?­QåyÞHëWV.ï Nó|wý:eÑúf•ªè“^4¢±©mÚ8œ/Ò¡•Hn„5Ñ!R„¯nN=åf6~Þ=Ö4—¶'@±@ »|ºi&Îm WŒ+î;±å¤6_‚æ¦}˜ãrýÔ/#o··îH¬—Ó¹vß᪷Â58)í—ÃB*R‹›×­F†OÜãØˆ+4âšK.bIì’UWàz»è4þ·éSa¡Ò%¶K‡©,w-_âT§¯l4ïeå±N¼F=Ä%ÕÝÙ‰*B±=AÕ…› v“S@¡]?ÃQÅD2Öñu8ÎFyùLžrêÿ)£ 6ä¹íK0V™Fá!Œª1Q¸%zí©‚Ñä—Ó«cvÑFãʽ<ª¦ÐfpçøHäã9Šxʶ.Hõo[†Ð¢Ä¿œïR«;ѹ-©nH(Ì5ªe’ÌÒ˜æ±eá7mºIÆÓã³2¼E”¯µvB»÷*€ëê5ÇÐ6« ­_$Î{\[1ü²Dõ.b¤Df­[‰¨V!2H`ìÒ†*núìT’ãÉ¥NiŽÈÒã¸ÓüÐc©MV©©»ééme<à|Ò­§Î£*ã\š ¾IE'Š('8NeÉy–JµkñÜm[6Ò²¸G’fuC#³—'¸õ ©Ïoo¤_SƘ©Ÿûgt¿¸ˆt4e¨éï̧Æ’ò¶ÇTÃðL×8ÇÕœOJç!E±Vmo­#Œ¶ÿQm!²:BD1JœÉv ;6Ööíµu˜Ÿ¯ä¥ãjñÙ²ëÌ9v^]†Êþo9Ã(0yiã‰yET/bõü6ÔÆíÓ4Àeô¢‰o½íÑI+ ikÁçÌp¥)×UËï&ózÜËò®GI£ÇåïÉ54—é>ßEV*?g}·Û᤼êªé&Ôê‚^6Dþü€õ%½4hL©™[Ì:ÖjhÝ%T¥w4²ÚäuíO™ýî…K¶ ©<ŒÉà®×à8zÁYÍûÆÃ{}ÀŠ=Áu6ÝÍèG])¼J‡9¦Òœ¿þa­S/Ã>ÝøåøìTñ‘l·¬V`ÑËȭƪ•C„Sƒe?åk7ÍËõ×n›†C«øæ²^ØÚÕa½jZ1<Ýdz€êToƒ|“—âjF†ZÑÍ÷»›µ¼,BÍð oëÕózl%^É(Œj*ú*ù É¢¥Ê¬Ô®$oj(’“¸û{ôÖÛ­È4Ö~ êÍŸØÛŬr>٥Гֳ¿ã””Þy˜Œ|–`ŸàI;¥Ñûå_GìMˆþ¤}Õ^?ñsÉ,ÇÜçÙ½¾œqþ $îW$ÿqÝêK}—²Œ¬âÿ@MOóç8~UÊùï+伆<¥/ŠUÎKA®ËrVF‘å ßÛ®û(øõÕ••çòJ÷(ÕJÕd}ͱ4\ÛÙmÖðÄeÖ]!ˆ<00V€R€»§±{ÏçN&R‹žË!Qe{ò8þ]hË %e_t§ÖX‚ÀtÓãt¶8–¼u9SIìM厶{wµÃp6‚@¦¯üE‡;ÂyŸ!༷7n~N¾C3ÄyÝH,Sžq Xmv3–RFÛÈwþÏÇR]}®IÉщüU;}¤-·-whÚ. cd¶s£pp¼L­)ÏÃö$5ß!p^Gnk\ÏÂ<[3‘¼Çó™ŒCÙÄÝ‘ˆÛr𴀞š­ÿul‡ó"¤TsûEnÀMµÜ‘ŽO {{ü%5|{ÈüYèåàÄqþMÂ`ÎÉ Ö'Ï<9*Q4(É·!ž¤½ŸY$u'Rµ[I‰k™×J|Ö6ëØ—ðØ'†àòn­]À8w•+ï‹Ý· ,/4â¹[åI•íܵ„®ì óµäPÑH•†þ½:ë‚ÞÝæ˜và«.}±½[ Ég'ùhÿûM~ ã?žç—b§[ ã ¦Yk’ò^Æf07¡u>ýÍ·üѧ¿Û\ááp+?,·wçDöSHú’ʼ~R‡‘_ÎgqÙì"]­H8ü”!½Ö+´/æMpÌ;‹*þ£ë¨§d>µ5=¶«oµ{¿nfÝèK n q$—†½Õদ|¿–å<»z\L?…0ò½šÊ5£b;Ø…Ù]¢ƒÚ ØÊêöp7Û}qûD€` ±à±LÝ!.® :Ö‡ò_0*Q­ŒðöŒyF[\šý†Ôó¬qþ\E'zÆ!B»?P£×Ѷ²¶Ûdn/6᎖žÚ$—.O)Ãùœ†n½7Œ·c¾v–JÌшˆhá†d²F óëñ:½ŠÊ9$NÜ&‹Çi©¦õži×ò&C77äÉÍøåkœu-[¥pÉ5ˆ=å!‰ý«¹Ž›]B¾³6äb‡ŸðV›,¯ÜªÖDí`Ò€ŸY Æï=äÖá·^çš/%{óG-µÅb÷Pñ²·dA…eQº OѪ‡^[Œ•êjÜAì­ÞB)oõ<|…V%þYÆrj+[~WËnI\ךÍÛèŒýÞ¥VfN¿N¢‹ûpìÜzéòW öèmfšÇ@.=æH0^4ä<¦*ŸÝ·ïÏíÜ{wvýö’ëà '綦6æâOíÂIþ*$žÞØì.¯ËˆàÒ>M*ʸ/‘˜à¯^„\„ú(üHÔ¸ío¥>'†Ž…[6éí«VÒ wJîÙÔOý«YãEûsæ±É?:òæz®cæåÂæcÓE¸Vx_ݸd‘¸W øiMØõê=Ï)™¿p¥Œiq7ª§ê<—Ëßl<òÇ‚xæ^a˜%KÙ¿uâÝÓZiwüÁ·éÕå§¶œqd]¥c÷/zÝ\TMpâ94Ðw]|Á÷Ñå¸d½Œâ1?ÆÃ\ˆÚ¼BÔèä:™Ep:n߆µV¾Ökc2Ìì8…Џ÷ t¢8›W™Ç5Μ’3YJ¶³ù,­¼ç<ÏNËc7jBîŠÌYˆùt'`:†²Ž}*FKH9¥ŠÙ <’4ŒÎK3uë¿©Õn8)N{ù=ÁÝâ,ÃâFúæ£Á ²¼S#†r\—°éQÍ^Â’¼Ñ‡AÜ6Ü:¾ºIq͘ Ðxîþ*÷ÏàÞÛdçZòV« ­õC)V16þ»w7^ºå¤ºfkœ)BÅ*ñ¢hÁ™w…[9gšnrþá~UŒoÄœN´ÙÊï/ æx¨ÊÌ,f1\²w“bA…Qfdß·cÝ¿íiÖî–ÙÑàô9VIìMëQ‹Õ¶‘”¯ŽŠžXóL¼ç’lÿp_È<+”Z丼>r®5ÆyÖ*…«1Íf3$Af$VnÞÞ¿[ŽãOM~[­µhCÀ¯z¬Ûý ›—ûnánØžøÝ#_n÷5¤4Ї0’> ü»Æéyð3[ºÅ¬dxÅ«X›2;âÝ©î©bNýu»œr Ÿð’µçí,q´˜/\ÁÊ@×ñ¤§g åž5âÜqøö*ß­-©®Gg–ÅB$šÀNáîAf´Ì€ í Ô¯ügâu3®Ÿm~ ?²78¼6ïŽçÿǪ¿öéê[È9ÇÉÜ’7ÉxÆfHT;×µ–|4“ö) d«F¡Ïª†r¤~ðÒ[mü’··š­»öæñiýË9ÊÇý$ü–!Îy#b†ñFrÜ¢(ÖéäðV£‘£«C}×o‰ÛO±îò¸Bn}RV9¿ÔÒ>¤¿ÁÿÄÜ^O/’ÏUÉCo1qo>%B9hTØ2, niÙ=¿ÙV1‚mö騭Ù×SÝ—mVåÞïÛ¥ÚÙ¡Ž­ih:Ǩ]ÁÚ4ÔcÌ­{)æ9íΘÿbñ‘SÈA5ìÕ{If<š@K,ÚEEX·;+éðÛ\vÑ(¥Jijs€Ô—€´ùþE摯¡áì;{YÇ{%«–ØJK4¾Ò§lˆLñøz©Õµ¶Üö¿Õ[-üOi8tcô)%“µä®=’Äåy5œ~­{‹Ù5§šY•ú³Á8íÜ‘Ôìß«¸ì#’§P¯ž¹Ü§ˆŠÆêp Í>ªóü´ù1ÌhóÎ9O).ã*ÃnŒÂŽI½é$Ž •YÉwuW}oúgQÏyÐýKA²2]Հà ‹«JT z*V®Ç9ÏØŠµ{¾h̽H,›q®7Úîä8!d‘à>³±Uo½¶û„õ5l öFîóý–³úž?ôÕbd¹Ïêg(åÚ¬¯s$=Ù;ào r>ÇÓ`tÃ/àðµî='ê Ûÿ`]ÿä\Eèø¸…5Áø§šrYjÝãoµ—³c['”§4È‹ðþ.NTñß·S=ÔŸÛ„“üT 6_oYÔ\ÞºB84ÿð~+yä.;ÌüK‚©—ò?,ÇpÚù‰¦#à,d'—mËEE‚=‘iš`ÏRÙe{(:¤  ›ç·m Ojd æþ#üÅÇàÏ‚Õû]Ïâ.r.UåLÞC-ˆEþcÅò]˜Û›È H•çiì@+6Ûúí¥Ç±5Îñ<¨·¸wMn›xã…½§ã‡ÁJ¥ó§Ûϳ>2ñ`ä¶ùkÑ{cp>žÙm{’¿Ä _Ú{jJØÀé+¸ûÂâä‘5ÃÐÃPüÑ÷ÍæÛ°ç1¸ 8îU0Ã6-„éÛ²M(ú{¾;Ñ­½¶ËkgO+«A€“fúë‹‘M¦8“‰T;'Í.KB¥n;C›Þ^AššFydP6aÜNç~ƒru“|”jÒ´T¥Ûѽ#±bÿ®   CžçפTf„–¤õÍg‚Aex¦ä¹ 5.áU¨d£0»ºxCt-Ûu#æ6Ò ˆÅu¬…j8ögÆY•žä—ìÕ¡d׺i+Éz‘ø}tË\q¨ÅI$:‡’ªŸù‡™f,ÞÌã.RÜ–2¼Ÿ—߃ó9y%—Þ“ß‘‰mÏju5÷ çÔ£²ÝÇ •£ãž>ñ߈qV(ÛóO›1uó\i.Ý–R¡ˆHã‚& ŠÀoëÔê®a<æ´ åTÌûh”ÕÏ¥8QfÙçü$Ø2qÎ#çâAŸ—#~ŠÌê6þ[³¹@o™ë­^Ãû器Tž*ïrýéݶm6ÑÈ(Ö€(Á•)ÅgGäzÀ Ä|F¦ÅÌŽ¿ýª j¢ý¦´ûÅfçÿ{ó°Ô>¥¼Çs.Er/wâ®ñ{l..í„P>o%®ßéÔ¿ÿ™mÿqÿY'ç dútÑnœrz²#OÇüyˆu°œ4²†õÛø³‘¿ËRãöÉ÷#{ú†抺oÝs» .Ë+Íçä*°ß˜C>v¦s(1ÙkT*âéb!«BE@vY!î@ïSëéòÔ³ì½ñÅ«Þq%㪘(¬ýÜß xpÜ&pð)®u.Ç·‡*‹É¼íY7|N´1¹V+Õ09»u–Ça¦zò–Š@®;Õ ØROûIoCéKBsx~kEiÿ!w`æ~£Å Õ®!¥íàhêTTgN $g¼g“B˜ï g¸$Œ6òXHšøx¦÷üHÖGpý®Ý!©‰Áãâ½?dÿ»D´ýe­]ø‹‹¾«{‚×Eã»Ù²óñ>[Å9­–ê«O3 ›ÿ¨Èûønu‡¼öžçl2"½“hýåöÝ貘Ç"ßý?bÖe¸9âÑI>ˆæ±Q¾âKoNg®Èzÿ¦ˆÖ7ã‚óŸ7dÍÉÊd¤–¥?@=6݉R?U7ãwzÏ¿cÛ‰4·‹ýì^?ÍmL Í”²ý}̇}ÿK뎞C›zT[M³ [SØ¡|²ÊGZ2Zv†I…yf‹rÛËÐÇqÔôվŠmÈÕ‘’ýÉ·Ùœ¤9®iZáJ/Î]Ÿ«âþ?I0öMŽEv¼>ú«Fã·Û„{öîvõQ°Ú(0úó|ŒÆ‡1óâ{Uãû_çÿlPøƒÈ|ÝZ•ÿ …Ô–+&͉f¬Œ¦³š±2§PHÜúê4;#n^تOrºw½7x[êœÖ4P ŠÓ®šº±O©þö¼!Ä·‹Ç^/šqâ6­B¶9Y¾ÝíïôõÕõ·¶® `jÊÞûž9 e•Ï=$Ÿ™J.iÿˆ/•¯)þëqÓ»o±ÛçêF·²ÈÖc#qyÍ&<›ßÉýæÅØVÈÍÀj2ôn¾¡ÔìÞ¤ë=¹oP²ÙðµÕs‡•oajçܶW õ(ày! ã˜Hñw “Û¬Ö›ºC·p‰£îÝ·Ûõk#ˆjØÆö¸à¤–xõŠÊe’”“@ŒUìGŠMË•cðÔTåJÁ\t/ôÇ „Û#cý:ár+U±ƒžÕB[ÐOëÛ\ª5)*ñ‰8ÇäWqÒØ7²˜ëKYaffîX˜®Äõîî=ÒõTŽ…ÈÜi¨ñ€¹×<Çb²/s ¸½øûâå#^¬,›‘Ýq!žN£û ~:[ç  žJC sñÈ+…‰ãþ,ñf"<y†öE"Í•š‘¿~Í© ‘Ɇ.Þ»} €ôÕ\‘Í3ªá‡ZhX†ÌÙL˜´‚0äj¿ŸñaeäÂøëÈ1îýÔrÖr×áÄz«˜UC'pýÒwÛí¶ÐÞBÙ]†¡\Ê´Ý?}÷›)]dLÕ°_$AÛ¼^&áÐ)Oæ,dìë™´q~ÓYýⳓÿÈýØ œ:ƒGÔ¤4y(žšŸŠøRBÃqlâmËý$Ö‚^¤Û]šî8wãÜlŸ½~éŸÉ,˜ö|hÒ.wÉ*È}üOqÚ»0µæ(ë°!æßôo©‘ûfû½ý”抺oÝor» / ÎIîXty• Ùë‡'B‡'že+cq±ÖÇ0`íºÈ¡ONº‘7íîß4B1nÈñóT—ü0LÁûÿZ¿P¿™âž\E:MOÛÅIëù#€HoWÉø¾Æ7jU±<jw¯Ê ¬æÍâyI“éÓT7?´‘‘ ½„a^kMcÿ!÷?Q¯¹Å£Nª e§6ëU+ʘ¬‰2¾:ËDé‹ò¦W‰³†75…5aÿšmb ?]c·Û-ÞLd8taò¢õ]‹þAlR‘ú«Z;ñj/?ÿ’¿ ,|ažË7ËñžlÎGqÂæjµ¦ßçZÓA1?¨ëwíÆØøâ+Øv¿Ýßn_ú:0ÿ¦¡h3\;–q8Šò.1˜Â+ÿ¥kt¬,,Fû}}¦3øuÕD°Ii‹kc¼Ø_cñ¿•+óªY½ØÖiYÒ¹î. í¸m¶êc!¿V —pÁ]Msjæêëù¬Îf–BÐç²ÌŠÇÛ&å’v½Ã§c¹”d÷w•Ÿ½Ùlž*ø"¯ô7ì^sf³†E÷ó™)X¢¼†KR¹:÷HýTÙ»½P»dÛŽ"Þ!àbòþe<êl”òuÛµì¹þßI3½Ù¸÷§¡ÚíãòÂÁÔÁö($)jÞ:Yž,œŸ—ˆ¡*²8=Á]ÈØ h=»(lŽÈ…æÿ»åö˜‹CƒéALˆÏü«ãÈ|Ê?¬8/}í_°ËW*…;£=¡ÿ/BDqï±aÕ›ÔëTçšQxC€ÕVáÊœI¼5ä_´,ŠxsÈ8¼~GÈÖñqËÉ)ºY¿/ç°b` "Œ°í¶ÚfÛÛí“ÄÈk^åuwïÄ´2K·‡2IíSÛ}ž-ã*ÐøçÅ–v×1Ö­‹›4kÝ·á«ûolÜ»&†…»÷,:¤{žzI?4æßžfÈ™#ãÜ•ðt,]r[}É–ÊC¹'×¼t4 ÝšmÏ©êMN ”á°bâL~%ya$+emÇýAÃM7ü½ízß²‹ä²’iÄyqï8|šû¹±ÇwW³Q-<>jaxÔhÐÅÜ5¡Çÿ[1–OüínÛdÇÌsÖpî ëç·ÈÖ·¨}f¥k-ä³7û™4_õk9‘Èý]àV“þÞÖº¬ÒÑÕõ¥ÁÅ´~¢z×­G‘bE–D2!;² þ¢Oøu:ZÚUYrà÷—õ©-ìUŒfæf· §(d§YK{‘­)„.dÜ;˜î6'§®£A~ɧ’1MÌ+‚zãm|0G1¥ZtPÑa Šy{jT±^»€A;mëÓS\ì 3UìÄ+’c¯*áCíÛ©}€îQ›qñ»ÿÑ:¡Ï¼~¯­hM¬ êKKB–E¤™©E’BÐB£¹R2Nùv㦮Û{FªžbyÐHÅH°\Ÿ–q„fãÇ=Ç;Ùhd,Cà aû못Ø,î<Ñ·¹YÚ{Šöß)zôÌy‡Êw7|î3•!N{ ¼ì=:ÌÕÖSÿ—¬}ÿ°,%wcз[Oînïh?.g¶œœGÀ ›ÈicÂ8ZÏ»¬ÁŽš±ޤìéøk57íÍ‹NKeïFþö–›‡yšüÖ¥9¾MYž·âðIPqæeðJúD·¶m5-Eßï÷3CMû0_¶<Î?õl,PE!S§\ þ]±oýzµ‹ÙV‘à =?îí?šwÿ¨¤o4æü¦ÆF’fùܽxŸó ò} ãÐ…Ÿš£÷×odZ"hÍ[l›­Åà/•ÅÄ%i2qÛå™ Õ½ÐÅcŠWÜýEJúÐ7þgN- VãÌIN|40ãèÕ©JZ$Øì7=~ëÖ6{6ÙÚ1®u*zÎ+Ëw{Ãut÷4Õµ ê-»Ù˜†m½°½[»eØwÔ©wx¼ÏhíP›m+ò­&Jú$}²Î©ÜvõØþ‘ÓUsû¢Î*ÑÅÝJd;Dòp¢Rãèã²9ëSä²)ךØQe!2F#r›»€$í¶¼ïs¾W”dåè›t^…»x蟎ñ>$aÃp,¬¼¦*õöÉrÉ+IQnZw.Í iGzG€1Ü‘¾š·»–ù&„ŒHLîÅq@ó€Çµx&')rm‡–?ˆ #ô¾¸öÜÌjâJŠÆÁðµxÛÄß‚ ZiV2{Ì@“¿£oóÓ²lq—Õ ¸sžÉl¸¦G!RÕa–i¬c’QîÔVUÀ„¿á¨EÆ”SbpµVMñ ËF,Ùâµ—»R8¥›g_¨4jÍ)R:nPj) «ZaR 78¥›ûЏüŒÑÄìÑÃoDÑU¤ˆl?_ôo¤à›*'/¿[yd¡n±Bña‘‚vú ]à4…³¹%Y!á9øÄ Í6ËC?c.ÛÂÛv† }tºQv2kET¸¶K¼c=›øìmv® sÞ»DϤd™6ý tæ’¦(¶W«ðH¥šl‡(–ØdXV¦, v²‰îµ4øz€Ú@% ¾¦©ÝÄórçQ?,¾ 4ëùAðÞ¡õæ´önæ.;ï ·ýƒ7¹!ñÞM¿«Im†‚KtÕüRÎáP5j'¬¬è%aqÞ«±ì Çá×ü:°`! ULÔsÉ2¤yœMŒ˜h,Z†ysš™ˆÒ"ßÊçqD°Xíë·OÇQ,·]ëÒ凬q MþÚû]©ãhp§Jñ§v:W*[¶¬k×™d‘B;•O_ oÜ? IœŸLéΊ´m·U(§3r~¯bY(㘑ä†ÚjrPHRŒv Ÿ€_ѪvË; *{’»}¤mtŽÄµ–½KA$–²{Ä’ýª6_B;NåµtøZñGB£dï‹8…0Ãs~wÆ ÛŒóîCD?Lòû£ÙvhÏè+ªK¿nY\y£jº³÷5õ½4ÈVcËžIºÍüêÞ”ƒûMšãøÙäoÓ4pÅ!ý=ÚÇ_~ÞØHãá˵~éï6€zsÈÚrq ÑCççù)7'ƒð؉B'–  î]ú‚©gn§×¦³²~ÜÙ7 µQþóïÏm ÃÏN¯˜ZعÆb=Ú·ãÛàÍYÈëÓoyßÓJ·ý¾³nmM^þîïsànØh¼îy´lõóc6¡F¥` |»"úõm³,#>@³Ó{ûuŸÍ;ÏùŠCrkÈfä06k;s.õj¯fBÞÙ~„¨ôËoö0ÚN ¥VƒgÜ&¹‹Ô‘ÄœBÀ›c”gd•ÝZ:R0ßêøÿÁý:©™KXÁ‰Ã´©Åâ0^ì†=<è´U¡†¢ aERUw$¨ù{ ­¼v°²<òK›‡ÜÌçþ"JÈ{m¾áý¤1 Ôúzí¤Iº[F|Oq¶’¿ Je²Q*ÀVŒ£ÓmºîuU?ºí"®’\zè6iä¥@ iĸö9‘JyîC7­•šJörÒS{׎BÛî“c±íQ¹šók›VW;™'½zLGG pXÇ`°“ËŠàm=¼-5Š Ù›1²KqâNÙ,˜Hݯ»*º^ºv Éá’Ί²þn ÎY/(°—ï÷•äAëÔ(h:lÃq)«‰M·ÑŒxB¿ÊC]N:´ÍY:{‘®ão™ýzr{FÅFhŠw=Äp¢—ðŒ¥¸/TLÉšÜ$•ªˆÀ2J}¡è> j… ¨SêæØXà2?•´¤=º0A9uõÚDFƒÝÔw€5¡Z8Q/.q+×óãîÚ)#ó8互z´C´:í×ðÒpM(Ñã·jº4ÔíÕ‚:؆D;ˆ~¡ñ餀¸å/–£°ÂÕÈuúÅHÜCÛ°;~­t¶˜ EK-KiR,ѧãñÒÓÚ‰ÅFey ¯í*çcð˜ë…Bë\¥Üw“XÁÎ$zq# íÁí÷FÌǼ½F¦Ø_ÏgQÜäU^ñ·2úŽ#(¬Gò-Ô„eñPA"n®ȯ±øô=N´ûªõ”WvЬŒžÖs«@ªž_Æ–+­ˆëI,/3'¾·½°¡O£đנՌ~ö½m<`õµW;Û/¦EoqX5’ŠÝ“›zµ•ö®!ì€OÒ cõzü¬¡÷ÝÕ-ÉM†TR6«Û}èè·)å’:‡éÀ¨)Ú´›žÄ$Ú­´œ@uzq[¦à÷ž¦n…Ø_p£b¾¡€Ví#ã¾¶±{îÑÞf?xmïÍÄu‚£»l•œ¾%Ë1°û—x툠‹ö¥NÉ|:ûlÛF§Åî 2™½¸|ÔGØJ1¡Z«¯Gû˜ûH@÷‚B;}wÜ)j[w+ge#ù‡Ú™mœ€äTVø”v“ €1Ù(ßWèé¦&½€‘ùÿPûTèm¤ü'¹hmC?LTl:Û>Óöï×mÉtÕ=ÖçnÜäoxVpZ<æ ÖÉÈw÷•"e$2»¯pùî µS6ûk%õê {ld#%æe¬÷Iq 9R0\‘ñ;ôÛU{ºÜWK\{‚›Í-3 m˰´2–¢1Jñ7oí’:žÃ~Ÿ†²{¾ìo\*§jÕìð:Ù§ŠÝq´Èaª%YLVQå0„r§¥¤roÇmT2M£±YÜ>I˜ZÑJæT…òÙY̸}/ ¯ù?H¯éÓÓnJ|N'µVǶÁÆ‹ÆÜœƒ#8ü¸Á²ÀîÄ“¦4HüT†úàÇN5'W² Žñ°bûè4౑ܻÒxÖå‚÷Æàã6 f‘ûQQŠ¿O¦™|z\AàŸd¥íÍ7±Xª“+-JÎí\/æÝBʉ Q˜°ùúêÆÀ4“UàS%8Ä``±"½©,Sˆ€!×—µ÷ô=ê»vüÿ«S¥ ó 0ÂN&½Å`äx•r̯'æ"±jðcá“rKwi˜o±øj,×°‚{ÓñZý@w ¥‚Ž ‹&#,¡ŠÅ[ÝUueëõ)ĵJ÷ô©ðÅS‹IíV» ÇîKN i&b³B’JŒñ¬ ì õa´ŒzþÉ:e®iâ¬^Ç…§Íà9d‘ÈøüVK:±³%ofŠñ¯ÏkÌàŸŸ¨ÐâX¥ûÍäˆÚÅ_{1ùx´•§`^8ÇÇiX±ð×1M—æ—®OÁù2Ø¿4ýØË}ñNÌÛ° ’} wQIiÄ*3‚’4ÀãÏEÚ ªõõ?ž–T¢Wt¥ÙUãcõ#¤íø qͪ[E>ã\Â\3°·F)`v*µŠnö¶=?#«; ÎâÕš#‘Àrª¡Þ6†^¿Ô§ˆ« ˆçž4»R3’ÇCZV‹µŒRHŽ„‡â?^¯b÷eë?ù§¶…e¤ö³ˆ$"¯“ñ¼õêȵÜ-”,¶¿?Ú›í¶Á,v>º±Þ÷­4ÔÓÖÕþÙx ­Ý.7Çícܹù ‘ËR$F]À=Ü“¶Þ£Vq{ò䩌=U ¶M‡KŽ}¡j0¼Ç‘ZŽlÄTÓ Ž«ŠÇI,e½Èh'i臡ú‰ÕO·}éúi'õc'\Žv*ðìZosì:ÙnXr‰¸vf·OÁrDÕó8ëPÌŠÀ2¬d¶å‚°¿m¢÷Í›¼Íxî+ý–PhÜÞ2æ %*—Ó§i‚Ü,å°r»ê|^îÛŸ›ÈëGvÝ+x, ¼g“ãB>Cf¼dö¬€+©'ñ›Sâ߬dÊföš|Ô7XH8©¹È£>í1oâ—‚@üOnÚ”ÝÆÝÙHÓþaö¤2ÒA÷JŠÝYýÅS¡ØžÅìmÈüÚ‰-쿸ܿûTø­¤Ê{–ŠÄ)¶* ‚±‰‚îvë»5Osº[4ÿq½áYÃhþK]$v!ÊÑFí"’?Híª™·ûX±.¯PS›a#°|É-DHÖKjîä–Ž5-°ý>~Z¨›ÝÐ}Æ8õÐ)ÑìÒS£’qê™,›=iÞ;v;Ý~D.ÿÕ¬~縛ÉuRØmlu¼ZiU6ÁØ¿Œ©{ Í Éì¬e€Ûc!b ‘¶Ã}AŠàÂíMÀŒŠ‘v×ܳE(ÓŸOBÙ3ÊHÌ! Û°? ì»ziR_M#ª\IëPÙ·ÁÅcÚ§˜¿1’Gö;½Wé@á¹ßMzR;ù§ƒ fAy/*­ùˆÌåú÷ÜøM:,d8¦ßzX,ü7š3$R¯knÄØ|û¶]¿^£é©:ˆ%7q¸Ê’Äf§^AZ"æ*$@áwmIoé×ÓVö¥¦ª ÀÇ8ÅqúÒ’ì³Sb¤Ç õ§T`RåW}ÃmH–Q_Ì%EEM{Šd8…8™«¬×äb­^¶:&U*W¸öVmú–¡ÝNÊÞŸ‚ÑÌq4¯WóZL!*\©,8œ„Ò‰QÑÖUþ«u%îÕ;ßÒ¬-ãÆºIíV¶Ÿ»,â|¼u[ÿw÷Ú/eO¡ ±”.wK4×4©¯cšT?7æEÅL6[(?rô5,ÓƧö¢t™‘Àþ‘ÐJk(<–üˆ!Ÿóv²­J¡þ;Êà¼CáÜ‹Ò?§\Å6\¼%µrÂW-~Yž2Ó!‘Ÿ½1¹ Ä“¿NuÒãÍ'O ¸hÝ÷è nßѧt…Ó"ñ8#´W!ìÁv]+‚EðøI$) Œ…Q±;úm®!÷ •”GÞk#!#¶F»þ ëº?R ôà&xê3¾â'îúŽÚ Gê! ba´—+:mÖ=iøú®x†KŽ-vkr#µ ¸nC–Í™àFvž6F!z†bNÃ}ΚëÅ*â8d­' ~*K+äôL ªBÑ÷tUdŸ‰ »ð;IõÞ8*·YDå ƒÉ¦¤ªÒ\®Ë<^ÜÆ##)õîAñ?£K.M¨V‘P˜|Ï“’£A>,XÝJ<ñ²º’znï°ýz{õ†‰ƒ³XŒz Ž?•îPG¬¸â#œ7¸x'Ô½7?=´—]š%7hÆ¥*ù/5·•œÉ¹!RžßV 7nŨÅõ5*Â;&µ QFŸçîÈë1±(ì‚ÄͰøï°>½4¦Ìàj X´`m ð×ÏNOmIõ ßo‰'m{ŽetGYqü”ޝ,ò¾ÿAýI %+Ö¹´ $ §Ü}Ç©ý~ºQˆ·5Ñr]’”RÂþ`#ÌLÛú±;~ôôQ‡S½ÔÍJèqØæ”GuûAº'ôwßV­…Œ ;?’„çœÅI"ãr$%˜‘`ÚaÜ:v–CÓ}:=6šÒx%zo8gÔ¥/ÁY©«Ú2Ö¸À¼r·z÷Y¡$ŸQѶßm-—`:8rú©uöE]çÀuà´Ù.1B †ªOp{çX x-¶ÿ³Ü 8ùîzj†êbé ![CnÆ06¿j‘q u*nòËAU†#ŒùÝÌvŒRÃÄŒ: X¸Ü=)¹<Òbo$QÙŠLu:ù) ”ÓéyY^åßÃQKÉ æµ®u{±O(øÌ)c5òYÈ`£#ð¶ZÛHìÄ•ŒËï»èÃ~žª4îiÝ<––×c³e¯GVòC€ð:ž)dR7_m„ò,ÿMvÒµt”’ÜpQ –"Òđ͒ÎÅ NMŠÙ#%Úñ~•-,vGÓ¶ä‡ôýÓ®Õ6y$O9Å­ž5Ë¡®ðJbÃäg’Â/¶dXF¬ˆ@Ûå°ù.Ž)ŠªWı1OÆñ2´EÚHo¶ÿé§€J‘ô4[Óƒ`¦Dªý€€_·a¿ë×JH‘|> ÞC!M•½×úºë‰/º¬Åãòª!z‘€Äöú ÿò뾚OêA_-€™wöêH˶å£~à?¤ °£õzW¨ð8x¬Þªè~–Œwm·Ãé`uÏÉ%ÁŽÍnb[”oØ–öšYJJÖ%…Ô«:}J;KôøýtÜzšjob†ZTœÊM0å4¤OËå¢ècج{oÔvº‘±üu NþJ±Ö1»¡Hêy3“Ò°ë%¨%dwE1¼E“ªôqÔiÁt슄í«´Š©Ëù!wÕåÄ–÷´N Ê7øÀéãxS#g œ>*37–mW…èÿ.e¯°!cfˆ.ß%¦ßvrN3h¦%(³¼ÂþBáµ ºŒ˜ ] ßoR~_†£‡â¬E¥)Þ´ƒ5žÈ}ïvW‘†ÆÄ®vÛä>»õÒÛ3…hsJý,`NHü¦z~ÝÉ…IÜvGÓ¯é:I{Žet2ô¬¨8îAœ™f•û‡©ÜWM…Åw×crmaÃÉ€‰\ûËôíýk¦2ÓŠè¸.)]<ÊUåQ1=Avî'ă©0Ä×(ÒÈêVªWŽãk;u˜¹G’4 ŽÍÛ«6ňw%ºß‘ø©n54“{uë{ót* ⟘‡mÆœix¯Iîˬ”šÇOj#,“Chv™å*í£Ç B¬XôØø-—™éÄrú©6ÿ.¬>T¥j£ù7ŠXë$±É ´ÑQ…¢vo‰•˜z|;†úÎË!.&”WrªmÄñõ ­$sãá_Î(Z©$A¶IQ8Úë¾»ØH§m¦–æü®ºB€š7l­…yÍ ¯Ò$ 1sòú@ýzvIÉÉǸFÆå¯iø¬‹ñË%š—r´dÈÓB-xZ:¦ä“4K7;õîo‰ÔY'q¨§V)m`¤õ÷İu¡ä±d_‘÷¬4ÉTòRÖ’8¥_Úí $ÝëׯöµÏ%;5úø',^µæK©‘ÍMޝ…ª½e•FÌZS:«~ƒ¶ÛõbtjéÅ:Ü£Óøô£É’ަ@‚V­|͈¬{Š:4iïìãæDºî¤‚Ò¡Ùl\â4k|£Agoç1½¨„uÙå¯1ا£·_–»T‚–ðáMÙ¦ü³D±QÜšnÞ¬ƒ~ãØÁ_méÔü†¸›¨U4ò.×a¹Ë±4íSsW‘ì3÷©!‚˜ã+¸?24åIH-q‚y Yù.}ö #I(#áÕzïú´T¤úoäVUneÁa³rŠ2lwÙ~¥F¬¬åOæªýJݤÎ>^Ú|è¤1y€*,rrz`ëë¶ÿ-†¬ ,Ü*d$÷}J¿ô×Ê?‘úÖRyÆn‚7ÎÒ ¬I•¤`zü‚©:é[ƒê—èÝÓȽcòOŒÖ‹ûËN6'u`7==7=»èô Ì = £› ÁxÛóÒ<¼¢“ÄèÝp Ûã²áªö5¥î©Wa<úm i&‹dÜÿÅ Ø$ät·‚Á™½PÓÚø‚‰è\~¿$æܘ¹…'hÙLlTŸÅ¾Ѥ†·˜ï\6÷„¯£Ì¼;íy>-äø“êNÛë¦6þ †Ãp>áZóÊüFýÌÜNÝ ,¿ÑÚ¤é§Ó4à†zùJÑÛå0g>Ï"Çìvê ‘éø R©ßBjdW„\«ÇQ±íä¸ý¶éõ8ëýP`®a#ÑšžR¶Pó_(ûÏ@7ùRI·þޤ‚‘úY‰ò•˜¼çÇÁFÜ·»|KþnºÙ£Ëø¥;n˜ŽÿÁkísÞ% 96:Eù«1ÿÕÓ2ÌSŒ°‘ƒz–ʯ‘ü{cÿÂj*Gî’þ¿3ô !¯¡K6Ï"šSùgÅô=Ëß|@fAÔò0 £bzî€#0ØúƦ¾é„ ;ñI‚ÆPI¯xS¼Oš©¢Ñ¯$}}ê+•óOŒ^ó½_(WÉ@GºìïÜ\îHg–,?£ñÔw½Î9w.˜O>õçCÌÞ,–­›OÍñ0Y•‚GVÅ»îàõv) §nÛ ðýÐz×n#:)?7øbX›•à¡”ÒߎS!,?h†’0GOM‡¯ÏNj¦MH1º´8…¯½çdmÆÍÌèûÕå1ÅbG=¾Ë‚¬[¦Î¯®ÿ-2ðN$cМÕ¥0[¸üÙàÚ§ósÜM¬¤*?!ùy-ÇWqÓøÑYèõ$è~e¬xΤ' Fc¦Õ>æ¼c¼Üò'mÀKI‘wéßÜEmOP}=tæƒÉPZËpž'“*’Þò^±fbî1¶§ŽXÁýä#Ùú‡è#]£ˆÉ#K«U•œó§ƒïAïáüÃŒkš¬Y4¨ò'þÑž6=ÎCÛÓ㮆ž!i)Ê<³â¬äéÿ±æò8ÛÉéÈD²K „Enª{ŽÀèѤÕ4#*²pŽAÄ©ñ R]åXÚ9!ô$6=õ겞ßþv–j‘+\NH½Ü(8îä8¦ÿëä¤ú)±«‘ 2Ÿ5à°æåŸ©/×±Q«kYb,ñ»Iêþ ¶êÎwXÚŽº|ÈRòGûUeäôöQ·Ìþ¤|u1ÑÙä©îøQC÷À3éÞ²?â?Œ¥E¤…c#wú*§QÄVÕóÕ,Ãwø öÿ‰>4h1É©Äàú¨ùúîBï£Ó€}àQè\“‹ Á«Î¼l“Ú÷ù=ú·ˆûÏÚAø ïý:®­ —+ ¸%.ZNKdÜ÷ÄÒ°rZI¸ _r߯ÐiòÆ~ ¢zþ¾˜x|39…ICÆÝ»|~®¿àÒC[Ì$›{ÂWÔ¼ËþÖÑòl[HBb Nàk®£ï¦Ãqø ×7*ñ+1äx¾ï%þ…S¦œÍ,C?á+Cc”xɤ>×"Ç…Ü‘ÕÈÿÚã š™ó,ñÜ}Àr\xþÉîqúwK ÂK¡šžR¶qóoäøðË’M¿©tÿå´p)Òb|«,s¯¨R¼·6²Oñ®”ÙØßåüR·Lywÿ«—žðu˜“Éqò)ýäf=?òuIu§[c#p"«s_É"Cíî'}ûAŽ”Ì>è+ž›ˆÀÓ½HiùÏÂð7l|³ DÃÜþüw3ÿÍvŒ6äÿV—®ƒÂÐ’#q>!‚ÓŸ9ø‹%z+óLuy4W'°\Çí‚KF½¥º¾–ßLHÚãLzŒ®##ƒÎžÇJ.c9Þ&Æh8ÚOzȤâBZítqéÑØ¦ÚÇŒñKsx…8«÷5âÑ(–בx¼ÂÀÞJäÉ´ç¨!Ö3éñAÒô«KOî Äk”GÌù?´”jÎ*ÜñÉÓnÞϤüGa×Hqààq^\“Î~–Èqÿ-ᦹ¡tHá’NŽŠdŒýcÔï°?1®€x…Ç0ðKØ<ÁáÈ¡r|“…ko ¡zSvû…HVY;ÈøíóÛ\ÒS^™]gáŸl>É×ÄÛÊx—ŽÛ³rŒÏ4ÕC4’Ýüq)r^4ã÷rÒb*Ë“–jÁ¥ydNî÷Üõ$]POs+dui^jÚ;hœÑVŒ¹&´k_oæä"㌮ÿêk¾ÿކÝMO1ïC­"ü#¹~¯ÚÏÛä›íâ>7Ü:üšïú5ßÔÉøzá¶‹GrókÿoÀíÿ¸Þàýÿ—A»—ñõÑkáÊ?˜ð—Û­^æwÄœ~½KŠñL(¬€;m±m½äu×s1>cÞ¦Zìâè¸FÆøEMh0S:loPJÞã.í,èÅ©!;,¬õ :ë©QܰbûPûm3ÈáÎ0½À{{Ñ×HlïÕME(Á+¤w-E¯´Xoõñ¨T¢’Žïîm·èÐ$”Ÿ1ïJôaü#¹Fïý­x Ý1ñ¿YFï˜Ød#þš?Һ㧕¹“ÞmÉ£¹|Á௷'_õïqº`„ÉŽŠhÿYPJþ±¤Þ~ñJý;Ý oÛgÛ•´÷*xŸ‰XSÕLtaoêÛ}$Ë âR„1m©}´xe‹Ä¼b6~×ZŽ»4¦Ï!ûÅpÁÉ¡aXû{ð”hV/ñåˆ1&!M“óÛ礉ŸÍ,ÄÓ˜Uÿ’xWIJù—ˆqêž;Á/›nÆC•" #Â7±íõ£N2i ̧E¼^‹Éh­E‹Êÿn¾?«U$ÂðœM8c%^«"€6'p6Û×L\Ë(Ä8®[ÅÀ´*ÅÈ|)ƒÃÇEƒ¬ª´Ð{Ac.@Ù†ÃáøôÓ´„ TPÛ z£ÕVѸ–é?‹ éË$€ÌpèëæëµœjAW¼#×ÇCï ¿soˆßr:‡M:Û©1ÇͶípÔxP5 €hˆ»ñW<(WŒ¤sÇêX†m§tŠ`NßKÉ !Ù¡ÛfÛü:Lp.!ÇìIaŽëзŠ$©äùªz€Æ~EýÜL¤õÖzQJñï2Ýh£Gwƒ'`]ÈÙº7]9Yš1­+‰LÍn-Ð]L8âq}pèp MᔣÄ~vý9I±þ 0KîÈÁ‰Ïok+nXïû;~ÑßmF@TáÕô¢sa½?©ÃPi.,ÈS˼ÔÈP…¾Ê.,ëÔ­„ú…žåX©Ö-}Iöû‡mˆÈê;:Ž•oq'§¨¸ׇo%W»Aú{‚ØØàÃåÔ(HæÚséNÛ0ø·7Á0XÚ¼/.©fݬÎj\up¶+º4u〉–+Ü}c×ðÔØo†N¤AaÚ\æœ+_¦5Ucμ_ŠÆðÊ”q4(Ï’à žr:õkÄÒÎZc+,j+Ø7ÛÓVlsK¹ýëÛk‹GRšx;‹ñ«ž&à¶mà1֬͌¦±-XØ’z³$ëªks¸—û±Šÿc‡üÍ_¿Üî%þìb¿Øáÿ3Bç÷;‰»¯ö8ÌÐ…ûýÎâ_îÆ+ýŽó4!~s¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌÐ…ûýÎâ_îÆ+ýŽó4!~s¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍ_¿Üî%þìb¿Øáÿ3Bç÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍ_¿Üî%þìb¿Øáÿ3BýÎâ_îÆ+ýŽó4!~s¸—û±Šÿc‡üÍ_¿Üî%þìb¿Øáÿ3Bç÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌЄs¸—û±Šÿc‡üÍG÷;‰»¯ö8ÌÐ…Ø_{k…ÀزÁ =Vg~B×MÉ?†Ÿ 5Á3©fb­ˆìBÀv&½~EIé\Xáš)%ú·Síßå×\]H_9¿µöÿÏýüÒ?[(ÿ–¿8(?¸\1ž5÷ D³í׬*}u™¹þëºÊ½‹È:”z¿œ|sƸíÞOɹeŽ)ÆñùYqser5ÚZbX욊{¡"«Ê6¯OާÛZµÑ‡y‹’mq qo]-ðîOÇ9Åw]Ò\J fÿjîñúÆ–ëPr)–ÜŠâ·-Ö­!Žô6(³¤Í í·Ä÷(#På…Ñæ¦G vIæ,å¬xþ¥|ãŬì a–H¥ÿY®ÄÈ›ªªBïó:ä £ª´;;uÁuÿãúÓÒ"bÇc3,Ìã±™ÈÓRBÌ–JLZ½s!Ý»Nì~=uÆäºs^‚R»ìÛ·ª)&˜¯̲0Žä°â4—:‰Aµ[·ÇrÊçeô#¥2CšC˜¶-kHÉ!ɸmú ŽŸõF)½$d±nap“×wž•+Ú~£±@ܳ0ë°të"l™$™\Õ^Ⱦ>ƒ=kŒÜÅføÓdfŽ '0Èŧ<¡º}Q·¹möÞ£×m(IA`WŠál¦Ž4 à§ï"ÄË"ÿï‘)ëî}{ï]QøD{4ûN +Ís•Ù^;µåªßÜAúרýcI]Å"àDÈ}Æb'€ ëVâ–¼›2†iÊHô;C¥±¦µà¤ëoéÜ+Ž¡òN>AƒŽýgYP20;¥¸T(4)Ëø[ˆír…Øtùi‡ÅPd”*¹åü5ZL›äÊI¸‰äTFû´ôúˆõõÔC † tw,o™ÄJð'Ó½åþ3x#šÛBóˆRIc…W`±’ß² $€zé¹)ë{‡àÖáýG ô}Y¥÷ðÕÎ[FxóTå¬YÛâ9«¢®á„Û%v·OÃ3–½ª<­³8é¤gÛŸiK¾EâÚ\[-“µ$“×£&ë‹Õ¦ï®¡AÜ¡³©‡§®Ÿ2j§šn z{ðhhsÈqÏ£.%-ÞNYÈÖk6ÿ3ާyc£IÐï3çîQу|6¶rH`8 Bª®Ù[] „º®k] ʽ ŸŠÏä!³ƒ“y¬f+{¿–ÈÆ¦~Ȥ12HÈT©íRTzüöP&†µ$e†êV›Dæ6¶8ô™$5ñ7 MÀUùÿˆ)\‚„ùWËwÉëf¸åÌE¬¿K­tvj½y$K"Ný¢¶ä.àú|um麸iü¨©.Y1$†šWÄs««‰<±ìLÿÜÿÿ²¢ÿ ÕŠe7t!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„.ºð!þE€÷,~VÆRI, @Рßêéý:‚BçG+û‘çYkõqØúTqYÌVJÌ-ÈqbZo7µ;ÆÅq¼s)XÆßZÉý.¦—rt¨-ÜA1¶•.$:¿wT'Ç ûºðöz¥,W%ò}>Îm/å/q,ünñ%„b½±\UŠÈqº’»í×m:ÇêÀ,LÂÍG¦>jÎQµöóΡ‡+޹r¾"Ô6"¡i,)>ê§Ñë^šy„$½í&€„Àã0ÂxƒÝ~_êé¬íÓi!=%_F|#©rçî¤Ö~×95tpñÝåÒ„B§»»ùäÌ6#תüF­mÿ²Ú(ÓŸgÔ¸õ9|v@ÍJõš+Y­ŠÒ¼2†wWŒ« ¿NžÀ(Áº©Öº›Â|õæN†±Sä¤ôéZ”Õ¡–æp§fÁ@6ýÉíð©¦qyÒrZ-c ¨+¨|Éß)Àö¯I¹‘Ž½Ì¶…’ÏR1¾›vë±4iÁ\m‹+ÂÝ?øýº«‰ÇÅ#õe}Éêv.Ç©?Ò^áZ,³ZH[wJ“öÁ £{„Q¡Nö+ê Û|{Fž† %¹&ä”0€â°fü{0aB ͼmý ¶¸ëg¶Ì ÕOB7eýÁ¨R`qO³¾ã“xÑGA¾Àüô€ìWHD®Ò¼P{›#nXÃÓ]8ºˆÈUnjE3â­Õ‘̱Ë: Üî{îa¿Èµal4±Ý%E˜êpP^{À±œ«ÝÇO]X¼Ãp>¤qÕYOÀ‚[ÚCBÜøÊãÞ᱓c6CͼïÕ™ =¨Çô®ºúhõ$ ê ) üIÞmàVWèn Ÿ‘aÌ¢t9Tº¼Z¬?s™?gdš> &k*”qPpïC龆‚×Ð¥šjÿ‹êO‹´¹oôRÇv?Ñν­:ÿVœ!C 5jÚ¢´y,dõO©– 'ÿ7ê¬k”]©Zå¸ìŸy©,VvýµB;‡é_Qýáo5Ö»¦µÄk4²ˆÔ€vü4ƒ%,<…¯©Ã*Ò,ª!rä6ݽt–Æ’ëžNi/åŸC•‹óQÂLˆ¡íðfëýzEÃh*"¡‘1t‹+A">šg‚ã"׆<)žH½îÌå·…X’ wPNÃrO]&P*BÈ:ááíÇ3NʪÏSŒÆþ\Ìf­W÷ØÚšDŽÝ¨Š;{~;zé»3V¼ò4W[•YoG×âUøá©f8åçÎS“­‘•ê{²×ö¸ƒp}ÎÑøéqê Ùú/¸¬Í',FRŸ©‹ƒûäñ/·ƒó?Èñª°S&kð02;Œpº°Ò¤‘¾Ú¥šÖ}D‘^8è-¸Û¤v˜æÐrüÆ–åþ&êóÁ&|ü§—øž¿âù*|‹=g“Å’8¬lâYžŒ·ç´'tgQ)Üžžº°‚VMN smWa–0$fœØàî¯ÁrúÞj¼‹)^Ý9*·ó;Òç‘‚¤c³tëˆ5¡ª‚ÛYa 4´ô‚– øuí›ö­Xé¿ÎMµJÿ:¿‡.ÇrëòOR2„•qpIŸßìªXþ°}.1¤8iµ‘þÙx§æž8•ŽO]G“̲ìÉPÏ¿>?—ä8ÿ4¬Ò£ˆ“1v­ÚS½i¢´Vº3û‘²6Ý¡~;je¶±ï$úl{Ž¡\0D†¾K…òü$/[”©reÜô&(¤÷?Šï©ß }jU߬ŒŠ)_(çœ;Æ8ÌuÎu™\9«ÓÃi¡™Ë´«:í9¿Q§ý3xó\iõ_áÇ*Ãæp\£_)Çò0e1÷âÁ< Ýô°Üw¯í)ù†Ž’ áÁh0˜ÕÅc9 ˆŽÆ`IÝðîa³iSaíCæv-Š^š0Ж;ƒº?ÇP5é4Rt‚x0m}ÉòËdǵn#R Ô¿sȤ’›÷Ó×mµ!¦®¡<ü-@ÿù+,!£ > møo§¸(!FóiXk‹R§Hb= 1ôÝvëñ×XÜÉà‚ã’¬•ùj>cŽâ>Aãøì`ÌM)ãÜQ–$ivßòÒf=Ý£upA'×G¨çøH¢éŒ7Ä zÓzLzwäòK‘ˆzA}K6ß/tãõ“¤º)Á|~zZŸF_bžçêµ›½NèÖº]%}[Çb3µ¿ÔìÃop7T`H ïÔzuÍ«h¸×Я¸°«Z¤‘§@{ºòé%¾ÝX¬[¸4¿ˆ’)T?Pð#MÇ‘Kq¡TÇÉÞ8­ƒñמò”Dð>E%wí;±¶ Ûå×MC&NÜJ]b§~ÿºÿeEþ«µH›šF„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B[8;“żgéj½Ûz}0&Úeqº×¶ƒ742’æRÛL îU¿2Ê€üGÏMW9bîG¤3'½ÜR²µCènGÚÍ#ßÚWߨ2Ä=ûm¾ÚnÇßýEh7±Hà®~˜VOvÝOI5_áHMÙ"Ÿ«¤ÅÆÀƒ(ôÓí8¬ðu&Úðû¸ñw†¼¡„Ãs.'θÖÍÑájÛn= ûÿx`Záž(Çó•eGÛ®Ý龫íÌÌ{i,&µåU´Ü[o0põ)—â\½Âr Øûj\–Æ.Þ>oþeËG-K Ûö8;úµ`Eq²9Žð’9`œÍäŽf’®Dä?˜[«/¹{’Š+°H}{$é 'Ç·mG6±“ZPô`´°{ÃtŠ?OÔÖÊSKÀx§YÇ«$>OâÓ´VlðÕ‡jw$øéÞ»ÖIíSî†í;ï¸6#QNÞujïWÌ÷¥´‘5µL]§n“‚éVwËðd¬ñ? Ú¡_ƒâ8?z¤‹r ‹ËPÀÑG2ÉZB±¹÷˜ä]†£2'5îiÆ•[[I°Í4r惪­5;>ðz µüsÈ<+2ø¼F;‘S9;U¢4hÈþÛX”û 'h—µXÚO¨Ó3D[5–e¤ÄT7PµoˆS±W/¼òÉ…ñÔ.Y¡Ï?iÜìTôùtÔ˜厴Ä^gÿOÚ¸ƒÂq°Å•©9KZRÖÿîö¿ jÆ|Šj1j·;¹lcÙÀÚ6NNˆ¶uHN*úQàîS~CTd¸®kÕGiíøH6ê-³O¬ÚŽ*EÑ‹ñà¹Àü:lG-±F'…±ò¸Æí‰í²€DˆU‡ê:ÒÎý-ªË[D$pÕˆWgŽóA‘ã8j‡=—äñÒÎq•²7ç²V1‰™È>ž‡Uú‰n%]66±ÞWsÜÿù]rg—æ¸ä9|¢XßzjÇiqÃe‘œè›éÔŒh©µkš‡*«sÅþçüÓZ×§”òMéðQäè¶]&¯V^úâeüÃ9÷³»ºƒ¾«_Zià­}T1¢ëGäücTL¯丞IÈ$0cnÃbxwõY`V÷‡ÄÐë7’¡PEÓ28%?S'Ü7•¤%”ÔÂ⫞íÔ©$’ûé¤0ò 1­³)øŠ³õÐIýÁîwõéðpP)ŠÂÊAÞ°Æ@Ä“øÿϧG•#ŠJykG“ÁSÈF¬/`2r¦ŒZ)p?Hèt¸ÔX{ãI ªÒ7?áÐñ‰\aÁdÇX:8uôß]¦ •ZKÜ[{y¬REœ~͘·ŽQ×àé±Ð•U¹ƒÈãë1£•‘Õ˪׸¢`Fa³›áñר@¥VÛ fžÓ .`Œ³(ØwÔí¦cÀœ~@¤ÏÜ>*(¼çYÕeñÿ#%þ{c,tÓÌoŠ©·»ÂW'¼ ÿtþÊ‹ü'S•znèB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!]sàêÓ$vºa Ø~—’ÔÓ—+ÁÉ>À¬ä%i7é¾Öëú´‡çÏwç¿­//Âë–(Ý"«je—eU[cD‡nª@·ÿiÕâãó[-øxaèŸå‚Ñ‡ÇÆ7,mRgØöïÒFøí¿õê@À¬»MnCiÄ(ÿŒc²œ{=-¼>?ÈøÊÍ^<…ñJ·òzò/æhÜ–õ†Ya@ì̆&=ÇuíbvÔˆ®bæ G_E¦æ9ßRGÒœZköUVŽ{À©s.+OÐ[V9^bï³™´Ñ%lu¦‘&”ˆ‹“$ò³FÇÝP#³¦¨ôíMÉhg‹Öoš•5«ŸZAaóVq–Ó—f‚Z¬b¥r`{£ ìaœUß§á®*±r*UnQäÉÔ‡ýRBcËc÷ßÛ,:‘øuÜ–¸S€ñVSŠSŸ¶w‘Om1™F¿V·Sµªq§÷Hî먀9= Óí®cg³eŒy½`O*ϱ çòŸ:“Ç8_®jÄX^;š—5Š­Ü¥–I#P"ŽR¾â*°. ?iî=4ùŽ8…ç°ßÏmOIå´5»÷+ä¹ñ ŒäyQÍéãà Fžt~e!ŒÉÓfë»)R•nžºGé››IáÜ­íýÝw†f2VŸÄßV¡G|VÒ¾gÃ6`¯Ž•î =œeÅÇX9 ?˜÷‰dŽ¥²' è̾þß$‡%;CÓ‘ûÍ®ëµÈÍOÕ!ãä{On-€ÇO<–’ãsÔ/àsS‹½©[iŸ<'åmb]ä^ÞÆ`wõõÕS£ 8÷~ËoÕÇ[g6A†G1Õó…1¯Œº™uõ¦¯ù‹pÄRhÙ7ë¾Ã~‡ÓQí#>»sÍ7¹1ñÀýB†Šs,bÁÏy¶À&Íòï²£Ww¹Û±¡ëRÎ:“5|d1ìÊVÁS¿RÄ…#Uà`®O˜,Ÿ1eð9¾AǧÃÞŠÔ•rAm££Â ° õèÃmZÈða ä¨!c…ÅO5ñ‹˜¬µ™IeYP‘¾Ûõê?^ª•÷5\xö2ÿò¶Uk^·RLe¼lÐLñ8t/±ÝOC±ÕÁÒÚ*[V R¯^Ê~GãY+™|4ËÐÊd4Èß ’XX‡Ð%2ww…øoª*šÕhÝ ÐÒ0 ÍSïÇÌ:†/ïŸ Áy ¼F,œK‰Ë”YbŒ;¶ÜÄ5g õ€T—…„–;EtOùÓ†f|{ãžyË$×ò%y­a±ù™RF‹Ù`²G,ð§¶=A Ý»ƒ§%` æ¢Ç©Äá—%2ÉØÂò,íŒÉÓÌc®QjœñÏ) þÔlGÃQ†iÂpR•0ÅJ›Ø…AôÛ´l4ü¢ŽI½"M€;}-Ôi°WJ¹Xw/G¡uj²Š¢°Ümþ”þá?üºâÆÂÄ!€‚½Gé ×M32œv %OÜtJ~ß|ìÀuÿ‡¼“qøÿ,±§›šmþR¸ïàoû à?öT_ãÔÅ7t!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„.¹qI”qØdëô`aÜ|öª¤„Ó²\jI™+{ÈÆ6üÄŽ¯úf=t‚¼æOîv¥‡"·<}e•f–îJÓ42vw!^Rʼnôéé°õÔ=¸FO';æ·>àv‘Gã§pS†½ŠñLþf!0Ø+I'h:ÉÔ²ÖÑ9÷ƒú—Exÿ‰8 §8Ëe°õ¹ÙšXÉ¡©•­È)ËF¾ñšÂTeQ¾í·À“óÕS&pihÃ<—¤ºj.¥IçŠçw U—øâºÄD–3I#Èv;í£°ù=¦¥Ùš½¡*ü~K@T§‘aWf¹IÚ¶¢µzÄs7^á ±D± ¾,Ò Žtº\k•UMÆÛëÄ×Çç§ú¿Š`óV±ö+)¼sż14¾„±Š]þ#ðÓ¡fÝV’9+wPPÇ}³fV?q–ìÅZ¬‹ü4Iò0ï×ò6Ô8ÍnÔ½NàÈÏdÀÐéÞ­N}•BžNT¯!-R_ÿgÚ'ªü}¶?1ð:™EåÕ+Ì.¬Ä6²ªM¸”l%CÐÈ£çý¡®‡JøU_˵¨{¥@kÚ ð‘?ÿ„Û†JI†å|‹Bà ·B¥¨¥„¼ vXR’ŽÇ pÄ0ÛI-Ì'¢¹’1áq§Ž|÷Ë8@‘šÎkµˆ¬M]& a=³¸04Ë,J~°:tÓ/·c«.®*ÿo÷Eí£4Úƪ׉Sx¹—Šy¦_‘[ä´.a'Íùl8Ù.–V/–%f¬ý¯·oi#ÐiFïÄHäsïZ+?pØ\il¶â7œg8ø]‘M/ x߇øÃ3ãØ¿%Aȳâ´nq{5®B©º©0Ž^Âñ‡E;²ïºƒ×¯M5T4ZE“̪%Ü *¦?uæ‘WmÉf .ߎ禧ÂrP®<¥tCîB°|À˜hÐÂhq˼ڵÁþu*SHÇZ¯ÛñsŠGx"ˆ›ÍlAW¾¤Õr Š)^Ù`$I$q²ì~ ?3©Nî2¡nþìü»æy«/ñw1±ÇëbðXÉ?“Ê©g«ù%–W5eV]Ù¶Ü‚®¦Ü<3ÓéÃæ¡[Û‰cqâ1P ÷íçKØh¤Ëcx­›ÊÁg²”¦‰d;¿´%*§ç¶£=æ¹'™‘BIVoÇ_|Û\}gò–2j¹ÏÎLf»„ª?—ÃLFæNå—Ø~(B9¦Ã/вñù¯Ä|ª:P༑ÇïÙ¾­ù:‰h$“™¢ÞÄ”#w8`Bí¿Ã×L»ÂhW45¡MêPª#"îÑî=Bô†ŒI]'”r1²ý¾yã}¶>=äǧÌbìiÖæoò•ÆÝÿ²¢ÿ¥¨I¹¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!uwhTáSέn:²±AÜHJD‘·Ï¦¤ “2 õ®8c™Æ:½™§~Ånö Gk¾ûnôc¤é§‚šPù*h”¼¾ŒÑXÃLd÷#²ö,WXn‹ù€­¾äÕw騻X>‰¯â?2µ¾çÓëB?ûlùéÅc£½…ê–’$CYÔ¾¹®ÛíÓRÁfâf›áÞ ¬9©ælžA HÙ£S¸"8~ À6ôÕªw¯NskUÊŽKŒ‡_㡘X£Nü²ÕŸàðþJÃÂûÿ”®¬íPt¦·M±=J”ád–|ÆjÄñ Ö&ZZÞ„å*©_ÓÓH›ï'­@ `ê[N[ÀNz«_Ç@G,‹%u›HT÷Ç@>~žºΗ–;%tÙ…Äbh¼àb?ñM9\WÛ>6¦V7ŠËÙ«NÜV– G VÞÛB4ìÿ"NŢ߫³lø¤qùªÓf±½YÔÍRoØoÞzþRÿ^§Õy.K[<-[õª¿Ô}ÒkEÒÁ Bsn(À‹~Ûu¾ [×þ‰ÑUÅç,qãÜK2a¯©GSQú¿¯]Í$øq೫ÇÙ"Rœ‰aߌ·ðaýô‡ô\Èä™&”²)È2ð´ØN3b´òVÜ©¹mŸzÔú†‘³é»zí¤4ñä§E9pëä·^J˲y ›rŠ“K&Gûãc-A¤R@2ÊLÑK¹ÝU”·]½5×?]XRêmåõAÄ?òß,Åsª¾?å8€"#rv¹L^µˆë,/ø©n‡â6:íËâW{f2Õkxzò˜Xöß¿'Mý3 ëª¸ñpëZ ãÐV“•,gÌ>K”»³9ÐoûV"V§*ëáoPSrÀ;ýòÕ"Ðö¦>¹ŽOÁ1L7üÞgýêýCS 8¨WÛ*ì}çMÙ{ÅõÚ8ð7Þ5åZíßúR®O€u¨;h®¤®ûhF,Ôpè¢,>E¤ »’;lãbwõÒ-q){—‘k¾ç{$ûŒòÜ’F² g,TþÈeÄ.Þºvøþd§ê)Cÿç£ÿP\õáixÀÖüÈk©Ãš›£D˜kÎ{Ò•‚®GQº¾œ šßxFŸx¦.Ñ!þyŽ%˜n~Ýòøvê,¼SÎþÑ]Rû«ò4ñæ‰d¸O µÇnÏ”¶·¦¬"tžª÷¬sÅ2ººw}=uËgQ¯=!Fd-€îJ+Šò9òoØ×–y‡=žœÞW‚òÿnz4ÖœoV,]…BÑ£.zîWaøiÙˆSš„@à¹áàoû à?öT_á:¢&î„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡Ð…Ó\v^AÅñ°$¶ŒPЩ$”+X5Ìû× UÜJ•'éÓõ4Á$€sUï3ö×ÀÄwBàù&+Ʊ²AkÞ#m˜?n쳡'mößL¹º†)¶Z[µÚ½6“Ò“yßµq›©K-Ã|‹ŒÌ¥ ÿ—ÅßEY‚¼žëF^+Ü?×`Ñ4µ7¹ÙÉç4RœUd8ç%ñßâÑò\j5üÖv޲$)žI$“Ð…HOQóíAV·aÑt$Ö­iÅuŽzFúrŒlSªI<>Â00&_Úøúôùj™Æ €q[ 3*˜ßûhãYŽ'€Ãe|ŸÀepëC’©ŽUí^4V6àE Mþ=¿=K†æ´TQr`÷UºAmj‘‰ö2ݹ¸÷›°×¡· Gl¾:jN…¬ÇaËKÜ,cÛÓOºH^Ú|W#˜àKHhGÛ?–°\—A0ôùirõýŒÖ"ì3VìYÖV’BHh¨'¨øj½öÿ™ª¢ŠÊ;Özt¡­7îÄ9ÿ/Ûó†+ƒ%uÉñÌŠЪˆñJ%Š6Q)2þÙéêt»ynuxà®=Õ¦öþÞÁ˜ÖîµÉ–§©5Œ&r +Ù®í ±L­±Éí!•¶*ÊFÄ£Ðêʼ×É©¯h^ö¨«)¯1Ù×…ýÓý¡øˆÒ‰Å%«fb°ØØOíWýÙä~zkZwÓ¢#„Ñf©j>ü]£Ø¿êÜú#‡ù'õkšë–i&g’ø¥BáÈÕã+ —S/:Ç„xÿlNçdØüÿµò8=+7?¹ÉyyÀžy­X‚?7^F-ÝÚÝVT õ©ê£ÊH5ûŠ”ß-9Ÿú‡Ú ë¦üûÎØ·“Ý-¿Ò’”1‰ÿšv'KÔdiR¬¤’ƒ_ø'Ÿ@܇‹(`ÞîV“§pAý=zj4có:V®W œ2Ò¢yy=ï*y&múIœ²£sÿ÷€n?£Soswj‡a“z‡ÉM&’PÅØòº«z½wÕ9¢½ÅX¶¼³ã8d”fj—ü…-ñùm©vþe÷в¿zƒÈ|q;˜¸›¿ÿiv_ù5&ëÊÑÒT]° .ëPO¶’O,FÉ ’8p—ŒÏ°!C’}:é«»ž Q¹ù Ÿ;}Å”Or:üUã™É :ôßsÜO^c<=¿"“i…³û?î Šñý£þ¹·ë·¦ÚãS®ÍH,9\&S~›cåþ´oùtè)´Ãû{®&ò‰a+¸ˆmÿ± §Q%✓ûE_¯¾ÉÍ~7Åwý~^M‡Í+D?Ç¢+¿¨$[ñêRȱ €ûäØÀ;L~!ÍÉ'MºØÃÏ+Óõéé¼íúqUŒ5k—6| ×ÃüþËü'RDÞЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!ºKã®;žL2z×rµ×ùmQí%‘"oí!,Í(£m:‚áL(±üÖ\Åy/Ç)þ*]«ãa°¡h‡Ã¯M(Up­Lg5XÙ¸.j“HÒ¹©iá‘öînÙ£p§§Á´!v§š©r.óbø[üzl·6Ç>1·[K7³âDSwkwÀ>:ã°)ƒÆ1Vžr‡ær’C;$“ϼ&T`Q±ÙvúH>ºÏsiVú†Ekeš¬ñ­ˆÝäC2v‘¹)¹?ù»é ÇE:RËÆ¬…,túeŽ™Ò– žq‚`-²Ç.ç¾2:{‡ã·Äj…Ì-8­8+á³ù—ljïˆBe{Ñ·W·7hßû^š—:”;çN¿¼œ•I9祘¤“ÄjGf5e&9$³,Œ¬¡îAÔ‹–¸AÍFÛžÐÓSLV/Ú}jV<.JYÖ9)á-ŠÎd(®d’8ÊŸ¨+|v _Nº-š@Ä$nOk² ¨Üu¡'˜¾ëf‚ˆp²B Øï¼ C¿OÚÑxòaê?ö§mGþ+¿ËóT‹3ÅŠFPÝ€ÊíÛ±?NÄ¿ÄéLÄ%H1+cvRxöLU›Ä«z‚ÉèvéñÒø¤7œ¿m1,Þdñm~ðLyÌ»õ í·èÔi“ÊW7ÿK-†Ä£e5320ùŸnßJŽŸæ$‹lÔüò?Ê}˜s¨W¯gˆ²qþÈØ97ª²?#»W,< ÿsüþÊü'RDÝЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!»ãèá­Åñáº:ãj3ïÐmì¯]õ dS´1Kr© ²(eaÔþ (.äÑ7¸@mÀÿä4“šR¤_u½ƒâÔlÓóÚa”úïÛ(#úô™<§¨¥Åç ̵ªµœº´1†Ên †ôõcþ µ™{° ä-u¬L0ÏU•I'ã¸î>§Hk¨ày%R¡b6´BGÙ³vì¤ìWÔú´<é4ª¯+â˜öµf"[5û¦ZúÏMöÇo‡ÇS,ާé%Dºð°_ÄX \–y‚¢´± ÜêY2"È;ŠÄÄm·êøê\;§'-o¼'1[míãè‰Nû³U¡˜¬Õ­× ëZH–6£Ûd^ÐFÄŸ"êÄ1¥äÕc º.:@T§îí–—š«ypT«á|ŸJ- Ë§ðàÉF€…¯wü¿‚K¶ãÑ·‘"œG…pI½²ý@¨ÁÜùõ®:äñ™¾!™¿Æ9n*Æ3‰›Ù¿´…%‚AøUaÔH#¨$jÈ88sYY"tÄP©‡ÆÑÉ<¶ïLN%¬•¸úIÙÝÚ•ã>…ì7ðÔN¯è‡L:™¨äÑEmY „}ÿ‰ûl~hùm©-$(Ç"­‚mÐç¹ü0°ÖäQSt§}ÞE’âFã¶ÂìO|Ыo"~ò.ã®—5˘ÌB¹Û¦.4#â­Ï†~Þ8ç7áüÇ)ÉÛ%3Œä6q¸öÆÌ 튱HFݷ݇w¯¡Õ{î ™Œ£-6îNb©Æ<Äx7-ãüÈç3™ ø mre¬4Lí*§j’ b…·ý8.`ÂnWË#iAÞ?yqCkÉX …HÍXoqª3{(†¼Ïß$±³Ù]·/'ãû½51Òѧ"£ÁKN¬Á)Mâ¬mº9+aËe#¿O+SZ1´ÎL²,¤È6ÙoBu%‡…V5“ÊÚz<£”Ñä¶²9dÍJ°³N±@öá 0ï‘â"^Ð=ÇôiµÎp, qÙ‘ìÂh ™2‚Ô•ðX¢´–wZ <³ƒÓ}¢XoèP^› ÔÐHñSm¦~çñKܵ{bó14`{u½¦B8pH`}:úƒ¦Ü(§0’zóíf’Iç’ŸÄIm9½V7þ½E§'•ܬçþ ö¿ý̧¿Ö19iv òB£®Ûiqùõ}I¸0kú•žòô"·ÚW’k··ã ²mòÛëþ-._î7±VEý³Ú¹9àoû à?öT_á:’¢&æ„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡Ð…Ôÿå¹|¸ŒDM‹ÇÚŒãë+4±ž‘.ÊwC±Ûm<ÒW ¾¹üì1ªXâŽáTu­f3Óð á¥T¤Ñ`ËË&FW—Œå¢V+¿jG&ßù¤Õ*Š“ýËrzsâjÒÇkô9¼2‰¯Bc÷JÆî=;‹•Û¨Û\yðž¥ØÇŒ&®K=‘› âµ¥ÉD±3"9•0{¶uÙNû’¾¿=Q=€š‘P­ZiÅléÝÌ2™.´I””™ÄDd •‚–·ë¸Ø~ŒCk‘OcжR[wX¦j¥okv8èGà@øk¯ch ¨ì\ivX,üy±¹ ·â®Ìõ¤ïöŸö[á±#r7Jâ7j‰š\Ò(R—Â<³„¿ä+Ó¶BI9O$´&±Kº¬}É4‚EØìzw~N‚èF ¥jj´¾ô…ï}³4é q¨¦xeÔ¬þWœb²Ø¨hª<3£Fd³3G¼‹îX•;î}uË‹Q”¬„0h}I /<ÔlšÿÅŒö¿ÔCº¿V¹§ˆ*h q ¼}È}¾p<࣎úÃÇù®:N3Ía %VõZ¶Wqï@OîþÒþÒüA}—a (×l¾,ù®.sž5È<]‘Ç·«²G„•¦ÈdÔ7³’ºÃµ¬ÀÌ|¯ðãùâ@.u1—QÎßYb)ˆú`¨n,ä¶ eƽ|z–ºnF’DË^åcÝŸÙßü(~#õF’8åôÍ?\*0#é‡BÃÊûJïN³ÄôH{ÑÄ¿ë4Û÷mW#«Gñ#\ˆ´çÜzJ\õ›GŒ³üMÿz9šßå’i#\¼ îa³¢½u§àÃâ¾£ôj†֙q•]Ìnuó}×¼>Õ‡ŽÍKm¥ŽsìdãØ]‡öD»’/ù_?ùtë£ Ë. 3e''—qõ㵃–z´¤*ÐT+¢?¯hS‹øEœ1)æc‚Úç¼Áyû6r|/eRó m%ŒdqÉ#±ú˜Ë]¡bNûî~:P¸—0BVÏzÐñ_xï‚r¬ Âñh(æ1Òÿ¨_ŽkƳ¿k¨G•”ý#a¸é¦ÜI©)n‘ÎI^p>Ày†ZÏ2¹Œ<´*ÉZŒ¸Ø+ØŒ¤²+¿¸’Én ôØéqÜ1˜8WZç†)ŠÜùèÑíŸÌkHΕbñöz=­Çì¸1ãf]Â’knš ­{ÚB ±„È¿mÿøßýëü'SÔÞЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!¯mN!âø7s!Îjñ —¨ÔЬ™ÜÔ´c³iãï1Å,’¢ííÔþ¡¥P¥j4ÐÆcyñBü{‘>^¤Ç確‡q¶à˜˜ÿKA%4­~V#R ßÍ%–ˆÒERÞÌû€%FÿÍ×5 ÀªÏ“¹;ɸŸä8û"^/•üô™zÃÙ˜$Љ2Áƒ¡ß¯ËM9­#$è$()óšøJd®$¼V|)L’d2T¢ŒÁ üG÷SwRø/Qñj+2÷ékF9TÓâ¹y{¼FG¼€3 Ô{=‹ËýÉùvzyFÍxû ³_™ÆÏvjGaQ—¸Ç%yÝY e#ä~´“Û÷‘¶®…Ô<~Ee-}ý²Ü¸¶;Øõ Ô8‘Lê\j¤u¾ë²ií®CÃóE(?STË·¯AÐO]Ïõê »T­óDñØ~ÅooîK+‚Ô¯)ö£y‹p|}ºœ‹–žÆzäù%’Š@è±¼Ì=¹fE.?ç.ú­†öÔáØ½GßÒo£cEitû£!É1ÿübüI ¯¿o’âUúûY –±ÿ™5Yçõn? (Ú·Ëú‡ña[ÜO›|+ŒÈ<ƒFcÚË’¡~Ãÿ8@FÇç¦Å©;Êé¹m1¹oíroæc†¼‰Än-˜–zˆÙH«™û2¥ŽÃÔ©ƒK0HÑø® ã9üŠ€ù ŽpÏ!`çâü³_•abF|fgv¥›T'é–´ñ1ìé¸!kz×L6)+ˆ=x.½ñ¼S>œ×/¼™âQáûofå;'-ƒ+“û=°7qÝb±ÛܱHGî“ÚÞªvèôœåS5 ÄeòJÛ÷+ÏéØö䫿寨ÞJ¬j“¯¹úwíüFȈð‘‡.Å7-Àpo õóiP,Š+‹¥mª» ¯à•·Iÿ·¨ÿ>£oÑ©±¶”©ê?QUï–µÒ0Ì·ëjƒäêÉ:¦B´¾ô‘¢Ø1ÿ"Uø7õÓ©QšxJŽöêñ5{c³Ú_bÑæ^žáôVøwÿ’OÇ᮹”É$àVéÙ,wG"ˆnEГèß-ÿOÀ]paÔáJÎãü“?ÃóøžQƲ¶0\“Øq9jÍÛ4އðeaÑ”ý,:uÍÔ(WbœÆàF.âý¾}Òñß;ñ¡S" ÁyG×i³ÜqlS´Þ¢ ÜÆÇöÓÖ2~+±ÕEÔF,x-}…ãn+ŠÄÊxÀò.ek=¨ü«'•­^ßµ“Y#‚¦Ä#¬)ÚÝí³QòõÓÏcçcC]§)“ú5¢©IKÆÏrž_’Âsl3ÜÏS‡Ý² ž¤/üheÔ÷žÞõùJcÄxÓRVœº“:ä‹ü¤M†väƒg1Jó,±Õ,–½`Œѱ^îí€oM7PjåÂÁ[^ã»ë†68ÑŒ ä¿VŒq1x¢Ž6?´QB÷~»úõ°’ÂÝþhÚ{ùºrîPÇs+zžïµ}E…ÄÎÒY¿ˆ®ÐC·ºb‘ìÆ¦=—vøžÞƒsòÕEÎÃd㥱7QèÀ'éÅm¶¯Ü=ñ­2Íu!8¹ßu€ÓÞ$5yÅÀ¸öjLÖNjßthV~?™ãyjÜJÆ7‰˜OÊUnÉ ‘~*~ ŽŒ§¡ºZ(ER£‘Ìv¦šº‹áߺ,ïšslN~|N;ÒT©F(ž¯Õ^Ïrh~²PÀ±Œm°ô DtniF%¤³¼dÌ!çÅóR¸>üó5ɦ‚ í%Üt1µ™-WŽE†Œ«ÈCžÐ;j4ðê?Wb·‚_ËÒGj’}²pn+áDl”X¹²ÙLŒ1¼—eŽ~“ܰÌXö)$ïÛëñÒΧŽ¦ˆ«Õ•°æª´¸Œ€Šª¬q÷Ìznøé¯DÑtIŠÂ½äÜ0U¯‰q×eSqj";d °ÝNÛŸÃM x%ú­!jñ^LãÙ*5¥ÎܪË,QN¶ol™Hë¸,;éÉZÀ(!&2òjA[4Éð ò,•¬Ví÷R€îG¨í#¦¢ÉÉ?«šH}Ócxÿ‹ß–—Ìr¸ý¢ëYß¹Ö´NÆN»w;êtñ ÕG“ÊW6<ÿtþÊ‹üz°U©¹¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!]¯¸þ ›òwñÏã—°fê½;ðSÌ^Š¡°¦¡„$ÈŠÝÌ:·ëÔšÐö$†j ’å>Îüò’È÷x«ÖbÇ&:ý)W§î y”§èí?€Òª3\1ža+_í—ÌxcÆr6üKɪч' —ÿ+M¬DµûÇq,†E]¿h‘¸?!馋~®„ôuk@4Íu;_£7"ÂW®Çÿ†á(Á4r+##lÇ´«… ŽŸ 4ãR”9­vr-tØ‘ü>âÇç·øõÊ!P/»œ÷Û.eq~Lá\ÿ%ÏaÃb½üÿËÒ­EâzªköÖ³cRhüµ_zÖ—Ÿ M3ªh÷†ÐJòJ„ûtäm4^#“ÈròŠUÒLèæ(š¬{w®(³?¹îÞéÛª‹²Ö€ j¬`.sŽªQ|s1‡Ó‡ZÌß·ˆÆEÐÍe¨Â'³\ÔdŠ2ÉÜÍF¿´?eµ>Ö\MûÆ0jöàr8ŒÓŸ3å!ǯTãRPylÓÅT¼SF†Híw1Ø<2ÚzºÝ{Bîâ+BÈœÐ+Z_~¥åßòGdÛo=Îe¼ŽBtêcÀ• --=ëï å3#«k‘Jäû¾òW‘"UêÒ9 Ê nu§vë~ÌN‚;Bðˆ½•íé :á§Xà3€À)žHÄYt­U玬¬&j…{Éõ”–N®Fþ›°×[¸_4—šIÿÃ$Åß¶v)šØÛy#Ì1ƒ:¤ž¬2LÞ'ç|V‡r¾^½ [—¨Y²sÇj)¡TØííoÔì5K¸M4·1ܾ"4pŸ¦+Yíý¶Ê×l¹Û ¼Þ½|Nípƹ‚÷ËqPŠè×hÎ’cæí0…¤I;{d /aØC©oâR}HƒøfÚpP¯om½ÜXÓêÐý@x± 0<(¶”óËuÍÖ˜Õ‚Ün”­£FÐM,Dw×ÕÊHÊ$Ó~º.7›m¤ÄƒRÇIâxŒpâ‰[_³wݵÃq¶ººš@,xÓ¬}Ö‡.¨¡ñtÕ1xŸ(ÜÉRÇY‚ýY/ä£ d¡zÉ…v$°ˆ.Äõõß×YKý²8€|/A¨#« ~kÙ½»î[»§úÖæ7ý×´µÌõi'A=­êJÿ¹î=ö™Îù.r¦SÉUüaæ?'åïò(ñ…k*+¬wÄÄ3ôaüD=ãæ}5 òÇåqZ™,](­ZåþvzWîcgÎcsÑVp‘òD¦Å û¯»":oòu‡c¦p®ª¾kwÇç«Q“¡4%|C’©Z–â}­@~9?x~]k©’ŽèÉ"¡@r¸–íüÊÌlƇdÊD…eB?vÌc¨#ûCú4ó\˜s4õ-Ù‘E3,rúÇ0?ÂsóV²Oô|ôâiÍl#¾OÑ`‘zwü?Ch ·´¬ønKZÄ«O%[f­f),R!ÝdÔ‚>„h¢úŒýñÜ_çwq|wÎÞÅlÊC _’eC8S´i”éü7;íï¤þøµ¨3Ú‡š­ ŽïA¡ÝêîOà9e=øËØ×³”häF«#+ìAß¡úaÍ]‹ž¤²å~»Ž†ƒà¹VO ÓL%oÊ[v÷ºoÞÁwùŽºmÑ9ƒœ±ùµy`x+«‘¨ÏsK^9„†îHЩ`Äô7¦G »XÆ -„Òùs;SÂs˱ãùz’Åð¢·iY#`Þ›îN’LÃ0–ÇÞ³¡Èy~—kÏc’ŒFDmkWvú“)'}u¡ã!AÃQJ_2sÏ#K㞈Êá°Øüm¬õµ–¡ÐLCW‘}½šVŒ 7Øý;üž‚ºòMÎÑ RƒÀß÷AÀ쨿ǫEL›šF„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¯îëÍ\«ŠøoÅ<ãĹTÀòw(§ŠLÍŠPÙi!Çw^É•·BÀú7ÒËõbt–šsT†üH>îð{ö¹Ϥh ¥Ì£7svÚ)S¯êÐPE7Çßø‹}Ãù/—cø­® çÈN¿—þcç)¢.ᙤ¤.Ûé2<„üÕ\¿'å|‡—f®òªÔiß…*Ôã$3ÕobÐÈÀ9RýßµÔ7RsF2Mk2{ØŠî©þ•#é¿P:o§x&ø®wý×sNÿ¹WæTq¶ÈÄâ$¡büj’Œn9€îí“p;AÜ7QêuŽßlo?SëAZP`:::­Œ‘˜´“GT¥¿†€QåÖŸ‰U¯¬œFžgï$"1sü7$¨è~#PmÛ¦ œPHãÖ¦¶¦‡)Íð—sü·’ñüeºÕqI˜GbãáK#ŸD"õõ%unÛªk€4Ô4š©üŽKG(»É-x„}Žƒ´“¶ÝwÔMªíãR þ=ei=Ç훋ý iktÆæS<Æt]ùoœÿ/Æñ>å8ü>׎r·ß·* y‰ã–@}·(ÝØôêuyeug Ó§/5>¿’Äï^Ùß.vÈìl-Š„9§Ÿxø”¿íÛ#)òÿÎ2´V±•2‚k·+´r¬~Ü2È)S¸T*î>z—¼o6óÛ:8Ü50ãž*³=‹¸Øn±OpÃ¥„ã´Ã5Hþ깇<¡÷æª8®e”¥‹«Éeж69ÛÙ=ˆGj£n ~kK¡ ßDo¥A[ Ë’Éñ.A.^ÄY{ŸÌDbK±E6ñTvýI¸O¡õ:¬¹yõ…TØ¡«³U&åœÇÅA:lv“vŠEs]‰¿†_ªî=ú‘ò“ãmB«¸°‹8CˇðKZõqY ¶«Å5{e]Vhwïú6ïÝ{Op]ú† X5Ê¡ð¸y›ÛÁhr;±~6š‚×¹#nÅk‘Úãæbì~eOêÓ¡Ä& ¸r]d8®wôتñG¾È$è?BHFß©´æ°™6îæ´¬–ª·d¼RzûR)]ÇÍwÿ” Œø1Ä,˜¬·ï ¾qýZíS&2÷Æÿq>Tñ¶=pSqxÀnèðòçZäúþTίí`úF›{sSm¯$‡ Ç/±uCǾYã^Fñ_!äkœ ß6âxK™;XlŒPÖ½ˆ+ïzC`ñwކ2FÞ»j˜AÅi-gŽáÀ7ž! |/æ/2ù0I=ˆ°EÏË{ÃV0Ù›iºŸ«á¨ms‰¢³¸…ŒÄV”ª¶üâC€âxL¦ ]Œ¥»H—ô2­r¬…›ÛHIeê:u=5'H¡*v)/Í|¹ÏøÆ…û< Žg?2ß—ŒQ½rºådˆ€7”]8ÐÞ¤Ù}Jæ¼¾êgÂRûz‹5æÍfè»ÝНsv‘nÂví>ÛÈT÷ÛÔo¥Dß+®vêUŸÀ„·‡ø ?ýëAý ÃRÞЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!²¾éà|㺀´´åç -=ÇsºG‰ƒâCÐiQ6=iR;ÄÞ¥Î)1ØŽ8"W3ÌjÇöÉûr8ÛÐ_ÿ.œÁ¸ž "® Õ´û}ñ—Çù7å×”.óça2ãhå–6W´ãï=§‡¯®ª›{ë<6”ÕÛöïF2àjx…ЮyÊøžgÈÙL_¸&“‚ Æí„[„7¸±·Ná¹êÛl~êY‘®u€ xf¢·<«7ü‹á®ÿ*Ëäi²Æ®¸h«M:9ê;’Äðw)ØþÉ'ðÓ‡ ˜o˜ÕrWïvxï}Òò›ë `G[Ž´PÍÛÞ6¡U»X ö;N‡U×o"N+C¶F×CL+ÏéÜ¥þãß˼åÌD5/%˜(ÌΫ¸‘f OÔWMõIW\òFÑn ÞÄÿ7DžtFA`L_CY°Õ›º8òûXêöã![â;oª»íno›MT¸Æ’USþc޳¾G’[SJcÇ«šLí$I1®vr×Ó¦¤íî% I\°U·˜8éâR×Ç÷rÜN ?)㹩p<—bÇnTGñÇ ¥w)UջʀÀƒ¸éÓNÍrCÃi5Rívó,àšJu«ÕæÜ§æ_mÞ%ònqÜW'ò"ÇÖäYL H«ïsó3ÅyUŒ» ,„ôôôÕ«A-%Ã0©€£ˆâ¤Êý¾xŸ!7¥/ª$ÊÛš Í2$Ê GÀ<#hnI—Êé \j¹GæÌg¡æ^KÅ8‡­[‚`òà N¼ÒÍbÍ篴v¬Å;»"nû•»tÛã¨W/lnÒ3楶ÐÈÍdÕ¼Ê}¶ðÆŽ[xë™z5¹ fŽ&hÕbŠUîÛ×~óýZrÞ²J‹sg QD.ý¶ŒN¢Çè¸jfìV’ØÜ8Õ@2¡4úÕ÷å|“þ,p~;ŒáõòœO1†vÎ/'Uèäì‘h‰kZü¸;ž»‡#äN§G)"fâ«zÇØ“¼‡Ä<ï!Ãðã%rêæé]ŠK¸k,•ýp;†~ £«ï¿á£C´š7>T\dhdæC©ò¯Áh~îxãd|)^Ö;݉pì¾fKдSk"Š‘R0˰^€z±ßs¤žÖâ0N¶h]©¡â¼ @Ã5[|ÿsÜáÿÃÿI´¥7ô!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„)ÞKÞ§zÕì6fK™éŸ›Ì¡#`WmÇÀéðÐI5wBæõ¬ŸòèŒóȽßêëUá H”ë¹ÛfŽš)ª œ v:4êåjÒñl¦fNAŒ—ŽegÇòg’Î4Å8‡¶tÊÆÎÝͱÙ[öO])¬ŠR˜ÔðÜ?Ð`>Xͦ¡ÁUS^~ö|IÏùWÜ5Éñ~7w9Bí|g±&;Ú’Dz”+ÆÉØH“½l…ýß«Y»æÖÞg2W†‘†5â+ôéWP{~îâÍ*ÓScNè-œúù¤oÜ…,†SÍÜwŽg磇ñþ{ ¥Ö¯aûüMkÆÎ]¡nlÎÊdæØyž $®-HRÅYôob@#ÔÓ}-ÑëuGÓ&ÓHÁ}ý³`ÿ?Ãe–¼‘ÿ0›+f8è8îk.Â.ƒb#´ÉÔ-Âá±NÜ0 ÄòÍHÛ,ÍÌnn¯|-—ªŠaÌGÁæ|·•Îùû‰î¾ÃqñÔíçocaÖÌ´(u㌺]ˆu{ÕæûØû‰äT¹tþ ây)xí>5 KȲÕ$hnÛ³vpÖYT†Ž†Eîí;±'®ÃT u«3EH¾ßÞ[~Zá©?lõ/Z± ÐL¦hÇæ+JžïaßwRCõß®¢]¶¬¯¤Û8µôséW¾ÞOÖòøè¢V¡r/o&cw6¦X„. íÜXmè§S¤ÚPÔ»Qkç¶ìªÑÖ!š5_}B—bÀHÁî,wuïøô–æÐ(Íq%]kŽäÓø›Ë’rNCrC‰Â$´8æ.Šª¾H¿ðdXÁ’v^Ñ×»múÔG,¨Û`3A8.wpoò<ÐàvñX»ÖRíÙªÇ:4¨+ËBì¦ql¶ÆÕ=ç¿c·A×T^êU‡3Ç,UüΚ†¼€¦àº%æžGšÉâ¼{€¥còØ–<^FšT–ȯÙí×®ÊïñØKÛÛ¿ìﶯÄt`ç‚͇g\’kŒs®]O‰ðêÈ2³Þ|*r˜Y[QµŸnEHÈi˜Éû èG®ŸÕBàN!Ct $iM÷yÎ9Ž'œâÇ21ðäøüÒäqô–4+Ñ:½[+È\•Û»¨õÛm53Ü iÅJŽÞ0ÂiŠEøþçøý—øN„ÂnèB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!Xÿtù 9oxó)3³³çXßPÍÉe0‘E4‘£;n„އO0‡4”HÚ<µÎo'bêãŸ./'B«FÓË$~âªŠŠæ9cŠD¾¥õô×[À‘N„­4­ @KñpÜÈÛ½kUÞT›xˆèTPÈâ»î>:v¸§c8,üˆ¸–å”Õ‡;’YÎͽ„%l*þÏoqÙ¶ütÌCE[À|“÷ÖuŸ½ó⛿nùëóywƼkb+ÓKœ«ù#eDmÄÅå÷$^„{a€èI'Ok‰†æºCæ¿0Zñw=æÖyŽo Ž¡˜ÍE_Çu­UÞËTë‹2쀗HÝJm¾¥ùtÖ?sµSˆÛ'ç‚í•£Û¯Ÿm]! Ä5¡ÄUÕñ7æPbx—>Â`š´¹ lVz½zÍùk ™5vÚAõ.ä»tÔè¢Çò˜:PW¹@º½šê­šRáÈ“‚¬~pû}ÍPÆùOËÕ¦K8i9 GZö$ÿX­¶ûíÃÇôËþ³ næØöì:tÑòÝFe“0@äÖò^¥ûo¿Áo5¶Ù4ƒê9Äc®G7Â爣Fš  ó=ñ¯›ZÍdâá³eæ›5 3"Ù©R¼ÌWsînJ†P'U­Üå‚PÂ+F}C©d=Ñ>ß}t=[ n—×'=¤ÕØp§)SÈ9/#ç¨q×ÅÅk Â}Çä\ŽûInËÏe=E ;Fɹ•\õS©Ì¿–òA[¥€ñâ³µe³K˪â:—Õ…Ëd²¼‡˜ÜŠ„xŒ˜—^<…™ÚžF«!R•kAÝ!p¡ƒ‘Û¾ÁýGY—­f¿ :y"ÛPeZü{ù%7>䜃q‹¹œNO%È0Õ²”b»ÇÆ­¹¡¦‡µãigŒB‘ÞAî^á×T–þ)´@ÆŽ'…=ñ¼Â_A@râ{: þËÜ_)Âù“ŒpL”FØ[f$Ãex­Ã-^ÑŠëܬ§¹Xn³[½ÖÛp%éÔòêù«‹  ¼„²™aC™ÕHãù y7Œ¼½ãnwÌ2\³Ã9ìXÌ4×eHïÚÃâÃÛŽ»XD÷dIY{‰÷7]h›uúi¡’ ê0j-GlVߨl’#vçA©åá®/ä¼­Ê™ÌOÇbxŽ>¯Ç*䦖»Í„u$mí¬¦ºã}ö^ªC ÙGdâÿW3Æ¿RMæãˆÃ^­=Zmy—†øgɳðÌo˜Ò|¯'âØ «ÕþK,èLr¼m,LðÏØw‘{ÇtÌêD×M´ˆ=äáÀbêô*{Y™#Œa¡ÄãâÈ*³rßñÑã¹¼tùLžÉ3qH'dÈÄÖ«™}¹®É$Ãöз]º Ž˜—mýCĵ¥@ð‘xÁv;ÆÁ>¶¶€( ¡ïÆ »fš*qã^“˱*ü‰Àx×ãx\¦&ýŠ'Ï:'¼LÖÚéa˜$h€‘°^ÐHÙµqí½õ÷òK‚š38¦Šû´¶ÓC£p åJãÓT¢Ær(pyÌ'&†Hí¿¿L!”ÉUĨŒŽŒÊØêót‘²[<0‚@*¦Å¥“7P ª÷ä<ã+ä^QÉ9¯(¼—9/'ÈOw"#ôG‰í 7‘¦Èƒàᬀ}ˆ«þ8&O‡¹$3˜PË͉‡/g¯ùJ6]’9„‘”ß¹YO@ß?ÓÓUÛœ2ÏnæÂý/9ñSl'aUµÇ©\{>Xæsã±òdø¾6<.b´™J¹Y£‚*‚Œ“k ñ§¿îB_Fb¤ë¾°6÷ÛÈ븿U |¤òÓ/R¸³ÛÿCË… q£YO¼]8eNÒ¦œ2Ík–â2‰ÂóM^8÷Ý%n¬Nän½7éè–Òºxµ:•§æÛ¤6ÖóúvĹ¢€“ø¸Ó¡t¯}ñ²çr&ø ‰{’Xp\l+H{{GV'¼l]ô¢*ÖÓ’ˆ3*¿sÜ”×¼‘c ŸÎÜÅãyÐY8Zb4³b»×•f+H„I—»¸«ÿü EþêòóÍnIA|_Kñ8«2 ww9 Mp£yª×’f_Piÿ’5,4hÍF"ª%ãóé*ñ9­…§SnŸÝ‰¾·ìY%’Ti˜´ŒY~§=7#¦ÝY‘ÅÄãšëZE^~ü¢§O’~^XèU‡û)REŒ6Ͼáì?N™—î…-¦±’“Þ;ø{Ùˆ?¡›KP“ƒB¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB}ÑÖ­WÇ>4­ {ËS‘dë¼® wI.%›´0ê¡÷þqÁ;zDþâðÞMÄyK'™8 ž2D e&†¼BÈB›†îwP»¯ÃRm-©IPÓ0«R¥ZñÉíâmŒOèþ ~o%$8)þ‡r#â+ã¸Þ|©©“‚)rDèÕ{*È« G¸ w'Ðj åìVÎÓÖ{͆×q¸Ä[*u¬±ÅZø:ßùn™f³´%¿Ç-ÅwŽÇºˆ$‘¹_ó­ºJŠIY@?$uÖzçÝ@‚ÛvãÍßbÜퟷRêo <¬iÕª´¡&”ëNÏ2§ò·$^mÉñkœ‚iïÔdjÑÇ…HjG(šFÝTgÝ”6ãYæî—U'Y8ý0[û'iG3\X)ZúÄ×1á ô+ À9¦_/šÀñêy[|wCŒÆ=¼¤–§µ5‰ãŠZ`ÂS\ƒ êRm·+©gckZ¸aÑÅTï^ÑÛ-í\ïL¹ÁŽpsInCÏÒ+•sWÓïµ Ûo Ãã+ÇF¬öñT«Wˆl{±BI:Ønf:5‰ý³Vû ü!ç¹…q¿ÊœŸ’æ9×%àxŒKÑE ŠV-Û;OÕŠ)ŠzEZº’YÝ»œ–úF«.!¤‘†"´êY§VyZUÎø•®ã>]ìl„9­úT,`iÛÄa¦-ÛÑ‘U÷Õwe^þÂÉÞSÜ‘èӉϽFŠáöï×§4äã¾Zâ¼ ›Âbêä,SÂÁޱvZo ’˜¬YhZJê‘/c)÷`{¦úŒëw²šÃƒIäGЫë Ý·®: ‡ ƒú“*ÎS;â\†n#ž EüMʲ\º¯c!,é"ÇUáÝ•HF9$««·Ó¶èCcXOÇj­Ááà€ìFÄpî3oŒòZrr1/ÅÛÁÿ8üËQX§5Þç0VG\p—!K7Ò>ZjXÛ+tÌkCP+Z•RH|u0br˜Ӿ?…àòY|÷Â`q¼žçe®-É{ÒšS oe"¶Ý±F²§gfÅŸ~›iøã q`ÀãP:>S=ˆ–¼IÇúJ€s¬ŽOáåÃó¯KÛÇ"Ö³‘þvЖHИ g•A w]F†þh7G0Zëç£aæUkñn:÷½s‡QËES;ìE&[-NF´´ý²Ï^Ó%‚{R]°PáNÇ·Sd»‰ÐµãÊ9Œú:–3 “ G.KKå»PghTâ8c”ä·YrK^S#\È\‘Ÿ½"öÙQ»Fî;ˆúw;më;iÜ„Ñ9ï@§íø'ï!u´ì·Qpà kÓØ’x¿ù›™ÁrµâIˆ¡ƒkI’¥5¸ÚÊC~5‡¸FŒÅû;û˜)Ü ÈÜôÔ©w{`ÚIRµ\íX÷‰åy9Éáy56»SA€¡úU¯Çù¨OÒ²ö– ·é¾àêŽâëH«ظçSȃÉBÞã>—TàÞ®}¹¬ WƒáÏV³‚¥‹nÀѳ™ÕÓv1Ê´#~½:ŽšïuÜÖ® Œr`EUl´`p8Ö¡Y/ }­p|ÿãÏÒñf‡Ã2W«J5µ•wXãOÌ8nö’R›«ìvfëÓTÛVã#—PäµÓ[ ™Y -©èúþi‡ñ/_ÌÝ‹!üÇÇÝä±F[“Œ”Å6Xö=pQº¹é¾Ý4øÜ.&OŸÚ›…¡.ð8ó­9sê^>Vâ¹Ì8âyš÷e¡^.VïEb½j¡¦Ž8%`»¼ ý`ª6õi[¥úW4½S̬ùÜ_$¡ÎÇÐ+â[¼G†`rÉŠ’Æ_‘O‘ù.B…{¶Âûavju*)îQ{äëÚNî×vWQ[ÀóC[ë¸ß1sA§@â¥ùïº ˜žãD“˜ä8]’6²V¹ƒ‹Ž¯奒 5I’£(Hy¹m°ß}>ûŸ-ÉB}ñ¨-mOÓwy!ðŒ5±yŒµ¼Zw Šö]=ùçŽH˜G ©É3—Îýã¯ÄéÇÉœ@ëVÐG,â‘´šô(fKî2{®;ƒð»ù‰l ­Ì«šèì:”«û³7à /èÕ|»´Mð°o·¥#T® G`ùS”Où^[Ëí`öfáÂ×UÜÏ—øª+÷gŽ^3-þ<*IMÿ%†£fá½hï,óQÜ@ßµz Hd*S^'2¡\Ü›†êu @´~ßþp-ÿûØŸúM©J©7ô!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„(oܶEïøÏÄönJ´od³¹«²É Ú´kÆv ?Iþ.'Õµ+³¶„És£É‘H²â.ÁrG,­ «ÚÊ Ø|œ8ä›hæ¢t©.K;Š¥: ¢Vþ,-¾Ä@>zp6®\#qéC–±ih¦F§y¦vïÜ[‹xtÜ¿ÅQ§Ha†šS´Žœ×–wËÜ«ˆgãüâA–‡óPže…^TŽ4U"ä;£ö0 $Dì:އP&öÄqÅF\Åt÷•…·î ÓÝë…Ѩ4éñWË^Šqâñ¯ ñnSš¦)2*ö*ß/5`õ±õý´™4Juì÷wÒ>|u2-®åíÔê y¨3^[“¦•ÈM/}Áñ?8r<›€X£g)žåLÌBw®øÝæ“ÚX{‹{ŒB웹,›jÊKµ„IGaÀ}1U/t2P´S?L–W’jð·8Ëçʸ>a6“ùw’ÀÇÊ—í5Ñ#V1ÊëÜFìFÃmƒ¨‡npñ7´-o··;8XY¡îzÔtÖ¹W…SçüËÃ21ÔÌSÈãåÉÈó×’‹‚…ž@ 'zˆd ±=£§Ç}9£æ®œ1êZKÝæ * |D‡xWŠšÅƒO#ø'̳X<¥ž7އ%kŽŽ­cë bÜ…ÉÉ.û{L¡ýk+¹mFÅÁ²âm{þD++ãÿ÷b±SÙx ŠhV8#Ƶk"bomž”~¤Ü¥„Û®ÿ i®¬MÍËäi!„ÔWPr–÷VÞK`Ê>qÕUåX[ÚGvñT—wòܼף€Hî}÷SÀƒéAÔ‘QsYåù«¼¢¾G™ÔåY «".kò”ÚvP²Ï¢n±Å^îÝ†ß 14úœê—\ñYxíi($ y`˜\[šÁo’n?Cn­žìÇ¿k,¿ë ©HÄ`ú@éê6Òa¹-uZÜzRÞC\ìNÐø•r“3?òn(Ã3ËŒÌÐÈ@ª£pa¯kÛÙO¨«V‚9ã5i=øw+Ù}³!´…ÔæÒiS,LJümä,Õc’—;’Ê~V£?³‘¥r­‰!ˆˆžæ4² eg%Ñ~’ߣUrØÛÎýo_:ýI«?sn;t&ÚÖ²§îᎠ?>®„¬åm|—5v èùµéU« •¡Æäð_ËãE‘ýÁ4H`íÛÚ»íêÇP¥ÙZãᓼRÊÚwZ9·AØÖ¡åÄœ‰:±5Ï<Òë”xȼGÅ©Ç˸œ|ŽÝ‰çÌf²WE¸?,®¢¬u£dNðŸQê;·?-1Ìèé«A<ñÉLݶ…Òã‘‘i£Ð‹ïcÇ/5š¿¬VKœáp8‚’ØL®/)Z<Ä'c´D¹#¿}ÎÛü5"ÞÕà‡=ÃO_Š¿b¡¾¹´u¨,‰Âc@MŠ•í«¯ÄqZ …¹_1ŸÎùv¤24óäÂY1lÄû'©5dchb$$¯__MH– ¼oiqn4Ÿ#j£ŽöXÜZÒ\þ`ü†ùжV¿ Ç?Ääœç"j˜lw× K ¤öxŒë\¨(ÌAíîÛÔéý›iµ’èI#\Ý^sŽC–t£­7}{3asXCœ2còíUêÿ"òáÃØ»KM¸<7¡ç8ö·FEŒŠ"t1A+;1‰Ohtf=ça×®µÌÚlš^ç°ÕÄrÔóëTÒ^Ü€ÀÇ:²Î¹%B,RÏ öf,Ÿ›‹äqciñS£û°Ãí)I'ìegb>:hŸM­Ï\uØ­ÚW%æߎ9Û6>lWŒ8þF÷«e‚ÖFÂÖûK1nÂw;íéé¨;¬ÎkûÕø)ÛtMsŽªÒ˜à¡^^iä.gɱØn+w#Lòwu—’E(­cËî¡hÁS·ÃqÐ vÚæ(¢«ÝBF=«²ÛÈùpnù%ö#ÅÞPåù ¿=PÍvµ˜Öky{$Ú!ÛìïÚFÀîNÇJÿp‚6áˆ<“ÒZÜNýN=éùÉüñ?ð›TËIjå?Èåëמ«P¥©o\–8Ð{»J콬[Óá§íw§¨k\ q'ñW 4ä: Í®[oÌ{Ęþqëåó™ž-*q|u*ÐÛtŽzKV.H®¨ŽY»·Û·`‘ŽÒNûiíƒÙñí‘e..ÖkFy}gÖý¼»ss[ 44šq&½+«ùo'ð/·ïðè`L~;M€¯?%ibD¹:û¾ÃWSî³ì#èæõÕöÙs®ç8WðUïµp-hÇ šþLûŒçBÈ^ò7ñµìfýþÙ½  €ü—nŸ;-Þ¬Sa±Ó‹ˆêHŠþï´Rä‚^â]àˆÅÉ=ÏúΡ“R¦•"¿\† àH•WˆµuR6‘Ó÷ýN¦Â(®¸uIíù+ öþðïÜïÿÇþ›jjªN-F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ Ó”qªöþÛy²‘¾;7†æ8ë\Rô– =i ™Ü÷$rö÷€=6´k_î'HæÀçš’g!…ž{ÙöñÎÇ ']r Æ¼.õK9V…<–Ã,ô² :I¹fÛèn½w ±£YÃ’ßµH>Üq‰ä1]2׳Îsœn®-£=ƒÛÃäã±'yeßi$Ù« Žûúj›pÜY‚:ió Ðý·ìKÒÁ÷þ£YI8Ô¸è8 ¹b»ß˜ãyµ‘¸?4°æãeä(ªs†«!£‰ÇÕ÷ïĘêUÑa%…§ ª…ɨºüu-Ñ–¸†åLTf–5R§%‹šä®E‚àcšÍ}ìÍ…ªÙÈàâ–œbXÝe1¾—qrǸ=[}ZB÷[аâh;ÖÊH#R¤ù9Çæ§È ‡Œä-aîÕtš+rP KË ‘á—iGröô_†ŸuԮļ¦Ä  9Gðî?q¹ ú¸ Œ”a¯çr™b{r0RE…giÁ˜úÚ`=î5q'ø§(Ð( wÀìS±RƒOb+ËNw–Í~*ÆNxÞrÒEî!e@>±Û×µ@ë§.@ÓŠDê4LŠ­>*¥YíµÚTKMngÍd©biH’7¹ÝY+¯æ>…}Ø;1;öTOG0U‹AÔIèI?ç¼Jc7¹’À6FI%–ä+%œ½™ ²{‹ÝU»V¹íØ/S¿R}t;ÂÆŒS¡ºœy$?!áH䜟‹ØÁqlÅ\V6œ°eó¦­zB.J…„WR ,I!ˆôÕ¦Õ ¢‰ï4ÙWøªýÞaq,qGWi΂¿%7åÞ6ÂrX®×æ9:Œû1pDïn§4¨áá¯×OÌ©¶»mµœâ %kÜáPÖå«ÔôS3U/î_’Õ_(\¥ŠÈ¥´ÅQ«Zy{½Ç[ ›ËÜN㼞§ãð:°|cЫn¦°#³!Ы¡ÏÚïi=ö7í¿©?¯Iô‚†d_±erÖåJÕŒ³M)Ù-ÿÈk¾˜)&]"¥=hÃkã®Qfx”<±ÇZ'ž5}ýÇÙ¶§¢>GfÓÌ «g†“ÌüÕ€ðÛüþµOô»LPS‡B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB‹}ëyãÿø§ÂxÀ©Éy+AÍy¢«}U¨ÅƒƒàÓé6? i}ÁvË‹‘£ÊÁA×Çã‡bÌ{ZÒk{@g$Èò\êçŽC»æ¹ÑƒÊM䘬`vq~Ì0Èê 7c0÷aÔö®ç¦¨d—KI+IPÜWD1¾SÄqú5¸ÅÒl>ûXêæõ„HÕ$.¤*±ß©ëë¬l»»^ï@žu+è-«öÈËnײöF‡4 b2Ï&“ϳJ\ÍÂ(Ù2H%fŸ)”¨GOÌOOM2w8ÿú#¼«Xÿia¦7rÿ¥ŸbËåZ–ž"ü¿—ÚŠ1•Í…Uß»`‹tRO¦ºÝÐ7ÄÑÞŸ?´Ö‡]Mÿ@ÿÒ˜¼3%æõó¹lö/ˆq.-ÇV¿ó¬ÖMr×¶’Ô†8"ŠºÛ,ììÿøêÆÒç×ÎlmkxNk1î/eXmOŠ…ÍÄóWKö·йÎvœL,‘x? xðœ;Ëœ3ÕÉÞ&Æ4ñül<±éåLeØ.ýÛüµcèhðLÀ:¨²³ûIÁÚgÛnul­yÿ´…‹Êø—³G•ù')ðœÂ½Ö¬ÜË™x÷“YŠÜ[Š3Õ˜8Sô(,»çÓ®šºsKL¯hp–;êVÞ±š ͤòÛI( Gq-Ö¹´Ç—…WIâ϶ÞuŸÊr?ïŸ)áÙlË÷ËS1Ž Q+S“¿`ã¨n¼¶”Ô<³­¸|qûm¿[ #˜skè{ŸDùð'áÞ8¡Ê©à¹ßåsòêIN,M•©iÖ´rŽÙkäd„÷³IÐ+óÐëvÌF‰îÚ|~çgÜlZMŬ¬Ž’æÿ©µ Å’–þÚ—#ˆËÑ2¡sÇÏbDUÎI¦¶#=ƒ©ísÓ®í¶výÕWúÈOÞ¸|Òû“y‡Æô¡¥\sŒ)»Þ1YíªH€…‘ûYwßâëi@ò”¶KŽaA°¾^Éßä—ïà¥öø²Ã 8ìµ ÒãÚ{jʳž¶pw!~¾‘¨&ÎròHÆ#äVÿl³Ùg±Y\ÙÁ5 8´7îäÒߊÁç¿p£K‘y³ÇtéÑ£w›]Ÿ;í­¦’Å øÚ‘DÑ´•¦eŒ¬b@IõoÝ:jÎÎØ—@(3U÷æÚÔ“ÏéDÏy.<¨Ÿ‰ÇeòT&´d¦nI“¹{æ²ýÄ4²„Ü—=àu¤ŠÅçɗϤý0Y›Î:'ÿ‡£æ¬]<•;9.•ÅpŽGk ‡üÕœ¥:ÙimÊÒ~[Ú‚8{Aìä’@øµ{ib 9„õ)¶·Ü4¹5Í{ßä¹›.mCá¬U|Œ"8ñ<ÎT$ÐVîBë4–.æ!NûŽîºeѾ† ²ø‡¨FN?ái? ¾.æš:rB¹þÅd±ZpÔ1ÉkÚšÁbìÅRbX—!™[¨é¨š˜ÃWHÁÞ⮢Ø/îùvÒž’ýTP›w1ÍN•KPä¶¢­Àõñà¡ ª°ç§AÔ¦úT·öÇ\î¡Eckì=ÙÞa}nÔ{‡Ú·~)JÌvoâ|uœÏã„(2®CjÕšPÃfFve†´j ê{€Ñž¡œõ¥Ü{rÒ͇õwí t×ÿS¾ ¿ã óþaR|· Ÿƒq,]·/w 5+³°5Ì>àziño|üô°u(’^{jÐ,’áÜÜNŸÁLò>ñ?޶GÊÞkl¯æ{}ª4fDï ×u§”¨wtÓ¬Ù½CW¹Ï= 4ÞütMÓip·*~ ”ü«îWí«Ä²Ø©ã¯O̲µb/_ ¾Úû ·–׸݄uÝFúÒíÞÔ‘À¹¬ hâV#v÷Äó»LÓ¹ÄýÖà> Šrÿº.Ër–<–Í-°àÒÀðÚ,EHã$ª†ˆžÖØ»0Üí¨î aÀ&NcPr;×nÚ¶È=ës<Ó1Ü’ò1f=ª·1®q'‰VåàK?3#w<Ì¿0» rnžSÅ4xKŒ±4Yj2Íï¡ö­Ã+,ÊÿXïôïê4“Jä™s\ï1%Y¼ /âÞOS&õë¶>›0{]V[Ç#u €:騜 °R嚘~eop‡qü±?ˆfúõ1DMýF„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ ’|×–ó?0y;‘go›|«˜r\‹ªT¥Ø—¶3ìׂ£ U"Uz4ëž'†0ä¶~%û|ò«7 ä >y ¨JÕ¨ÔÞ5¥ ÝÝ+2©vwØŸ=S]^z¾ÖŸ4ÅÕÄ´ ncÆÍTḠ¤Ôy7-½‰Ê¬ã«á§¸Pº†í2E!Bzü‹dÝnÔˆÔu/jgïužÏ –©­Z9!rž#Ûoï?-¶vêkñåú岺»öºýù• où'hÏ-¸íyú‚ö‹+â=‰oïõ¢:´ñ°øîömXÅûGxìßEQ?üžk|¶ìïqRŒ_(à Jæ+…òÌnEã“#A,ãcŠw‹DÒIIì$‘ÔjÄ~Ó>&–ÉpÖ´æ TÿÈÉ®fdì³c¤`!®Òâ[«ÍLx¬)+qy³´¦“‘ãÜr>ßÏÅvýI¯’îhˆU@wÛe#ç®Ú»sƒ'{¤á¥¾Ò¤3þHnl‘¦[XC1«‹‹\:›S€ø¦>!ã|d\·à<°q8®mއžŸ9ƒž'1C*ØX¡³Ý×µ™”½ªdý´Ým£{Z55ÃR¸+ÿ¿m;œöòÜEI`ysHw‚®MA4àŽž8È܈ÍĨàùÜ@w,ô3õîHÉ£V~αמܾ³®»wuŸ ^¯´þç컘¿ôÉà£þ³¯ä'94ã¡Æc ‹¨éÙü¹¨&ß„ËcÿÚR½ó3 {(·¶#k»!ÑHÉ7?Ô?é&Ÿô­.=žÄÚl¦?‘Ç\b@³JìðÈ Ø÷ŠEÜþ-¾’ɤf-q­OºÛ-n|3DÇÍ­#«—R”Ëço*A3$œÂÆTìª?š×©|lPLð³·þWM:7{¦dóÛB³÷?·{ À«­šßé.gȨÖKÎîÍ“5ºünkB›c ]fìaÕK£éðøiÆï—ÕÁ§¤…E?í†ÒØËa31§0$:OgógÏþǶÖ eÊ{"ÍŒ|V¦(ŸH -uÈ ¶ >7ÉòÒÞåDÿÚí©¤é|ßêb×Xòï4¼7š|c²ÅvÇÁ! º7ÅGô–ºíöäà(;í¦ÎÓˆõ»ì {Î|‡Ì2XñFöqL6ǵíÇeÝ}O´ªIü ՞ͺ\Mq¡ïÌ,ï¿}—µíûQžÞ\*jI¡ë+_'*Êxï‹QÉò¼ÓCz8lrÙ–6°v´Öìʺ*ú±ùkIq¦fÒLh¼vÆy6çê·: ¡8/8µ]_¶Ïñ:øÒ“s¼õøÍk u-a¢¯š¼µÕÄCC¸MG¿¾ÙH £¨iÚž²¶Þ5Ã*‚Iñ ÞCZk1Á5Èñ’ùHT³«7¤Ž¿¦ÿ=yƒßF­ósRÙ8üQ0B`mÊí"íÔzŽ£~š‰T­E|"®>1? ý5Ê…Ýg‚ί€E=ê :úm¹ØëˆÖ§¼nŸ Âá9;_´$§’©2Å ¿WcÈý6:ékkPˆå­U”û||7ÀÁÿïy?Ó+<„åЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!¨E+ynÝ!–ç¾Æcÿ—PK@eQ>wšÊs U`2Ka™+«.ä XÇÐ6ôØÓõé‡4i ŸQsÉ)·ÆÅªv†²WŒ}Ò/Žy¿{z¿¶.çn§mz6Á³ÄÛF>FÕÎǰä¼÷{ÝåýSÙ¨Öá‡Åm;ªBKE]I'öˆÿIßZ&A2P>âWù‰X¹ ®ð©Æ®Àm¥:ò(<Îk{Sm…òä Iº´s¾IxQx»¥µùp*!,à"˜üÈוo—mžñïi¨4§rôýžJÒ6ô&}å߸ —Ò®"ƒ¡'w·}Ëm4©Ym”Ê\¥vjdô,Oy£nƒútõǸ.æÀ`:l;\1bãRµ—VJ?ǵþµe7¹!;ð zn5Xe‘¦IU.)#côµªGÅr2Vá­r´8áb]ìdÃ:oó÷ ´ß-Ev’(TøàìzÇ â’L`Q/e;Ò¼²"°ï´²â†oÔþF +Â^áT«î`­HÝ„–«_ŽÚ•@:Øõøz|´‚Ð\´±á„.$H•©aúvôütš.¥Ùjh8½Õœ±V¬Æ4a×êBw=”+¬wÎû}ÿ¹¾ÿgŸþêúy<œšF„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B12Ü;»ÑÕË\§» öëH+ ƒÿSØOë×5•Í\’¾ã¤Öf{ ZšS³M+4’ïð!É'úô—TâºÚ&/ ä8Ü{Š–šÂÔŒ+Jûª¹é±O^ºÒlã¸Ûc1´4´’qªÌû›h®lÌ w+)Æñ¼ÕX%¯Ê$˜bð©^ï‡PÝÏ[}û%¦4õOoÉ[Xø¥7.§»”‰wmŽÄ¨PzóÕŒ~ýïD{P]³IJ¯º\33pÙü“W™ b¢YeØí¸r7ùO‹ÞöNµã²ª4›D Ó홱ɧ áÕ*™²_kÅ"Þå¯xv’@Ü*êŸj÷U™ÝnKŸ¥®ÓBAÆi·]žaµZ¸ ù«ÑŠÁ±‚ä‘)[8;€¹þ~ãošï¸:ÛǽXÉå™ÿjÅ>ÎVæ Òšq¬Oå/bX~ÑEž¿ô”iñúY²-=D}©Á,ìâ{W¬V k/Ô  ôÔæò ½ìq$•–ò”=`Høu×+Í6Ö⣗åøé°:‰9X@nÔéOÙ$O§ÃoëÕMÀo%gw¬KRæÿ¯PŸ+[–#'­evNð³˜Ê¦áIm—©ý;|µmÞÖ<åo}~Iøìå#ÊRƒ›àîX¹ Ôš9\)íEmÿè’:o¬/¸·®ÜÝštQm¶˜uaU¼âi^¼ig+Bx21…†IšUöÚ0^Øþ-×o–³‘¸4ãüÕÝÅÐ >ž.9tt©ÃækÂÌa©#v®ñ¬»•`>;ŽÑÓZ ½ÕrhFŽ@,¼^ÞiÅØžžk îvÓ•èŒhê1ÙI#ðí¿éÕLÛÍÔ§•cÑyÑj<Åöfµ`ÅÓè ?¨ê ß,˜šüT€Èb±ñÜ}Zr¢ïY:ØpÝäüûÔ‚4‚Ó\T¶ÌKpÁ8q¼zº¢ž;AÞÊ¥K)'m›}úôßôjÂÊ!ÅA¹.’§XŽ1fä†:u‘‘@nFÛü Æì~V2D1±Ò®»Är0Ú¿D+VXýÏw!k¿qÛ¢•‘ŽÚjy£?RTP–IŽ]4PÚXÈ¢“º|Å$…2lë ‚…£q#‚±Ž6“‹€ Ùcb»fjÇ…¿Žh’JðN}æ· XvR>,N£†«G;´(Þ]ªá‘æl- h‡¸ Åz–ûÎÿŠ^õüGëÐBn¡Bg䘙VŸˆaô •Œ6ê7ívßôi %ÕX<‚häâùQ.µUzrˆä®àŒH!÷Ø|ziz«Áq¤‚³íóþæøÿàþêúqJN]F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ —$’ÞÈ{Ž>¹¤/SûGç¾¹¥G2-C`bBwê~þQ ‚Eù.K"¤c·`Hõ:HiJ|Àf³ëcì@¥cžÌº¡=¿Ð•â ¯Q‡%¶ƒ!¥­fÄu»Ë„nà{¯]‰Ñ©Á6[¸$ÇsNmR#^¶r9"r¥â”¦îFÛnHà>:X¸{TIvè޳!ä<’ži3)YgŽ) ZîÜP”;€ÌBž£¯®£¶JH_Ä©7VEÖÑÄÒ(Ð~&©…OË9ŠqV†Æ.k5лçܰ'à„ÚçmNPI´ƒŠšÑóÝÈÙkÉ ÅÛr¸÷½7Veë·ã§™}LН›h5©mETÂ*ðìÕ È$ó©þÆ®¬=wiüzN‹w–?,ŽD¨nÙÃŽ-ï üÄäŽåJÍ4ª}¹^,¿-Œ]¾Ÿ=·Ô¡îkÖ &wz±0œZJŽQ˱É2¦2*K]¬· ï®û“¿ËQÝî}ÅÆ¾»»Õ”[ ¸´(›ó¸ì<‹ 10Na#—ü o°ÓßnÞ|R8޵)›,a¸6‹_c•elwŽcÜ}¶0ù*6Ûú5[ùdÀ•%›[Éb 9»,‚DíŒu@ľÛþžš‰¬©"›™Y¹,‘½•@éÜÇoÔðè:Žiƾ6àФµq2LTª­}¶Ü¤Yî:z8‹ÓoºsFokq˜·úÖGÛ`[ü+©ñØ´Šš¨oºy*GN…Q€ Ü@:S·C©L¶kM+‚h½Ç‚ßžvz‹fÿŒU]f÷¥S·Ö„#)ú· :”Ó ¯OЦŸmG`æ°çá61««Uàµ+—’ÄþÓ@€mÔûôHvßáèÚQÑTÈõW”ú{ï“1öoÜG? Øô×”[µ{Åü£ÚnÓ’¸î\WÛ×ÿÎôxh–=jãšÔÜ\){²ÚSû½±×#ÿ5Æ’í)CÕèQË Æ·m¤Žá¿¸‘ƒ¿ës®xR¿5{Spö»ïø"ÿê¶Úè¥SNõ8©5q†ìZm¿_¥7ÿÒÓ£G¨ÇRÜB1['k_ñ?§Ò›~® âÉ{ŸNý»|6Ñ=+‚TU[Üw³íÇÛîm¿Bvþ­&Õ:ÿ*bqVÇ ’ ßu)ü7¡!W¿MÔ£!|Èü5g-h>´Å½5}•SÚ'rÏùèàXöaD_{ ýÛt;È£ãð>gMË]#M{(¥ÛéÔuÓ¶«sdPÚ²›ÚªGn㿸FÝý¿>ÓÝ·¦£Ã¯WÚ¥M§GGE?šeÎù‰¦0GßôIQ®šý¿º#YT/§Ç}öÔ ë«Š|iÃêªõÇ®4ÄÆ)aX=ÏõUŽ7aÝ¿]ÉpÝ¿=ÆÚa•ÕŽªô)i”éR_“äï9),}Ĩ_ÞØîÛ÷ôØü´ð§ö¦…>ïÃø­–Kr©¤c€a(P…Iìú HpÀü6#ñÔys¿WÚm4ãüW®&>Û¸³RÔ’cIOÌ)®¨ü=ãï:wx妆ªcõ¥2•jŸXÓšÒÓGHIO~E~â$íècGUÝ ôì`ùë‰æô/ Ç)yg ‡ÝûN+öíô 6ìÛ㾜Á7R×’/Yϼ0³Éïæ¹H¦íë¿gx’NÍý6뾌šEæÍsŽäÿ‘[ ­¿¿¶ÊBÇí7výÀéë¾ÇJâ˜o˜/¿·í¿àçØïÿÃÿþcéå98ô!F„#B¡ЄhB4!F„#B¡ЄhB4!F„#B¡ЄhB4!F„/ÿÙruby-prawn-2.4.0.orig/data/images/pigs.jpg0000644000000000000000000002361614146637666017135 0ustar rootrootÿØÿàJFIFHHÿÛC  !"$"$ÿÛCÿÀÅ\"ÿÄÿÄF !1"2A#Q$aq&Tr‘357BCU‚±cuv„”¡£³´ÑÓÿÄÿÄ%!"1Aq¡ÿÚ ?ËçîQÿ>Ë­ÿôÛÿèô§áo¥˜.¦töîwaÈeb·_)%6ý$‘±®cb‰èªŽÞù‘Sב=|ªÏ¿xS¼ìxŸ—¯};W˜m­ÏÝkÖÇÄ®³ÂêݯO—‹×R/îŠÄq¼}Z{óhúwþ ?é?%ÿ©eÿïÀzÐÏ:gÒ k@ÏO™Ã^ËÏbj®¬æÛ–71®k•QƯ<±?êheVÝ|}%þ^w´âêbãúzŸ<È;–`ÿÅ©?÷Þ¥ÿÅXÿøü0tß9Ó ö?kfÕŒ¤—úR=ìF:(˜ˆªö5yæ5ý¿töj ÖoiºnøÓ“1噉í| ÓÆ¦œóPûo®a,æ³¹ øüuV÷Mbgvµ‰Ï þ*ª¨ˆ‰íUQÙ¬ïú¦ÃÈdq¹)SÄ’ä·)ÍM±1Q]Þ¾v3í᪼§¯FM:Î v©Õ hËʼnÃg<·gÒÖŽj“Wú–7Úº•IQß,Wz÷ð|²]WÑ(_ÈЛ1<¶±“:ñVÇY°êªÖ£•dHãwc8Tû׆¯ Âú^ì ëxêÖ]ÈjB–²U69\æZ£FŦ%d‚IFxXî÷+šÄíNWµ\î8NI]‹©º^¾”›–ÊÏ×j¥È«7bK í$‰ŒWÄßÙUío Š‹í €*ÙŽ¢ixœf#%{`ªÊY¤_Ëgb:FZáü1X‹Êª|'Ë—„NUx>:•©\Äf25.]•pÑ$·ª.6Ävâk‘U«ôïbJ¨î…íáx_~” €)ß©õN£˜†­Ê¶¤§^{QKFÄ11ò3»¶)%c[3QQ~æ+“áyöœý6n¥é:æNÎ//šðß­âòUެÓL©"9X­dlsžœ1ʪÔ^Þ=ñÊrðSv~¨èºÞf\Ng<ÚöàkeZiYUúVyÅd(©ïùŠß^þ­“¨޽’«Êå»/\¬¶ªW‚´¶$±9«ck•ëíµ¼¯¯"ª ødéÒÓu¨óòÎÈ‘ëec¬Ë%Djª9lFØÕÐ"*/¹Q¿ O잯×+lYLÍhqvüiVvs/Ô¬‰Ë&±Ò+“Ú#QUSØà¦Õê–‹cYÊìQç8ÇâÔÈ÷Ô™“TîTF¬¹‰+Qyç•or¿ª“Ù퇃v1¹;‰ ²—YF“[ž³Nôrµ¨EãÓ\ªåáUU”.ÇU4û°ì1¶ë-%7¿éåZì°«ÂBëßdç×b¿ž}qÉÕ·õOÕ2°â³ygE~h|í­Y¬ÈعãÈöÄÇ+Ê*w;„ô¾ýj¡ÛMÍ»œÊYÉE’‚=#Z„ñ5ˆÅ©ê£Uˆˆäìã‡{UùURüeø‰†fà5œËªOo„Ù©dr±ÃÊäªÎôsûŠ®F9Ì‘QW†*þÄgU³ø~§tSj¥ ß‹c–»+É<¹rÊÆÌÙ záÎtqÈÞÔ÷í~SK;™Ä`q’dó¹Z8ª1ª#ìܰÈbjªðˆ¯r¢'*¨‰ìæÖöged×6,Fe‘qäu ±ØFsñÏc—€2}¿n×:‹±è8½âe2ý† •§A Ú¸ê±G"J“*¢x•Èä±Ü*«¸ãÑaèl1&ÁÕ ’6ù¹LÇ;jÔ§UQû“¹Þ¥óXÏb¶\;2øK_UIòÍ eñ¹œ¾)]‰Ã‘ÓØäø÷Ç)Êp¤bÓîÕÁô«¡».R_¥ÃbòVí·"øë6Jö¢ÏTý-îV·•ôœ¡ßšÊWÃu—gØr}IÉiØ]’–:Ö%^Yj]…v«<³A"5Ír«Ñˆ­å%ç…=óþ€Åe:'Àäìæ± ™ËY­jÜHÇH®«j^Q¨Æ""=W·†¢p‰Ç® F^ ,~!ó•ào2Ï ±ˆ‰ë¹ßW:7ÿ?þf°Ìÿ )Ò-w Jôrdðxš”ò•–ÍNfÇØ¬‘‹í«Ëóý–—R³ÿD¼øXë0áðÑG*§ÜÖ?ê•ÍEþЬb¯û(j 0#©à6. kÛ·S²úbeó—-GQqõF„Dc£’Zïs׳ùjÔw-VqÂ}CŽÅõ³HÆP±bí<N王MâW1¶*1¯r*'V/¿Iò¾ “ô²´ ŸêûÒwI±9¯^ßÔŸA]x_ós¿Þ¥Q™˜} ûž]’®½ˆÅM û ¤m9'ªÆC3ÑU¬N׳¿á¾Dç„SÒ€ WÌ/Rú»³eq ù†¥gSnõØØ©Ùß3ÝÛ•8“²7*+“”NôB#¢sev½ã ŽÎ¶GÉÓF2F=Ñ»¶FµÈªÅá…þ‹Â¢ÿ‚ IÕ©a›ÓY:eÔ.«gõûÉ<Õ¯àWQ+Öw=$…ËYÒÊת¤ˆö¹ËÊüú5›§ýoÞ,n·Û‹9:\MëL_˜¡c’&½ŽöÈŽwgÊùQ“TÙvMwZ©½=ŠÂוþ8å¿r:ì{øUíEz¢*ðмpÀìzözŒ—ðYÜ^V¤kēҷÑ·×>ÜÅT@3¿ÂܰØÒsökTšyö¼¬°×–‰ñFësZ¬TEj¢*z_ƒX*xþ¦ôß!z :©Û·fFÅfk¾I^åá­kQü¹ÊªˆˆžÔ±_Éc±òUŠýú•rd¯U³ÌÖ,òª*¤lE_¹Ü5W„åxEþ€u/eÙ5Ýj¤vö<ö+ ^Wøã–ýÈë±ïáWµꈫÂ*ñýÇó\ÙuÝŽÏ®çñYˆ£TG¾…ÈçkUª±W€%AÁG7†½•»‰¥—ÇÚÈÐíúÊÙcæ­Üœ·ÈÄ^YÊ{NQ9Þ£ÈåèS¹{™J¼öY–\Þ;’6ª¢½S”åž9@;ÁWÌu§Øl”ØÌÆõ«ã¯@¨“Vµ–‚)cUDTG1ÏEOJ‹í?rÅFÕ[Ô ½FÌ6ªØ²Á¹ç…ø,ÀyÓ^Ý.i‡¸×øoeö›ø¸,ý–þ›É’¸çÊÆŠéU¬êŒDöî9õÉhé†ï™vó{ ’ÍfsÚóq.¿ùÖ[]—´åè×ÂõtQFæ«ÞЉÊv»•_’f“VN—UÓeÎYmºI²Øü­xR9*Ùu©l1íc•Ƚ¾Ub¢úrsñÏ®Öi{N[œÁnû´Y¬vW-Š–!”–4‘½®“»¾EWð«ÇÃ}üA¡Ô­=ÇR}=úþ׎ÎeSb)u§T¦Œ’)ÙkÙH‘QÌoÚ²IÜÕUOŽNø6’N¤ÜÄìûÝ­6Ç燌›Ñdj#ÓÆ±Ù‘ª²K#~ZÙæ¹xìõî^–ì–¬jÎØwäÈ×Ö/Ajzø†Ödž69ŸÍâG+ŸÚîÉÚÔåßjóë·oéî϶%œNwx‚mj{¬²´£Â±–‘Œ•$dIcȨˆŠÖ§rGÝÂ|óì ®÷Ô<ލgµZ›FcX§†³V\f¯6VKV&Ë÷¹°ÈØãk‰ÛéÎUw܈†‡Ñ½‡3´tç™ØqòÐÊÉäŠÌO­$ÎŽG1$HäDsZôj=}¢;‚?bг?Æw6Í/mMw!’‚(rqXÇ6í{^$TŽNÅ{ÙÕVòŽáSŽSÑp×êäia«ÖËe?5¼Æ¯šßÓ¶*ªªòŒo¦¢"¢"{øöª¾ÀÍp6÷ÿ?±ßÅîk¬aðù©ñ5iÖÆÁaöº£e–WÊŠ¿sû‘ÎÞÚª²†áÔÍ“[ÀmÕ±ºÔuc–X(Ãf{v'‹ËífG5±µŠÄá•U_¹8:×§»+cË_Ó7tÂcó7õÚ1L¶°äD’H^¯jÇßÚŠ¨äzsÊ¢'<[‹™þ0»´é»Suëù8"ƒ'ŒsnÁgÄŠ‘ÈW±Y#Zåo(åEDNZ¼DÉux“¦ñ6¥Êöš;¼½«IUZÊ­†ÇäñªòÖ½bª"¢¢ó¡j­{kÕú¯®ëyM¢m°ÒºÿíTà†J³WHÜŠÅ…Ec›"§k‘Êœ"÷|ŸVtž¬:†'nÃìÕÙ+ìW¯Ø…%û,°“È®F«Qê©Ç¦§—‚ÇŸÕ?5ßu§ëü?‘Ev?§ð÷y¾¡Œo=ܧoog? Ï?°ÇKv+´S¥·ïvðÛ"¾G[Ôíáá‚'µ;½V•[ß3Q8^öÈþQ”OÚçÒ\þ[9ww+oê‹ÚlP¦ž6·Å!ÍgÚ‰Ï ÷/+Êûùø8§»>W3ƒ³¸nðf)á/·!VøVT–I˜×#IRG"¢w*ª1¬çü=Gôû=C7°XÖ74ÄcvYz³ñ‰<ÑNèÛß^U‘©¹¬jýì‘S”OØ £žÊìéÐ þr×Õä¯O–ÄÞ6³½ß—ÙN{ZˆÔøý‘ Þˆâ3‰ÔN¡^³¹åíÁ[g|SS’ ¾;+ôUû\÷$Hö«QZˆŒsSˆÛÊ/ÝÌÞ«Ò¦àqý:¦ÌâÎÍ)Öªµ{VâK^XxýgNësǹå%°Z^SÔÆ{±FÌ.jÊ\¿Š–‚=ëa l]ñÎNÄ^ÈÕZ­wé^9«øŠ²µ3ý5°˜[Y¾Í‘ëô›¤›ûMIÖzùöäø":lÈv.¡î›®;ÝV¥<[ð71r$lµ5¶;ʳLÈ•Xœ1Ík¹Êär¯Š<¶/èr´¾Ÿ½¶žÎ|3÷w'kØÕs~¹ª‰ëŽ@Íÿ y¥wN4|{º[œDü¾»?:X)x=5?Ï›ËÛûóÛÝýÅsñ±`6¢fñ–vì6摈e¼;n^ŽK˜{Û;¨ç'r51‹ý<îCLéÖƒÔM?‚Á3¨Ø‹˜LS"ƒé×YVK, ážO©^×*'Ý«Ç<𿇧º gjﯙÉßÈXÈ_¿%F±gšg«½5UÝ­k{X‰ÊújCÛ3ØÝÝz+±VŽ9ies_Qâz#‘ªêUX¿·-w(¿Þ‡_Xðø½ckÑ7 ~lnfmšž"Ä•cHÖåK*æKˆÞ;ÑéÏ=ªÎSƒ÷c£™*•¨Á­mõñlÅl¶s˜¨çÄýDu[NÕTG9ëÛÊðˆ¾ÀÌ1n]g¯ùýÝ«ÛNÎÚšîYdŽÅn¬õý‘;ZÞôÊw§®ÇÖÍwm_ºž3u«­ãWö_kRÛzŒÝ‘ÿîæ•é…l–~ÄÛÊ9Y·\ú¶HØ8u¼1Æäû¾õkàlˆ¿o¾öåº[ m[EÁØ:¶Z<¬Ö_¹×æHælª©Ýö+ß;ž«Ë¸ø÷Ï Qu¼Ã±ÝSêtIÓ|ÎÕÝž…ßQJl_Ø«ý‹æ•‹Ïïé=ü›Æ=Èì}w6«ª"ÄÕJïF¢Åëô*5USãÒªzôfëÓíã·ì™­[Æc+g®²äµmkËiѽ°Ç 'Ô3”â4_ÒŸ%²¶cM‹“µµºZµ±Ž­v„T›V쪵~¥\®ŽÃ9_ÕóóÈfÝ-Ú6<®ÑN–ß½ÛÃlŠùoS·‡†žÔîõZUo|ÍDá{Û#ùD^Q?i ]½ÿ~Éíð;“5Š|½ŒN>£1ØKWᯖwHŠî×I܈ØÕœ5Úª’‹ÓÝŸ+™ÁÙÜ7x3ð—Û« |+*K$Ìk‘‹$©#‘Q;•UÖsþíîì4²ù«^òívŽríޫ&1––;j6I`z½¾7;µQÈôîåQ• YêNsdŸ¤wX¬¡É&B<½XØ×1òW­/(×9ÍjKªp¨¼pŠªMìFr¯Uv,$»(SÒÙ”‚/²ÊÏa‹'*œ¯ÛµW·×ǵ>·:WR®»¨ãõL¬˜kšŒŠüe© K-w|nŽT™œ·½$G¹W‡5yöЇÏÓl«v¬öÍœÛ3Èfp‰‰{cǤ×j9îjÆÞ÷*7ï_µÎrªª¯w¾*Í¿¨XŽ…ÅÕ\îz¾JÝì-E¥†m8ã¬ÉìºC4’5<Žr«ÑÎj+ZꈉÂ)v‚-¯GÖó›NÙ»ØÚ Çâ§·%?ËkÕc_EXÝ{¸áªˆŽW|óÉÚ<ÇYèÅ>™å­Íjœzø×Ú…¾)alÍN]ØäsôNW…Dùî«´¥[¸ÝÓp­³â¬Ò}E®˜†ÔsÚäáΑí‘ÝÊ­å>Ôb}ʼ|“êÝKÜd³ªå¿<Íç¥Ì\­S šmšÕ)Ã:¢9ðYXQU"W"«Ÿ#‘íETãÑèÃ;Ó´m×Zü·QÖÞ¹ŽVG KhÝmÐ3Óa}Žþ¨îñ£¸ýùöh€W7üôØ X© µŽ¬ë™ŠtnÇ+Úôšdb±ž4UIž®ûQxîTC—=Ô; ž³½”™ÙjÑÇ,”kP±f~Ç¢«^Œ‰Žs›ö¯*ˆ¨ß\ñÊsøƒÿ™uýµÂùŒ?TQ/â3¨Ó«²³…c_Ç´jýZªŸj¹½ë9ìFË„ƒ3‚¿êóãš>SÛUZäT_mr****"¢¢¢}CÙïár:Æ iò¹ì³+5³µÎlu˜Õ–̼"¢ý±±Q=ñÜöóÏÁø~DJ«SÓSuËð‰ðŸÏçÿ5Q«ÿ¥rضûèjõ› ¿-[2vÍméýéãÿÂäñÏâs’d£Å[ú‡bï>…Äñ¹¾)ØÖ¹Ìû‘9áÕå9O?$ ާéë8‰Ù§>†eØï9äšÊ'êVBÖ,«ÇïöúõÏÉFѶü²u³ÝJ+;4Ù4ÞÅó^‚Zð#»Q9™UÌsxg*Šœ)SÒ…)ô3¥ù<öç6“ž§Ž1Y.ØÞç5&ŠFÈÕí^#å®áËÛËU8P6äê¡ü3[d“.•ñVm¶œv,W–IœþÄkšö£™÷"¢«‘?uCƒ!ÔÝm:kÞ16%»C¼+êËžV±Œg‘­W£•ÌDsyj«½)—í¼ŽñÒMmû=j¶£“~ÆÑK1Ö|0dë6ëÛ ‰ü«[#U}r©éx^ çU?Ò=÷NÐ#ûë¾ÊçrÍOiôÕÕ‰ŽOèû‹ü£psõ¬â0Õ·«±Á±Ú¡‹Tñ´lXV;„I‘Æ’=±£ùj9Þ½|Ý@ê=\>s§yH3‘ÕÖ3Vmýl²AÂOiK$IÛފ²#8Fðå^ßÐ CLÞ5½÷#Àd]<ôU©j¼Õ¥¯<=ȪÕtrµ¯D^…ã…áx#ð]PÑóyêøLviÏ»k½*¤´§†;*ÔUrE#ØŒ‘QW†¹}'%;pÈäpÝpÚ2Ø\æ*½;Kª"*ýD±Ú°±±Q=¯+ë„÷ïÑDŸiþ&ÍôÆxúsj¹üGR|…Zøèa§s •®scò1ü»µùU;¹Eã” ¾^¦i1ì)¯þt²eVÿåëV“I#&û?R5‹ÚÏæ3ù‹Ã=þ¯KÇÊÇU4û°ì1¶ë-%7¿éåZì°«ÂBëßdç×b¿ž}qÉЪ•™´uNóabY—p’)%DûœÆT¬­j¯ôE{Õ?ÚSÕ©a›ÓY:eÔ.«gõûÉ<Õ¯àWQ+Öw=$…ËYÒÊת¤ˆö¹ËÊüúÑ}CÙïár:Æ iò¹ì³+5³µÎlu˜Õ–̼"¢ý±±Q=ñÜöóÏÁøÏõCEÁlà²yæCzº1m5•å’:¨ôå«4Œj²Sßóß^þMM«³u»`ϹË5 V£04^¾ÑÖ¤FÍméýèŸOþ!VÓ6ÍkFÈu]ÜäZÙ{ûÛðT’»ß&V´èÕ‡Àˆ‹æû8µ¼ª+xT@,½3ê5hz¬n[ör6YÈWbK;¡D}‰Üç"5‘DÞ\åãô±¼ú_EÃMÜõ­¾ Rëù4²´Þ‘Ú†Hd‚h©Ê$‘HÖ½œ§´åŸØÀº~äÀôÿ¡›~fY€ÃS»BožÚRÍdSHˆŠ­j+^Å7ÈœðŠXí½ÝDÞw¬æƒ2ÙÇͣɅ%+!µ{¥tiׄ®öäå½4o©úFÇžn™}ûOtcâ¥:בXŠ®ìŸ³Äî8_‡)ø“q°î§äð6³p˜,+oeí9ŽtŒžW*Åx^=Grp«÷3Ž?zïH:“¡¦™‚ÖãÉÅÊcq,ŽÞ&x_ô–š’1SíFö;Úú^=*ò‡Ç¦ÕlXèæË¹d"ty ¹—325é÷GâVÖü"õýU@°3¬=:’ÛÑl+5:4[~͈©X|QÂîÎ9z1S¿ùŒæ>{ÓŸmN‹Vw=ŠÂKŒ‹)kéß”ºÚÓÆçygsö³íEãíëÊðž¾~ Zî[?Jx¼9ÒÏ.¡RÃk×—HõŠ9dTj|¹ËÜ¿ÕUNž¢ïú®Û²tΦ±•‹,æí•ìÎúȯmf¥k FÊ©ê7ª½8c¸w§zô Ik½_Ãâ³»¾?sÏ?¿±M8¡¡$έMµàr+üªµî—ï“çÚsöúÑhmºåüÕ++¤¶‡æ–ªÃ%îžf¹"X£²1¾OÕÂýÊäçת¦Ù½·§ùn¤Y­2åôJ˜ÊtÚ©íö1Ê“ßTOßÉÜèÿ¿·`z'5Ôm/ 6N<®v*•Û¯JóåŠDŽ §j>&¹ý½¾Ú¨ª¼ðÞS¹Púkö«±å߈Åä'üÁ°}BVµFz²I(žF$ÌjÈÎU¹¼§´÷ìÄ^<§Jp{=˜»ÓnêU «›#~kÉ}‘ÀÕçöðGûÍ©6kÑëN¯Ú•A Ûæ•Þ‘±¶åUþ‰Ç?䎮Ï~ÿW.j”a¬ì^+œ”îk–FÙ™ëቫÊ".9îQWîgǾmÆuÐ ¶,iö·,„N!·^“3#^Ÿtp?†Öü"õýUMLê>™’Ý,U‰µ5yQŸ™cb¤‹5Ôkû•žuÙ¸j9¨ÅUDTîNK˜ÔFµÔDDôˆŸ±Z›UòuJ¦ïõü}>|WÒxW’x¥òwóë¼{îçŸ\-”ÿÙruby-prawn-2.4.0.orig/data/images/license.md0000644000000000000000000000060613772706672017425 0ustar rootrootAll images distributed with Prawn need to be freely distributable under a license that is compatible with our own (see LICENSE and COPYING files). It is our understanding that all files in this folder are compatible with our licensing, but if you notice any problems, please file an issue in our tracker on Github and we will promptly address it: https://github.com/prawnpdf/prawn/issues ruby-prawn-2.4.0.orig/data/images/stef.jpg0000644000000000000000000000440014146637666017122 0ustar rootrootÿØÿàJFIFÿíPhotoshop 3.08BIMÿá¬ExifMM*1>2Z‡inACD Systems Digital Imaging2004:08:10 10:14:040220’627 X ]ÿÛC      ÿÀ ]XÿÄ ÿÄ+!"#12Q3AaÿÚ?ý­˜¶|ÜÏ%ec…-F޾ذ &¹P™j#™xvWì?·ì<Ææ<ïã|>;9`²WòS‹“B†Óaò©OpC=p·|„Ïsø)Ÿô%1òÿ?xž¿¬mBÜí~äCALÇVÃ]{¡„k\@&y8',Hcò331øÓ?•ÛuvÞNöáûÖN1õßOf+¡Ò/.¯kAEŸÌ§ÙÄŒÀÈ”Löm4×1‡v¿ö³ÆäBâJ“¸o«ã‹†E©LƒâT‚‰âP*üëú7ŽüSObåìîJðÛuj¶ëÖŸ”m4U {=Á„ÇU‡=:ÄYüë]¡[À¿å¸kÔ7†*Åì¾KæbkùkQ~☠'&¼Ù•±¾È2’#)ï2F\æ&¿ƒ6~æGü“ ‚ÄåRݺöÙÝRl•f<[_÷wIz‹äÌQêBSE-ío Y³™s²Ô’¼vß©g6„n×¢ºñÀ¶E[VÒ…ÈtK:XhÏ"™à¦úÒ¶ÜðvñÝË¡‰Êb³‹w/-x}ÐÏBoØMÛCáŠö3Ð}£ŽàG€d‰M³Â¾1cE‡µƒÜ;pvø¶.؆ tÞñÛ¿?d£Ä»¿žŠy7åhY IuÇ|À°kDß"æ4 °EÔyà¤é¦¼“’úY«“Á3cpbÏ9×ä—‡û•ÒþÉõœ²Ux,5ÐQ$.7ÏH#‰»éΖ#Å^OÛ#Ÿ~ñWªÎd+Û‹¤0ÇÈ­±±˜ö(Q3<Ïñ±Ü­çK5´üö»4£'[’£zÛËæZ]+ ‚¾Y(ƒ¤MˆdápQ2$Gclý:ævSÍ‘äÃm%i’‹JBº´ˆˆŸk3Ú ULÎ=ÌgWwr£sÚï¿1‹ ¸ðN(š Š‹÷™“ ’±®¹]a›{·Ù‹´jŸÕÅ Ãm›¹öeuêY{_gmxã×¢ÉPJ ׳³¿g`—##iRØìŽØ¼9,Žj Ë®e±µ1øScŒmr4Œj!I:â0-\µ‚fÉ?ô®í°öÆSlìµ/;¸oî-Álü­‹WXäE™÷|p9þ)“í"¸ü LDq¾ši®+æ¿+ZñfÃÔhâÝvÅϯg=•š@ëW–ФàXæOdÄY=‡¯çIoÔ[j?(‹^›ÝN‹šj^nBÍyWlj±q™ø”Ëäw‹Ùü O¬öâ&îy‹<Ìýí¼6rS–ÐÇYmLñ2ÈÝ)0Zî gJZÆd¢ÒzõêPZ¦Sê^=8´áè`kdbÕ%æW–ÏôN:]zÅF%Ìò“%؆xç‰ýëeÛP›Ü¸|M­r¥»¸ÑÍÁc²ö™T‡ÍH©oæäBb0D£þ"}q—úœvíÝØš›^ŽVÖͪë¨Ã1re«l"kóYGò `æO‚'·#¸þªY¶<›o[بȮ‚^7lcw5ª´¢Ea¯ñÉØöÞ·Z²ˆÄ!‚ÏhÄŒDLŽêK)™±i©ñê«ãhJÇ&çgʦ ŠÕ.)añ¸a×¶ÛH˜’"¨_˜ïúú³M4ÓM5[nb*oܦçMvo!]UìXm¦¶!Jí µЇ’"˜\ O%Ìþu„Æag%8ÊßçÞeÛЋØãã¹þÓ> Prawn::Document.new(:tomato => "Juicy") # Prawn::Errors::UnknownOption: # Detected unknown option(s): [:tomato] # Accepted options are: [:page_size, :page_layout, :left_margin, ...] # # @private attr_accessor :debug module_function :debug, :debug= module_function # @private def verify_options(accepted, actual) return unless debug || $DEBUG unless (act = Set[*actual.keys]).subset?(acc = Set[*accepted]) raise Prawn::Errors::UnknownOption, "\nDetected unknown option(s): #{(act - acc).to_a.inspect}\n" \ "Accepted options are: #{accepted.inspect}" end yield if block_given? end end require_relative 'prawn/version' require_relative 'prawn/errors' require_relative 'prawn/utilities' require_relative 'prawn/text' require_relative 'prawn/graphics' require_relative 'prawn/images' require_relative 'prawn/images/image' require_relative 'prawn/images/jpg' require_relative 'prawn/images/png' require_relative 'prawn/stamp' require_relative 'prawn/soft_mask' require_relative 'prawn/security' require_relative 'prawn/transformation_stack' require_relative 'prawn/document' require_relative 'prawn/font' require_relative 'prawn/measurements' require_relative 'prawn/repeater' require_relative 'prawn/outline' require_relative 'prawn/grid' require_relative 'prawn/view' require_relative 'prawn/image_handler' Prawn.image_handler.register(Prawn::Images::PNG) Prawn.image_handler.register(Prawn::Images::JPG) ruby-prawn-2.4.0.orig/lib/prawn/0000755000000000000000000000000013772706672015176 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/grid.rb0000644000000000000000000001625513772706672016461 0ustar rootroot# frozen_string_literal: true # grid.rb: Provides a basic grid layout system for Prawn # # Contributed by Andrew O'Brien in March 2009 # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn class Document # @group Experimental API # Defines the grid system for a particular document. Takes the number of # rows and columns and the width to use for the gutter as the # keys :rows, :columns, :gutter, :row_gutter, :column_gutter # # Note that a completely new grid object is built each time define_grid() # is called. This means that all subsequent calls to grid() will use # the newly defined Grid object -- grids are not nestable like # bounding boxes are. def define_grid(options = {}) @boxes = nil @grid = Grid.new(self, options) end # A method that can either be used to access a particular grid on the page # or work with the grid system directly. # # @pdf.grid # Get the Grid directly # @pdf.grid([0,1]) # Get the GridBox at [0,1] # @pdf.grid([0,1], [1,2]) # Get a multi-box spanning from [0,1] to [1,2] # def grid(*args) @boxes ||= {} @boxes[args] ||= begin if args.empty? @grid else g1, g2 = args if g1.is_a?(Array) && g2.is_a?(Array) && g1.length == 2 && g2.length == 2 multi_box(single_box(*g1), single_box(*g2)) else single_box(g1, g2) end end end end # A Grid represents the entire grid system of a Page and calculates # the column width and row height of the base box. # # @group Experimental API class Grid attr_reader :pdf, :columns, :rows, :gutter, :row_gutter, :column_gutter def initialize(pdf, options = {}) # :nodoc: valid_options = %i[columns rows gutter row_gutter column_gutter] Prawn.verify_options valid_options, options @pdf = pdf @columns = options[:columns] @rows = options[:rows] apply_gutter(options) end # Calculates the base width of boxes. def column_width @column_width ||= subdivide(pdf.bounds.width, columns, column_gutter) end # Calculates the base height of boxes. def row_height @row_height ||= subdivide(pdf.bounds.height, rows, row_gutter) end # Diagnostic tool to show all of the grids. Defaults to gray. def show_all(color = 'CCCCCC') rows.times do |row| columns.times do |column| pdf.grid(row, column).show(color) end end end private def subdivide(total, num, gutter) (total.to_f - (gutter * (num - 1).to_f)) / num.to_f end def apply_gutter(options) if options.key?(:gutter) @gutter = options[:gutter].to_f @row_gutter = @gutter @column_gutter = @gutter else @row_gutter = options[:row_gutter].to_f @column_gutter = options[:column_gutter].to_f @gutter = 0 end end end # A Box is a class that represents a bounded area of a page. # A Grid object has methods that allow easy access to the coordinates of # its corners, which can be plugged into most existing prawnmethods. # # @group Experimental API class GridBox attr_reader :pdf def initialize(pdf, rows, columns) @pdf = pdf @rows = rows @columns = columns end # Mostly diagnostic method that outputs the name of a box as # col_num, row_num # def name "#{@rows},#{@columns}" end # :nodoc def total_height pdf.bounds.height.to_f end # Width of a box def width grid.column_width.to_f end # Height of a box def height grid.row_height.to_f end # Width of the gutter def gutter grid.gutter.to_f end # x-coordinate of left side def left @left ||= (width + grid.column_gutter) * @columns.to_f end # x-coordinate of right side def right @right ||= left + width end # y-coordinate of the top def top @top ||= total_height - ((height + grid.row_gutter) * @rows.to_f) end # y-coordinate of the bottom def bottom @bottom ||= top - height end # x,y coordinates of top left corner def top_left [left, top] end # x,y coordinates of top right corner def top_right [right, top] end # x,y coordinates of bottom left corner def bottom_left [left, bottom] end # x,y coordinates of bottom right corner def bottom_right [right, bottom] end # Creates a standard bounding box based on the grid box. def bounding_box(&blk) pdf.bounding_box(top_left, width: width, height: height, &blk) end # Diagnostic method def show(grid_color = 'CCCCCC') bounding_box do original_stroke_color = pdf.stroke_color pdf.stroke_color = grid_color pdf.text name pdf.stroke_bounds pdf.stroke_color = original_stroke_color end end private def grid pdf.grid end end # A MultiBox is specified by 2 Boxes and spans the areas between. # # @group Experimental API class MultiBox def initialize(pdf, box1, box2) @pdf = pdf @boxes = [box1, box2] end attr_reader :pdf def name @boxes.map(&:name).join(':') end def total_height @boxes[0].total_height end def width right_box.right - left_box.left end def height top_box.top - bottom_box.bottom end def gutter @boxes[0].gutter end def left left_box.left end def right right_box.right end def top top_box.top end def bottom bottom_box.bottom end def top_left [left, top] end def top_right [right, top] end def bottom_left [left, bottom] end def bottom_right [right, bottom] end def bounding_box(&blk) pdf.bounding_box(top_left, width: width, height: height, &blk) end def show(grid_color = 'CCCCCC') bounding_box do original_stroke_color = pdf.stroke_color pdf.stroke_color = grid_color pdf.text name pdf.stroke_bounds pdf.stroke_color = original_stroke_color end end private def left_box @left_box ||= @boxes.min_by(&:left) end def right_box @right_box ||= @boxes.max_by(&:right) end def top_box @top_box ||= @boxes.max_by(&:top) end def bottom_box @bottom_box ||= @boxes.min_by(&:bottom) end end private def single_box(rows, columns) GridBox.new(self, rows, columns) end def multi_box(box1, box2) MultiBox.new(self, box1, box2) end end end ruby-prawn-2.4.0.orig/lib/prawn/fonts/0000755000000000000000000000000013772706672016327 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/fonts/otf.rb0000644000000000000000000000021013772706672017435 0ustar rootroot# frozen_string_literal: true require_relative 'ttf' module Prawn module Fonts # @private class OTF < TTF end end end ruby-prawn-2.4.0.orig/lib/prawn/fonts/ttc.rb0000644000000000000000000000145113772706672017447 0ustar rootroot# frozen_string_literal: true require_relative 'ttf' module Prawn module Fonts # @private class TTC < TTF # Returns a list of the names of all named fonts in the given ttc file. # They are returned in order of their appearance in the file. # def self.font_names(file) TTFunk::Collection.open(file) do |ttc| ttc.map { |font| font.name.font_name.first } end end private def read_ttf_file TTFunk::File.from_ttc( @name, font_option_to_index(@name, @options[:font]) ) end def font_option_to_index(file, option) if option.is_a?(Numeric) option else self.class.font_names(file).index { |n| n == option } || 0 end end end end end ruby-prawn-2.4.0.orig/lib/prawn/fonts/afm.rb0000644000000000000000000002071513772706672017424 0ustar rootroot# frozen_string_literal: true # Implements AFM font support for Prawn # # Copyright May 2008, Gregory Brown / James Healy. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require_relative '../encoding' module Prawn module Fonts # @private class AFM < Font class << self attr_accessor :hide_m17n_warning end self.hide_m17n_warning = false BUILT_INS = %w[ Courier Helvetica Times-Roman Symbol ZapfDingbats Courier-Bold Courier-Oblique Courier-BoldOblique Times-Bold Times-Italic Times-BoldItalic Helvetica-Bold Helvetica-Oblique Helvetica-BoldOblique ].freeze def unicode? false end def self.metrics_path @metrics_path ||= if ENV['METRICS'] ENV['METRICS'].split(':') else [ '.', '/usr/lib/afm', '/usr/local/lib/afm', '/usr/openwin/lib/fonts/afm', "#{Prawn::DATADIR}/fonts" ] end end attr_reader :attributes #:nodoc: # parse each ATM font file once only def self.font_data @font_data ||= SynchronizedCache.new end def initialize(document, name, options = {}) #:nodoc: name ||= options[:family] unless BUILT_INS.include?(name) raise Prawn::Errors::UnknownFont, "#{name} (#{options[:style] || 'normal'}) is not a known font." end super file_name = @name.dup file_name << '.afm' unless /\.afm$/.match?(file_name) file_name = file_name[0] == '/' ? file_name : find_font(file_name) font_data = self.class.font_data[file_name] ||= parse_afm(file_name) @glyph_widths = font_data[:glyph_widths] @glyph_table = font_data[:glyph_table] @bounding_boxes = font_data[:bounding_boxes] @kern_pairs = font_data[:kern_pairs] @kern_pair_table = font_data[:kern_pair_table] @attributes = font_data[:attributes] @ascender = @attributes['ascender'].to_i @descender = @attributes['descender'].to_i @line_gap = Float(bbox[3] - bbox[1]) - (@ascender - @descender) end # The font bbox, as an array of integers # def bbox @bbox ||= @attributes['fontbbox'].split(/\s+/).map { |e| Integer(e) } end # NOTE: String *must* be encoded as WinAnsi def compute_width_of(string, options = {}) #:nodoc: scale = (options[:size] || size) / 1000.0 if options[:kerning] strings, numbers = kern(string).partition { |e| e.is_a?(String) } total_kerning_offset = numbers.sum (unscaled_width_of(strings.join) - total_kerning_offset) * scale else unscaled_width_of(string) * scale end end # Returns true if the font has kerning data, false otherwise # # rubocop: disable Naming/PredicateName def has_kerning_data? @kern_pairs.any? end # rubocop: enable Naming/PredicateName # built-in fonts only work with winansi encoding, so translate the # string. Changes the encoding in-place, so the argument itself # is replaced with a string in WinAnsi encoding. # def normalize_encoding(text) text.encode('windows-1252') rescue ::Encoding::InvalidByteSequenceError, ::Encoding::UndefinedConversionError raise Prawn::Errors::IncompatibleStringEncoding, "Your document includes text that's not compatible with the " \ "Windows-1252 character set.\n" \ 'If you need full UTF-8 support, use external fonts instead of ' \ "PDF's built-in fonts.\n" end def to_utf8(text) text.encode('UTF-8') end # Returns the number of characters in +str+ (a WinAnsi-encoded string). # def character_count(str) str.length end # Perform any changes to the string that need to happen # before it is rendered to the canvas. Returns an array of # subset "chunks", where each chunk is an array of two elements. # The first element is the font subset number, and the second # is either a string or an array (for kerned text). # # For Adobe fonts, there is only ever a single subset, so # the first element of the array is "0", and the second is # the string itself (or an array, if kerning is performed). # # The +text+ parameter must be in WinAnsi encoding (cp1252). # def encode_text(text, options = {}) [[0, options[:kerning] ? kern(text) : text]] end def glyph_present?(char) !normalize_encoding(char).nil? rescue Prawn::Errors::IncompatibleStringEncoding false end private def register(_subset) font_dict = { Type: :Font, Subtype: :Type1, BaseFont: name.to_sym } # Symbolic AFM fonts (Symbol, ZapfDingbats) have their own encodings font_dict[:Encoding] = :WinAnsiEncoding unless symbolic? @document.ref!(font_dict) end def symbolic? attributes['characterset'] == 'Special' end def find_font(file) self.class.metrics_path.find { |f| File.exist? "#{f}/#{file}" } + "/#{file}" rescue NoMethodError raise Prawn::Errors::UnknownFont, "Couldn't find the font: #{file} in any of:\n" + self.class.metrics_path.join("\n") end def parse_afm(file_name) data = { glyph_widths: {}, bounding_boxes: {}, kern_pairs: {}, attributes: {} } section = [] File.foreach(file_name) do |line| case line when /^Start(\w+)/ section.push Regexp.last_match(1) next when /^End(\w+)/ section.pop next end case section when %w[FontMetrics CharMetrics] next unless /^CH?\s/.match?(line) name = line[/\bN\s+(\.?\w+)\s*;/, 1] data[:glyph_widths][name] = line[/\bWX\s+(\d+)\s*;/, 1].to_i data[:bounding_boxes][name] = line[/\bB\s+([^;]+);/, 1].to_s.rstrip when %w[FontMetrics KernData KernPairs] next unless line =~ /^KPX\s+(\.?\w+)\s+(\.?\w+)\s+(-?\d+)/ data[:kern_pairs][[Regexp.last_match(1), Regexp.last_match(2)]] = Regexp.last_match(3).to_i when %w[FontMetrics KernData TrackKern], %w[FontMetrics Composites] next else parse_generic_afm_attribute(line, data) end end # process data parsed from AFM file to build tables which # will be used when measuring and kerning text data[:glyph_table] = (0..255).map do |i| data[:glyph_widths][Encoding::WinAnsi::CHARACTERS[i]].to_i end character_hash = Hash[ Encoding::WinAnsi::CHARACTERS.zip( (0..Encoding::WinAnsi::CHARACTERS.size).to_a ) ] data[:kern_pair_table] = data[:kern_pairs].each_with_object({}) do |p, h| h[p[0].map { |n| character_hash[n] }] = p[1] end data.each_value(&:freeze) data.freeze end def parse_generic_afm_attribute(line, hash) line =~ /(^\w+)\s+(.*)/ key = Regexp.last_match(1).to_s.downcase value = Regexp.last_match(2) hash[:attributes][key] = if hash[:attributes][key] Array(hash[:attributes][key]) << value else value end end # converts a string into an array with spacing offsets # bewteen characters that need to be kerned # # String *must* be encoded as WinAnsi # def kern(string) kerned = [[]] last_byte = nil string.each_byte do |byte| k = last_byte && @kern_pair_table[[last_byte, byte]] if k kerned << -k << [byte] else kerned.last << byte end last_byte = byte end kerned.map do |e| e = e.is_a?(Array) ? e.pack('C*') : e if e.respond_to?(:force_encoding) e.force_encoding(::Encoding::Windows_1252) else e end end end def unscaled_width_of(string) string.bytes.reduce(0) do |s, r| s + @glyph_table[r] end end end end end ruby-prawn-2.4.0.orig/lib/prawn/fonts/dfont.rb0000644000000000000000000000174713772706672017777 0ustar rootroot# frozen_string_literal: true require_relative 'ttf' module Prawn module Fonts # @private class DFont < TTF # Returns a list of the names of all named fonts in the given dfont file. # Note that fonts are not required to be named in a dfont file, so the # list may be empty even if the file does contain fonts. Also, note that # the list is returned in no particular order, so the first font in the # list is not necessarily the font at index 0 in the file. # def self.named_fonts(file) TTFunk::ResourceFile.open(file) do |f| return f.resources_for('sfnt') end end # Returns the number of fonts contained in the dfont file. # def self.font_count(file) TTFunk::ResourceFile.open(file) do |f| return f.map['sfnt'][:list].length end end private def read_ttf_file TTFunk::File.from_dfont(@name, @options[:font] || 0) end end end end ruby-prawn-2.4.0.orig/lib/prawn/fonts/ttf.rb0000644000000000000000000002645513772706672017465 0ustar rootroot# frozen_string_literal: true # prawn/font/ttf.rb : Implements AFM font support for Prawn # # Copyright May 2008, Gregory Brown / James Healy / Jamis Buck # All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'ttfunk' require 'ttfunk/subset_collection' module Prawn module Fonts # @private class TTF < Font class Error < StandardError DEFAULT_MESSAGE = 'TTF font error' MESSAGE_WITH_FONT = 'TTF font error in font %s' def initialize(message = DEFAULT_MESSAGE, font: nil) if font && message == DEFAULT_MESSAGE super format(MESSAGE_WITH_FONT, font: font) else super message end end end class NoUnicodeCMap < Error DEFAULT_MESSAGE = 'No unicode cmap found in font' MESSAGE_WITH_FONT = 'No unicode cmap found in font %s' end class NoPostscriptName < Error DEFAULT_MESSAGE = 'Can not detect a postscript name' MESSAGE_WITH_FONT = 'Can not detect a postscript name in font %s' end attr_reader :ttf, :subsets def unicode? true end def initialize(document, name, options = {}) super @ttf = read_ttf_file @subsets = TTFunk::SubsetCollection.new(@ttf) @italic_angle = nil @attributes = {} @bounding_boxes = {} @char_widths = {} @has_kerning_data = @ttf.kerning.exists? && @ttf.kerning.tables.any? @ascender = Integer(@ttf.ascent * scale_factor) @descender = Integer(@ttf.descent * scale_factor) @line_gap = Integer(@ttf.line_gap * scale_factor) end # NOTE: +string+ must be UTF8-encoded. def compute_width_of(string, options = {}) #:nodoc: scale = (options[:size] || size) / 1000.0 if options[:kerning] kern(string).reduce(0) do |s, r| if r.is_a?(Numeric) s - r else r.reduce(s) { |a, e| a + character_width_by_code(e) } end end * scale else string.codepoints.reduce(0) do |s, r| s + character_width_by_code(r) end * scale end end # The font bbox, as an array of integers # def bbox @bbox ||= @ttf.bbox.map { |i| Integer(i * scale_factor) } end # Returns true if the font has kerning data, false otherwise # # rubocop: disable Naming/PredicateName def has_kerning_data? @has_kerning_data end # rubocop: enable Naming/PredicateName # Perform any changes to the string that need to happen # before it is rendered to the canvas. Returns an array of # subset "chunks", where the even-numbered indices are the # font subset number, and the following entry element is # either a string or an array (for kerned text). # # The +text+ parameter must be UTF8-encoded. # def encode_text(text, options = {}) text = text.chomp if options[:kerning] last_subset = nil kern(text).reduce([]) do |result, element| if element.is_a?(Numeric) unless result.last[1].is_a?(Array) result.last[1] = [result.last[1]] end result.last[1] << element result else encoded = @subsets.encode(element) if encoded.first[0] == last_subset result.last[1] << encoded.first[1] encoded.shift end if encoded.any? last_subset = encoded.last[0] result + encoded else result end end end else @subsets.encode(text.unpack('U*')) end end def basename @basename ||= @ttf.name.postscript_name end # not sure how to compute this for true-type fonts... def stem_v 0 end def italic_angle return @italic_angle if @italic_angle if @ttf.postscript.exists? raw = @ttf.postscript.italic_angle hi = raw >> 16 low = raw & 0xFF hi = -((hi ^ 0xFFFF) + 1) if hi & 0x8000 != 0 @italic_angle = "#{hi}.#{low}".to_f else @italic_angle = 0 end @italic_angle end def cap_height @cap_height ||= begin height = @ttf.os2.exists? && @ttf.os2.cap_height || 0 height.zero? ? @ascender : height end end def x_height # FIXME: seems like if os2 table doesn't exist, we could # just find the height of the lower-case 'x' glyph? @ttf.os2.exists? && @ttf.os2.x_height || 0 end def family_class @family_class ||= (@ttf.os2.exists? && @ttf.os2.family_class || 0) >> 8 end def serif? @serif ||= [1, 2, 3, 4, 5, 7].include?(family_class) end def script? @script ||= family_class == 10 end def pdf_flags @pdf_flags ||= begin flags = 0 flags |= 0x0001 if @ttf.postscript.fixed_pitch? flags |= 0x0002 if serif? flags |= 0x0008 if script? flags |= 0x0040 if italic_angle != 0 # Assume the font contains at least some non-latin characters flags | 0x0004 end end def normalize_encoding(text) text.encode(::Encoding::UTF_8) rescue StandardError => e puts e raise Prawn::Errors::IncompatibleStringEncoding, "Encoding #{text.encoding} can not be transparently converted to UTF-8. " \ 'Please ensure the encoding of the string you are attempting ' \ 'to use is set correctly' end def to_utf8(text) text.encode('UTF-8') end def glyph_present?(char) code = char.codepoints.first cmap[code].positive? end # Returns the number of characters in +str+ (a UTF-8-encoded string). # def character_count(str) str.length end private def cmap (@cmap ||= @ttf.cmap.unicode.first) || raise(NoUnicodeCMap.new(font: name)) end # +string+ must be UTF8-encoded. # # Returns an array. If an element is a numeric, it represents the # kern amount to inject at that position. Otherwise, the element # is an array of UTF-16 characters. def kern(string) a = [] string.each_codepoint do |r| if a.empty? a << [r] elsif (kern = kern_pairs_table[[cmap[a.last.last], cmap[r]]]) kern *= scale_factor a << -kern << [r] else a.last << r end end a end def kern_pairs_table @kern_pairs_table ||= if has_kerning_data? @ttf.kerning.tables.first.pairs else {} end end def hmtx @hmtx ||= @ttf.horizontal_metrics end def character_width_by_code(code) return 0 unless cmap[code] # Some TTF fonts have nonzero widths for \n (UTF-8 / ASCII code: 10). # Patch around this as we'll never be drawing a newline with a width. return 0.0 if code == 10 @char_widths[code] ||= Integer(hmtx.widths[cmap[code]] * scale_factor) end def scale_factor @scale_factor ||= 1000.0 / @ttf.header.units_per_em end def register(subset) temp_name = @ttf.name.postscript_name.delete("\0").to_sym ref = @document.ref!(Type: :Font, BaseFont: temp_name) # Embed the font metrics in the document after everything has been # drawn, just before the document is emitted. @document.renderer.before_render { |_doc| embed(ref, subset) } ref end def embed(reference, subset) font_content = @subsets[subset].encode # FIXME: we need postscript_name and glyph widths from the font # subset. Perhaps this could be done by querying the subset, # rather than by parsing the font that the subset produces? font = TTFunk::File.new(font_content) # empirically, it looks like Adobe Reader will not display fonts # if their font name is more than 33 bytes long. Strange. But true. basename = font.name.postscript_name[0, 33].delete("\0") raise NoPostscriptName.new(font: font) if basename.nil? fontfile = @document.ref!(Length1: font_content.size) fontfile.stream << font_content fontfile.stream.compress! descriptor = @document.ref!( Type: :FontDescriptor, FontName: basename.to_sym, FontFile2: fontfile, FontBBox: bbox, Flags: pdf_flags, StemV: stem_v, ItalicAngle: italic_angle, Ascent: @ascender, Descent: @descender, CapHeight: cap_height, XHeight: x_height ) hmtx = font.horizontal_metrics widths = font.cmap.tables.first.code_map.map do |gid| Integer(hmtx.widths[gid] * scale_factor) end[32..-1] # It would be nice to have Encoding set for the macroman subsets, # and only do a ToUnicode cmap for non-encoded unicode subsets. # However, apparently Adobe Reader won't render MacRoman encoded # subsets if original font contains unicode characters. (It has to # be some flag or something that ttfunk is simply copying over... # but I can't figure out which flag that is.) # # For now, it's simplest to just create a unicode cmap for every font. # It offends my inner purist, but it'll do. map = @subsets[subset].to_unicode_map ranges = [[]] map.keys.sort.reduce('') do |_s, code| ranges << [] if ranges.last.length >= 100 unicode = map[code] ranges.last << format( '<%02x><%04x>', code: code, unicode: unicode ) end range_blocks = ranges.reduce(+'') do |s, list| s << format( "%d beginbfchar\n%s\nendbfchar\n", lenght: list.length, list: list.join("\n") ) end to_unicode_cmap = UNICODE_CMAP_TEMPLATE % range_blocks.strip cmap = @document.ref!({}) cmap << to_unicode_cmap cmap.stream.compress! reference.data.update( Subtype: :TrueType, BaseFont: basename.to_sym, FontDescriptor: descriptor, FirstChar: 32, LastChar: 255, Widths: @document.ref!(widths), ToUnicode: cmap ) end UNICODE_CMAP_TEMPLATE = <<-STR.strip.gsub(/^\s*/, '') /CIDInit /ProcSet findresource begin 12 dict begin begincmap /CIDSystemInfo << /Registry (Adobe) /Ordering (UCS) /Supplement 0 >> def /CMapName /Adobe-Identity-UCS def /CMapType 2 def 1 begincodespacerange <00> endcodespacerange %s endcmap CMapName currentdict /CMap defineresource pop end end STR def read_ttf_file TTFunk::File.open(@name) end end end end ruby-prawn-2.4.0.orig/lib/prawn/utilities.rb0000644000000000000000000000176313772706672017545 0ustar rootroot# frozen_string_literal: true # utilities.rb : General-purpose utility classes which don't fit anywhere else # # Copyright August 2012, Alex Dowad. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn # Throughout the Prawn codebase, repeated calculations which can benefit from # caching are made. # In some cases, caching and reusing results can not only save CPU cycles but # also greatly reduce memory requirements # But at the same time, we don't want to throw away thread safety # We have two interchangeable thread-safe cache implementations: # @private class SynchronizedCache # As an optimization, this could access the hash directly on VMs with # a global interpreter lock (like MRI) def initialize @cache = {} @mutex = Mutex.new end def [](key) @mutex.synchronize { @cache[key] } end def []=(key, value) @mutex.synchronize { @cache[key] = value } end end end ruby-prawn-2.4.0.orig/lib/prawn/view.rb0000644000000000000000000000566513772706672016511 0ustar rootroot# frozen_string_literal: true # prawn/view.rb : Implements a mixin for Prawn's DSL # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn # This mixin allows you to create modular Prawn code without the # need to create subclasses of Prawn::Document. # # class Greeter # include Prawn::View # # # Optional override: allows you to set document options or even use # # a custom document class # def document # @document ||= Prawn::Document.new(page_size: 'A4') # end # # def initialize(name) # @name = name # end # # def say_hello # text "Hello, #{@name}!" # end # # def say_goodbye # font("Courier") do # text "Goodbye, #{@name}!" # end # end # end # # greeter = Greeter.new("Gregory") # # greeter.say_hello # greeter.say_goodbye # # greeter.save_as("greetings.pdf") # # The short story about why you should use this mixin rather than # creating subclasses of +Prawn::Document+ is that it helps # prevent accidental conflicts between your code and Prawn's # code. # # Here's the slightly longer story... # # By using composition rather than inheritance under the hood, this # mixin allows you to keep your state separate from +Prawn::Document+'s # state, and also will prevent unexpected method name collisions due # to late binding effects. # # This mixin is mostly meant for extending Prawn's functionality # with your own additions, but you can also use it to replace or # wrap existing Prawn methods. Calling +super+ will still work # as expected, and alternatively you can explictly call # +document.some_method+ to delegate to Prawn where needed. module View # @group Experimental API # Lazily instantiates a +Prawn::Document+ object. # # You can also redefine this method in your own classes to use # a custom document class. def document @document ||= Prawn::Document.new end # Delegates all unhandled calls to object returned by +document+ method. # (which is an instance of Prawn::Document by default) def method_missing(method_name, *arguments, &block) return super unless document.respond_to?(method_name) document.public_send(method_name, *arguments, &block) end def respond_to_missing?(method_name, _include_all = false) document.respond_to?(method_name) || super end # Syntactic sugar that uses +instance_eval+ under the hood to provide # a block-based DSL. # # greeter.update do # say_hello # say_goodbye # end # def update(&block) instance_eval(&block) end # Syntatic sugar that calls +document.render_file+ under the hood. # # greeter.save_as("greetings.pdf") def save_as(filename) document.render_file(filename) end end end ruby-prawn-2.4.0.orig/lib/prawn/measurement_extensions.rb0000644000000000000000000000127613772706672022335 0ustar rootroot# frozen_string_literal: true # measurement_extensions.rb: Core extensions for Prawn::Measurements # # Copyright December 2008, Florian Witteler. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require_relative 'measurements' # @group Stable API class Numeric include Prawn::Measurements # prawns' basic unit is PostScript-Point # 72 points per inch # @group Experimental API def mm mm2pt(self) end def cm cm2pt(self) end def dm dm2pt(self) end def m m2pt(self) end def in in2pt(self) end def yd yd2pt(self) end def ft ft2pt(self) end def pt pt2pt(self) end end ruby-prawn-2.4.0.orig/lib/prawn/encoding.rb0000644000000000000000000000522413772706672017314 0ustar rootroot# frozen_string_literal: true # Copyright September 2008, Gregory Brown, James Healy All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn # @private module Encoding # Map between unicode and WinAnsiEnoding # class WinAnsi #:nodoc: CHARACTERS = %w[ .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef .notdef space exclam quotedbl numbersign dollar percent ampersand quotesingle parenleft parenright asterisk plus comma hyphen period slash zero one two three four five six seven eight nine colon semicolon less equal greater question at A B C D E F G H I J K L M N O P Q R S T U V W X Y Z bracketleft backslash bracketright asciicircum underscore grave a b c d e f g h i j k l m n o p q r s t u v w x y z braceleft bar braceright asciitilde .notdef Euro .notdef quotesinglbase florin quotedblbase ellipsis dagger daggerdbl circumflex perthousand Scaron guilsinglleft OE .notdef Zcaron .notdef .notdef quoteleft quoteright quotedblleft quotedblright bullet endash emdash tilde trademark scaron guilsinglright oe .notdef zcaron ydieresis space exclamdown cent sterling currency yen brokenbar section dieresis copyright ordfeminine guillemotleft logicalnot hyphen registered macron degree plusminus twosuperior threesuperior acute mu paragraph periodcentered cedilla onesuperior ordmasculine guillemotright onequarter onehalf threequarters questiondown Agrave Aacute Acircumflex Atilde Adieresis Aring AE Ccedilla Egrave Eacute Ecircumflex Edieresis Igrave Iacute Icircumflex Idieresis Eth Ntilde Ograve Oacute Ocircumflex Otilde Odieresis multiply Oslash Ugrave Uacute Ucircumflex Udieresis Yacute Thorn germandbls agrave aacute acircumflex atilde adieresis aring ae ccedilla egrave eacute ecircumflex edieresis igrave iacute icircumflex idieresis eth ntilde ograve oacute ocircumflex otilde odieresis divide oslash ugrave uacute ucircumflex udieresis yacute thorn ydieresis ].freeze end end end ruby-prawn-2.4.0.orig/lib/prawn/text.rb0000644000000000000000000004126713772706672016521 0ustar rootroot# frozen_string_literal: true # text.rb : Implements PDF text primitives # # Copyright May 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'zlib' require_relative 'text/formatted' require_relative 'text/box' module Prawn module Text include PDF::Core::Text include Prawn::Text::Formatted # No-Break Space NBSP = "\u00A0" # Zero Width Space (indicate word boundaries without a space) ZWSP = "\u200B" # Soft Hyphen (invisible, except when causing a line break) SHY = "\u00AD" # @group Stable API # If you want text to flow onto a new page or between columns, this is the # method to use. If, instead, if you want to place bounded text outside of # the flow of a document (for captions, labels, charts, etc.), use Text::Box # or its convenience method text_box. # # Draws text on the page. Prawn attempts to wrap the text to fit within your # current bounding box (or margin_box if no bounding box is being used). # Text will flow onto the next page when it reaches the bottom of the # bounding box. Text wrap in Prawn does not re-flow linebreaks, so if you # want fully automated text wrapping, be sure to remove newlines before # attempting to draw your string. # # == Examples # # pdf.text "Will be wrapped when it hits the edge of your bounding box" # pdf.text "This will be centered", :align => :center # pdf.text "This will be right aligned", :align => :right # pdf.text "This includes inline " + # "formatting", :inline_format => true # # If your font contains kerning pair data that Prawn can parse, the # text will be kerned by default. You can disable kerning by including # a false :kerning option. If you want to disable kerning on an # entire document, set default_kerning = false for that document # # === Text Positioning Details # # The text is positioned at font.ascender below the baseline, # making it easy to use this method within bounding boxes and spans. # # == Encoding # # Note that strings passed to this function should be encoded as UTF-8. # If you get unexpected characters appearing in your rendered document, # check this. # # If the current font is a built-in one, although the string must be # encoded as UTF-8, only characters that are available in WinAnsi # are allowed. # # If an empty box is rendered to your PDF instead of the character you # wanted it usually means the current font doesn't include that character. # # == Options (default values marked in []) # # :inline_format:: # boolean. If true, then the string parameter is interpreted # as a HTML-esque string that recognizes the following tags # (assuming the default text formatter is used): # \:: bold # \:: italic # \:: underline # \:: strikethrough # \:: subscript # \:: superscript # \:: # with the following attributes (using double or single quotes) # size="24":: # attribute for setting size # character_spacing="2.5":: # attribute for setting character spacing # name="Helvetica":: # attribute for setting the font. The font name must be an # AFM font with the desired faces or must be a font that is # already registered using Prawn::Document#font_families # \:: # with the following attributes # rgb="ffffff" or rgb="#ffffff":: # c="100" m="100" y="100" k="100":: # \:: # with the following attributes # href="http://example.com":: an external link # Note that you must explicitly underline and color using the # appropriate tags if you which to draw attention to the link # # :kerning:: boolean. Whether or not to use kerning (if it # is available with the current font) # [value of document.default_kerning?] # :size:: number. The font size to use. [current font # size] # :color:: an RGB color ("ff0000") or CMYK array [10, 20, 30, 40]. # :character_spacing:: number. The amount of space to add # to or remove from the default character # spacing. [0] # :style:: The style to use. The requested style must be part of # the current font familly. [current style] # :indent_paragraphs:: number. The amount to indent the # first line of each paragraph. Omit this # option if you do not want indenting. # :direction:: # :ltr, :rtl, Direction of the text (left-to-right # or right-to-left) [value of document.text_direction] # :fallback_fonts:: # An array of font names. Each name must be the name of an AFM font or # the name that was used to register a family of TTF fonts (see # Prawn::Document#font_families). If present, then each glyph will be # rendered using the first font that includes the glyph, starting with # the current font and then moving through :fallback_fonts from # left to right. # :align:: # :left, :center, :right, or # :justify Alignment within the bounding box # [:left if direction is :ltr, :right if direction is :rtl] # :valign:: :top, :center, or :bottom. # Vertical alignment within the bounding box [:top] # :leading:: # number. Additional space between lines [value of # document.default_leading] # :final_gap:: boolean. If true, then the space between # each line is included below the last line; # otherwise, document.y is placed just below the # descender of the last line printed [true] # :mode:: The text rendering mode to use. Use this to specify if # the text should render with the fill color, stroke color # or both. See the comments to text_rendering_mode() to see # a list of valid options. [0] # # == Exceptions # # Raises ArgumentError if :at option included # # Raises Prawn::Errrors::CannotFit if not wide enough to print # any text # def text(string, options = {}) return false if string.nil? # we modify the options. don't change the user's hash options = options.dup p = options[:inline_format] if p p = [] unless p.is_a?(Array) options.delete(:inline_format) array = text_formatter.format(string, *p) else array = [{ text: string }] end formatted_text(array, options) end # Draws formatted text to the page. # Formatted text is comprised of an array of hashes, where each hash defines # text and format information. See Text::Formatted#formatted_text_box for # more information on the structure of this array # # == Example # # text([{ :text => "hello" }, # { :text => "world", # :size => 24, # :styles => [:bold, :italic] }]) # # == Options # # Accepts the same options as #text # # == Exceptions # # Same as for #text # def formatted_text(array, options = {}) options = inspect_options_for_text(options.dup) color = options.delete(:color) if color array = array.map do |fragment| fragment[:color] ? fragment : fragment.merge(color: color) end end if @indent_paragraphs text_formatter.array_paragraphs(array).each do |paragraph| remaining_text = draw_indented_formatted_line(paragraph, options) if @no_text_printed && !@all_text_printed @bounding_box.move_past_bottom remaining_text = draw_indented_formatted_line(paragraph, options) end unless @all_text_printed remaining_text = fill_formatted_text_box(remaining_text, options) draw_remaining_formatted_text_on_new_pages(remaining_text, options) end end else remaining_text = fill_formatted_text_box(array, options) draw_remaining_formatted_text_on_new_pages(remaining_text, options) end end # Draws text on the page, beginning at the point specified by the :at option # the string is assumed to be pre-formatted to properly fit the page. # # pdf.draw_text "Hello World", :at => [100,100] # pdf.draw_text "Goodbye World", :at => [50,50], :size => 16 # # If your font contains kerning pair data that Prawn can parse, the # text will be kerned by default. You can disable kerning by including # a false :kerning option. If you want to disable kerning on an # entire document, set default_kerning = false for that document # # === Text Positioning Details: # # Prawn will position your text by the left-most edge of its baseline, and # flow along a single line. (This means that :align will not work) # # == Rotation # # Text can be rotated before it is placed on the canvas by specifying the # :rotate option with a given angle. Rotation occurs # counter-clockwise. # # == Encoding # # Note that strings passed to this function should be encoded as UTF-8. # If you get unexpected characters appearing in your rendered document, # check this. # # If the current font is a built-in one, although the string must be # encoded as UTF-8, only characters that are available in WinAnsi # are allowed. # # If an empty box is rendered to your PDF instead of the character you # wanted it usually means the current font doesn't include that character. # # == Options (default values marked in []) # # :at:: [x, y](required). The position at which to start # the text # :kerning:: boolean. Whether or not to use kerning (if it # is available with the current font) # [value of default_kerning?] # :size:: number. The font size to use. [current font # size] # :style:: The style to use. The requested style must be part of # the current font familly. [current style] # # :rotate:: number. The angle to which to rotate text # # == Exceptions # # Raises ArgumentError if :at option omitted # # Raises ArgumentError if :align option included # def draw_text(text, options) options = inspect_options_for_draw_text(options.dup) # dup because normalize_encoding changes the string text = text.to_s.dup save_font do process_text_options(options) text = font.normalize_encoding(text) font_size(options[:size]) { draw_text!(text, options) } end end # Low level text placement method. All font and size alterations # should already be set # def draw_text!(text, options) unless font.unicode? || font.class.hide_m17n_warning || text.ascii_only? warn "PDF's built-in fonts have very limited support for " \ "internationalized text.\nIf you need full UTF-8 support, " \ "consider using an external font instead.\n\nTo disable this " \ "warning, add the following line to your code:\n" \ "Prawn::Fonts::AFM.hide_m17n_warning = true\n" font.class.hide_m17n_warning = true end x, y = map_to_absolute(options[:at]) add_text_content(text, x, y, options) end # Gets height of text in PDF points. # Same options as #text, except as noted. # Not compatible with :indent_paragraphs option # # ==Example # # height_of("hello\nworld") # # == Exceptions # # Raises NotImplementedError if :indent_paragraphs # option included # # Raises Prawn::Errrors::CannotFit if not wide enough to print # any text # def height_of(string, options = {}) height_of_formatted([{ text: string }], options) end # Gets height of formatted text in PDF points. # See documentation for #height_of. # # ==Example # # height_of_formatted([{ :text => "hello" }, # { :text => "world", # :size => 24, # :styles => [:bold, :italic] }]) # def height_of_formatted(array, options = {}) if options[:indent_paragraphs] raise NotImplementedError, ':indent_paragraphs option not available with height_of' end process_final_gap_option(options) box = Text::Formatted::Box.new( array, options.merge(height: 100_000_000, document: self) ) box.render(dry_run: true) height = box.height height += box.line_gap + box.leading if @final_gap height end private def draw_remaining_formatted_text_on_new_pages(remaining_text, options) until remaining_text.empty? @bounding_box.move_past_bottom previous_remaining_text = remaining_text remaining_text = fill_formatted_text_box(remaining_text, options) break if remaining_text == previous_remaining_text end end def draw_indented_formatted_line(string, options) gap = if options.fetch(:direction, text_direction) == :ltr [@indent_paragraphs, 0] else [0, @indent_paragraphs] end indent(*gap) do fill_formatted_text_box(string, options.dup.merge(single_line: true)) end end def fill_formatted_text_box(text, options) merge_text_box_positioning_options(options) box = Text::Formatted::Box.new(text, options) remaining_text = box.render @no_text_printed = box.nothing_printed? @all_text_printed = box.everything_printed? self.y -= box.height self.y -= box.line_gap + box.leading if @final_gap remaining_text end def merge_text_box_positioning_options(options) bottom = if @bounding_box.stretchy? @margin_box.absolute_bottom else @bounding_box.absolute_bottom end options[:height] = y - bottom options[:width] = bounds.width options[:at] = [ @bounding_box.left_side - @bounding_box.absolute_left, y - @bounding_box.absolute_bottom ] end def inspect_options_for_draw_text(options) if options[:at].nil? raise ArgumentError, 'The :at option is required for draw_text' elsif options[:align] raise ArgumentError, 'The :align option does not work with draw_text' end if options[:kerning].nil? options[:kerning] = default_kerning? end valid_options = PDF::Core::Text::VALID_OPTIONS + %i[at rotate] Prawn.verify_options(valid_options, options) options end def inspect_options_for_text(options) if options[:at] raise ArgumentError, ':at is no longer a valid option with text.' \ 'use draw_text or text_box instead' end process_final_gap_option(options) process_indent_paragraphs_option(options) options[:document] = self options end def process_final_gap_option(options) @final_gap = options[:final_gap].nil? || options[:final_gap] options.delete(:final_gap) end def process_indent_paragraphs_option(options) @indent_paragraphs = options[:indent_paragraphs] options.delete(:indent_paragraphs) end def move_text_position(amount) bottom = if @bounding_box.stretchy? @margin_box.absolute_bottom else @bounding_box.absolute_bottom end @bounding_box.move_past_bottom if (y - amount) < bottom self.y -= amount end end end ruby-prawn-2.4.0.orig/lib/prawn/version.rb0000644000000000000000000000010413772706672017203 0ustar rootroot# frozen_string_literal: true module Prawn VERSION = '2.4.0' end ruby-prawn-2.4.0.orig/lib/prawn/text/0000755000000000000000000000000013772706672016162 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/text/formatted.rb0000644000000000000000000000025513772706672020476 0ustar rootroot# frozen_string_literal: true require_relative 'formatted/wrap' require_relative 'formatted/box' require_relative 'formatted/parser' require_relative 'formatted/fragment' ruby-prawn-2.4.0.orig/lib/prawn/text/box.rb0000644000000000000000000001321013772706672017274 0ustar rootroot# frozen_string_literal: true # text/rectangle.rb : Implements text boxes # # Copyright November 2009, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # require_relative 'formatted/box' module Prawn module Text # @group Stable API # Draws the requested text into a box. When the text overflows # the rectangle, you shrink to fit, or truncate the text. Text # boxes are independent of the document y position. # # == Encoding # # Note that strings passed to this function should be encoded as UTF-8. # If you get unexpected characters appearing in your rendered document, # check this. # # If the current font is a built-in one, although the string must be # encoded as UTF-8, only characters that are available in WinAnsi # are allowed. # # If an empty box is rendered to your PDF instead of the character you # wanted it usually means the current font doesn't include that character. # # == Options (default values marked in []) # # :kerning:: boolean. Whether or not to use kerning (if it # is available with the current font) # [value of document.default_kerning?] # :size:: number. The font size to use. [current font # size] # :character_spacing:: number. The amount of space to add # to or remove from the default character # spacing. [0] # :disable_wrap_by_char:: boolean Whether # or not to prevent mid-word breaks when text does not fit in box. [false] # :mode:: symbol. The text rendering mode. See # documentation for Prawn::Document#text_rendering_mode # for a list of valid options. [:fill] # :style:: The style to use. The requested style must be part of # the current font familly. [current style] # # :at:: # [x, y]. The upper left corner of the box # [@document.bounds.left, @document.bounds.top] # :width:: # number. The width of the box # [@document.bounds.right - @at[0]] # :height:: # number. The height of the box [default_height()] # :direction:: # :ltr, :rtl, Direction of the text (left-to-right # or right-to-left) [value of document.text_direction] # :fallback_fonts:: # An array of font names. Each name must be the name of an AFM font or # the name that was used to register a family of external fonts (see # Prawn::Document#font_families). If present, then each glyph will be # rendered using the first font that includes the glyph, starting with # the current font and then moving through :fallback_fonts from # left to right. # :align:: # :left, :center, :right, or # :justify Alignment within the bounding box # [:left if direction is :ltr, :right if direction is :rtl] # :valign:: # :top, :center, or :bottom. Vertical # alignment within the bounding box [:top] # :rotate:: # number. The angle to rotate the text # :rotate_around:: # :center, :upper_left, :upper_right, # :lower_right, or :lower_left. The point around which # to rotate the text [:upper_left] # :leading:: # number. Additional space between lines [value of # document.default_leading] # :single_line:: # boolean. If true, then only the first line will be drawn # [false] # :overflow:: # :truncate, :shrink_to_fit, or :expand # This controls the behavior when the amount of text # exceeds the available space. [:truncate] # :min_font_size:: # number. The minimum font size to use when :overflow is set to # :shrink_to_fit (that is the font size will not be reduced to less than # this value, even if it means that some text will be cut off). [5] # # == Returns # # Returns any text that did not print under the current settings. # # == Exceptions # # Raises Prawn::Errors::CannotFit if not wide enough to print # any text # def text_box(string, options = {}) options = options.dup options[:document] = self box = if options[:inline_format] p = options.delete(:inline_format) p = [] unless p.is_a?(Array) array = text_formatter.format(string, *p) Text::Formatted::Box.new(array, options) else Text::Box.new(string, options) end box.render end # @group Experimental API # Generally, one would use the Prawn::Text#text_box convenience # method. However, using Text::Box.new in conjunction with # #render(:dry_run=> true) enables one to do look-ahead calculations prior # to placing text on the page, or to determine how much vertical space was # consumed by the printed text # class Box < Prawn::Text::Formatted::Box def initialize(string, options = {}) super([{ text: string }], options) end def render(flags = {}) leftover = super(flags) leftover.map { |hash| hash[:text] }.join end end end end ruby-prawn-2.4.0.orig/lib/prawn/text/formatted/0000755000000000000000000000000013772706672020147 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/text/formatted/parser.rb0000644000000000000000000002035013772706672021770 0ustar rootroot# frozen_string_literal: true # text/formatted/parser.rb : Implements a bi-directional parser between a subset # of html and formatted text arrays # # Copyright February 2010, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Text module Formatted class Parser # @group Extension API PARSER_REGEX = begin regex_string = "\n|" \ '||' \ '||' \ '||' \ '||' \ '||' \ '||' \ ']*>||' \ ']*>||' \ ']*>||' \ '||' \ '||' \ ']*>||' \ "[^<\n]+" Regexp.new(regex_string, Regexp::MULTILINE) end def self.format(string, *_args) tokens = string.gsub(%r{}, "\n").scan(PARSER_REGEX) array_from_tokens(tokens) end def self.to_string(array) prefixes = { bold: '', italic: '', underline: '', strikethrough: '', subscript: '', superscript: '' } suffixes = { bold: '', italic: '', underline: '', strikethrough: '', subscript: '', superscript: '' } array.map do |hash| prefix = '' suffix = '' hash[:styles]&.each do |style| prefix += prefixes[style] suffix = suffixes[style] + suffix end font = hash[:font] ? " name='#{hash[:font]}'" : nil size = hash[:size] ? " size='#{hash[:size]}'" : nil character_spacing = if hash[:character_spacing] " character_spacing='#{hash[:character_spacing]}'" end if font || size || character_spacing prefix += "" suffix = '' end link = hash[:link] ? " href='#{hash[:link]}'" : nil anchor = hash[:anchor] ? " anchor='#{hash[:anchor]}'" : nil if link || anchor prefix += "" suffix = '' end if hash[:color] prefix += if hash[:color].is_a?(Array) "" else "" end suffix = '' end string = hash[:text].gsub('&', '&').gsub('>', '>') .gsub('<', '<') prefix + string + suffix end.join end def self.array_paragraphs(array) #:nodoc: paragraphs = [] paragraph = [] previous_string = "\n" scan_pattern = /[^\n]+|\n/ array.each do |hash| hash[:text].scan(scan_pattern).each do |string| if string == "\n" if previous_string == "\n" paragraph << hash.dup.merge(text: "\n") end paragraphs << paragraph unless paragraph.empty? paragraph = [] else paragraph << hash.dup.merge(text: string) end previous_string = string end end paragraphs << paragraph unless paragraph.empty? paragraphs end def self.array_from_tokens(tokens) array = [] styles = [] colors = [] link = nil anchor = nil local = nil fonts = [] sizes = [] character_spacings = [] tokens.each do |token| case token when '', '' styles << :bold when '', '' styles << :italic when '' styles << :underline when '' styles << :strikethrough when '' styles << :subscript when '' styles << :superscript when '', '' styles.delete(:bold) when '', '' styles.delete(:italic) when '' styles.delete(:underline) when '' styles.delete(:strikethrough) when '' styles.delete(:subscript) when '' styles.delete(:superscript) when '', '' link = nil anchor = nil local = nil when '' colors.pop when '' fonts.pop sizes.pop character_spacings.pop when /^]*>$/, /^]*>$/ matches = /href="([^"]*)"/.match(token) || /href='([^']*)'/.match(token) link = matches[1] unless matches.nil? matches = /anchor="([^"]*)"/.match(token) || /anchor='([^']*)'/.match(token) anchor = matches[1] unless matches.nil? matches = /local="([^"]*)"/.match(token) || /local='([^']*)'/.match(token) local = matches[1] unless matches.nil? when /^]*>$/ matches = /rgb="#?([^"]*)"/.match(token) || /rgb='#?([^']*)'/.match(token) colors << matches[1] if matches match = /c="#?([^"]*)"/.match(token) || /c='#?([^']*)'/.match(token) c = match[1].to_i unless match.nil? match = /m="#?([^"]*)"/.match(token) || /m='#?([^']*)'/.match(token) m = match[1].to_i unless match.nil? match = /y="#?([^"]*)"/.match(token) || /y='#?([^']*)'/.match(token) y = match[1].to_i unless match.nil? match = /k="#?([^"]*)"/.match(token) || /k='#?([^']*)'/.match(token) k = match[1].to_i unless match.nil? colors << [c, m, y, k] if [c, m, y, k].all? # intend to support rgb="#ffffff" or rgb='#ffffff', # r="255" g="255" b="255" or r='255' g='255' b='255', # and c="100" m="100" y="100" k="100" or # c='100' m='100' y='100' k='100' # color = { :rgb => "#ffffff" } # color = { :r => 255, :g => 255, :b => 255 } # color = { :c => 100, :m => 100, :y => 100, :k => 100 } when /^]*>$/ matches = /name="([^"]*)"/.match(token) || /name='([^']*)'/.match(token) fonts << matches[1] unless matches.nil? matches = /size="([^"]*)"/.match(token) || /size='([^']*)'/.match(token) sizes << matches[1].to_f unless matches.nil? matches = /character_spacing="([^"]*)"/.match(token) || /character_spacing='([^']*)'/.match(token) character_spacings << matches[1].to_f unless matches.nil? else string = token.gsub('<', '<').gsub('>', '>') .gsub('&', '&') array << { text: string, styles: styles.dup, color: colors.last, local: local, link: link, anchor: anchor, font: fonts.last, size: sizes.last, character_spacing: character_spacings.last } end end array end end end end end ruby-prawn-2.4.0.orig/lib/prawn/text/formatted/wrap.rb0000644000000000000000000001241213772706672021445 0ustar rootroot# frozen_string_literal: true # wrap.rb: Handles text wrapping for for formatted text # # Contributed by Daniel Nelson # # This is free software. Please see the LICENSE and COPYING files for details. require_relative 'line_wrap' require_relative 'arranger' module Prawn module Text module Formatted #:nodoc: # @private module Wrap #:nodoc: def initialize(_array, options) @line_wrap = Prawn::Text::Formatted::LineWrap.new @arranger = Prawn::Text::Formatted::Arranger.new( @document, kerning: options[:kerning] ) @disable_wrap_by_char = options[:disable_wrap_by_char] end # See the developer documentation for PDF::Core::Text#wrap # # Formatted#wrap should set the following variables: # @line_height:: # the height of the tallest fragment in the last printed line # @descender:: # the descender height of the tallest fragment in the last # printed line # @ascender:: # the ascender heigth of the tallest fragment in the last # printed line # @baseline_y:: # the baseline of the current line # @nothing_printed:: # set to true until something is printed, then false # @everything_printed:: # set to false until everything printed, then true # # Returns any formatted text that was not printed # def wrap(array) #:nodoc: initialize_wrap(array) stop = false until stop # wrap before testing if enough height for this line because the # height of the highest fragment on this line will be used to # determine the line height @line_wrap.wrap_line( document: @document, kerning: @kerning, width: available_width, arranger: @arranger, disable_wrap_by_char: @disable_wrap_by_char ) if enough_height_for_this_line? move_baseline_down print_line else stop = true end stop ||= @single_line || @arranger.finished? end @text = @printed_lines.join("\n") @everything_printed = @arranger.finished? @arranger.unconsumed end private def print_line @nothing_printed = false printed_fragments = [] fragments_this_line = [] word_spacing = word_spacing_for_this_line @arranger.fragments.each do |fragment| fragment.word_spacing = word_spacing if fragment.text == "\n" printed_fragments << "\n" if @printed_lines.last == '' break end printed_fragments << fragment.text fragments_this_line << fragment end @arranger.fragments.replace [] accumulated_width = 0 fragments_this_line.reverse! if @direction == :rtl fragments_this_line.each do |fragment_this_line| fragment_this_line.default_direction = @direction format_and_draw_fragment( fragment_this_line, accumulated_width, @line_wrap.width, word_spacing ) accumulated_width += fragment_this_line.width end @printed_lines << printed_fragments.map do |s| s.dup.force_encoding(::Encoding::UTF_8) end.join end def word_spacing_for_this_line if @align == :justify && @line_wrap.space_count.positive? && !@line_wrap.paragraph_finished? (available_width - @line_wrap.width) / @line_wrap.space_count else 0 end end def enough_height_for_this_line? @line_height = @arranger.max_line_height @descender = @arranger.max_descender @ascender = @arranger.max_ascender diff = if @baseline_y.zero? @ascender + @descender else @descender + @line_height + @leading end require_relatived_total_height = @baseline_y.abs + diff if require_relatived_total_height > @height + 0.0001 # no room for the full height of this line @arranger.repack_unretrieved false else true end end def initialize_wrap(array) @text = nil @arranger.format_array = array # these values will depend on the maximum value within a given line @line_height = 0 @descender = 0 @ascender = 0 @baseline_y = 0 @printed_lines = [] @nothing_printed = true @everything_printed = false end def format_and_draw_fragment(fragment, accumulated_width, line_width, word_spacing) @arranger.apply_color_and_font_settings(fragment) do draw_fragment( fragment, accumulated_width, line_width, word_spacing ) end end end end end end ruby-prawn-2.4.0.orig/lib/prawn/text/formatted/arranger.rb0000644000000000000000000002322313772706672022277 0ustar rootroot# frozen_string_literal: true # core/text/formatted/arranger.rb : Implements a data structure for 2-stage # processing of lines of formatted text # # Copyright February 2010, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn module Text module Formatted #:nodoc: # @private class Arranger #:nodoc: class NotFinalized < StandardError DEFAULT_MESSAGE = 'Lines must be finalized' MESSAGE_WITH_METHOD = 'Lines must be finalized before calling #%s' def initialize(message = DEFAULT_MESSAGE, method: nil) if method && message == DEFAULT_MESSAGE super format(MESSAGE_WITH_METHOD, method: method) else super message end end end class BadFontFamily < StandardError def initialize(message = 'Bad font family') super end end attr_reader :max_line_height attr_reader :max_descender attr_reader :max_ascender attr_reader :finalized attr_accessor :consumed # The following present only for testing purposes attr_reader :unconsumed attr_reader :fragments attr_reader :current_format_state def initialize(document, options = {}) @document = document @fragments = [] @unconsumed = [] @kerning = options[:kerning] end def space_count unless finalized raise NotFinalized.new(method: 'space_count') end @fragments.reduce(0) do |sum, fragment| sum + fragment.space_count end end def line_width unless finalized raise raise NotFinalized.new(method: 'line_width') end @fragments.reduce(0) do |sum, fragment| sum + fragment.width end end def line unless finalized raise NotFinalized.new(method: 'line') end @fragments.map do |fragment| fragment.text.dup.encode(::Encoding::UTF_8) rescue ::Encoding::InvalidByteSequenceError, ::Encoding::UndefinedConversionError fragment.text.dup.force_encoding(::Encoding::UTF_8) end.join end def finalize_line @finalized = true omit_trailing_whitespace_from_line_width @fragments = [] @consumed.each do |hash| text = hash[:text] format_state = hash.dup format_state.delete(:text) fragment = Prawn::Text::Formatted::Fragment.new( text, format_state, @document ) @fragments << fragment self.fragment_measurements = fragment self.line_measurement_maximums = fragment end end def format_array=(array) initialize_line @unconsumed = [] array.each do |hash| hash[:text].scan(/[^\n]+|\n/) do |line| @unconsumed << hash.merge(text: line) end end end def initialize_line @finalized = false @max_line_height = 0 @max_descender = 0 @max_ascender = 0 @consumed = [] @fragments = [] end def finished? @unconsumed.empty? end def next_string if finalized raise NotFinalized.new(method: 'next_string') end next_unconsumed_hash = @unconsumed.shift if next_unconsumed_hash @consumed << next_unconsumed_hash.dup @current_format_state = next_unconsumed_hash.dup @current_format_state.delete(:text) next_unconsumed_hash[:text] end end def preview_next_string next_unconsumed_hash = @unconsumed.first if next_unconsumed_hash next_unconsumed_hash[:text] end end def apply_color_and_font_settings(fragment, &block) if fragment.color original_fill_color = @document.fill_color original_stroke_color = @document.stroke_color @document.fill_color(*fragment.color) @document.stroke_color(*fragment.color) apply_font_settings(fragment, &block) @document.stroke_color = original_stroke_color @document.fill_color = original_fill_color else apply_font_settings(fragment, &block) end end def apply_font_settings(fragment = nil, &block) if fragment.nil? font = current_format_state[:font] size = current_format_state[:size] character_spacing = current_format_state[:character_spacing] || @document.character_spacing styles = current_format_state[:styles] else font = fragment.font size = fragment.size character_spacing = fragment.character_spacing styles = fragment.styles end font_style = font_style(styles) @document.character_spacing(character_spacing) do if font || font_style != :normal raise BadFontFamily unless @document.font.family @document.font( font || @document.font.family, style: font_style ) do apply_font_size(size, styles, &block) end else apply_font_size(size, styles, &block) end end end def update_last_string(printed, unprinted, normalized_soft_hyphen = nil) return if printed.nil? if printed.empty? @consumed.pop else @consumed.last[:text] = printed if normalized_soft_hyphen @consumed.last[:normalized_soft_hyphen] = normalized_soft_hyphen end end unless unprinted.empty? @unconsumed.unshift(@current_format_state.merge(text: unprinted)) end load_previous_format_state if printed.empty? end def retrieve_fragment unless finalized raise NotFinalized, 'Lines must be finalized before fragments can be retrieved' end @fragments.shift end def repack_unretrieved new_unconsumed = [] # rubocop: disable Lint/AssignmentInCondition while fragment = retrieve_fragment # rubocop: enable Lint/AssignmentInCondition fragment.include_trailing_white_space! new_unconsumed << fragment.format_state.merge(text: fragment.text) end @unconsumed = new_unconsumed.concat(@unconsumed) end def font_style(styles) styles = Array(styles) if styles.include?(:bold) && styles.include?(:italic) :bold_italic elsif styles.include?(:bold) :bold elsif styles.include?(:italic) :italic else :normal end end private def load_previous_format_state if @consumed.empty? @current_format_state = {} else hash = @consumed.last @current_format_state = hash.dup @current_format_state.delete(:text) end end def apply_font_size(size, styles, &block) if subscript?(styles) || superscript?(styles) relative_size = 0.583 size = if size.nil? @document.font_size * relative_size else size * relative_size end end if size.nil? yield else @document.font_size(size, &block) end end def subscript?(styles) if styles.nil? then false else styles.include?(:subscript) end end def superscript?(styles) if styles.nil? then false else styles.include?(:superscript) end end def omit_trailing_whitespace_from_line_width @consumed.reverse_each do |hash| if hash[:text] == "\n" break elsif hash[:text].strip.empty? && @consumed.length > 1 # this entire fragment is trailing white space hash[:exclude_trailing_white_space] = true else # this fragment contains the first non-white space we have # encountered since the end of the line hash[:exclude_trailing_white_space] = true break end end end def fragment_measurements=(fragment) apply_font_settings(fragment) do fragment.width = @document.width_of( fragment.text, kerning: @kerning ) fragment.line_height = @document.font.height fragment.descender = @document.font.descender fragment.ascender = @document.font.ascender end end def line_measurement_maximums=(fragment) @max_line_height = [ defined?(@max_line_height) && @max_line_height, fragment.line_height ].compact.max @max_descender = [ defined?(@max_descender) && @max_descender, fragment.descender ].compact.max @max_ascender = [ defined?(@max_ascender) && @max_ascender, fragment.ascender ].compact.max end end end end end ruby-prawn-2.4.0.orig/lib/prawn/text/formatted/line_wrap.rb0000644000000000000000000002353313772706672022462 0ustar rootroot# frozen_string_literal: true # core/text/formatted/line_wrap.rb : Implements individual line wrapping of # formatted text # # Copyright February 2010, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Text module Formatted #:nodoc: # @private class LineWrap #:nodoc: # The width of the last wrapped line # def width @accumulated_width || 0 end # The number of spaces in the last wrapped line attr_reader :space_count # Whether this line is the last line in the paragraph def paragraph_finished? @newline_encountered || next_string_newline? || @arranger.finished? end def tokenize(fragment) fragment.scan(scan_pattern(fragment.encoding)) end # Work in conjunction with the PDF::Formatted::Arranger # defined in the :arranger option to determine what formatted text # will fit within the width defined by the :width option # def wrap_line(options) initialize_line(options) # rubocop: disable Lint/AssignmentInCondition while fragment = @arranger.next_string # rubocop: enable Lint/AssignmentInCondition @fragment_output = +'' fragment.lstrip! if first_fragment_on_this_line?(fragment) next if empty_line?(fragment) unless apply_font_settings_and_add_fragment_to_line(fragment) break end end @arranger.finalize_line @accumulated_width = @arranger.line_width @space_count = @arranger.space_count @arranger.line end private def first_fragment_on_this_line?(fragment) line_empty? && fragment != "\n" end def empty_line?(fragment) empty = line_empty? && fragment.empty? && next_string_newline? if empty @arranger.update_last_string('', '', soft_hyphen(fragment.encoding)) end empty end def next_string_newline? @arranger.preview_next_string == "\n" end def apply_font_settings_and_add_fragment_to_line(fragment) result = nil @arranger.apply_font_settings do result = add_fragment_to_line(fragment) end result end # returns true if all text was printed without running into the end of # the line # def add_fragment_to_line(fragment) case fragment when '' true when "\n" @newline_encountered = true false else tokenize(fragment).each do |segment| segment_width = if segment == zero_width_space(segment.encoding) 0 else @document.width_of(segment, kerning: @kerning) end if @accumulated_width + segment_width <= @width @accumulated_width += segment_width shy = soft_hyphen(segment.encoding) if segment[-1] == shy sh_width = @document.width_of(shy, kerning: @kerning) @accumulated_width -= sh_width end @fragment_output += segment else if @accumulated_width.zero? && @line_contains_more_than_one_word @line_contains_more_than_one_word = false end end_of_the_line_reached(segment) fragment_finished(fragment) return false end end fragment_finished(fragment) true end end # The pattern used to determine chunks of text to place on a given line # def scan_pattern(encoding = ::Encoding::UTF_8) ebc = break_chars(encoding) eshy = soft_hyphen(encoding) ehy = hyphen(encoding) ews = whitespace(encoding) patterns = [ "[^#{ebc}]+#{eshy}", "[^#{ebc}]+#{ehy}+", "[^#{ebc}]+", "[#{ews}]+", "#{ehy}+[^#{ebc}]*", eshy.to_s ] pattern = patterns .map { |p| p.encode(encoding) } .join('|') Regexp.new(pattern) end # The pattern used to determine whether any word breaks exist on a # current line, which in turn determines whether character level # word breaking is needed # def word_division_scan_pattern(encoding = ::Encoding::UTF_8) common_whitespaces = ["\t", "\n", "\v", "\r", ' '].map do |c| c.encode(encoding) end Regexp.union( common_whitespaces + [ zero_width_space(encoding), soft_hyphen(encoding), hyphen(encoding) ].compact ) end def soft_hyphen(encoding = ::Encoding::UTF_8) Prawn::Text::SHY.encode(encoding) rescue ::Encoding::InvalidByteSequenceError, ::Encoding::UndefinedConversionError nil end def break_chars(encoding = ::Encoding::UTF_8) [ whitespace(encoding), soft_hyphen(encoding), hyphen(encoding) ].join('') end def zero_width_space(encoding = ::Encoding::UTF_8) Prawn::Text::ZWSP.encode(encoding) rescue ::Encoding::InvalidByteSequenceError, ::Encoding::UndefinedConversionError nil end def whitespace(encoding = ::Encoding::UTF_8) "\s\t#{zero_width_space(encoding)}".encode(encoding) end def hyphen(_encoding = ::Encoding::UTF_8) '-' rescue ::Encoding::InvalidByteSequenceError, ::Encoding::UndefinedConversionError nil end def line_empty? @line_empty && @accumulated_width.zero? end def initialize_line(options) @document = options[:document] @kerning = options[:kerning] @width = options[:width] @disable_wrap_by_char = options[:disable_wrap_by_char] @accumulated_width = 0 @line_empty = true @line_contains_more_than_one_word = false @arranger = options[:arranger] @arranger.initialize_line @newline_encountered = false @line_full = false end def fragment_finished(fragment) if fragment == "\n" @newline_encountered = true @line_empty = false else update_output_based_on_last_fragment( fragment, soft_hyphen(fragment.encoding) ) update_line_status_based_on_last_output pull_preceding_fragment_to_join_this_one?(fragment) end remember_this_fragment_for_backward_looking_ops end def update_output_based_on_last_fragment( fragment, normalized_soft_hyphen = nil ) remaining_text = fragment.slice(@fragment_output.length..fragment.length) if line_finished? && line_empty? && @fragment_output.empty? && !fragment.strip.empty? raise Prawn::Errors::CannotFit end @arranger.update_last_string( @fragment_output, remaining_text, normalized_soft_hyphen ) end def pull_preceding_fragment_to_join_this_one?(current_fragment) if @fragment_output.empty? && !current_fragment.empty? && @line_contains_more_than_one_word && !(previous_fragment_ended_with_breakable? || fragment_begins_with_breakable?(current_fragment)) @fragment_output = @previous_fragment_output_without_last_word update_output_based_on_last_fragment(@previous_fragment) end end def remember_this_fragment_for_backward_looking_ops @previous_fragment = @fragment_output.dup pf = @previous_fragment @previous_fragment_ended_with_breakable = pf =~ /[#{break_chars(pf.encoding)}]$/ last_word = pf.slice(/[^#{break_chars(pf.encoding)}]*$/) last_word_length = last_word.nil? ? 0 : last_word.length @previous_fragment_output_without_last_word = pf.slice(0, pf.length - last_word_length) end def previous_fragment_ended_with_breakable? @previous_fragment_ended_with_breakable end def fragment_begins_with_breakable?(fragment) fragment =~ /^[#{break_chars(fragment.encoding)}]/ end def line_finished? @line_full || paragraph_finished? end def update_line_status_based_on_last_output if @fragment_output&.match?(word_division_scan_pattern(@fragment_output.encoding)) @line_contains_more_than_one_word = true end end def end_of_the_line_reached(segment) update_line_status_based_on_last_output unless @disable_wrap_by_char || @line_contains_more_than_one_word wrap_by_char(segment) end @line_full = true end def wrap_by_char(segment) segment.each_char do |char| break unless append_char(char) end end def append_char(char) # kerning doesn't make sense in the context of a single character char_width = @document.width_of(char) if @accumulated_width + char_width <= @width @accumulated_width += char_width @fragment_output << char true else false end end end end end end ruby-prawn-2.4.0.orig/lib/prawn/text/formatted/box.rb0000644000000000000000000005164613772706672021300 0ustar rootroot# frozen_string_literal: true # text/formatted/rectangle.rb : Implements text boxes with formatted text # # Copyright February 2010, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Text module Formatted # @group Stable API # Draws the requested formatted text into a box. When the text overflows # the rectangle shrink to fit or truncate the text. Text boxes are # independent of the document y position. # # == Formatted Text Array # # Formatted text is comprised of an array of hashes, where each hash # defines text and format information. As of the time of writing, the # following hash options are supported: # # :text:: # the text to format according to the other hash options # :styles:: # an array of styles to apply to this text. Available styles include # :bold, :italic, :underline, :strikethrough, :subscript, and # :superscript # :size:: # a number denoting the font size to apply to this text # :character_spacing:: # a number denoting how much to increase or decrease the default # spacing between characters # :font:: # the name of a font. The name must be an AFM font with the desired # faces or must be a font that is already registered using # Prawn::Document#font_families # :color:: # anything compatible with Prawn::Graphics::Color#fill_color and # Prawn::Graphics::Color#stroke_color # :link:: # a URL to which to create a link. A clickable link will be created # to that URL. Note that you must explicitly underline and color using # the appropriate tags if you which to draw attention to the link # :anchor:: # a destination that has already been or will be registered using # PDF::Core::Destinations#add_dest. A clickable link will be # created to that destination. Note that you must explicitly underline # and color using the appropriate tags if you which to draw attention # to the link # :local:: # a file or application to be opened locally. A clickable link will be # created to the provided local file or application. If the file is # another PDF, it will be opened in a new window. Note that you must # explicitly underline and color using the appropriate tags if you # which to draw attention to the link # :draw_text_callback: # if provided, this Proc will be called instead of #draw_text! once # per fragment for every low-level addition of text to the page. # :callback:: # an object (or array of such objects) with two methods: # #render_behind and #render_in_front, which are called immediately # prior to and immediately after rendring the text fragment and which # are passed the fragment as an argument # # == Example # # formatted_text_box([{ :text => "hello" }, # { :text => "world", # :size => 24, # :styles => [:bold, :italic] }]) # # == Options # # Accepts the same options as Text::Box with the below exceptions # # == Returns # # Returns a formatted text array representing any text that did not print # under the current settings. # # == Exceptions # # Raises "Bad font family" if no font family is defined for the current # font # # Raises Prawn::Errors::CannotFit if not wide enough to print # any text # def formatted_text_box(array, options = {}) Text::Formatted::Box.new(array, options.merge(document: self)).render end # Generally, one would use the Prawn::Text::Formatted#formatted_text_box # convenience method. However, using Text::Formatted::Box.new in # conjunction with #render(:dry_run => true) enables one to do look-ahead # calculations prior to placing text on the page, or to determine how much # vertical space was consumed by the printed text # class Box include Prawn::Text::Formatted::Wrap # @group Experimental API # The text that was successfully printed (or, if dry_run was # used, the text that would have been successfully printed) attr_reader :text # True if nothing printed (or, if dry_run was # used, nothing would have been successfully printed) def nothing_printed? @nothing_printed end # True if everything printed (or, if dry_run was # used, everything would have been successfully printed) def everything_printed? @everything_printed end # The upper left corner of the text box attr_reader :at # The line height of the last line printed attr_reader :line_height # The height of the ascender of the last line printed attr_reader :ascender # The height of the descender of the last line printed attr_reader :descender # The leading used during printing attr_reader :leading def line_gap line_height - (ascender + descender) end # See Prawn::Text#text_box for valid options # def initialize(formatted_text, options = {}) @inked = false Prawn.verify_options(valid_options, options) options = options.dup self.class.extensions.reverse_each { |e| extend e } @overflow = options[:overflow] || :truncate @disable_wrap_by_char = options[:disable_wrap_by_char] self.original_text = formatted_text @text = nil @document = options[:document] @direction = options[:direction] || @document.text_direction @fallback_fonts = options[:fallback_fonts] || @document.fallback_fonts @at = ( options[:at] || [@document.bounds.left, @document.bounds.top] ).dup @width = options[:width] || @document.bounds.right - @at[0] @height = options[:height] || default_height @align = options[:align] || (@direction == :rtl ? :right : :left) @vertical_align = options[:valign] || :top @leading = options[:leading] || @document.default_leading @character_spacing = options[:character_spacing] || @document.character_spacing @mode = options[:mode] || @document.text_rendering_mode @rotate = options[:rotate] || 0 @rotate_around = options[:rotate_around] || :upper_left @single_line = options[:single_line] @draw_text_callback = options[:draw_text_callback] # if the text rendering mode is :unknown, force it back to :fill if @mode == :unknown @mode = :fill end if @overflow == :expand # if set to expand, then we simply set the bottom # as the bottom of the document bounds, since that # is the maximum we should expand to @height = default_height @overflow = :truncate end @min_font_size = options[:min_font_size] || 5 if options[:kerning].nil? options[:kerning] = @document.default_kerning? end @options = { kerning: options[:kerning], size: options[:size], style: options[:style] } super(formatted_text, options) end # Render text to the document based on the settings defined in # initialize. # # In order to facilitate look-ahead calculations, render # accepts a :dry_run => true option. If provided, then # everything is executed as if rendering, with the exception that # nothing is drawn on the page. Useful for look-ahead computations of # height, unprinted text, etc. # # Returns any text that did not print under the current settings. # def render(flags = {}) unprinted_text = [] @document.save_font do @document.character_spacing(@character_spacing) do @document.text_rendering_mode(@mode) do process_options text = normalized_text(flags) @document.font_size(@font_size) do shrink_to_fit(text) if @overflow == :shrink_to_fit process_vertical_alignment(text) @inked = true unless flags[:dry_run] unprinted_text = if @rotate != 0 && @inked render_rotated(text) else wrap(text) end @inked = false end end end end unprinted_text.map do |e| e.merge(text: @document.font.to_utf8(e[:text])) end end # The width available at this point in the box # def available_width @width end # The height actually used during the previous render # def height return 0 if @baseline_y.nil? || @descender.nil? (@baseline_y - @descender).abs end # fragment is a Prawn::Text::Formatted::Fragment object # def draw_fragment( fragment, accumulated_width = 0, line_width = 0, word_spacing = 0 ) #:nodoc: case @align when :left x = @at[0] when :center x = @at[0] + @width * 0.5 - line_width * 0.5 when :right x = @at[0] + @width - line_width when :justify x = if @direction == :ltr @at[0] else @at[0] + @width - line_width end else raise ArgumentError, 'align must be one of :left, :right, :center or :justify symbols' end x += accumulated_width y = @at[1] + @baseline_y y += fragment.y_offset fragment.left = x fragment.baseline = y if @inked draw_fragment_underlays(fragment) @document.word_spacing(word_spacing) do if @draw_text_callback @draw_text_callback.call( fragment.text, at: [x, y], kerning: @kerning ) else @document.draw_text!( fragment.text, at: [x, y], kerning: @kerning ) end end draw_fragment_overlays(fragment) end end # @group Extension API # Example (see Prawn::Text::Core::Formatted::Wrap for what is required # of the wrap method if you want to override the default wrapping # algorithm): # # # module MyWrap # # def wrap(array) # initialize_wrap([{ :text => 'all your base are belong to us' }]) # @line_wrap.wrap_line(:document => @document, # :kerning => @kerning, # :width => 10000, # :arranger => @arranger) # fragment = @arranger.retrieve_fragment # format_and_draw_fragment(fragment, 0, @line_wrap.width, 0) # [] # end # # end # # Prawn::Text::Formatted::Box.extensions << MyWrap # # box = Prawn::Text::Formatted::Box.new('hello world') # box.render('why can't I print anything other than' + # '"all your base are belong to us"?') # # def self.extensions @extensions ||= [] end # @private def self.inherited(base) super extensions.each { |e| base.extensions << e } end def valid_options PDF::Core::Text::VALID_OPTIONS + %i[ at height width align valign rotate rotate_around overflow min_font_size disable_wrap_by_char leading character_spacing mode single_line document direction fallback_fonts draw_text_callback ] end private def normalized_text(flags) text = normalize_encoding text.each { |t| t.delete(:color) } if flags[:dry_run] text end def original_text @original_array.map(&:dup) end def original_text=(formatted_text) @original_array = formatted_text end def normalize_encoding formatted_text = original_text unless @fallback_fonts.empty? formatted_text = process_fallback_fonts(formatted_text) end formatted_text.each do |hash| if hash[:font] @document.font(hash[:font]) do hash[:text] = @document.font.normalize_encoding(hash[:text]) end else hash[:text] = @document.font.normalize_encoding(hash[:text]) end end formatted_text end def process_fallback_fonts(formatted_text) modified_formatted_text = [] formatted_text.each do |hash| fragments = analyze_glyphs_for_fallback_font_support(hash) modified_formatted_text.concat(fragments) end modified_formatted_text end def analyze_glyphs_for_fallback_font_support(hash) font_glyph_pairs = [] original_font = @document.font.family fragment_font = hash[:font] || original_font fallback_fonts = @fallback_fonts.dup # always default back to the current font if the glyph is missing from # all fonts fallback_fonts << fragment_font @document.save_font do hash[:text].each_char do |char| font_glyph_pairs << [ find_font_for_this_glyph( char, fragment_font, fallback_fonts.dup ), char ] end end # Don't add a :font to fragments if it wasn't there originally if hash[:font].nil? font_glyph_pairs.each do |pair| pair[0] = nil if pair[0] == original_font end end form_fragments_from_like_font_glyph_pairs(font_glyph_pairs, hash) end def find_font_for_this_glyph(char, current_font, fallback_fonts) @document.font(current_font) if fallback_fonts.empty? || @document.font.glyph_present?(char) current_font else find_font_for_this_glyph(char, fallback_fonts.shift, fallback_fonts) end end def form_fragments_from_like_font_glyph_pairs(font_glyph_pairs, hash) fragments = [] fragment = nil current_font = nil font_glyph_pairs.each do |font, char| if font != current_font || fragments.count.zero? current_font = font fragment = hash.dup fragment[:text] = char fragment[:font] = font unless font.nil? fragments << fragment else fragment[:text] += char end end fragments end def move_baseline_down if @baseline_y.zero? @baseline_y = -@ascender else @baseline_y -= (@line_height + @leading) end end # Returns the default height to be used if none is provided or if the # overflow option is set to :expand. If we are in a stretchy bounding # box, assume we can stretch to the bottom of the innermost non-stretchy # box. # def default_height # Find the "frame", the innermost non-stretchy bbox. frame = @document.bounds frame = frame.parent while frame.stretchy? && frame.parent @at[1] + @document.bounds.absolute_bottom - frame.absolute_bottom end def process_vertical_alignment(text) # The vertical alignment must only be done once per text box, but # we need to wait until render() is called so that the fonts are set # up properly for wrapping. So guard with a boolean to ensure this is # only run once. if defined?(@vertical_alignment_processed) && @vertical_alignment_processed return end @vertical_alignment_processed = true return if @vertical_align == :top wrap(text) case @vertical_align when :center @at[1] -= (@height - height + @descender) * 0.5 when :bottom @at[1] -= (@height - height) end @height = height end # Decrease the font size until the text fits or the min font # size is reached def shrink_to_fit(text) loop do if @disable_wrap_by_char && @font_size > @min_font_size begin wrap(text) rescue Errors::CannotFit # Ignore errors while we can still attempt smaller # font sizes. end else wrap(text) end break if @everything_printed || @font_size <= @min_font_size @font_size = [@font_size - 0.5, @min_font_size].max @document.font_size = @font_size end end def process_options # must be performed within a save_font block because # document.process_text_options sets the font @document.process_text_options(@options) @font_size = @options[:size] @kerning = @options[:kerning] end def render_rotated(text) unprinted_text = '' case @rotate_around when :center x = @at[0] + @width * 0.5 y = @at[1] - @height * 0.5 when :upper_right x = @at[0] + @width y = @at[1] when :lower_right x = @at[0] + @width y = @at[1] - @height when :lower_left x = @at[0] y = @at[1] - @height else x = @at[0] y = @at[1] end @document.rotate(@rotate, origin: [x, y]) do unprinted_text = wrap(text) end unprinted_text end def draw_fragment_underlays(fragment) fragment.callback_objects.each do |obj| obj.render_behind(fragment) if obj.respond_to?(:render_behind) end end def draw_fragment_overlays(fragment) draw_fragment_overlay_styles(fragment) draw_fragment_overlay_link(fragment) draw_fragment_overlay_anchor(fragment) draw_fragment_overlay_local(fragment) fragment.callback_objects.each do |obj| obj.render_in_front(fragment) if obj.respond_to?(:render_in_front) end end def draw_fragment_overlay_link(fragment) return unless fragment.link box = fragment.absolute_bounding_box @document.link_annotation( box, Border: [0, 0, 0], A: { Type: :Action, S: :URI, URI: PDF::Core::LiteralString.new(fragment.link) } ) end def draw_fragment_overlay_anchor(fragment) return unless fragment.anchor box = fragment.absolute_bounding_box @document.link_annotation( box, Border: [0, 0, 0], Dest: fragment.anchor ) end def draw_fragment_overlay_local(fragment) return unless fragment.local box = fragment.absolute_bounding_box @document.link_annotation( box, Border: [0, 0, 0], A: { Type: :Action, S: :Launch, F: PDF::Core::LiteralString.new(fragment.local), NewWindow: true } ) end def draw_fragment_overlay_styles(fragment) if fragment.styles.include?(:underline) @document.stroke_line(fragment.underline_points) end if fragment.styles.include?(:strikethrough) @document.stroke_line(fragment.strikethrough_points) end end end end end end ruby-prawn-2.4.0.orig/lib/prawn/text/formatted/fragment.rb0000644000000000000000000001341113772706672022277 0ustar rootroot# frozen_string_literal: true # text/formatted/fragment.rb : Implements information about a formatted fragment # # Copyright March 2010, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn module Text module Formatted # Prawn::Text::Formatted::Fragment is a state store for a formatted text # fragment. It does not render anything. # # @private class Fragment attr_reader :format_state, :text attr_writer :width attr_accessor :line_height, :descender, :ascender attr_accessor :word_spacing, :left, :baseline def initialize(text, format_state, document) @format_state = format_state @document = document @word_spacing = 0 # keep the original value of "text", so we can reinitialize @text if # formatting parameters like text direction are changed @original_text = text @text = process_text(@original_text) end def width if @word_spacing.zero? then @width else @width + @word_spacing * space_count end end def height top - bottom end def subscript? styles.include?(:subscript) end def superscript? styles.include?(:superscript) end def y_offset if subscript? then -descender elsif superscript? then 0.85 * ascender else 0 end end def bounding_box [left, bottom, right, top] end def absolute_bounding_box box = bounding_box box[0] += @document.bounds.absolute_left box[2] += @document.bounds.absolute_left box[1] += @document.bounds.absolute_bottom box[3] += @document.bounds.absolute_bottom box end def underline_points y = baseline - 1.25 [[left, y], [right, y]] end def strikethrough_points y = baseline + ascender * 0.3 [[left, y], [right, y]] end def styles @format_state[:styles] || [] end def link @format_state[:link] end def anchor @format_state[:anchor] end def local @format_state[:local] end def color @format_state[:color] end def font @format_state[:font] end def size @format_state[:size] end def character_spacing @format_state[:character_spacing] || @document.character_spacing end def direction @format_state[:direction] end def default_direction=(direction) unless @format_state[:direction] @format_state[:direction] = direction @text = process_text(@original_text) end end def include_trailing_white_space! @format_state.delete(:exclude_trailing_white_space) @text = process_text(@original_text) end def space_count @text.count(' ') end def callback_objects callback = @format_state[:callback] if callback.nil? [] elsif callback.is_a?(Array) callback else [callback] end end def right left + width end def top baseline + ascender end def bottom baseline - descender end def top_left [left, top] end def top_right [right, top] end def bottom_right [right, bottom] end def bottom_left [left, bottom] end def absolute_left absolute_bounding_box[0] end def absolute_right absolute_bounding_box[2] end def absolute_top absolute_bounding_box[3] end def absolute_bottom absolute_bounding_box[1] end def absolute_top_left [absolute_left, absolute_top] end def absolute_top_right [absolute_right, absolute_top] end def absolute_bottom_left [absolute_left, absolute_bottom] end def absolute_bottom_right [absolute_right, absolute_bottom] end private def process_text(text) string = strip_zero_width_spaces(text) if exclude_trailing_white_space? string = string.rstrip if soft_hyphens_need_processing?(string) string = process_soft_hyphens(string[0..-2]) + string[-1..-1] end elsif soft_hyphens_need_processing?(string) string = process_soft_hyphens(string) end if direction == :rtl string.reverse else string end end def exclude_trailing_white_space? @format_state[:exclude_trailing_white_space] end def soft_hyphens_need_processing?(string) !string.empty? && normalized_soft_hyphen end def normalized_soft_hyphen @format_state[:normalized_soft_hyphen] end def process_soft_hyphens(string) if string.encoding != normalized_soft_hyphen.encoding string.force_encoding(normalized_soft_hyphen.encoding) end string.gsub(normalized_soft_hyphen, '') end def strip_zero_width_spaces(string) if string.encoding == ::Encoding::UTF_8 string.gsub(Prawn::Text::ZWSP, '') else string end end end end end end ruby-prawn-2.4.0.orig/lib/prawn/measurements.rb0000644000000000000000000000213613772706672020235 0ustar rootroot# frozen_string_literal: true # measurements.rb: Conversions from other measurements to PDF points # # Copyright December 2008, Florian Witteler. All Rights Reserved. # # rubocop: disable Naming/MethodParameterName module Prawn # @group Stable API module Measurements # metric conversions def cm2mm(cm) cm * 10 end def dm2mm(dm) dm * 100 end def m2mm(m) m * 1000 end # imperial conversions # from http://en.wikipedia.org/wiki/Imperial_units def ft2in(ft) ft * 12 end def yd2in(yd) yd * 36 end # PostscriptPoint-converisons def pt2pt(pt) pt end def in2pt(inch) inch * 72 end def ft2pt(ft) in2pt(ft2in(ft)) end def yd2pt(yd) in2pt(yd2in(yd)) end def mm2pt(mm) mm * (72 / 25.4) end def cm2pt(cm) mm2pt(cm2mm(cm)) end def dm2pt(dm) mm2pt(dm2mm(dm)) end def m2pt(m) mm2pt(m2mm(m)) end def pt2mm(pt) pt * 1 / mm2pt(1) # (25.4 / 72) end end end # rubocop: enable Naming/MethodParameterName ruby-prawn-2.4.0.orig/lib/prawn/outline.rb0000644000000000000000000002646413772706672017216 0ustar rootroot# frozen_string_literal: true module Prawn class Document # @group Stable API # Lazily instantiates a Prawn::Outline object for document. This is used as # point of entry to methods to build the outline tree for a document's table # of contents. def outline @outline ||= Outline.new(self) end end # The Outline class organizes the outline tree items for the document. # Note that the prev and parent instance variables are adjusted while # navigating through the nested blocks. These variables along with the # presence or absense of blocks are the primary means by which the relations # for the various OutlineItems and the OutlineRoot are set. Unfortunately, the # best way to understand how this works is to follow the method calls through # a real example. # # Some ideas for the organization of this class were gleaned from name_tree. # In particular the way in which the OutlineItems are finally rendered into # document objects in PdfObject through a hash. # class Outline # @private attr_accessor :parent, :prev, :document, :items def initialize(document) @document = document @parent = root @prev = nil @items = {} end # @group Stable API # Returns the current page number of the document def page_number @document.page_number end # Defines/Updates an outline for the document. # The outline is an optional nested index that appears on the side of a PDF # document usually with direct links to pages. The outline DSL is defined by # nested blocks involving two methods: section and page; see the # documentation on those methods for their arguments and options. Note that # one can also use outline#update to add more sections to the end of the # outline tree using the same syntax and scope. # # The syntax is best illustrated with an example: # # Prawn::Document.generate(outlined_document.pdf) do # text "Page 1. This is the first Chapter. " # start_new_page # text "Page 2. More in the first Chapter. " # start_new_page # outline.define do # section 'Chapter 1', :destination => 1, :closed => true do # page :destination => 1, :title => 'Page 1' # page :destination => 2, :title => 'Page 2' # end # end # start_new_page do # outline.update do # section 'Chapter 2', :destination => 2, do # page :destination => 3, :title => 'Page 3' # end # end # end # def define(&block) instance_eval(&block) if block end alias update define # Inserts an outline section to the outline tree (see outline#define). # Although you will probably choose to exclusively use outline#define so # that your outline tree is contained and easy to manage, this method gives # you the option to insert sections to the outline tree at any point during # document generation. This method allows you to add a child subsection to # any other item at any level in the outline tree. Currently the only way # to locate the place of entry is with the title for the item. If your title # names are not unique consider using define_outline. # The method takes the following arguments: # title: a string that must match an outline title to add # the subsection to # position: either :first or :last (the default) where the subsection will # be placed relative to other child elements. If you need to position # your subsection in between other elements then consider using # #insert_section_after # block: uses the same DSL syntax as outline#define, for example: # # Consider using this method inside of outline.update if you want to have # the outline object to be scoped as self (see #insert_section_after # example). # # go_to_page 2 # start_new_page # text "Inserted Page" # outline.add_subsection_to :title => 'Page 2', :first do # outline.page :destination => page_number, :title => "Inserted Page" # end # def add_subsection_to(title, position = :last, &block) @parent = items[title] unless @parent raise Prawn::Errors::UnknownOutlineTitle, "\n No outline item with title: '#{title}' exists in the outline tree" end @prev = position == :first ? nil : @parent.data.last nxt = position == :first ? @parent.data.first : nil insert_section(nxt, &block) end # Inserts an outline section to the outline tree (see outline#define). # Although you will probably choose to exclusively use outline#define so # that your outline tree is contained and easy to manage, this method gives # you the option to insert sections to the outline tree at any point during # document generation. Unlike outline.add_section, this method allows you to # enter a section after any other item at any level in the outline tree. # Currently the only way to locate the place of entry is with the title for # the item. If your title names are not unique consider using # define_outline. # The method takes the following arguments: # title: the title of other section or page to insert new section after # block: uses the same DSL syntax as outline#define, for example: # # go_to_page 2 # start_new_page # text "Inserted Page" # update_outline do # insert_section_after :title => 'Page 2' do # page :destination => page_number, :title => "Inserted Page" # end # end # def insert_section_after(title, &block) @prev = items[title] unless @prev raise Prawn::Errors::UnknownOutlineTitle, "\n No outline item with title: '#{title}' exists in the outline tree" end @parent = @prev.data.parent nxt = @prev.data.next insert_section(nxt, &block) end # See outline#define above for documentation on how this is used in that # context # # Adds an outine section to the outline tree. # Although you will probably choose to exclusively use outline#define so # that your outline tree is contained and easy to manage, this method gives # you the option to add sections to the outline tree at any point during # document generation. When not being called from within another #section # block the section will be added at the top level after the other root # elements of the outline. For more flexible placement try using # outline#insert_section_after and/or outline#add_subsection_to # # Takes the following arguments: # title: the outline text that appears for the section. # options: destination - optional integer defining the page number for # a destination link to the top of the page (using a :FIT # destination). # - or an array with a custom destination (see the #dest_* # methods of the PDF::Destination module) # closed - whether the section should show its nested outline # elements. # - defaults to false. # block: more nested subsections and/or page blocks # # example usage: # # outline.section 'Added Section', :destination => 3 do # outline.page :destionation => 3, :title => 'Page 3' # end def section(title, options = {}, &block) add_outline_item(title, options, &block) end # See Outline#define above for more documentation on how it is used in that # context # # Adds a page to the outline. # Although you will probably choose to exclusively use outline#define so # that your outline tree is contained and easy to manage, this method also # gives you the option to add pages to the root of outline tree at any point # during document generation. Note that the page will be added at the top # level after the other root outline elements. For more flexible placement # try using outline#insert_section_after and/or outline#add_subsection_to. # # Takes the following arguments: # options: # title - REQUIRED. The outline text that appears for the page. # destination - optional integer defining the page number for # a destination link to the top of the page (using a :FIT # destination). # or an array with a custom destination (see the dest_* methods # of the PDF::Destination module) # closed - whether the section should show its nested outline elements. # - defaults to false. # example usage: # # outline.page :title => "Very Last Page" # # Note: this method is almost identical to section except that it does not # accept a block thereby defining the outline item as a leaf on the outline # tree structure. def page(options = {}) if options[:title] title = options[:title] else raise Prawn::Errors::RequiredOption, "\nTitle is a required option for page" end add_outline_item(title, options) end private # The Outline dictionary (12.3.3) for this document. It is # lazily initialized, so that documents that do not have an outline # do not incur the additional overhead. def root document.state.store.root.data[:Outlines] ||= document.ref!(PDF::Core::OutlineRoot.new) end def add_outline_item(title, options, &block) outline_item = create_outline_item(title, options) establish_relations(outline_item) increase_count set_variables_for_block(outline_item, block) yield if block reset_parent(outline_item) end def create_outline_item(title, options) outline_item = PDF::Core::OutlineItem.new(title, parent, options) case options[:destination] when Integer page_index = options[:destination] - 1 outline_item.dest = [document.state.pages[page_index].dictionary, :Fit] when Array outline_item.dest = options[:destination] end outline_item.prev = prev if @prev items[title] = document.ref!(outline_item) end def establish_relations(outline_item) prev.data.next = outline_item if prev parent.data.first = outline_item unless prev parent.data.last = outline_item end def increase_count counting_parent = parent while counting_parent counting_parent.data.count += 1 counting_parent = if counting_parent == root nil else counting_parent.data.parent end end end def set_variables_for_block(outline_item, block) self.prev = block ? nil : outline_item self.parent = outline_item if block end def reset_parent(outline_item) if parent == outline_item self.prev = outline_item self.parent = outline_item.data.parent end end def insert_section(nxt, &block) last = @parent.data.last if block yield end adjust_relations(nxt, last) reset_root_positioning end def adjust_relations(nxt, last) if nxt nxt.data.prev = @prev @prev.data.next = nxt @parent.data.last = last end end def reset_root_positioning @parent = root @prev = root.data.last end end end ruby-prawn-2.4.0.orig/lib/prawn/document/0000755000000000000000000000000013772706672017014 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/document/bounding_box.rb0000644000000000000000000003741213772706672022025 0ustar rootroot# frozen_string_literal: true # bounding_box.rb : Implements a mechanism for shifting the coordinate space # # Copyright May 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn class Document # @group Stable API # :call-seq: # bounding_box(point, options={}, &block) # # A bounding box serves two important purposes: # * Provide bounds for flowing text, starting at a given point # * Translate the origin (0,0) for graphics primitives # # A point and :width must be provided. :height is optional. # (See stretchyness below) # # ==Positioning # # Bounding boxes are positioned relative to their top left corner and # the width measurement is towards the right and height measurement is # downwards. # # Usage: # # * Bounding box 100pt x 100pt in the absolute bottom left of the # containing box: # # pdf.bounding_box([0,100], :width => 100, :height => 100) # stroke_bounds # end # # * Bounding box 200pt x 400pt high in the center of the page: # # x_pos = ((bounds.width / 2) - 150) # y_pos = ((bounds.height / 2) + 200) # pdf.bounding_box([x_pos, y_pos], :width => 300, :height => 400) do # stroke_bounds # end # # ==Flowing Text # # When flowing text, the usage of a bounding box is simple. Text will # begin at the point specified, flowing the width of the bounding box. # After the block exits, the cursor position will be moved to # the bottom of the bounding box (y - height). If flowing text exceeds # the height of the bounding box, the text will be continued on the next # page, starting again at the top-left corner of the bounding box. # # Usage: # # pdf.bounding_box([100,500], :width => 100, :height => 300) do # pdf.text "This text will flow in a very narrow box starting" + # "from [100,500]. The pointer will then be moved to [100,200]" + # "and return to the margin_box" # end # # Note, this is a low level tool and is designed primarily for building # other abstractions. If you just need to flow text on the page, you # will want to look at span() and text_box() instead # # ==Translating Coordinates # # When translating coordinates, the idea is to allow the user to draw # relative to the origin, and then translate their drawing to a specified # area of the document, rather than adjust all their drawing coordinates # to match this new region. # # Take for example two triangles which share one point, drawn from the # origin: # # pdf.polygon [0,250], [0,0], [150,100] # pdf.polygon [100,0], [150,100], [200,0] # # It would be easy enough to translate these triangles to another point, # e.g [200,200] # # pdf.polygon [200,450], [200,200], [350,300] # pdf.polygon [300,200], [350,300], [400,200] # # However, each time you want to move the drawing, you'd need to alter # every point in the drawing calls, which as you might imagine, can become # tedious. # # If instead, we think of the drawing as being bounded by a box, we can # see that the image is 200 points wide by 250 points tall. # # To translate it to a new origin, we simply select a point at (x,y+height) # # Using the [200,200] example: # # pdf.bounding_box([200,450], :width => 200, :height => 250) do # pdf.stroke do # pdf.polygon [0,250], [0,0], [150,100] # pdf.polygon [100,0], [150,100], [200,0] # end # end # # Notice that the drawing is still relative to the origin. If we want to # move this drawing around the document, we simply need to recalculate the # top-left corner of the rectangular bounding-box, and all of our graphics # calls remain unmodified. # # ==Nesting Bounding Boxes # # At the top level, bounding boxes are specified relative to the document's # margin_box (which is itself a bounding box). You can also nest bounding # boxes, allowing you to build components which are relative to each other # # Usage: # # pdf.bounding_box([200,450], :width => 200, :height => 250) do # pdf.stroke_bounds # Show the containing bounding box # pdf.bounding_box([50,200], :width => 50, :height => 50) do # # a 50x50 bounding box that starts 50 pixels left and 50 pixels down # # the parent bounding box. # pdf.stroke_bounds # end # end # # ==Stretchyness # # If you do not specify a height to a bounding box, it will become stretchy # and its height will be calculated automatically as you stretch the box # downwards. # # pdf.bounding_box([100,400], :width => 400) do # pdf.text("The height of this box is #{pdf.bounds.height}") # pdf.text('this is some text') # pdf.text('this is some more text') # pdf.text('and finally a bit more') # pdf.text("Now the height of this box is #{pdf.bounds.height}") # end # # ==Absolute Positioning # # If you wish to position the bounding boxes at absolute coordinates rather # than relative to the margins or other bounding boxes, you can use canvas() # # pdf.bounding_box([50,500], :width => 200, :height => 300) do # pdf.stroke_bounds # pdf.canvas do # Positioned outside the containing box at the 'real' (300,450) # pdf.bounding_box([300,450], :width => 200, :height => 200) do # pdf.stroke_bounds # end # end # end # # Of course, if you use canvas, you will be responsible for ensuring that # you remain within the printable area of your document. # def bounding_box(point, *args, &block) init_bounding_box(block) do |parent_box| point = map_to_absolute(point) @bounding_box = BoundingBox.new(self, parent_box, point, *args) end end # A shortcut to produce a bounding box which is mapped to the document's # absolute coordinates, regardless of how things are nested or margin sizes. # # pdf.canvas do # pdf.line pdf.bounds.bottom_left, pdf.bounds.top_right # end # def canvas(&block) init_bounding_box(block, hold_position: true) do |_| # Canvas bbox acts like margin_box in that its parent bounds are unset. @bounding_box = BoundingBox.new( self, nil, [0, page.dimensions[3]], width: page.dimensions[2], height: page.dimensions[3] ) end end private def init_bounding_box(user_block, options = {}) unless user_block raise ArgumentError, 'bounding boxes require a block to be drawn within the box' end parent_box = @bounding_box original_ypos = y yield(parent_box) self.y = @bounding_box.absolute_top user_block.call # If the user actions did not modify the y position # restore the original y position before the bounding # box was created. if y == @bounding_box.absolute_top self.y = original_ypos end unless options[:hold_position] || @bounding_box.stretchy? self.y = @bounding_box.absolute_bottom end created_box = @bounding_box @bounding_box = parent_box created_box end # Low level layout helper that simplifies coordinate math. # # See Prawn::Document#bounding_box for a description of what this class # is used for. # class BoundingBox class NoReferenceBounds < StandardError def initialize(message = "Can't find reference bounds: my parent is unset") super end end # @private def initialize(document, parent, point, options = {}) unless options[:width] raise ArgumentError, 'BoundingBox needs the :width option to be set' end @document = document @parent = parent @x, @y = point @width = options[:width] @height = options[:height] @total_left_padding = 0 @total_right_padding = 0 @stretched_height = nil end # @private attr_reader :document, :parent # @private # The current indentation of the left side of the bounding box. attr_reader :total_left_padding # @private # The current indentation of the right side of the bounding box. attr_reader :total_right_padding # The translated origin (x,y-height) which describes the location # of the bottom left corner of the bounding box # # @private def anchor [@x, @y - height] end # Relative left x-coordinate of the bounding box. (Always 0) # # Example, position some text 3 pts from the left of the containing box: # # draw_text('hello', :at => [(bounds.left + 3), 0]) # def left 0 end # Temporarily adjust the @x coordinate to allow for left_padding # # Example: # # indent 20 do # text "20 points in" # indent 30 do # text "50 points in" # end # end # # indent 20, 20 do # text "indented on both sides" # end # # @private def indent(left_padding, right_padding = 0) add_left_padding(left_padding) add_right_padding(right_padding) yield ensure @document.bounds.subtract_left_padding(left_padding) @document.bounds.subtract_right_padding(right_padding) end # Increase the left padding of the bounding box. # @private def add_left_padding(left_padding) @total_left_padding += left_padding @x += left_padding @width -= left_padding end # Decrease the left padding of the bounding box. # @private def subtract_left_padding(left_padding) @total_left_padding -= left_padding @x -= left_padding @width += left_padding end # Increase the right padding of the bounding box. # @private def add_right_padding(right_padding) @total_right_padding += right_padding @width -= right_padding end # Decrease the right padding of the bounding box. # @private def subtract_right_padding(right_padding) @total_right_padding -= right_padding @width += right_padding end # Relative right x-coordinate of the bounding box. (Equal to the box # width) # # Example, position some text 3 pts from the right of the containing box: # # draw_text('hello', :at => [(bounds.right - 3), 0]) # def right @width end # Relative top y-coordinate of the bounding box. (Equal to the box height) # # Example, position some text 3 pts from the top of the containing box: # # draw_text('hello', :at => [0, (bounds.top - 3)]) # def top height end # Relative bottom y-coordinate of the bounding box (Always 0) # # Example, position some text 3 pts from the bottom of the containing box: # # draw_text('hello', :at => [0, (bounds.bottom + 3)]) # def bottom 0 end # Relative top-left point of the bounding_box # # Example, draw a line from the top left of the box diagonally to the # bottom right: # # stroke do # line(bounds.top_left, bounds.bottom_right) # end # def top_left [left, top] end # Relative top-right point of the bounding box # # Example, draw a line from the top_right of the box diagonally to the # bottom left: # # stroke do # line(bounds.top_right, bounds.bottom_left) # end # def top_right [right, top] end # Relative bottom-right point of the bounding box # # Example, draw a line along the right hand side of the page: # # stroke do # line(bounds.bottom_right, bounds.top_right) # end # def bottom_right [right, bottom] end # Relative bottom-left point of the bounding box # # Example, draw a line along the left hand side of the page: # # stroke do # line(bounds.bottom_left, bounds.top_left) # end # def bottom_left [left, bottom] end # Absolute left x-coordinate of the bounding box # def absolute_left @x end # Absolute right x-coordinate of the bounding box # def absolute_right @x + width end # Absolute top y-coordinate of the bounding box # def absolute_top @y end # Absolute bottom y-coordinate of the bottom box # def absolute_bottom @y - height end # Absolute top-left point of the bounding box # def absolute_top_left [absolute_left, absolute_top] end # Absolute top-right point of the bounding box # def absolute_top_right [absolute_right, absolute_top] end # Absolute bottom-left point of the bounding box # def absolute_bottom_left [absolute_left, absolute_bottom] end # Absolute bottom-left point of the bounding box # def absolute_bottom_right [absolute_right, absolute_bottom] end # Width of the bounding box attr_reader :width # Height of the bounding box. If the box is 'stretchy' (unspecified # height attribute), height is calculated as the distance from the top of # the box to the current drawing position. # def height return @height if @height @stretched_height = [ (absolute_top - @document.y), @stretched_height.to_f ].max end # an alias for absolute_left # @private def left_side absolute_left end # an alias for absolute_right # @private def right_side absolute_right end # @group Extension API # Moves to the top of the next page of the document, starting a new page # if necessary. # def move_past_bottom if @document.page_number == @document.page_count @document.start_new_page else @document.go_to_page(@document.page_number + 1) end end # Returns +false+ when the box has a defined height, +true+ when the # height is being calculated on the fly based on the current vertical # position. # def stretchy? !@height end # Returns the innermost non-stretchy bounding box. # def reference_bounds if stretchy? raise NoReferenceBounds unless @parent @parent.reference_bounds else self end end alias update_height height # Returns a deep copy of these bounds (including all parent bounds but # not copying the reference to the Document). # # @private def deep_copy copy = dup # Deep-copy the parent bounds copy.instance_variable_set( '@parent', if @parent.is_a?(BoundingBox) @parent.deep_copy end ) copy.instance_variable_set('@document', nil) copy end # Restores a copy of the bounds taken by BoundingBox.deep_copy in the # context of the given +document+. Does *not* set the bounds of the # document to the resulting BoundingBox, only returns it. # # @private def self.restore_deep_copy(bounds, document) bounds.instance_variable_set('@document', document) bounds end end end end ruby-prawn-2.4.0.orig/lib/prawn/document/span.rb0000644000000000000000000000331513772706672020304 0ustar rootroot# frozen_string_literal: true # span.rb : Implements text columns # # Copyright September 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn class Document # @group Stable API # A span is a special purpose bounding box that allows a column of # elements to be positioned relative to the margin_box. # # Arguments: # +width+:: The width of the column in PDF points # # Options: # :position:: One of :left, :center, :right or an x offset # # This method is typically used for flowing a column of text from one # page to the next. # # span(350, :position => :center) do # text "Here's some centered text in a 350 point column. " * 100 # end # def span(width, options = {}) Prawn.verify_options [:position], options original_position = y # FIXME: Any way to move this upstream? left_boundary = case options.fetch(:position, :left) when :left margin_box.absolute_left when :center margin_box.absolute_left + margin_box.width / 2.0 - width / 2.0 when :right margin_box.absolute_right - width when Numeric margin_box.absolute_left + options[:position] else raise ArgumentError, 'Invalid option for :position' end # we need to bust out of whatever nested bounding boxes we're in. canvas do bounding_box( [ left_boundary, margin_box.absolute_top ], width: width ) do self.y = original_position yield end end end end end ruby-prawn-2.4.0.orig/lib/prawn/document/internals.rb0000644000000000000000000000443513772706672021346 0ustar rootroot# frozen_string_literal: true # internals.rb : Implements document internals for Prawn # # Copyright August 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'forwardable' module Prawn class Document # This module exposes a few low-level PDF features for those who want # to extend Prawn's core functionality. If you are not comfortable with # low level PDF functionality as defined by Adobe's specification, chances # are you won't need anything you find here. # # @private module Internals extend Forwardable # These methods are not officially part of Prawn's public API, # but they are used in documentation and possibly in extensions. # Perhaps they will become part of the extension API? # Anyway, for now it's not clear what we should do w. them. delegate %i[ graphic_state on_page_create ] => :renderer def save_graphics_state(state = nil, &block) save_transformation_stack renderer.save_graphics_state(state, &block) end def restore_graphics_state restore_transformation_stack renderer.restore_graphics_state end # FIXME: This is a circular reference, because in theory Prawn should # be passing instances of renderer to PDF::Core::Page, but it's # passing Prawn::Document objects instead. # # A proper design would probably not require Prawn to directly instantiate # PDF::Core::Page objects at all! delegate [:compression_enabled?] => :renderer # FIXME: More circular references in PDF::Core::Page. delegate %i[ref ref! deref] => :renderer # FIXME: Another circular reference, because we mix in a module from # PDF::Core to provide destinations, which in theory should not # rely on a Prawn::Document object but is currently wired up that way. delegate [:names] => :renderer # FIXME: Circular reference because we mix PDF::Core::Text into # Prawn::Document. PDF::Core::Text should either be split up or # moved in its entirety back up into Prawn. delegate [:add_content] => :renderer def renderer @renderer ||= PDF::Core::Renderer.new(state) end end end end ruby-prawn-2.4.0.orig/lib/prawn/document/column_box.rb0000644000000000000000000000776313772706672021523 0ustar rootroot# frozen_string_literal: true # column_box.rb: Extends BoundingBox to allow for columns of text # # Author Paul Ostazeski. # # This is free software. Please see the LICENSE and COPYING files for details. require_relative 'bounding_box' module Prawn class Document # @group Experimental API # A column box is a bounding box with the additional property that when # text flows past the bottom, it will wrap first to another column on the # same page, and only flow to the next page when all the columns are # filled. # # column_box accepts the same parameters as bounding_box, as well as the # number of :columns and a :spacer (in points) between columns. If resetting # the top margin is desired on a new page (e.g. to allow for initial page # wide column titles) the option :reflow_margins => true can be set. # # Defaults are :columns = 3, :spacer = font_size, and # :reflow_margins => false # # Under PDF::Writer, "spacer" was known as "gutter" # def column_box(*args, &block) init_column_box(block) do |parent_box| map_to_absolute!(args[0]) @bounding_box = ColumnBox.new(self, parent_box, *args) end end private def init_column_box(user_block, options = {}) parent_box = @bounding_box yield(parent_box) self.y = @bounding_box.absolute_top user_block.call self.y = @bounding_box.absolute_bottom unless options[:hold_position] @bounding_box = parent_box end # Implements the necessary functionality to allow Document#column_box to # work. # class ColumnBox < BoundingBox def initialize(document, parent, point, options = {}) #:nodoc: super @columns = options[:columns] || 3 @spacer = options[:spacer] || @document.font_size @current_column = 0 @reflow_margins = options[:reflow_margins] end # The column width, not the width of the whole box, # before left and/or right padding def bare_column_width (@width - @spacer * (@columns - 1)) / @columns end # The column width after padding. # Used to calculate how long a line of text can be. # def width bare_column_width - (@total_left_padding + @total_right_padding) end # Column width including the spacer. # def width_of_column bare_column_width + @spacer end # x coordinate of the left edge of the current column # def left_side absolute_left + (width_of_column * @current_column) end # Relative position of the left edge of the current column # def left width_of_column * @current_column end # x co-orordinate of the right edge of the current column # def right_side columns_from_right = @columns - (1 + @current_column) absolute_right - (width_of_column * columns_from_right) end # Relative position of the right edge of the current column. # def right left + width end # Moves to the next column or starts a new page if currently positioned at # the rightmost column. def move_past_bottom @current_column = (@current_column + 1) % @columns @document.y = @y if @current_column.zero? if @reflow_margins @y = @parent.absolute_top end @document.start_new_page end end # Override the padding functions so as not to split the padding amount # between all columns on the page. def add_left_padding(left_padding) @total_left_padding += left_padding @x += left_padding end def subtract_left_padding(left_padding) @total_left_padding -= left_padding @x -= left_padding end def add_right_padding(right_padding) @total_right_padding += right_padding end def subtract_right_padding(right_padding) @total_right_padding -= right_padding end end end end ruby-prawn-2.4.0.orig/lib/prawn/image_handler.rb0000644000000000000000000000163713772706672020311 0ustar rootroot# frozen_string_literal: true # ImageHandler provides a way to register image processors with Prawn # # Contributed by Evan Sharp in November 2013. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn # @group Extension API def self.image_handler @image_handler ||= ImageHandler.new end class ImageHandler def initialize @handlers = [] end def register(handler) @handlers.delete(handler) @handlers.push handler end def register!(handler) @handlers.delete(handler) @handlers.unshift handler end def unregister(handler) @handlers.reject! { |h| h == handler } end def find(image_blob) handler = @handlers.find { |h| h.can_render? image_blob } return handler if handler raise Prawn::Errors::UnsupportedImageType, 'image file is an unrecognised format' end end end ruby-prawn-2.4.0.orig/lib/prawn/font_metric_cache.rb0000644000000000000000000000226613772706672021165 0ustar rootroot# frozen_string_literal: true # font_metric_cache.rb : The Prawn font class # # Copyright Dec 2012, Kenneth Kalmer. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn # Cache used internally by Prawn::Document instances to calculate the width # of various strings for layout purposes. # # @private class FontMetricCache CacheEntry = Struct.new(:font, :options, :string) def initialize(document) @document = document @cache = {} end def width_of(string, options) f = if options[:style] # override style with :style => :bold @document.find_font(@document.font.family, style: options[:style]) else @document.font end encoded_string = f.normalize_encoding(string) key = CacheEntry.new(f, options, encoded_string) @cache[key] ||= f.compute_width_of(encoded_string, options) length = @cache[key] character_count = @document.font.character_count(encoded_string) if character_count.positive? length += @document.character_spacing * (character_count - 1) end length end end end ruby-prawn-2.4.0.orig/lib/prawn/errors.rb0000644000000000000000000000571513772706672017047 0ustar rootroot# frozen_string_literal: true # errors.rb : Implements custom error classes for Prawn # # Copyright April 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Errors # Raised when a table is spanned in an impossible way. # InvalidTableSpan = Class.new(StandardError) # This error is raised when a method requiring a current page is called # without being on a page. # NotOnPage = Class.new(StandardError) # This error is raised when Prawn cannot find a specified font # UnknownFont = Class.new(StandardError) # Raised when Prawn is asked to draw something into a too-small box # CannotFit = Class.new(StandardError) # Raised if group() is called with a block that is too big to be # rendered in the current context. # CannotGroup = Class.new(StandardError) # This error is raised when Prawn is being used on a M17N aware VM, # and the user attempts to add text that isn't compatible with UTF-8 # to their document # IncompatibleStringEncoding = Class.new(StandardError) # This error is raised when Prawn encounters an unknown key in functions # that accept an options hash. This usually means there is a typo in your # code or that the option you are trying to use has a different name than # what you have specified. # UnknownOption = Class.new(StandardError) # this error is raised when a user attempts to embed an image of an # unsupported type. This can either a completely unsupported format, or # a dialect of a supported format (ie. some types of PNG) UnsupportedImageType = Class.new(StandardError) # This error is raised when a named element has alredy been # created. For example, in the stamp module, stamps must have # unique names within a document NameTaken = Class.new(StandardError) # This error is raised when a name is not a valid format InvalidName = Class.new(StandardError) # This error is raised when an object is attempted to be # referenced by name, but no such name is associated with an object UndefinedObjectName = Class.new(StandardError) # This error is raised when a required option has not been set RequiredOption = Class.new(StandardError) # This error is raised when a requested outline item with a given title does # not exist UnknownOutlineTitle = Class.new(StandardError) # This error is raised when a block is required, but not provided BlockRequired = Class.new(StandardError) # This error is rased when a graphics method is called with improper # arguments InvalidGraphicsPath = Class.new(StandardError) # Raised when unrecognized content is provided for a table cell. # UnrecognizedTableContent = Class.new(StandardError) # This error is raised when an incompatible join style is specified InvalidJoinStyle = Class.new(StandardError) end end ruby-prawn-2.4.0.orig/lib/prawn/images/0000755000000000000000000000000013772706672016443 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/images/jpg.rb0000644000000000000000000000510513772706672017551 0ustar rootroot# encoding: ASCII-8BIT # frozen_string_literal: true # jpg.rb : Extracts the data from a JPG that is needed for embedding # # Copyright April 2008, James Healy. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'stringio' module Prawn module Images # A convenience class that wraps the logic for extracting the parts # of a JPG image that we need to embed them in a PDF # class JPG < Image class FormatError < StandardError; end # @group Extension API attr_reader :width, :height, :bits, :channels attr_accessor :scaled_width, :scaled_height JPEG_SOF_BLOCKS = [ 0xC0, 0xC1, 0xC2, 0xC3, 0xC5, 0xC6, 0xC7, 0xC9, 0xCA, 0xCB, 0xCD, 0xCE, 0xCF ].freeze def self.can_render?(image_blob) image_blob[0, 3].unpack('C*') == [255, 216, 255] end # Process a new JPG image # # :data:: A binary string of JPEG data # def initialize(data) super() @data = data d = StringIO.new(@data) d.binmode c_marker = 0xff # Section marker. d.seek(2) # Skip the first two bytes of JPEG identifier. loop do marker, code, length = d.read(4).unpack('CCn') raise FormatError, 'JPEG marker not found!' if marker != c_marker if JPEG_SOF_BLOCKS.include?(code) @bits, @height, @width, @channels = d.read(6).unpack('CnnC') break end d.seek(length - 2, IO::SEEK_CUR) end end # Build a PDF object representing this image in +document+, and return # a Reference to it. # def build_pdf_object(document) color_space = case channels when 1 :DeviceGray when 3 :DeviceRGB when 4 :DeviceCMYK else raise ArgumentError, 'JPG uses an unsupported number of channels' end obj = document.ref!( Type: :XObject, Subtype: :Image, ColorSpace: color_space, BitsPerComponent: bits, Width: width, Height: height ) # add extra decode params for CMYK images. By swapping the # min and max values from the default, we invert the colours. See # section 4.8.4 of the spec. if color_space == :DeviceCMYK obj.data[:Decode] = [1.0, 0.0, 1.0, 0.0, 1.0, 0.0, 1.0, 0.0] end obj.stream << @data obj.stream.filters << :DCTDecode obj end end end end ruby-prawn-2.4.0.orig/lib/prawn/images/image.rb0000644000000000000000000000224213772706672020052 0ustar rootroot# frozen_string_literal: true # image.rb : Base class for image info objects # # Copyright September 2011, Brad Ediger. All rights reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'digest/sha1' module Prawn module Images class Image # @group Extension API def calc_image_dimensions(options) w = options[:width] || width h = options[:height] || height if options[:width] && !options[:height] wp = w / width.to_f w = width * wp h = height * wp elsif options[:height] && !options[:width] hp = h / height.to_f w = width * hp h = height * hp elsif options[:scale] w = width * options[:scale] h = height * options[:scale] elsif options[:fit] bw, bh = options[:fit] bp = bw / bh.to_f ip = width / height.to_f if ip > bp w = bw h = bw / ip else h = bh w = bh * ip end end self.scaled_width = w self.scaled_height = h [w, h] end end end end ruby-prawn-2.4.0.orig/lib/prawn/images/png.rb0000644000000000000000000002256113772706672017562 0ustar rootroot# encoding: ASCII-8BIT # frozen_string_literal: true # png.rb : Extracts the data from a PNG that is needed for embedding # # Based on some similar code in PDF::Writer by Austin Ziegler # # Copyright April 2008, James Healy. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'stringio' module Prawn module Images # A convenience class that wraps the logic for extracting the parts # of a PNG image that we need to embed them in a PDF # class PNG < Image # @group Extension API attr_reader :palette, :img_data, :transparency attr_reader :width, :height, :bits attr_reader :color_type, :compression_method, :filter_method attr_reader :interlace_method, :alpha_channel attr_accessor :scaled_width, :scaled_height def self.can_render?(image_blob) image_blob[0, 8].unpack('C*') == [137, 80, 78, 71, 13, 10, 26, 10] end # Process a new PNG image # # data:: A binary string of PNG data # def initialize(data) super() data = StringIO.new(data.dup) data.read(8) # Skip the default header @palette = +'' @img_data = +'' @transparency = {} loop do chunk_size = data.read(4).unpack1('N') section = data.read(4) case section when 'IHDR' # we can grab other interesting values from here (like width, # height, etc) values = data.read(chunk_size).unpack('NNCCCCC') @width = values[0] @height = values[1] @bits = values[2] @color_type = values[3] @compression_method = values[4] @filter_method = values[5] @interlace_method = values[6] when 'PLTE' @palette << data.read(chunk_size) when 'IDAT' @img_data << data.read(chunk_size) when 'tRNS' # This chunk can only occur once and it must occur after the # PLTE chunk and before the IDAT chunk @transparency = {} case @color_type when 3 @transparency[:palette] = data.read(chunk_size).unpack('C*') when 0 # Greyscale. Corresponding to entries in the PLTE chunk. # Grey is two bytes, range 0 .. (2 ^ bit-depth) - 1 grayval = data.read(chunk_size).unpack1('n') @transparency[:grayscale] = grayval when 2 # True colour with proper alpha channel. @transparency[:rgb] = data.read(chunk_size).unpack('nnn') end when 'IEND' # we've got everything we need, exit the loop break else # unknown (or un-important) section, skip over it data.seek(data.pos + chunk_size) end data.read(4) # Skip the CRC end @img_data = Zlib::Inflate.inflate(@img_data) end # number of color components to each pixel # def colors case color_type when 0, 3, 4 1 when 2, 6 3 end end # split the alpha channel data from the raw image data in images # where it's required. # def split_alpha_channel! if alpha_channel? if color_type == 3 generate_alpha_channel else split_image_data end end end def alpha_channel? return true if color_type == 4 || color_type == 6 return @transparency.any? if color_type == 3 false end # Build a PDF object representing this image in +document+, and return # a Reference to it. # def build_pdf_object(document) if compression_method != 0 raise Errors::UnsupportedImageType, 'PNG uses an unsupported compression method' end if filter_method != 0 raise Errors::UnsupportedImageType, 'PNG uses an unsupported filter method' end if interlace_method != 0 raise Errors::UnsupportedImageType, 'PNG uses unsupported interlace method' end # some PNG types store the colour and alpha channel data together, # which the PDF spec doesn't like, so split it out. split_alpha_channel! case colors when 1 color = :DeviceGray when 3 color = :DeviceRGB else raise Errors::UnsupportedImageType, "PNG uses an unsupported number of colors (#{png.colors})" end # build the image dict obj = document.ref!( Type: :XObject, Subtype: :Image, Height: height, Width: width, BitsPerComponent: bits ) # append the actual image data to the object as a stream obj << img_data obj.stream.filters << { FlateDecode: { Predictor: 15, Colors: colors, BitsPerComponent: bits, Columns: width } } # sort out the colours of the image if palette.empty? obj.data[:ColorSpace] = color else # embed the colour palette in the PDF as a object stream palette_obj = document.ref!({}) palette_obj << palette # build the color space array for the image obj.data[:ColorSpace] = [ :Indexed, :DeviceRGB, (palette.size / 3) - 1, palette_obj ] end # ************************************* # add transparency data if necessary # ************************************* # For PNG color types 0, 2 and 3, the transparency data is stored in # a dedicated PNG chunk, and is exposed via the transparency attribute # of the PNG class. if transparency[:grayscale] # Use Color Key Masking (spec section 4.8.5) # - An array with N elements, where N is two times the number of color # components. val = transparency[:grayscale] obj.data[:Mask] = [val, val] elsif transparency[:rgb] # Use Color Key Masking (spec section 4.8.5) # - An array with N elements, where N is two times the number of color # components. rgb = transparency[:rgb] obj.data[:Mask] = rgb.map { |x| [x, x] }.flatten end # For PNG color types 4 and 6, the transparency data is stored as # a alpha channel mixed in with the main image data. The PNG class # seperates it out for us and makes it available via the alpha_channel # attribute if alpha_channel? smask_obj = document.ref!( Type: :XObject, Subtype: :Image, Height: height, Width: width, BitsPerComponent: bits, ColorSpace: :DeviceGray, Decode: [0, 1] ) smask_obj.stream << alpha_channel smask_obj.stream.filters << { FlateDecode: { Predictor: 15, Colors: 1, BitsPerComponent: bits, Columns: width } } obj.data[:SMask] = smask_obj end obj end # Returns the minimum PDF version required to support this image. def min_pdf_version if bits > 8 # 16-bit color only supported in 1.5+ (ISO 32000-1:2008 8.9.5.1) 1.5 elsif alpha_channel? # Need transparency for SMask 1.4 else 1.0 end end private def split_image_data alpha_bytes = bits / 8 color_bytes = colors * bits / 8 scanline_length = (color_bytes + alpha_bytes) * width + 1 scanlines = @img_data.bytesize / scanline_length pixels = width * height data = StringIO.new(@img_data) data.binmode color_data = [0x00].pack('C') * (pixels * color_bytes + scanlines) color = StringIO.new(color_data) color.binmode @alpha_channel = [0x00].pack('C') * (pixels * alpha_bytes + scanlines) alpha = StringIO.new(@alpha_channel) alpha.binmode scanlines.times do |line| data.seek(line * scanline_length) filter = data.getbyte color.putc filter alpha.putc filter width.times do color.write data.read(color_bytes) alpha.write data.read(alpha_bytes) end end @img_data = color_data end def generate_alpha_channel alpha_palette = Hash.new(0xff) 0.upto(palette.bytesize / 3) do |n| alpha_palette[n] = @transparency[:palette][n] || 0xff end scanline_length = width + 1 scanlines = @img_data.bytesize / scanline_length pixels = width * height data = StringIO.new(@img_data) data.binmode @alpha_channel = [0x00].pack('C') * (pixels + scanlines) alpha = StringIO.new(@alpha_channel) alpha.binmode scanlines.times do |line| data.seek(line * scanline_length) filter = data.getbyte alpha.putc filter width.times do color = data.read(1).unpack1('C') alpha.putc alpha_palette[color] end end end end end end ruby-prawn-2.4.0.orig/lib/prawn/soft_mask.rb0000644000000000000000000000416713772706672017521 0ustar rootroot# frozen_string_literal: true # soft_mask.rb : Implements soft-masking # # Copyright September 2012, Alexander Mankuta. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn # The Prawn::SoftMask module is used to create arbitrary transparency in # document. Using a soft mask allows creating more visually rich documents. # # You must group soft mask and graphics it's applied to under # save_graphics_state because soft mask is a part of graphic state in PDF. # # Example: # pdf.save_graphics_state do # pdf.soft_mask do # pdf.fill_color "444444" # pdf.fill_polygon [0, 40], [60, 10], [120, 40], [60, 68] # end # pdf.fill_color '000000' # pdf.fill_rectangle [0, 50], 120, 68 # end # module SoftMask # @group Stable API def soft_mask(&block) renderer.min_version(1.4) group_attrs = ref!( Type: :Group, S: :Transparency, CS: :DeviceRGB, I: false, K: false ) group = ref!( Type: :XObject, Subtype: :Form, BBox: state.page.dimensions, Group: group_attrs ) state.page.stamp_stream(group, &block) mask = ref!( Type: :Mask, S: :Luminosity, G: group ) g_state = ref!( Type: :ExtGState, SMask: mask, AIS: false, BM: :Normal, OP: false, op: false, OPM: 1, SA: true ) registry_key = { bbox: state.page.dimensions, mask: [group.stream.filters.normalized, group.stream.filtered_stream], page: state.page_count }.hash if soft_mask_registry[registry_key] renderer.add_content "/#{soft_mask_registry[registry_key]} gs" else masks = page.resources[:ExtGState] ||= {} id = masks.empty? ? 'GS1' : masks.keys.max.succ masks[id] = g_state soft_mask_registry[registry_key] = id renderer.add_content "/#{id} gs" end end private def soft_mask_registry @soft_mask_registry ||= {} end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics.rb0000644000000000000000000004715513772706672017337 0ustar rootroot# frozen_string_literal: true # graphics.rb : Implements PDF drawing primitives # # Copyright April 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require_relative 'graphics/blend_mode' require_relative 'graphics/color' require_relative 'graphics/dash' require_relative 'graphics/cap_style' require_relative 'graphics/join_style' require_relative 'graphics/transparency' require_relative 'graphics/transformation' require_relative 'graphics/patterns' module Prawn # Implements the drawing facilities for Prawn::Document. # Use this to draw the most beautiful imaginable things. # # This file lifts and modifies several of PDF::Writer's graphics functions # ruby-pdf.rubyforge.org # module Graphics include BlendMode include Color include Dash include CapStyle include JoinStyle include Transparency include Transformation include Patterns # @group Stable API ####################################################################### # Low level drawing operations must map the point to absolute coords! # ####################################################################### # Moves the drawing position to a given point. The point can be # specified as a tuple or a flattened argument list # # pdf.move_to [100,50] # pdf.move_to(100,50) # def move_to(*point) xy = PDF::Core.real_params(map_to_absolute(point)) renderer.add_content("#{xy} m") end # Draws a line from the current drawing position to the specified point. # The destination may be described as a tuple or a flattened list: # # pdf.line_to [50,50] # pdf.line_to(50,50) # def line_to(*point) xy = PDF::Core.real_params(map_to_absolute(point)) renderer.add_content("#{xy} l") end # Draws a Bezier curve from the current drawing position to the # specified point, bounded by two additional points. # # pdf.curve_to [100,100], :bounds => [[90,90],[75,75]] # def curve_to(dest, options = {}) options[:bounds] || raise( Prawn::Errors::InvalidGraphicsPath, 'Bounding points for bezier curve must be specified ' \ 'as :bounds => [[x1,y1],[x2,y2]]' ) curve_points = PDF::Core.real_params( (options[:bounds] << dest).flat_map { |e| map_to_absolute(e) } ) renderer.add_content("#{curve_points} c") end # Draws a rectangle given point, width and # height. The rectangle is bounded by its upper-left corner. # # pdf.rectangle [300,300], 100, 200 # def rectangle(point, width, height) x, y = map_to_absolute(point) box = PDF::Core.real_params([x, y - height, width, height]) renderer.add_content("#{box} re") end # Draws a rounded rectangle given point, width and # height and radius for the rounded corner. The rectangle # is bounded by its upper-left corner. # # pdf.rounded_rectangle [300,300], 100, 200, 10 # def rounded_rectangle(point, width, height, radius) x, y = point rounded_polygon( radius, point, [x + width, y], [x + width, y - height], [x, y - height] ) end ########################################################### # Higher level functions: May use relative coords # ########################################################### # Sets line thickness to the width specified. # def line_width=(width) self.current_line_width = width write_line_width end # When called without an argument, returns the current line thickness. # When called with an argument, sets the line thickness to the specified # value (in PDF points) # # pdf.line_width #=> 1 # pdf.line_width(5) # pdf.line_width #=> 5 # def line_width(width = nil) if width self.line_width = width else current_line_width end end # Draws a line from one point to another. Points may be specified as # tuples or flattened argument list: # # pdf.line [100,100], [200,250] # pdf.line(100,100,200,250) # def line(*points) x0, y0, x1, y1 = points.flatten move_to(x0, y0) line_to(x1, y1) end # Draws a horizontal line from x1 to x2 at the # current y position, or the position specified by the :at option. # # # draw a line from [25, 75] to [100, 75] # horizontal_line 25, 100, :at => 75 # def horizontal_line(x1, x2, options = {}) y1 = options[:at] || y - bounds.absolute_bottom line(x1, y1, x2, y1) end # Draws a horizontal line from the left border to the right border of the # bounding box at the current y position. # def horizontal_rule horizontal_line(bounds.left, bounds.right) end # Draws a vertical line at the x cooordinate given by :at from y1 to y2. # # # draw a line from [25, 100] to [25, 300] # vertical_line 100, 300, :at => 25 # def vertical_line(y1, y2, params) line(params[:at], y1, params[:at], y2) end # Draws a Bezier curve between two points, bounded by two additional # points # # pdf.curve [50,100], [100,100], :bounds => [[90,90],[75,75]] # def curve(origin, dest, options = {}) move_to(*origin) curve_to(dest, options) end # This constant is used to approximate a symmetrical arc using a cubic # Bezier curve. # KAPPA = 4.0 * ((Math.sqrt(2) - 1.0) / 3.0) # Draws a circle of radius radius with the centre-point at # point as a complete subpath. The drawing point will be moved to # the centre-point upon completion of the drawing the circle. # # pdf.circle [100,100], 25 # def circle(center, radius) ellipse(center, radius, radius) end # Draws an ellipse of +x+ radius radius1 and +y+ radius # radius2 with the centre-point at point as a complete # subpath. The drawing point will be moved to the centre-point upon # completion of the drawing the ellipse. # # # draws an ellipse with x-radius 25 and y-radius 50 # pdf.ellipse [100,100], 25, 50 # def ellipse(point, radius1, radius2 = radius1) x, y = point l1 = radius1 * KAPPA l2 = radius2 * KAPPA move_to(x + radius1, y) # Upper right hand corner curve_to [x, y + radius2], bounds: [[x + radius1, y + l2], [x + l1, y + radius2]] # Upper left hand corner curve_to [x - radius1, y], bounds: [[x - l1, y + radius2], [x - radius1, y + l2]] # Lower left hand corner curve_to [x, y - radius2], bounds: [[x - radius1, y - l2], [x - l1, y - radius2]] # Lower right hand corner curve_to [x + radius1, y], bounds: [[x + l1, y - radius2], [x + radius1, y - l2]] move_to(x, y) end # Draws a polygon from the specified points. # # # draws a snazzy triangle # pdf.polygon [100,100], [100,200], [200,200] # def polygon(*points) move_to points[0] (points[1..-1] << points[0]).each do |point| line_to(*point) end # close the path renderer.add_content 'h' end # Draws a rounded polygon from specified points using the radius to define # bezier curves # # # draws a rounded filled in polygon # pdf.fill_and_stroke_rounded_polygon( # 10, [100, 250], [200, 300], [300, 250], [300, 150], [200, 100], # [100, 150] # ) def rounded_polygon(radius, *points) move_to point_on_line(radius, points[1], points[0]) sides = points.size points << points[0] << points[1] sides.times do |i| rounded_vertex(radius, points[i], points[i + 1], points[i + 2]) end # close the path renderer.add_content 'h' end # Creates a rounded vertex for a line segment used for building a rounded # polygon requires a radius to define bezier curve and three points. The # first two points define the line segment and the third point helps define # the curve for the vertex. def rounded_vertex(radius, *points) radial_point1 = point_on_line(radius, points[0], points[1]) bezier_point1 = point_on_line( (radius - radius * KAPPA), points[0], points[1] ) radial_point2 = point_on_line(radius, points[2], points[1]) bezier_point2 = point_on_line( (radius - radius * KAPPA), points[2], points[1] ) line_to(radial_point1) curve_to(radial_point2, bounds: [bezier_point1, bezier_point2]) end # Strokes the current path. If a block is provided, yields to the block # before closing the path. See Graphics::Color for color details. # def stroke yield if block_given? renderer.add_content 'S' end # Closes and strokes the current path. If a block is provided, yields to # the block before closing the path. See Graphics::Color for color details. # def close_and_stroke yield if block_given? renderer.add_content 's' end # Draws and strokes a rectangle represented by the current bounding box # def stroke_bounds stroke_rectangle bounds.top_left, bounds.width, bounds.height end # Draws and strokes X and Y axes rulers beginning at the current bounding # box origin (or at a custom location). # # == Options # # +:at+:: # Origin of the X and Y axes (default: [0, 0] = origin of the bounding # box) # # +:width+:: # Length of the X axis (default: width of the bounding box) # # +:height+:: # Length of the Y axis (default: height of the bounding box) # # +:step_length+:: # Length of the step between markers (default: 100) # # +:negative_axes_length+:: # Length of the negative parts of the axes (default: 20) # # +:color+: # The color of the axes and the text. # def stroke_axis(options = {}) options = { at: [0, 0], height: bounds.height.to_i - (options[:at] || [0, 0])[1], width: bounds.width.to_i - (options[:at] || [0, 0])[0], step_length: 100, negative_axes_length: 20, color: '000000' }.merge(options) Prawn.verify_options( %i[at width height step_length negative_axes_length color], options ) save_graphics_state do fill_color(options[:color]) stroke_color(options[:color]) dash(1, space: 4) stroke_horizontal_line( options[:at][0] - options[:negative_axes_length], options[:at][0] + options[:width], at: options[:at][1] ) stroke_vertical_line( options[:at][1] - options[:negative_axes_length], options[:at][1] + options[:height], at: options[:at][0] ) undash fill_circle(options[:at], 1) (options[:step_length]..options[:width]) .step(options[:step_length]) do |point| fill_circle([options[:at][0] + point, options[:at][1]], 1) draw_text( point, at: [options[:at][0] + point - 5, options[:at][1] - 10], size: 7 ) end (options[:step_length]..options[:height]) .step(options[:step_length]) do |point| fill_circle([options[:at][0], options[:at][1] + point], 1) draw_text( point, at: [options[:at][0] - 17, options[:at][1] + point - 2], size: 7 ) end end end # Closes and fills the current path. See Graphics::Color for color details. # # If the option :fill_rule => :even_odd is specified, Prawn will use the # even-odd rule to fill the path. Otherwise, the nonzero winding number rule # will be used. See the PDF reference, "Graphics -> Path Construction and # Painting -> Clipping Path Operators" for details on the difference. # def fill(options = {}) yield if block_given? renderer.add_content(options[:fill_rule] == :even_odd ? 'f*' : 'f') end # Closes, fills, and strokes the current path. If a block is provided, # yields to the block before closing the path. See Graphics::Color for # color details. # # If the option :fill_rule => :even_odd is specified, Prawn will use the # even-odd rule to fill the path. Otherwise, the nonzero winding number rule # will be used. See the PDF reference, "Graphics -> Path Construction and # Painting -> Clipping Path Operators" for details on the difference. # def fill_and_stroke(options = {}) yield if block_given? renderer.add_content(options[:fill_rule] == :even_odd ? 'b*' : 'b') end # Closes the current path. # def close_path renderer.add_content 'h' end ## # :method: stroke_rectangle # # Draws and strokes a rectangle given +point+, +width+ and +height+. The # rectangle is bounded by its upper-left corner. # # :call-seq: # stroke_rectangle(point,width,height) ## # :method: fill_rectangle # # Draws and fills ills a rectangle given +point+, +width+ and +height+. The # rectangle is bounded by its upper-left corner. # # :call-seq: # fill_rectangle(point,width,height) ## # :method: fill_and_stroke_rectangle # # Draws, fills, and strokes a rectangle given +point+, +width+ and +height+. # The rectangle is bounded by its upper-left corner. # # :call-seq: # fill_and_stroke_rectangle(point,width,height) ## # :method: stroke_rounded_rectangle # # Draws and strokes a rounded rectangle given +point+, +width+ and +height+ # and +radius+ for the rounded corner. The rectangle is bounded by its # upper-left corner. # # :call-seq: # stroke_rounded_rectangle(point,width,height,radius) ## # :method: fill_rounded_rectangle # # Draws and fills a rounded rectangle given +point+, +width+ and +height+ # and +radius+ for the rounded corner. The rectangle is bounded by its # upper-left corner. # # :call-seq: # fill_rounded_rectangle(point,width,height,radius) ## # :method: stroke_and_fill_rounded_rectangle # # Draws, fills, and strokes a rounded rectangle given +point+, +width+ and # +height+ and +radius+ for the rounded corner. The rectangle is bounded by # its upper-left corner. # # :call-seq: # stroke_and_fill_rounded_rectangle(point,width,height,radius) ## # :method: stroke_line # # Strokes a line from one point to another. Points may be specified as # tuples or flattened argument list. # # :call-seq: # stroke_line(*points) ## # :method: stroke_horizontal_line # # Strokes a horizontal line from +x1+ to +x2+ at the current y position, or # the position specified by the :at option. # # :call-seq: # stroke_horizontal_line(x1,x2,options={}) ## # :method: stroke_horizontal_rule # # Strokes a horizontal line from the left border to the right border of the # bounding box at the current y position. # # :call-seq: # stroke_horizontal_rule ## # :method: stroke_vertical_line # # Strokes a vertical line at the x coordinate given by :at from y1 to y2. # # :call-seq: # stroke_vertical_line(y1,y2,params) ## # :method: stroke_curve # # Strokes a Bezier curve between two points, bounded by two additional # points. # # :call-seq: # stroke_curve(origin,dest,options={}) ## # :method: stroke_circle # # Draws and strokes a circle of radius +radius+ with the centre-point at # +point+. # # :call-seq: # stroke_circle(center,radius) ## # :method: fill_circle # # Draws and fills a circle of radius +radius+ with the centre-point at # +point+. # # :call-seq: # fill_circle(center,radius) ## # :method: fill_and_stroke_circle # # Draws, strokes, and fills a circle of radius +radius+ with the # centre-point at +point+. # # :call-seq: # fill_and_stroke_circle(center,radius) ## # :method: stroke_ellipse # # Draws and strokes an ellipse of x radius +r1+ and y radius +r2+ with the # centre-point at +point+. # # :call-seq: # stroke_ellipse(point, r1, r2 = r1) ## # :method: fill_ellipse # # Draws and fills an ellipse of x radius +r1+ and y radius +r2+ with the # centre-point at +point+. # # :call-seq: # fill_ellipse(point, r1, r2 = r1) ## # :method: fill_and_stroke_ellipse # # Draws, strokes, and fills an ellipse of x radius +r1+ and y radius +r2+ # with the centre-point at +point+. # # :call-seq: # fill_and_stroke_ellipse(point, r1, r2 = r1) ## # :method: stroke_polygon # # Draws and strokes a polygon from the specified points. # # :call-seq: # stroke_polygon(*points) ## # :method: fill_polygon # # Draws and fills a polygon from the specified points. # # :call-seq: # fill_polygon(*points) ## # :method: fill_and_stroke_polygon # # Draws, strokes, and fills a polygon from the specified points. # # :call-seq: # fill_and_stroke_polygon(*points) ## # :method: stroke_rounded_polygon # # Draws and strokes a rounded polygon from specified points, using +radius+ # to define Bezier curves. # # :call-seq: # stroke_rounded_polygon(radius, *points) ## # :method: fill_rounded_polygon # # Draws and fills a rounded polygon from specified points, using +radius+ to # define Bezier curves. # # :call-seq: # fill_rounded_polygon(radius, *points) ## # :method: fill_and_stroke_rounded_polygon # # Draws, strokes, and fills a rounded polygon from specified points, using # +radius+ to define Bezier curves. # # :call-seq: # fill_and_stroke_rounded_polygon(radius, *points) ops = %w[fill stroke fill_and_stroke] shapes = %w[ line_to curve_to rectangle rounded_rectangle line horizontal_line horizontal_rule vertical_line curve circle_at circle ellipse_at ellipse polygon rounded_polygon rounded_vertex ] ops.product(shapes).each do |operation, shape| class_eval <<-METHOD, __FILE__, __LINE__ + 1 def #{operation}_#{shape}(*args) # def fill_polygon(*args) #{shape}(*args) # polygon(*args) #{operation} # fill end # end METHOD end private def current_line_width graphic_state.line_width end def current_line_width=(width) graphic_state.line_width = width end def write_line_width renderer.add_content("#{current_line_width} w") end def map_to_absolute(*point) x, y = point.flatten [@bounding_box.absolute_left + x, @bounding_box.absolute_bottom + y] end def map_to_absolute!(point) point.replace(map_to_absolute(point)) end def degree_to_rad(angle) angle * Math::PI / 180 end # Returns the coordinates for a point on a line that is a given distance # away from the second point defining the line segement def point_on_line(distance_from_end, *points) x0, y0, x1, y1 = points.flatten length = Math.sqrt((x1 - x0)**2 + (y1 - y0)**2) p = (length - distance_from_end) / length xr = x0 + p * (x1 - x0) yr = y0 + p * (y1 - y0) [xr, yr] end end end ruby-prawn-2.4.0.orig/lib/prawn/security.rb0000644000000000000000000002502613772706672017377 0ustar rootroot# frozen_string_literal: true # encryption.rb : Implements encrypted PDF and access permissions. # # Copyright August 2008, Brad Ediger. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'digest/md5' require_relative 'security/arcfour' module Prawn class Document # Implements PDF encryption (password protection and permissions) as # specified in the PDF Reference, version 1.3, section 3.5 "Encryption". module Security # @group Experimental API # Encrypts the document, to protect confidential data or control # modifications to the document. The encryption algorithm used is # detailed in the PDF Reference 1.3, section 3.5 "Encryption", and it is # implemented by all major PDF readers. # # +options+ can contain the following: # # :user_password:: Password required to open the document. If # this is omitted or empty, no password will be # required. The document will still be # encrypted, but anyone can read it. # # :owner_password:: Password required to make modifications to # the document or change or override its # permissions. If this is set to # :random, a random password will be # used; this can be useful if you never want # users to be able to override the document # permissions. # # :permissions:: A hash mapping permission symbols (see below) to # true or false. True means # "permitted", and false means "not permitted". # All permissions default to true. # # The following permissions can be specified: # # :print_document:: Print document. # # :modify_contents:: Modify contents of document (other than text # annotations and interactive form fields). # # :copy_contents:: Copy text and graphics from document. # # :modify_annotations:: Add or modify text annotations and # interactive form fields. # # == Examples # # Deny printing to everyone, but allow anyone to open without a password: # # encrypt_document :permissions => { :print_document => false }, # :owner_password => :random # # Set a user and owner password on the document, with full permissions for # both the user and the owner: # # encrypt_document :user_password => 'foo', :owner_password => 'bar' # # Set no passwords, grant all permissions (This is useful because the # default in some readers, if no permissions are specified, is "deny"): # # encrypt_document # # == Caveats # # * The encryption used is weak; the key is password-derived and is # limited to 40 bits, due to US export controls in effect at the time # the PDF standard was written. # # * There is nothing technologically requiring PDF readers to respect the # permissions embedded in a document. Many PDF readers do not. # # * In short, you have no security at all against a moderately # motivated person. Don't use this for anything super-serious. This is # not a limitation of Prawn, but is rather a built-in limitation of the # PDF format. # def encrypt_document(options = {}) Prawn.verify_options %i[user_password owner_password permissions], options @user_password = options.delete(:user_password) || '' @owner_password = options.delete(:owner_password) || @user_password if @owner_password == :random # Generate a completely ridiculous password @owner_password = (1..32).map { rand(256) }.pack('c*') end self.permissions = options.delete(:permissions) || {} # Shove the necessary entries in the trailer and enable encryption. state.trailer[:Encrypt] = encryption_dictionary state.encrypt = true state.encryption_key = user_encryption_key end # Encrypts the given string under the given key, also requiring the # object ID and generation number of the reference. # See Algorithm 3.1. def self.encrypt_string(str, key, id, gen) # Convert ID and Gen number into little-endian truncated byte strings id = [id].pack('V')[0, 3] gen = [gen].pack('V')[0, 2] extended_key = "#{key}#{id}#{gen}" # Compute the RC4 key from the extended key and perform the encryption rc4_key = Digest::MD5.digest(extended_key)[0, 10] Arcfour.new(rc4_key).encrypt(str) end private # Provides the values for the trailer encryption dictionary. def encryption_dictionary { Filter: :Standard, # default PDF security handler V: 1, # "Algorithm 3.1", PDF reference 1.3 R: 2, # Revision 2 of the algorithm O: PDF::Core::ByteString.new(owner_password_hash), U: PDF::Core::ByteString.new(user_password_hash), P: permissions_value } end # Flags in the permissions word, numbered as LSB = 1 PERMISSIONS_BITS = { print_document: 3, modify_contents: 4, copy_contents: 5, modify_annotations: 6 }.freeze private_constant :PERMISSIONS_BITS FULL_PERMISSIONS = 0b1111_1111_1111_1111_1111_1111_1111_1111 private_constant :FULL_PERMISSIONS def permissions=(perms = {}) @permissions ||= FULL_PERMISSIONS perms.each do |key, value| unless PERMISSIONS_BITS[key] raise( ArgumentError, "Unknown permission :#{key}. Valid options: " + PERMISSIONS_BITS.keys.map(&:inspect).join(', ') ) end # 0-based bit number, from LSB bit_position = PERMISSIONS_BITS[key] - 1 if value # set bit @permissions |= (1 << bit_position) else # clear bit @permissions &= ~(1 << bit_position) end end end def permissions_value @permissions || FULL_PERMISSIONS end PASSWORD_PADDING = '28BF4E5E4E758A4164004E56FFFA01082E2E00B6D0683E802F0CA9FE6453697A' .scan(/../).map { |x| x.to_i(16) }.pack('c*') # Pads or truncates a password to 32 bytes as per Alg 3.2. def pad_password(password) password = password[0, 32] password + PASSWORD_PADDING[0, 32 - password.length] end def user_encryption_key @user_encryption_key ||= begin md5 = Digest::MD5.new md5 << pad_password(@user_password) md5 << owner_password_hash md5 << [permissions_value].pack('V') md5.digest[0, 5] end end # The O (owner) value in the encryption dictionary. Algorithm 3.3. def owner_password_hash @owner_password_hash ||= begin key = Digest::MD5.digest(pad_password(@owner_password))[0, 5] Arcfour.new(key).encrypt(pad_password(@user_password)) end end # The U (user) value in the encryption dictionary. Algorithm 3.4. def user_password_hash Arcfour.new(user_encryption_key).encrypt(PASSWORD_PADDING) end end end end # @private module PDF module Core module_function # Like pdf_object, but returns an encrypted result if required. # For direct objects, requires the object identifier and generation number # from the indirect object referencing obj. # # @private def encrypted_pdf_object(obj, key, id, gen, in_content_stream = false) case obj when Array array_content = obj.map do |e| encrypted_pdf_object(e, key, id, gen, in_content_stream) end.join(' ') "[#{array_content}]" when LiteralString obj = ByteString.new( Prawn::Document::Security.encrypt_string(obj, key, id, gen) ).gsub(/[\\\n()]/) { |m| "\\#{m}" } "(#{obj})" when Time obj = "#{obj.strftime('D:%Y%m%d%H%M%S%z').chop.chop}'00'" obj = ByteString.new( Prawn::Document::Security.encrypt_string(obj, key, id, gen) ).gsub(/[\\\n()]/) { |m| "\\#{m}" } "(#{obj})" when String pdf_object( ByteString.new( Prawn::Document::Security.encrypt_string(obj, key, id, gen) ), in_content_stream ) when ::Hash hash_content = obj.map do |k, v| unless k.is_a?(String) || k.is_a?(Symbol) raise PDF::Core::Errors::FailedObjectConversion, 'A PDF Dictionary must be keyed by names' end "#{pdf_object(k.to_sym, in_content_stream)} #{encrypted_pdf_object(v, key, id, gen, in_content_stream)}\n" end.join('') "<< #{hash_content}>>" when NameTree::Value "#{pdf_object(obj.name)} #{encrypted_pdf_object(obj.value, key, id, gen, in_content_stream)}" when PDF::Core::OutlineRoot, PDF::Core::OutlineItem encrypted_pdf_object(obj.to_hash, key, id, gen, in_content_stream) else # delegate back to pdf_object pdf_object(obj, in_content_stream) end end # @private class Stream def encrypted_object(key, id, gen) if filtered_stream "stream\n#{ Prawn::Document::Security.encrypt_string( filtered_stream, key, id, gen ) }\nendstream\n" else '' end end end # @private class Reference # Returns the object definition for the object this references, keyed from # +key+. def encrypted_object(key) @on_encode&.call(self) output = +"#{@identifier} #{gen} obj\n" if @stream.empty? output << PDF::Core.encrypted_pdf_object(data, key, @identifier, gen) << "\n" else output << PDF::Core.encrypted_pdf_object( data.merge(@stream.data), key, @identifier, gen ) << "\n" << @stream.encrypted_object(key, @identifier, gen) end output << "endobj\n" end end end end ruby-prawn-2.4.0.orig/lib/prawn/font.rb0000644000000000000000000003356313772706672016503 0ustar rootroot# frozen_string_literal: true # font.rb : The Prawn font class # # Copyright May 2008, Gregory Brown / James Healy. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # require_relative 'font_metric_cache' module Prawn class Document # @group Stable API # Without arguments, this returns the currently selected font. Otherwise, # it sets the current font. When a block is used, the font is applied # transactionally and is rolled back when the block exits. # # Prawn::Document.generate("font.pdf") do # text "Default font is Helvetica" # # font "Times-Roman" # text "Now using Times-Roman" # # font("DejaVuSans.ttf") do # text "Using TTF font from file DejaVuSans.ttf" # font "Courier", :style => :bold # text "You see this in bold Courier" # end # # text "Times-Roman, again" # end # # The :name parameter must be a string. It can be one of the 14 built-in # fonts supported by PDF, or the location of a TTF file. The # Fonts::AFM::BUILT_INS array specifies the valid built in font values. # # If a ttf font is specified, the glyphs necessary to render your document # will be embedded in the rendered PDF. This should be your preferred option # in most cases. It will increase the size of the resulting file, but also # make it more portable. # # The options parameter is an optional hash providing size and style. To use # the :style option you need to map those font styles to their respective # font files. # See font_families for more information. # def font(name = nil, options = {}) return((defined?(@font) && @font) || font('Helvetica')) if name.nil? if state.pages.empty? && !state.page.in_stamp_stream? raise Prawn::Errors::NotOnPage end new_font = find_font(name.to_s, options) if block_given? save_font do set_font(new_font, options[:size]) yield end else set_font(new_font, options[:size]) end @font end # @method font_size(points=nil) # # When called with no argument, returns the current font size. # # When called with a single argument but no block, sets the current font # size. When a block is used, the font size is applied transactionally and # is rolled back when the block exits. You may still change the font size # within a transactional block for individual text segments, or nested calls # to font_size. # # Prawn::Document.generate("font_size.pdf") do # font_size 16 # text "At size 16" # # font_size(10) do # text "At size 10" # text "At size 6", :size => 6 # text "At size 10" # end # # text "At size 16" # end # # When called without an argument, this method returns the current font # size. # def font_size(points = nil) return @font_size unless points size_before_yield = @font_size @font_size = points block_given? ? yield : return @font_size = size_before_yield end # Sets the font size def font_size=(size) font_size(size) end # Returns the width of the given string using the given font. If :size is # not specified as one of the options, the string is measured using the # current font size. You can also pass :kerning as an option to indicate # whether kerning should be used when measuring the width (defaults to # +false+). # # Note that the string _must_ be encoded properly for the font being used. # For AFM fonts, this is WinAnsi. For TTF, make sure the font is encoded as # UTF-8. You can use the Font#normalize_encoding method to make sure strings # are in an encoding appropriate for the current font. #-- # For the record, this method used to be a method of Font (and still # delegates to width computations on Font). However, having the primary # interface for calculating string widths exist on Font made it tricky to # write extensions for Prawn in which widths are computed differently (e.g., # taking formatting tags into account, or the like). # # By putting width_of here, on Document itself, extensions may easily # override it and redefine the width calculation behavior. #++ def width_of(string, options = {}) if options.key? :inline_format p = options[:inline_format] p = [] unless p.is_a?(Array) # Build up an Arranger with the entire string on one line, finalize it, # and find its width. arranger = Prawn::Text::Formatted::Arranger.new(self, options) arranger.consumed = text_formatter.format(string, *p) arranger.finalize_line arranger.line_width else width_of_string(string, options) end end # Hash that maps font family names to their styled individual font names. # # To add support for another font family, append to this hash, e.g: # # pdf.font_families.update( # "MyTrueTypeFamily" => { :bold => "foo-bold.ttf", # :italic => "foo-italic.ttf", # :bold_italic => "foo-bold-italic.ttf", # :normal => "foo.ttf" }) # # This will then allow you to use the fonts like so: # # pdf.font("MyTrueTypeFamily", :style => :bold) # pdf.text "Some bold text" # pdf.font("MyTrueTypeFamily") # pdf.text "Some normal text" # # This assumes that you have appropriate TTF fonts for each style you # wish to support. # # By default the styles :bold, :italic, :bold_italic, and :normal are # defined for fonts "Courier", "Times-Roman" and "Helvetica". When # defining your own font families, you can map any or all of these # styles to whatever font files you'd like. # def font_families @font_families ||= {}.merge!( 'Courier' => { bold: 'Courier-Bold', italic: 'Courier-Oblique', bold_italic: 'Courier-BoldOblique', normal: 'Courier' }, 'Times-Roman' => { bold: 'Times-Bold', italic: 'Times-Italic', bold_italic: 'Times-BoldItalic', normal: 'Times-Roman' }, 'Helvetica' => { bold: 'Helvetica-Bold', italic: 'Helvetica-Oblique', bold_italic: 'Helvetica-BoldOblique', normal: 'Helvetica' } ) end # @group Experimental API # Sets the font directly, given an actual Font object # and size. # def set_font(font, size = nil) # :nodoc: @font = font @font_size = size if size end # Saves the current font, and then yields. When the block # finishes, the original font is restored. # def save_font @font ||= find_font('Helvetica') original_font = @font original_size = @font_size yield ensure set_font(original_font, original_size) if original_font end # Looks up the given font using the given criteria. Once a font has been # found by that matches the criteria, it will be cached to subsequent # lookups for that font will return the same object. # -- # Challenges involved: the name alone is not sufficient to uniquely identify # a font (think dfont suitcases that can hold multiple different fonts in a # single file). Thus, the :name key is included in the cache key. # # It is further complicated, however, since fonts in some formats (like the # dfont suitcases) can be identified either by numeric index, OR by their # name within the suitcase, and both should hash to the same font object (to # avoid the font being embedded multiple times). This is not yet # implemented, which means if someone selects a font both by name, and by # index, the font will be embedded twice. Since we do font subsetting, this # double embedding won't be catastrophic, just annoying. # ++ # # @private def find_font(name, options = {}) #:nodoc: if font_families.key?(name) family = name name = font_families[name][options[:style] || :normal] if name.is_a?(::Hash) options = options.merge(name) name = options[:file] end end key = "#{name}:#{options[:font] || 0}" if name.is_a? Prawn::Font font_registry[key] = name else font_registry[key] ||= Font.load(self, name, options.merge(family: family)) end end # Hash of Font objects keyed by names # def font_registry #:nodoc: @font_registry ||= {} end private def width_of_inline_formatted_string(string, options = {}) # Build up an Arranger with the entire string on one line, finalize it, # and find its width. arranger = Prawn::Text::Formatted::Arranger.new(self, options) arranger.consumed = Text::Formatted::Parser.format(string) arranger.finalize_line arranger.line_width end def width_of_string(string, options = {}) font_metric_cache.width_of(string, options) end end # Provides font information and helper functions. # class Font require_relative 'fonts/afm' require_relative 'fonts/ttf' require_relative 'fonts/dfont' require_relative 'fonts/otf' require_relative 'fonts/ttc' # @deprecated AFM = Fonts::AFM TTF = Fonts::TTF DFont = Fonts::DFont TTC = Fonts::TTC # The current font name attr_reader :name # The current font family attr_reader :family # The options hash used to initialize the font attr_reader :options # Shortcut interface for constructing a font object. Filenames of the form # *.ttf will call Fonts::TTF.new, *.dfont Fonts::DFont.new, *.ttc goes to # Fonts::TTC.new, and anything else will be passed through to # Fonts::AFM.new() def self.load(document, src, options = {}) case font_format(src, options) when 'ttf' then TTF.new(document, src, options) when 'otf' then Fonts::OTF.new(document, src, options) when 'dfont' then DFont.new(document, src, options) when 'ttc' then TTC.new(document, src, options) else AFM.new(document, src, options) end end def self.font_format(src, options) return options.fetch(:format, 'ttf') if src.respond_to? :read case src.to_s when /\.ttf$/i then 'ttf' when /\.otf$/i then 'otf' when /\.dfont$/i then 'dfont' when /\.ttc$/i then 'ttc' else 'afm' end end def initialize(document, name, options = {}) #:nodoc: @document = document @name = name @options = options @family = options[:family] @identifier = generate_unique_id @references = {} end # The size of the font ascender in PDF points # def ascender @ascender / 1000.0 * size end # The size of the font descender in PDF points # def descender -@descender / 1000.0 * size end # The size of the recommended gap between lines of text in PDF points # def line_gap @line_gap / 1000.0 * size end # Normalizes the encoding of the string to an encoding supported by the # font. The string is expected to be UTF-8 going in. It will be re-encoded # and the new string will be returned. For an in-place (destructive) # version, see normalize_encoding!. def normalize_encoding(_string) raise NotImplementedError, 'subclasses of Prawn::Font must implement #normalize_encoding' end # Destructive version of normalize_encoding; normalizes the encoding of a # string in place. # # @deprecated def normalize_encoding!(str) warn 'Font#normalize_encoding! is deprecated. ' \ 'Please use non-mutating version Font#normalize_encoding instead.' str.dup.replace(normalize_encoding(str)) end # Gets height of current font in PDF points at the given font size # def height_at(size) @normalized_height ||= (@ascender - @descender + @line_gap) / 1000.0 @normalized_height * size end # Gets height of current font in PDF points at current font size # def height height_at(size) end # Registers the given subset of the current font with the current PDF # page. This is safe to call multiple times for a given font and subset, # as it will only add the font the first time it is called. # def add_to_current_page(subset) @references[subset] ||= register(subset) @document.state.page.fonts.merge!( identifier_for(subset) => @references[subset] ) end def identifier_for(subset) #:nodoc: "#{@identifier}.#{subset}".to_sym end def inspect #:nodoc: "#{self.class.name}< #{name}: #{size} >" end # Return a hash (as in Object#hash) for the font based on the output of # #inspect. This is required since font objects are used as keys in hashes # that cache certain values (See # Prawn::Table::Text#styled_with_of_single_character) # def hash #:nodoc: [self.class, name, family, size].hash end # Compliments the #hash implementation above # def eql?(other) #:nodoc: self.class == other.class && name == other.name && family == other.family && size == other.size end private # generate a font identifier that hasn't been used on the current page yet # def generate_unique_id key = nil font_count = @document.font_registry.size + 1 loop do key = :"F#{font_count}" break if key_is_unique?(key) font_count += 1 end key end def key_is_unique?(test_key) @document.state.page.fonts.keys.none? do |key| key.to_s.start_with?("#{test_key}.") end end protected def size @document.font_size end end end ruby-prawn-2.4.0.orig/lib/prawn/repeater.rb0000644000000000000000000000646013772706672017340 0ustar rootroot# frozen_string_literal: true # repeater.rb : Implements repeated page elements. # Heavy inspired by repeating_element() in PDF::Wrapper # http://pdf-wrapper.rubyforge.org/ # # Copyright November 2009, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn class Document # A list of all repeaters in the document. # See Document#repeat for details # # @private def repeaters @repeaters ||= [] end # @group Experimental API # Provides a way to execute a block of code repeatedly based on # a page_filter. Since Stamp is used under the hood, this method is very # space efficient. # # Available page filters are: # :all -- repeats on every page # :odd -- repeats on odd pages # :even -- repeats on even pages # some_array -- repeats on every page listed in the array # some_range -- repeats on every page included in the range # some_lambda -- yields page number and repeats for true return values # # Also accepts an optional second argument for dynamic content which # executes the code in the context of the filtered pages without using # a Stamp. # # Example: # # Prawn::Document.generate("repeat.pdf", :skip_page_creation => true) do # # repeat :all do # draw_text "ALLLLLL", :at => bounds.top_left # end # # repeat :odd do # draw_text "ODD", :at => [0,0] # end # # repeat :even do # draw_text "EVEN", :at => [0,0] # end # # repeat [1,2] do # draw_text "[1,2]", :at => [100,0] # end # # repeat 2..4 do # draw_text "2..4", :at => [200,0] # end # # repeat(lambda { |pg| pg % 3 == 0 }) do # draw_text "Every third", :at => [250, 20] # end # # 10.times do # start_new_page # draw_text "A wonderful page", :at => [400,400] # end # # repeat(:all, :dynamic => true) do # text page_number, :at => [500, 0] # end # # end # def repeat(page_filter, options = {}, &block) dynamic = options.fetch(:dynamic, false) repeaters << Prawn::Repeater.new( self, page_filter, dynamic, &block ) end end class Repeater #:nodoc: class << self attr_writer :count def count @count ||= 0 end end attr_reader :name def initialize(document, page_filter, dynamic = false, &block) @document = document @page_filter = page_filter @dynamic = dynamic @stamp_name = "prawn_repeater(#{Repeater.count})" @document.create_stamp(@stamp_name, &block) unless dynamic @block = block if dynamic @graphic_state = document.state.page.graphic_state.dup Repeater.count += 1 end def match?(page_number) @document.page_match?(@page_filter, page_number) end def run(page_number) if !@dynamic @document.stamp(@stamp_name) if match?(page_number) elsif @block && match?(page_number) @document.save_graphics_state(@graphic_state) do @document.__send__(:freeze_stamp_graphics) @block.call end end end end end ruby-prawn-2.4.0.orig/lib/prawn/stamp.rb0000644000000000000000000001071313772706672016651 0ustar rootroot# frozen_string_literal: true # stamp.rb : Implements a repeatable stamp # # Copyright October 2009, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn # The Prawn::Stamp module is used to create content that will be # included multiple times in a document. Using a stamp has three # advantages over creating content anew each time it is placed on # the page: # i. faster document creation # ii. smaller final document # iii. faster display on subsequent displays of the repeated # element because the viewer application can cache the rendered # results # # Example: # pdf.create_stamp("my_stamp") { # pdf.fill_circle([10, 15], 5) # pdf.draw_text("hello world", :at => [20, 10]) # } # pdf.stamp("my_stamp") # module Stamp # @group Stable API # Renders the stamp named name to the page # raises Prawn::Errors::InvalidName if name.empty? # raises Prawn::Errors::UndefinedObjectName if no stamp # has been created with this name # # Example: # pdf.create_stamp("my_stamp") { # pdf.fill_circle([10, 15], 5) # pdf.text("hello world", :at => [20, 10]) # } # pdf.stamp("my_stamp") # def stamp(name) dictionary_name, dictionary = stamp_dictionary(name) renderer.add_content "/#{dictionary_name} Do" update_annotation_references dictionary.data[:Annots] state.page.xobjects.merge!(dictionary_name => dictionary) end # Renders the stamp named name at a position offset from # the initial coords at which the elements of the stamp was # created # # Example: # pdf.create_stamp("circle") do # pdf.fill_circle([0, 0], 25) # end # # draws a circle at 100, 100 # pdf.stamp_at("circle", [100, 100]) # # See stamp() for exceptions that might be raised # def stamp_at(name, point) translate(point[0], point[1]) { stamp(name) } end # Creates a re-usable stamp named name # # raises Prawn::Errors::NameTaken if a stamp already # exists in this document with this name # raises Prawn::Errors::InvalidName if name.empty? # # Example: # pdf.create_stamp("my_stamp") { # pdf.fill_circle([10, 15], 5) # pdf.draw_text("hello world", :at => [20, 10]) # } # def create_stamp(name, &block) dictionary = create_stamp_dictionary(name) state.page.stamp_stream(dictionary, &block) end private def stamp_dictionary_registry @stamp_dictionary_registry ||= {} end def next_stamp_dictionary_id stamp_dictionary_registry.length + 1 end def stamp_dictionary(name) raise Prawn::Errors::InvalidName if name.empty? if stamp_dictionary_registry[name].nil? raise Prawn::Errors::UndefinedObjectName end dict = stamp_dictionary_registry[name] dictionary_name = dict[:stamp_dictionary_name] dictionary = dict[:stamp_dictionary] [dictionary_name, dictionary] end def create_stamp_dictionary(name) raise Prawn::Errors::InvalidName if name.empty? raise Prawn::Errors::NameTaken unless stamp_dictionary_registry[name].nil? # BBox origin is the lower left margin of the page, so we need # it to be the full dimension of the page, or else things that # should appear near the top or right margin are invisible dictionary = ref!( Type: :XObject, Subtype: :Form, BBox: [ 0, 0, state.page.dimensions[2], state.page.dimensions[3] ] ) dictionary_name = "Stamp#{next_stamp_dictionary_id}" stamp_dictionary_registry[name] = { stamp_dictionary_name: dictionary_name, stamp_dictionary: dictionary } dictionary end # Referencing annotations from a stamp XObject doesn't result # in a working link. Instead, the references must be appended # to the /Annot dictionary of the object that contains the # call to the stamp object. def update_annotation_references(annots) if annots&.any? state.page.dictionary.data[:Annots] ||= [] state.page.dictionary.data[:Annots] |= annots end end def freeze_stamp_graphics update_colors write_line_width write_stroke_cap_style write_stroke_join_style write_stroke_dash end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/0000755000000000000000000000000013772706672016776 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/graphics/cap_style.rb0000644000000000000000000000207213772706672021307 0ustar rootroot# frozen_string_literal: true # cap_style.rb : Implements stroke cap styling # # Contributed by Daniel Nelson. October, 2009 # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Graphics module CapStyle # @group Stable API CAP_STYLES = { butt: 0, round: 1, projecting_square: 2 }.freeze # Sets the cap style for stroked lines and curves # # style is one of :butt, :round, or :projecting_square # # NOTE: If this method is never called, :butt will be used by default. # def cap_style(style = nil) return current_cap_style || :butt if style.nil? self.current_cap_style = style write_stroke_cap_style end alias cap_style= cap_style private def current_cap_style graphic_state.cap_style end def current_cap_style=(style) graphic_state.cap_style = style end def write_stroke_cap_style renderer.add_content "#{CAP_STYLES[current_cap_style]} J" end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/blend_mode.rb0000644000000000000000000000337113772706672021417 0ustar rootroot# frozen_string_literal: true # blend_mode.rb : Implements blend modes # # Contributed by John Ford. October, 2015 # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Graphics # The Prawn::BlendMode module is used to change the way # two layers are blended together. # # Passing an array of blend modes is allowed. PDF viewers should # blend layers based on the first recognized blend mode. # # Valid blend modes in v1.4 of the PDF spec include :Normal, :Multiply, # :Screen, :Overlay, :Darken, :Lighten, :ColorDodge, :ColorBurn, :HardLight, # :SoftLight, :Difference, :Exclusion, :Hue, :Saturation, :Color, and # :Luminosity. # # Example: # pdf.fill_color('0000ff') # pdf.fill_rectangle([x, y+25], 50, 50) # pdf.blend_mode(:Multiply) do # pdf.fill_color('ff0000') # pdf.fill_circle([x, y], 25) # end # module BlendMode # @group Stable API def blend_mode(blend_mode = :Normal) renderer.min_version(1.4) save_graphics_state if block_given? renderer.add_content "/#{blend_mode_dictionary_name(blend_mode)} gs" if block_given? yield restore_graphics_state end end private def blend_mode_dictionary_registry @blend_mode_dictionary_registry ||= {} end def blend_mode_dictionary_name(blend_mode) key = Array(blend_mode).join('') dictionary_name = "BM#{key}" dictionary = blend_mode_dictionary_registry[dictionary_name] ||= ref!( Type: :ExtGState, BM: blend_mode ) page.ext_gstates[dictionary_name] = dictionary dictionary_name end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/join_style.rb0000644000000000000000000000250213772706672021501 0ustar rootroot# frozen_string_literal: true # join_style.rb : Implements stroke join styling # # Contributed by Daniel Nelson. October, 2009 # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Graphics module JoinStyle JOIN_STYLES = { miter: 0, round: 1, bevel: 2 }.freeze # @group Stable API # Sets the join style for stroked lines and curves # # style is one of :miter, :round, or :bevel # # NOTE: if this method is never called, :miter will be used for join style # throughout the document # def join_style(style = nil) return current_join_style || :miter if style.nil? self.current_join_style = style unless JOIN_STYLES.key?(current_join_style) raise Prawn::Errors::InvalidJoinStyle, "#{style} is not a recognized join style. Valid styles are " + JOIN_STYLES.keys.join(', ') end write_stroke_join_style end alias join_style= join_style private def current_join_style graphic_state.join_style end def current_join_style=(style) graphic_state.join_style = style end def write_stroke_join_style renderer.add_content "#{JOIN_STYLES[current_join_style]} j" end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/transformation.rb0000644000000000000000000001254413772706672022377 0ustar rootroot# frozen_string_literal: true # transformation.rb: Implements rotate, translate, skew, scale and a generic # transformation_matrix # # Copyright January 2010, Michael Witrant. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn module Graphics module Transformation # @group Stable API # Rotate the user space. If a block is not provided, then you must save # and restore the graphics state yourself. # # == Options # :origin:: [number, number]. The point around which to # rotate. A block must be provided if using the :origin # # raises Prawn::Errors::BlockRequired if an :origin option is # provided, but no block is given # # Example without a block: # # save_graphics_state # rotate 30 # text "rotated text" # restore_graphics_state # # Example with a block: rotating a rectangle around its upper-left corner # # x = 300 # y = 300 # width = 150 # height = 200 # angle = 30 # pdf.rotate(angle, :origin => [x, y]) do # pdf.stroke_rectangle([x, y], width, height) # end # def rotate(angle, options = {}, &block) Prawn.verify_options(:origin, options) rad = degree_to_rad(angle) cos = Math.cos(rad) sin = Math.sin(rad) if options[:origin].nil? transformation_matrix(cos, sin, -sin, cos, 0, 0, &block) else raise Prawn::Errors::BlockRequired unless block x = options[:origin][0] + bounds.absolute_left y = options[:origin][1] + bounds.absolute_bottom x_prime = x * cos - y * sin y_prime = x * sin + y * cos translate(x - x_prime, y - y_prime) do transformation_matrix(cos, sin, -sin, cos, 0, 0, &block) end end end # Translate the user space. If a block is not provided, then you must # save and restore the graphics state yourself. # # Example without a block: move the text up and over 10 # # save_graphics_state # translate(10, 10) # text "scaled text" # restore_graphics_state # # Example with a block: draw a rectangle with its upper-left corner at # x + 10, y + 10 # # x = 300 # y = 300 # width = 150 # height = 200 # pdf.translate(10, 10) do # pdf.stroke_rectangle([x, y], width, height) # end # def translate(x, y, &block) transformation_matrix(1, 0, 0, 1, x, y, &block) end # Scale the user space. If a block is not provided, then you must save # and restore the graphics state yourself. # # == Options # :origin:: [number, number]. The point from which to # scale. A block must be provided if using the :origin # # raises Prawn::Errors::BlockRequired if an :origin option is # provided, but no block is given # # Example without a block: # # save_graphics_state # scale 1.5 # text "scaled text" # restore_graphics_state # # Example with a block: scale a rectangle from its upper-left corner # # x = 300 # y = 300 # width = 150 # height = 200 # factor = 1.5 # pdf.scale(angle, :origin => [x, y]) do # pdf.stroke_rectangle([x, y], width, height) # end # def scale(factor, options = {}, &block) Prawn.verify_options(:origin, options) if options[:origin].nil? transformation_matrix(factor, 0, 0, factor, 0, 0, &block) else raise Prawn::Errors::BlockRequired unless block x = options[:origin][0] + bounds.absolute_left y = options[:origin][1] + bounds.absolute_bottom x_prime = factor * x y_prime = factor * y translate(x - x_prime, y - y_prime) do transformation_matrix(factor, 0, 0, factor, 0, 0, &block) end end end # The following definition of skew would only work in a clearly # predicatable manner when if the document had no margin. don't provide # this shortcut until it behaves in a clearly understood manner # # def skew(a, b, &block) # transformation_matrix(1, # Math.tan(degree_to_rad(a)), # Math.tan(degree_to_rad(b)), # 1, 0, 0, &block) # end # Transform the user space (see notes for rotate regarding graphics state) # Generally, one would use the rotate, scale, translate, and skew # convenience methods instead of calling transformation_matrix directly def transformation_matrix(*matrix) if matrix.length != 6 raise ArgumentError, 'Transformation matrix must have exacty 6 elements' end save_graphics_state if block_given? add_to_transformation_stack(*matrix) values = PDF::Core.real_params(matrix) renderer.add_content "#{values} cm" if block_given? yield restore_graphics_state end end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/dash.rb0000644000000000000000000000664413772706672020254 0ustar rootroot# frozen_string_literal: true # dash.rb : Implements stroke dashing # # Contributed by Daniel Nelson. October, 2009 # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Graphics module Dash # @group Stable API # Sets the dash pattern for stroked lines and curves or return the # current dash pattern setting if +length+ is nil. # # There are two ways to set the dash pattern: # # * If the parameter +length+ is an Integer/Float, it specifies # the length of the dash and of the gap. The length of the gap # can be customized by setting the :space option. # # Examples: # # length = 3 # 3 on, 3 off, 3 on, 3 off, ... # length = 3, :space =2 # 3 on, 2 off, 3 on, 2 off, ... # # * If the parameter +length+ is an array, it specifies the # lengths of alternating dashes and gaps. The numbers must be # non-negative and not all zero. The :space option is ignored # in this case. # # Examples: # # length = [2, 1] # 2 on, 1 off, 2 on, 1 off, ... # length = [3, 1, 2, 3] # 3 on, 1 off, 2 on, 3 off, 3 on, 1 off, ... # length = [3, 0, 1] # 3 on, 0 off, 1 on, 3 off, 0 on, 1 off, ... # # Options may contain the keys :space and :phase # # :space:: The space between the dashes (only used when +length+ # is not an array) # # :phase:: The distance into the dash pattern at which to start # the dash. For example, a phase of 0 starts at the # beginning of the dash; whereas, if the phase is equal # to the length of the dash, then stroking will begin at # the beginning of the space. Default is 0. # # Integers or Floats may be used for length and the option values. # Dash units are in PDF points (1/72 inch). # def dash(length = nil, options = {}) return current_dash_state if length.nil? length = Array(length) if length.all?(&:zero?) raise ArgumentError, 'Zero length dashes are invalid. Call #undash to disable dashes.' elsif length.any?(&:negative?) raise ArgumentError, 'Negative numbers are not allowed for dash lengths.' end length = length.first if length.length == 1 self.current_dash_state = { dash: length, space: length.is_a?(Array) ? nil : options[:space] || length, phase: options[:phase] || 0 } write_stroke_dash end alias dash= dash # Stops dashing, restoring solid stroked lines and curves # def undash self.current_dash_state = undashed_setting write_stroke_dash end # Returns when stroke is dashed, false otherwise # def dashed? current_dash_state != undashed_setting end private def write_stroke_dash renderer.add_content dash_setting end def undashed_setting { dash: nil, space: nil, phase: 0 } end def current_dash_state=(dash_options) graphic_state.dash = dash_options end def current_dash_state graphic_state.dash end def dash_setting graphic_state.dash_setting end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/patterns.rb0000644000000000000000000002077513772706672021176 0ustar rootroot# frozen_string_literal: true require 'digest/sha1' # patterns.rb : Implements axial & radial gradients # # Originally implemented by Wojciech Piekutowski. November, 2009 # Copyright September 2012, Alexander Mankuta. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Graphics module Patterns GradientStop = Struct.new(:position, :color) Gradient = Struct.new( :type, :apply_transformations, :stops, :from, :to, :r1, :r2 ) # @group Stable API # Sets the fill gradient. # old arguments: # from, to, color1, color2 # or # from, r1, to, r2, color1, color2 # new arguments: # from: [x, y] # to: [x, y] # r1: radius # r2: radius # stops: [color, color, ...] or # { position => color, position => color, ... } # apply_transformations: true # # Examples: # # # draws a horizontal axial gradient that starts at red on the left # # and ends at blue on the right # fill_gradient from: [0, 0], to: [100, 0], stops: ['red', 'blue'] # # # draws a horizontal radial gradient that starts at red, is green # # 80% of the way through, and finishes blue # fill_gradient from: [0, 0], r1: 0, to: [100, 0], r2: 180, # stops: { 0 => 'red', 0.8 => 'green', 1 => 'blue' } # # from and to specify the axis of where the gradient # should be painted. # # r1 and r2, if specified, make a radial gradient with # the starting circle of radius r1 centered at from # and ending at a circle of radius r2 centered at to. # If r1 is not specified, a axial gradient will be drawn. # # stops is an array or hash of stops. Each stop is either just a # string indicating the color, in which case the stops will be evenly # distributed across the gradient, or a hash where the key is # a position between 0 and 1 indicating what distance through the # gradient the color should change, and the value is a color string. # # Option apply_transformations, if set true, will transform the # gradient's co-ordinate space so it matches the current co-ordinate # space of the document. This option will be the default from Prawn v3, # and is default true if you use the new arguments format. # The default for the old arguments format, false, will mean if you # (for example) scale your document by 2 and put a gradient inside, you # will have to manually multiply your co-ordinates by 2 so the gradient # is correctly positioned. def fill_gradient(*args, **kwargs) set_gradient(:fill, *args, **kwargs) end # Sets the stroke gradient. # See fill_gradient for a description of the arguments to this method. def stroke_gradient(*args, **kwargs) set_gradient(:stroke, *args, **kwargs) end private def set_gradient(type, *grad, **kwargs) gradient = parse_gradient_arguments(*grad, **kwargs) patterns = page.resources[:Pattern] ||= {} registry_key = gradient_registry_key gradient unless patterns.key? "SP#{registry_key}" shading = gradient_registry[registry_key] unless shading shading = create_gradient_pattern(gradient) gradient_registry[registry_key] = shading end patterns["SP#{registry_key}"] = shading end operator = case type when :fill 'scn' when :stroke 'SCN' else raise ArgumentError, "unknown type '#{type}'" end set_color_space type, :Pattern renderer.add_content "/SP#{registry_key} #{operator}" end # rubocop: disable Metrics/ParameterLists def parse_gradient_arguments( *arguments, from: nil, to: nil, r1: nil, r2: nil, stops: nil, apply_transformations: nil ) case arguments.length when 0 apply_transformations = true if apply_transformations.nil? when 4 from, to, *stops = arguments when 6 from, r1, to, r2, *stops = arguments else raise ArgumentError, "Unknown type of gradient: #{arguments.inspect}" end if stops.length < 2 raise ArgumentError, 'At least two stops must be specified' end stops = stops.map.with_index do |stop, index| case stop when Array, Hash position, color = stop else position = index / (stops.length.to_f - 1) color = stop end unless (0..1).cover?(position) raise ArgumentError, 'position must be between 0 and 1' end GradientStop.new(position, normalize_color(color)) end if stops.first.position != 0 raise ArgumentError, 'The first stop must have a position of 0' end if stops.last.position != 1 raise ArgumentError, 'The last stop must have a position of 1' end if stops.map { |stop| color_type(stop.color) }.uniq.length > 1 raise ArgumentError, 'All colors must be of the same color space' end Gradient.new( r1 ? :radial : :axial, apply_transformations, stops, from, to, r1, r2 ) end # rubocop: enable Metrics/ParameterLists def gradient_registry_key(gradient) _x1, _y1, x2, y2, transformation = gradient_coordinates(gradient) key = [ gradient.type.to_s, transformation, x2, y2, gradient.r1 || -1, gradient.r2 || -1, gradient.stops.length, gradient.stops.map { |s| [s.position, s.color] } ].flatten Digest::SHA1.hexdigest(key.join(',')) end def gradient_registry @gradient_registry ||= {} end def create_gradient_pattern(gradient) if gradient.apply_transformations.nil? && current_transformation_matrix_with_translation(0, 0) != [1, 0, 0, 1, 0, 0] warn 'Gradients in Prawn 2.x and lower are not correctly positioned '\ 'when a transformation has been made to the document. ' \ "Pass 'apply_transformations: true' to correctly transform the " \ 'gradient, or see ' \ 'https://github.com/prawnpdf/prawn/wiki/Gradient-Transformations ' \ 'for more information.' end shader_stops = gradient.stops.each_cons(2).map do |first, second| ref!( FunctionType: 2, Domain: [0.0, 1.0], C0: first.color, C1: second.color, N: 1.0 ) end # If there's only two stops, we can use the single shader. # Otherwise we stitch the multiple shaders together. shader = if shader_stops.length == 1 shader_stops.first else ref!( FunctionType: 3, # stitching function Domain: [0.0, 1.0], Functions: shader_stops, Bounds: gradient.stops[1..-2].map(&:position), Encode: [0.0, 1.0] * shader_stops.length ) end x1, y1, x2, y2, transformation = gradient_coordinates(gradient) coords = if gradient.type == :axial [0, 0, x2 - x1, y2 - y1] else [0, 0, gradient.r1, x2 - x1, y2 - y1, gradient.r2] end shading = ref!( ShadingType: gradient.type == :axial ? 2 : 3, ColorSpace: color_space(gradient.stops.first.color), Coords: coords, Function: shader, Extend: [true, true] ) ref!( PatternType: 2, # shading pattern Shading: shading, Matrix: transformation ) end def gradient_coordinates(gradient) x1, y1 = map_to_absolute(gradient.from) x2, y2 = map_to_absolute(gradient.to) transformation = if gradient.apply_transformations current_transformation_matrix_with_translation(x1, y1) else [1, 0, 0, 1, x1, y1] end [x1, y1, x2, y2, transformation] end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/transparency.rb0000644000000000000000000000572313772706672022043 0ustar rootroot# frozen_string_literal: true # transparency.rb : Implements transparency # # Copyright October 2009, Daniel Nelson. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # module Prawn module Graphics # The Prawn::Transparency module is used to place transparent # content on the page. It has the capacity for separate # transparency values for stroked content and all other content. # # Example: # # both the fill and stroke will be at 50% opacity # pdf.transparent(0.5) do # pdf.text("hello world") # pdf.fill_and_stroke_circle([x, y], 25) # end # # # the fill will be at 50% opacity, but the stroke will # # be at 75% opacity # pdf.transparent(0.5, 0.75) do # pdf.text("hello world") # pdf.fill_and_stroke_circle([x, y], 25) # end # module Transparency # @group Stable API # Sets the opacity and stroke_opacity for all # the content within the block # If stroke_opacity is not provided, then it takes on # the same value as opacity # # Valid ranges for both paramters are 0.0 to 1.0 # # Example: # # both the fill and stroke will be at 50% opacity # pdf.transparent(0.5) do # pdf.text("hello world") # pdf.fill_and_stroke_circle([x, y], 25) # end # # # the fill will be at 50% opacity, but the stroke will # # be at 75% opacity # pdf.transparent(0.5, 0.75) do # pdf.text("hello world") # pdf.fill_and_stroke_circle([x, y], 25) # end # def transparent(opacity, stroke_opacity = opacity) renderer.min_version(1.4) opacity = [[opacity, 0.0].max, 1.0].min stroke_opacity = [[stroke_opacity, 0.0].max, 1.0].min save_graphics_state renderer.add_content( "/#{opacity_dictionary_name(opacity, stroke_opacity)} gs" ) yield restore_graphics_state end private def opacity_dictionary_registry @opacity_dictionary_registry ||= {} end def next_opacity_dictionary_id opacity_dictionary_registry.length + 1 end def opacity_dictionary_name(opacity, stroke_opacity) key = "#{opacity}_#{stroke_opacity}" if opacity_dictionary_registry[key] dictionary = opacity_dictionary_registry[key][:obj] dictionary_name = opacity_dictionary_registry[key][:name] else dictionary = ref!( Type: :ExtGState, CA: stroke_opacity, ca: opacity ) dictionary_name = "Tr#{next_opacity_dictionary_id}" opacity_dictionary_registry[key] = { name: dictionary_name, obj: dictionary } end page.ext_gstates[dictionary_name] = dictionary dictionary_name end end end end ruby-prawn-2.4.0.orig/lib/prawn/graphics/color.rb0000644000000000000000000001320613772706672020443 0ustar rootroot# frozen_string_literal: true # color.rb : Implements color handling # # Copyright June 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. module Prawn module Graphics module Color # @group Stable API # Sets or returns the fill color. # # When called with no argument, it returns the current fill color. # # If a single argument is provided, it should be a 6 digit HTML color # code. # # pdf.fill_color "f0ffc1" # # If 4 arguments are provided, the color is assumed to be a CMYK value # Values range from 0 - 100. # # pdf.fill_color 0, 99, 95, 0 # def fill_color(*color) return current_fill_color if color.empty? self.current_fill_color = process_color(*color) set_fill_color end alias fill_color= fill_color # Sets or returns the line stroking color. # # When called with no argument, it returns the current stroking color. # # If a single argument is provided, it should be a 6 digit HTML color # code. # # pdf.stroke_color "f0ffc1" # # If 4 arguments are provided, the color is assumed to be a CMYK value # Values range from 0 - 100. # # pdf.stroke_color 0, 99, 95, 0 # def stroke_color(*color) return current_stroke_color if color.empty? color = process_color(*color) self.current_stroke_color = color set_stroke_color(color) end alias stroke_color= stroke_color module_function # Converts RGB value array to hex string suitable for use with fill_color # and stroke_color # # >> Prawn::Graphics::Color.rgb2hex([255,120,8]) # => "ff7808" # def rgb2hex(rgb) rgb.map { |e| format '%02x', value: e }.join end # Converts hex string into RGB value array: # # >> Prawn::Graphics::Color.hex2rgb("ff7808") # => [255, 120, 8] # def hex2rgb(hex) r = hex[0..1] g = hex[2..3] b = hex[4..5] [r, g, b].map { |e| e.to_i(16) } end private def process_color(*color) case color.size when 1 color[0] when 4 color else raise ArgumentError, 'wrong number of arguments supplied' end end def color_type(color) case color when String if /\A\h{6}\z/.match?(color) :RGB else raise ArgumentError, "Unknown type of color: #{color.inspect}" end when Array case color.length when 3 :RGB when 4 :CMYK else raise ArgumentError, "Unknown type of color: #{color.inspect}" end end end def normalize_color(color) case color_type(color) when :RGB r, g, b = hex2rgb(color) [r / 255.0, g / 255.0, b / 255.0] when :CMYK c, m, y, k = *color [c / 100.0, m / 100.0, y / 100.0, k / 100.0] end end def color_to_s(color) PDF::Core.real_params normalize_color(color) end def color_space(color) case color_type(color) when :RGB :DeviceRGB when :CMYK :DeviceCMYK end end COLOR_SPACES = %i[DeviceRGB DeviceCMYK Pattern].freeze def set_color_space(type, color_space) # don't set the same color space again if current_color_space(type) == color_space && !state.page.in_stamp_stream? return end set_current_color_space(color_space, type) unless COLOR_SPACES.include?(color_space) raise ArgumentError, "unknown color space: '#{color_space}'" end operator = case type when :fill 'cs' when :stroke 'CS' else raise ArgumentError, "unknown type '#{type}'" end renderer.add_content "/#{color_space} #{operator}" end def set_color(type, color, options = {}) operator = case type when :fill 'scn' when :stroke 'SCN' else raise ArgumentError, "unknown type '#{type}'" end if options[:pattern] set_color_space type, :Pattern renderer.add_content "/#{color} #{operator}" else set_color_space type, color_space(color) color = color_to_s(color) write_color(color, operator) end end def set_fill_color(color = nil) set_color :fill, color || current_fill_color end def set_stroke_color(color = nil) set_color :stroke, color || current_stroke_color end def update_colors set_fill_color set_stroke_color end def current_color_space(type) graphic_state.color_space[type] end def set_current_color_space(color_space, type) save_graphics_state if graphic_state.nil? graphic_state.color_space[type] = color_space end def current_fill_color graphic_state.fill_color end def current_fill_color=(color) graphic_state.fill_color = color end def current_stroke_color graphic_state.stroke_color end def current_stroke_color=(color) graphic_state.stroke_color = color end def write_color(color, operator) renderer.add_content "#{color} #{operator}" end end end end ruby-prawn-2.4.0.orig/lib/prawn/images.rb0000644000000000000000000001470013772706672016772 0ustar rootroot# encoding: ASCII-8BIT # frozen_string_literal: true # images.rb : Implements PDF image embedding # # Copyright April 2008, James Healy, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'digest/sha1' require 'pathname' module Prawn module Images # @group Stable API # Add the image at filename to the current page. Currently only # JPG and PNG files are supported. (Note that processing PNG # images with alpha channels can be processor and memory intensive.) # # Arguments: # file:: path to file or an object that responds to #read and # #rewind # # Options: # :at:: an array [x,y] with the location of the top left corner of # the image. # :position:: One of (:left, :center, :right) or an x-offset # :vposition:: One of (:top, :center, :bottom) or an y-offset # :height:: the height of the image [actual height of the image] # :width:: the width of the image [actual width of the image] # :scale:: scale the dimensions of the image proportionally # :fit:: scale the dimensions of the image proportionally to fit # inside [width,height] # # Prawn::Document.generate("image2.pdf", :page_layout => :landscape) do # pigs = "#{Prawn::DATADIR}/images/pigs.jpg" # image pigs, :at => [50,450], :width => 450 # # dice = "#{Prawn::DATADIR}/images/dice.png" # image dice, :at => [50, 450], :scale => 0.75 # end # # If only one of :width / :height are provided, the image will be scaled # proportionally. When both are provided, the image will be stretched to # fit the dimensions without maintaining the aspect ratio. # # # If :at is provided, the image will be place in the current page but # the text position will not be changed. # # # If instead of an explicit filename, an object with a read method is # passed as +file+, you can embed images from IO objects and things # that act like them (including Tempfiles and open-uri objects). # # require "open-uri" # # Prawn::Document.generate("remote_images.pdf") do # image open("http://prawnpdf.org/media/prawn_logo.png") # end # # This method returns an image info object which can be used to check the # dimensions of an image object if needed. # (See also: Prawn::Images::PNG , Prawn::Images::JPG) # def image(file, options = {}) Prawn.verify_options( %i[at position vposition height width scale fit], options ) pdf_obj, info = build_image_object(file) embed_image(pdf_obj, info, options) info end # Builds an info object (Prawn::Images::*) and a PDF reference representing # the given image. Return a pair: [pdf_obj, info]. # # @private def build_image_object(file) image_content = verify_and_read_image(file) image_sha1 = Digest::SHA1.hexdigest(image_content) # if this image has already been embedded, just reuse it if image_registry[image_sha1] info = image_registry[image_sha1][:info] image_obj = image_registry[image_sha1][:obj] else # Build the image object info = Prawn.image_handler.find(image_content).new(image_content) # Bump PDF version if the image requires it if info.respond_to?(:min_pdf_version) renderer.min_version(info.min_pdf_version) end # Add the image to the PDF and register it in case we see it again. image_obj = info.build_pdf_object(self) image_registry[image_sha1] = { obj: image_obj, info: info } end [image_obj, info] end # Given a PDF image resource pdf_obj that has been added to the # page's resources and an info object (the pair returned from # build_image_object), embed the image according to the options # given. # # @private def embed_image(pdf_obj, info, options) # find where the image will be placed and how big it will be w, h = info.calc_image_dimensions(options) if options[:at] x, y = map_to_absolute(options[:at]) else x, y = image_position(w, h, options) move_text_position h end # add a reference to the image object to the current page # resource list and give it a label label = "I#{next_image_id}" state.page.xobjects[label] = pdf_obj cm_params = PDF::Core.real_params([w, 0, 0, h, x, y - h]) renderer.add_content("\nq\n#{cm_params} cm\n/#{label} Do\nQ") end private def verify_and_read_image(io_or_path) # File or IO if io_or_path.respond_to?(:rewind) io = io_or_path # Rewind if the object we're passed is an IO, so that multiple embeds of # the same IO object will work io.rewind # read the file as binary so the size is calculated correctly # guard binmode because some objects acting io-like don't implement it io.binmode if io.respond_to?(:binmode) return io.read end # String or Pathname io_or_path = Pathname.new(io_or_path) raise ArgumentError, "#{io_or_path} not found" unless io_or_path.file? io_or_path.binread end def image_position(width, height, options) options[:position] ||= :left y = case options[:vposition] when :top bounds.absolute_top when :center bounds.absolute_top - (bounds.height - height) / 2.0 when :bottom bounds.absolute_bottom + height when Numeric bounds.absolute_top - options[:vposition] else determine_y_with_page_flow(height) end x = case options[:position] when :left bounds.left_side when :center bounds.left_side + (bounds.width - width) / 2.0 when :right bounds.right_side - width when Numeric options[:position] + bounds.left_side end [x, y] end def determine_y_with_page_flow(height) if overruns_page?(height) bounds.move_past_bottom end y end def overruns_page?(height) (y - height) < reference_bounds.absolute_bottom end def image_registry @image_registry ||= {} end def next_image_id @image_counter ||= 0 @image_counter += 1 end end end ruby-prawn-2.4.0.orig/lib/prawn/document.rb0000644000000000000000000005750613772706672017356 0ustar rootroot# frozen_string_literal: true # document.rb : Implements PDF document generation for Prawn # # Copyright April 2008, Gregory Brown. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'stringio' require_relative 'document/bounding_box' require_relative 'document/column_box' require_relative 'document/internals' require_relative 'document/span' module Prawn # The Prawn::Document class is how you start creating a PDF document. # # There are three basic ways you can instantiate PDF Documents in Prawn, they # are through assignment, implicit block or explicit block. Below is an # example of each type, each example does exactly the same thing, makes a PDF # document with all the defaults and puts in the default font "Hello There" # and then saves it to the current directory as "example.pdf" # # For example, assignment can be like this: # # pdf = Prawn::Document.new # pdf.text "Hello There" # pdf.render_file "example.pdf" # # Or you can do an implied block form: # # Prawn::Document.generate "example.pdf" do # text "Hello There" # end # # Or if you need to access a variable outside the scope of the block, the # explicit block form: # # words = "Hello There" # Prawn::Document.generate "example.pdf" do |pdf| # pdf.text words # end # # Usually, the block forms are used when you are simply creating a PDF # document that you want to immediately save or render out. # # See the new and generate methods for further details on the above. # class Document include Prawn::Document::Internals include PDF::Core::Annotations include PDF::Core::Destinations include Prawn::Document::Security include Prawn::Text include Prawn::Graphics include Prawn::Images include Prawn::Stamp include Prawn::SoftMask include Prawn::TransformationStack # @group Extension API # NOTE: We probably need to rethink the options validation system, but this # constant temporarily allows for extensions to modify the list. VALID_OPTIONS = %i[ page_size page_layout margin left_margin right_margin top_margin bottom_margin skip_page_creation compress background info text_formatter print_scaling ].freeze # Any module added to this array will be included into instances of # Prawn::Document at the per-object level. These will also be inherited by # any subclasses. # # Example: # # module MyFancyModule # # def party! # text "It's a big party!" # end # # end # # Prawn::Document.extensions << MyFancyModule # # Prawn::Document.generate("foo.pdf") do # party! # end # # def self.extensions @extensions ||= [] end # @private def self.inherited(base) super extensions.each { |e| base.extensions << e } end # @group Stable Attributes attr_accessor :margin_box attr_reader :margins, :y attr_accessor :page_number # @group Extension Attributes attr_accessor :text_formatter # @group Stable API # Creates and renders a PDF document. # # When using the implicit block form, Prawn will evaluate the block # within an instance of Prawn::Document, simplifying your syntax. # However, please note that you will not be able to reference variables # from the enclosing scope within this block. # # # Using implicit block form and rendering to a file # Prawn::Document.generate "example.pdf" do # # self here is set to the newly instantiated Prawn::Document # # and so any variables in the outside scope are unavailable # font "Times-Roman" # draw_text "Hello World", :at => [200,720], :size => 32 # end # # If you need to access your local and instance variables, use the explicit # block form shown below. In this case, Prawn yields an instance of # PDF::Document and the block is an ordinary closure: # # # Using explicit block form and rendering to a file # content = "Hello World" # Prawn::Document.generate "example.pdf" do |pdf| # # self here is left alone # pdf.font "Times-Roman" # pdf.draw_text content, :at => [200,720], :size => 32 # end # def self.generate(filename, options = {}, &block) pdf = new(options, &block) pdf.render_file(filename) end # Creates a new PDF Document. The following options are available (with # the default values marked in []) # # :page_size:: One of the PDF::Core::PageGeometry sizes [LETTER] # :page_layout:: Either :portrait or :landscape # :margin:: Sets the margin on all sides in points [0.5 inch] # :left_margin:: Sets the left margin in points [0.5 inch] # :right_margin:: Sets the right margin in points [0.5 inch] # :top_margin:: Sets the top margin in points [0.5 inch] # :bottom_margin:: Sets the bottom margin in points [0.5 inch] # :skip_page_creation:: Creates a document without starting the # first page [false] # :compress:: Compresses content streams before rendering them # [false] # :background:: An image path to be used as background on all pages # [nil] # :background_scale:: Backgound image scale [1] [nil] # :info:: Generic hash allowing for custom metadata properties # [nil] # :text_formatter: The text formatter to use for # :inline_formatted text # [Prawn::Text::Formatted::Parser] # # Setting e.g. the :margin to 100 points and the :left_margin to 50 will # result in margins of 100 points on every side except for the left, where # it will be 50. # # The :margin can also be an array much like CSS shorthand: # # # Top and bottom are 20, left and right are 100. # :margin => [20, 100] # # Top is 50, left and right are 100, bottom is 20. # :margin => [50, 100, 20] # # Top is 10, right is 20, bottom is 30, left is 40. # :margin => [10, 20, 30, 40] # # Additionally, :page_size can be specified as a simple two value array # giving the width and height of the document you need in PDF Points. # # Usage: # # # New document, US Letter paper, portrait orientation # pdf = Prawn::Document.new # # # New document, A4 paper, landscaped # pdf = Prawn::Document.new(page_size: "A4", page_layout: :landscape) # # # New document, Custom size # pdf = Prawn::Document.new(page_size: [200, 300]) # # # New document, with background # pdf = Prawn::Document.new( # background: "#{Prawn::DATADIR}/images/pigs.jpg" # ) # def initialize(options = {}, &block) options = options.dup Prawn.verify_options VALID_OPTIONS, options # need to fix, as the refactoring breaks this # raise NotImplementedError if options[:skip_page_creation] self.class.extensions.reverse_each { |e| extend e } self.state = PDF::Core::DocumentState.new(options) state.populate_pages_from_store(self) renderer.min_version(state.store.min_version) if state.store.min_version renderer.min_version(1.6) if options[:print_scaling] == :none @background = options[:background] @background_scale = options[:background_scale] || 1 @font_size = 12 @bounding_box = nil @margin_box = nil @page_number = 0 @text_formatter = options.delete(:text_formatter) || Text::Formatted::Parser options[:size] = options.delete(:page_size) options[:layout] = options.delete(:page_layout) initialize_first_page(options) @bounding_box = @margin_box if block block.arity < 1 ? instance_eval(&block) : block[self] end end # @group Stable API # Creates and advances to a new page in the document. # # Page size, margins, and layout can also be set when generating a # new page. These values will become the new defaults for page creation # # pdf.start_new_page #=> Starts new page keeping current values # pdf.start_new_page(:size => "LEGAL", :layout => :landscape) # pdf.start_new_page(:left_margin => 50, :right_margin => 50) # pdf.start_new_page(:margin => 100) # def start_new_page(options = {}) last_page = state.page if last_page last_page_size = last_page.size last_page_layout = last_page.layout last_page_margins = last_page.margins.dup end page_options = { size: options[:size] || last_page_size, layout: options[:layout] || last_page_layout, margins: last_page_margins } if last_page if last_page.graphic_state new_graphic_state = last_page.graphic_state.dup end # erase the color space so that it gets reset on new page for fussy # pdf-readers new_graphic_state&.color_space = {} page_options[:graphic_state] = new_graphic_state end state.page = PDF::Core::Page.new(self, page_options) apply_margin_options(options) generate_margin_box # Reset the bounding box if the new page has different size or layout if last_page && (last_page.size != state.page.size || last_page.layout != state.page.layout) @bounding_box = @margin_box end use_graphic_settings unless options[:orphan] state.insert_page(state.page, @page_number) @page_number += 1 if @background canvas do image(@background, scale: @background_scale, at: bounds.top_left) end end @y = @bounding_box.absolute_top float do state.on_page_create_action(self) end end end # Remove page of the document by index # # pdf = Prawn::Document.new # pdf.page_count #=> 1 # 3.times { pdf.start_new_page } # pdf.page_count #=> 4 # pdf.delete_page(-1) # pdf.page_count #=> 3 # def delete_page(index) return false if index.abs > (state.pages.count - 1) state.pages.delete_at(index) state.store.pages.data[:Kids].delete_at(index) state.store.pages.data[:Count] -= 1 @page_number -= 1 true end # Returns the number of pages in the document # # pdf = Prawn::Document.new # pdf.page_count #=> 1 # 3.times { pdf.start_new_page } # pdf.page_count #=> 4 # def page_count state.page_count end # Re-opens the page with the given (1-based) page number so that you can # draw on it. # # See Prawn::Document#number_pages for a sample usage of this capability. # def go_to_page(page_number) @page_number = page_number state.page = state.pages[page_number - 1] generate_margin_box @y = @bounding_box.absolute_top end def y=(new_y) @y = new_y bounds.update_height end # The current y drawing position relative to the innermost bounding box, # or to the page margins at the top level. # def cursor y - bounds.absolute_bottom end # Moves to the specified y position in relative terms to the bottom margin. # def move_cursor_to(new_y) self.y = new_y + bounds.absolute_bottom end # Executes a block and then restores the original y position. If new pages # were created during this block, it will teleport back to the original # page when done. # # pdf.text "A" # # pdf.float do # pdf.move_down 100 # pdf.text "C" # end # # pdf.text "B" # def float original_page = page_number original_y = y yield go_to_page(original_page) unless page_number == original_page self.y = original_y end # Renders the PDF document to string. # Pass an open file descriptor to render to file. # def render(*arguments, &block) (1..page_count).each do |i| go_to_page i repeaters.each { |r| r.run(i) } end renderer.render(*arguments, &block) end # Renders the PDF document to file. # # pdf.render_file "foo.pdf" # def render_file(filename) File.open(filename, 'wb') { |f| render(f) } end # The bounds method returns the current bounding box you are currently in, # which is by default the box represented by the margin box on the # document itself. When called from within a created bounding_box # block, the box defined by that call will be returned instead of the # document margin box. # # Another important point about bounding boxes is that all x and # y measurements within a bounding box code block are relative to the bottom # left corner of the bounding box. # # For example: # # Prawn::Document.new do # # In the default "margin box" of a Prawn document of 0.5in along each # # edge # # # Draw a border around the page (the manual way) # stroke do # line(bounds.bottom_left, bounds.bottom_right) # line(bounds.bottom_right, bounds.top_right) # line(bounds.top_right, bounds.top_left) # line(bounds.top_left, bounds.bottom_left) # end # # # Draw a border around the page (the easy way) # stroke_bounds # end # def bounds @bounding_box end # Returns the innermost non-stretchy bounding box. # # @private def reference_bounds @bounding_box.reference_bounds end # Sets Document#bounds to the BoundingBox provided. See above for a brief # description of what a bounding box is. This function is useful if you # really need to change the bounding box manually, but usually, just # entering and exiting bounding box code blocks is good enough. # def bounds=(bounding_box) @bounding_box = bounding_box end # Moves up the document by n points relative to the current position inside # the current bounding box. # def move_up(amount) self.y += amount end # Moves down the document by n points relative to the current position # inside the current bounding box. # def move_down(amount) self.y -= amount end # Moves down the document and then executes a block. # # pdf.text "some text" # pdf.pad_top(100) do # pdf.text "This is 100 points below the previous line of text" # end # pdf.text "This text appears right below the previous line of text" # def pad_top(y) move_down(y) yield end # Executes a block then moves down the document # # pdf.text "some text" # pdf.pad_bottom(100) do # pdf.text "This text appears right below the previous line of text" # end # pdf.text "This is 100 points below the previous line of text" # def pad_bottom(y) yield move_down(y) end # Moves down the document by y, executes a block, then moves down the # document by y again. # # pdf.text "some text" # pdf.pad(100) do # pdf.text "This is 100 points below the previous line of text" # end # pdf.text "This is 100 points below the previous line of text" # def pad(y) move_down(y) yield move_down(y) end # Indents the specified number of PDF points for the duration of the block # # pdf.text "some text" # pdf.indent(20) do # pdf.text "This is indented 20 points" # end # pdf.text "This starts 20 points left of the above line " + # "and is flush with the first line" # pdf.indent 20, 20 do # pdf.text "This line is indented on both sides." # end # def indent(left, right = 0, &block) bounds.indent(left, right, &block) end # Places a text box on specified pages for page numbering. This should be # called towards the end of document creation, after all your content is # already in place. In your template string, refers to the current # page, and refers to the total amount of pages in the document. # Page numbering should occur at the end of your Prawn::Document.generate # block because the method iterates through existing pages after they are # created. # # Parameters are: # # string:: Template string for page number wording. # Should include '' and, optionally, ''. # options:: A hash for page numbering and text box options. # :page_filter:: A filter to specify which pages to place page # numbers on. Refer to the method 'page_match?' # :start_count_at:: The starting count to increment pages from. # :total_pages:: If provided, will replace with the # value given. Useful to override the total # number of pages when using the start_count_at # option. # :color:: Text fill color. # # Please refer to Prawn::Text::text_box for additional options # concerning text formatting and placement. # # Example: # Print page numbers on every page except for the first. Start counting # from five. # # Prawn::Document.generate("page_with_numbering.pdf") do # number_pages " in a total of ", { # start_count_at: 5, # page_filter: lambda { |pg| pg != 1 }, # at: [bounds.right - 50, 0], # align: :right, # size: 14 # } # end # def number_pages(string, options = {}) opts = options.dup start_count_at = opts.delete(:start_count_at).to_i page_filter = if opts.key?(:page_filter) opts.delete(:page_filter) else :all end total_pages = opts.delete(:total_pages) txtcolor = opts.delete(:color) # An explicit height so that we can draw page numbers in the margins opts[:height] = 50 unless opts.key?(:height) start_count = false pseudopage = 0 (1..page_count).each do |p| unless start_count pseudopage = case start_count_at when 0 1 else start_count_at.to_i end end if page_match?(page_filter, p) go_to_page(p) # have to use fill_color here otherwise text reverts back to default # fill color fill_color txtcolor unless txtcolor.nil? total_pages = total_pages.nil? ? page_count : total_pages str = string.gsub('', pseudopage.to_s) .gsub('', total_pages.to_s) text_box str, opts start_count = true # increment page count as soon as first match found end pseudopage += 1 if start_count end end # @group Experimental API # Attempts to group the given block vertically within the current context. # First attempts to render it in the current position on the current page. # If that attempt overflows, it is tried anew after starting a new context # (page or column). Returns a logically true value if the content fits in # one page/column, false if a new page or column was needed. # # Raises CannotGroup if the provided content is too large to fit alone in # the current page or column. # # @private def group(*_arguments) raise NotImplementedError, 'Document#group has been disabled because its implementation ' \ 'lead to corrupted documents whenever a page boundary was ' \ 'crossed. We will try to work on reimplementing it in a ' \ 'future release' end # @private def transaction raise NotImplementedError, 'Document#transaction has been disabled because its implementation ' \ 'lead to corrupted documents whenever a page boundary was ' \ 'crossed. We will try to work on reimplementing it in a ' \ 'future release' end # Provides a way to execute a block of code repeatedly based on a # page_filter. # # Available page filters are: # :all repeats on every page # :odd repeats on odd pages # :even repeats on even pages # some_array repeats on every page listed in the array # some_range repeats on every page included in the range # some_lambda yields page number and repeats for true return values def page_match?(page_filter, page_number) case page_filter when :all true when :odd page_number.odd? when :even page_number.even? when Range, Array page_filter.include?(page_number) when Proc page_filter.call(page_number) end end # @private def mask(*fields) # Stores the current state of the named attributes, executes the block, # and then restores the original values after the block has executed. # -- I will remove the nodoc if/when this feature is a little less hacky stored = {} fields.each { |f| stored[f] = public_send(f) } yield fields.each { |f| public_send("#{f}=", stored[f]) } end # @group Extension API def initialize_first_page(options) if options[:skip_page_creation] start_new_page(options.merge(orphan: true)) else start_new_page(options) end end ## Internals. Don't depend on them! # @private attr_accessor :state # @private def page state.page end private # setting override_settings to true ensures that a new graphic state does # not end up using previous settings. def use_graphic_settings(override_settings = false) set_fill_color if current_fill_color != '000000' || override_settings set_stroke_color if current_stroke_color != '000000' || override_settings write_line_width if line_width != 1 || override_settings write_stroke_cap_style if cap_style != :butt || override_settings write_stroke_join_style if join_style != :miter || override_settings write_stroke_dash if dashed? || override_settings end def generate_margin_box old_margin_box = @margin_box page = state.page @margin_box = BoundingBox.new( self, nil, # margin box has no parent [page.margins[:left], page.dimensions[-1] - page.margins[:top]], width: page.dimensions[-2] - (page.margins[:left] + page.margins[:right]), height: page.dimensions[-1] - (page.margins[:top] + page.margins[:bottom]) ) # This check maintains indentation settings across page breaks if old_margin_box @margin_box.add_left_padding(old_margin_box.total_left_padding) @margin_box.add_right_padding(old_margin_box.total_right_padding) end # we must update bounding box if not flowing from the previous page # @bounding_box = @margin_box unless @bounding_box&.parent end def apply_margin_options(options) sides = %i[top right bottom left] margin = Array(options[:margin]) # Treat :margin as CSS shorthand with 1-4 values. positions = { 4 => [0, 1, 2, 3], 3 => [0, 1, 2, 1], 2 => [0, 1, 0, 1], 1 => [0, 0, 0, 0], 0 => [] }[margin.length] sides.zip(positions).each do |side, pos| new_margin = options[:"#{side}_margin"] || (margin[pos] if pos) state.page.margins[side] = new_margin if new_margin end end def font_metric_cache #:nodoc: @font_metric_cache ||= FontMetricCache.new(self) end end end ruby-prawn-2.4.0.orig/lib/prawn/security/0000755000000000000000000000000013772706672017045 5ustar rootrootruby-prawn-2.4.0.orig/lib/prawn/security/arcfour.rb0000644000000000000000000000267713772706672021047 0ustar rootroot# frozen_string_literal: true # Implementation of the "ARCFOUR" algorithm ("alleged RC4 (tm)"). Implemented # as described at: # http://www.mozilla.org/projects/security/pki/nss/draft-kaukonen-cipher-arcfour-03.txt # # "RC4" is a trademark of RSA Data Security, Inc. # # Copyright August 2009, Brad Ediger. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. # @private class Arcfour def initialize(key) # Convert string key to Array of integers key = key.unpack('c*') if key.is_a?(String) # 1. Allocate an 256 element array of 8 bit bytes to be used as an S-box # 2. Initialize the S-box. Fill each entry first with it's index @sbox = (0..255).to_a # 3. Fill another array of the same size (256) with the key, repeating # bytes as necessary. s2 = [] while s2.length < 256 s2 += key end s2 = s2[0, 256] # 4. Set j to zero and initialize the S-box j = 0 (0..255).each do |i| j = (j + @sbox[i] + s2[i]) % 256 @sbox[i], @sbox[j] = @sbox[j], @sbox[i] end @i = @j = 0 end def encrypt(string) string.unpack('c*').map { |byte| byte ^ key_byte }.pack('c*') end private # Produces the next byte of key material in the stream (3.2 Stream Generation) def key_byte @i = (@i + 1) % 256 @j = (@j + @sbox[@i]) % 256 @sbox[@i], @sbox[@j] = @sbox[@j], @sbox[@i] @sbox[(@sbox[@i] + @sbox[@j]) % 256] end end ruby-prawn-2.4.0.orig/lib/prawn/transformation_stack.rb0000644000000000000000000000235313772706672021761 0ustar rootroot# frozen_string_literal: true # transformation_stack.rb : Stores the transformations that have been applied to # the document # # Copyright 2015, Roger Nesbitt. All Rights Reserved. # # This is free software. Please see the LICENSE and COPYING files for details. require 'matrix' # rubocop: disable Metrics/ParameterLists, Naming/MethodParameterName module Prawn module TransformationStack def add_to_transformation_stack(a, b, c, d, e, f) @transformation_stack ||= [[]] @transformation_stack.last.push([a, b, c, d, e, f].map(&:to_f)) end def save_transformation_stack @transformation_stack ||= [[]] @transformation_stack.push(@transformation_stack.last.dup) end def restore_transformation_stack @transformation_stack&.pop end def current_transformation_matrix_with_translation(x = 0, y = 0) transformations = (@transformation_stack || [[]]).last matrix = Matrix.identity(3) transformations.each do |a, b, c, d, e, f| matrix *= Matrix[[a, c, e], [b, d, f], [0, 0, 1]] end matrix *= Matrix[[1, 0, x], [0, 1, y], [0, 0, 1]] matrix.to_a[0..1].transpose.flatten end end end # rubocop: enable Metrics/ParameterLists, Naming/MethodParameterName ruby-prawn-2.4.0.orig/CODE_OF_CONDUCT.md0000644000000000000000000000623413772706672016105 0ustar rootroot# Contributor Covenant Code of Conduct ## Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. ## Our Standards Examples of behavior that contributes to creating a positive environment include: * Using welcoming and inclusive language * Being respectful of differing viewpoints and experiences * Gracefully accepting constructive criticism * Focusing on what is best for the community * Showing empathy towards other community members Examples of unacceptable behavior by participants include: * The use of sexualized language or imagery and unwelcome sexual attention or advances * Trolling, insulting/derogatory comments, and personal or political attacks * Public or private harassment * Publishing others' private information, such as a physical or electronic address, without explicit permission * Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior. Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. ## Scope This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at conduct@prawnpdf.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. ## Attribution This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version] [homepage]: http://contributor-covenant.org [version]: http://contributor-covenant.org/version/1/4/ ruby-prawn-2.4.0.orig/CHANGELOG.md0000644000000000000000000007254413772706672015126 0ustar rootroot## PrawnPDF master branch ## PrawnPDF 2.4.0 ### Added support for Ruby 3 (Alexander Mankuta) ### Fixed transformation matrix serialization (Alexander Mankuta, [#1182](https://github.com/prawnpdf/prawn/pull/1182)) ## PrawnPDF 2.3.0 ### Added OpenType Font Support TTFunk gained support for OpenType fonts thanks to great work by Cameron Dutro. Now you can use OTF fonts in your documents. (Alexander Mankuta) ### Improved color string validation (Brendan Thomas, [#1021](https://github.com/prawnpdf/prawn/pull/1021)) ### Added documentation about document configuration with `Prawn::View` (Arnaud Joubay, [#1112](https://github.com/prawnpdf/prawn/pull/1112)) ### Fixed `character_spacing` effect on text width calculation Extra spacing was applied to the end of string which resulted in visually incorrect center/right alligned text. (Matjaz Gregoric, [#1117](https://github.com/prawnpdf/prawn/pull/1117)) ### Fixed instance variable `@italic_angle` not initialized (Rostislav Svoboda, [#1095](https://github.com/prawnpdf/prawn/pull/1095)) ### Added a method to delete pages of the document by index (David Silveira, [#1092](https://github.com/prawnpdf/prawn/pull/1092)) ### Correctly handle image pathnames Prawn used to not close IOs passed to `image`. This prevented file deletion. The case is handled correctly now. (Guido Gloor Modjib, [#1090](https://github.com/prawnpdf/prawn/pull/1090)) ### Stricter validation of text alignment mode (Luciano Sousa, [#1057](https://github.com/prawnpdf/prawn/pull/1057)) ### Fixed `Prawn::View#respond_to_missing?` method signature When you use `Prawn::View` mixin to create custom class that extends Prawn's functionality, the method `respond_to?` was giving an error when called with a missing method. (Vitor Arimitsu, [#1065](https://github.com/prawnpdf/prawn/pull/1065)) ### Updated list of supported Rubies * Added Ruby 2.6 support * Added Ruby 2.7 support * Added JRuby 9.2 support * Dropped Ruby 2.2, 2.3 & 2.4 support * Dropped JRuby 9.1 support Ruby 2.2, 2.3 & 2.4 are not supported upstream any more. (Alexander Mankuta) ### Fixed gradient cache key collision Packing gradient attributes down to 8-bit values causes collisions when generating the SHA1 digest. (Paul Jackson, [#1049](https://github.com/prawnpdf/prawn/pull/1049)) ### Unknown font message Provide more detail in error message about unknown font. (Dan Allen, [#1045](https://github.com/prawnpdf/prawn/pull/1045)) ### Fixed double require Remove superfluous pdf-core requires (Matt Patterson, [#1032](https://github.com/prawnpdf/prawn/pull/1032) ## PrawnPDF 2.2.2 Relax pdf-inspector depspec. (Alexander Mankuta) ## PrawnPDF 2.2.1 Fixed margins on individual pages. (Eric Hankins, [#1003](https://github.com/prawnpdf/prawn/pull/1003)) ## PrawnPDF 2.2.0 ### Added support of TTC fonts You can use TTC fonts with Prawn now. (Jamis Buck, [#1002](https://github.com/prawnpdf/prawn/pull/1007)) ### Join style is validated now Previously it was possible to specify anything for join style which could result in and invalid document. It's impossible now. (Tim Woodbury, [#989](https://github.com/prawnpdf/prawn/pull/989)) ### Fixed handling of NBSP in Windows-1252 text NBSP was improperly treated as a regular space in Windows-1252 encoded text. (Alexander Mankuta, [#939](https://github.com/prawnpdf/prawn/issues/939)) ### Fixed wrong leading of one-line paragraphs Extra leading was erroneously added to one-line paragraphs. (Marcin Skirzynski, [#922](https://github.com/prawnpdf/prawn/pull/922)) ### Fixed dashing Dashing now allows 0 length segments. It now fully conforms to PDF spec. (Thomas Leitner, [#1001](https://github.com/prawnpdf/prawn/issues/1001)) ### Code of Conduct PrawnPDF now has [Code of Conduct]. [Code of Conduct]: https://github.com/prawnpdf/prawn/blob/master/CODE_OF_CONDUCT.md ### Improved generated document consistency There was a number of places in code that generated names for different resources semi-randomly. That made hard to verify if document has any unexpected changes. There was some effort to improve consistency. (Alexander Mankuta) ### Improved gradients Gradients can have multiple stops to blend more than two colors Previously, only two colors could be specified in a gradient: the start and end colors. This change allows any number of colors to be specified, along with the position between 0 and 1 as to where they should be displayed. This change also comes with a change to the format of the `fill_gradient` and `stroke_gradient` methods. You can continue to use the old method parameters and only specify two colors, or use the new keyword arguments to specify arbitrary stops. As a bonus, if you use the new method style, `apply_transformations` is set true automatically. (Roger Nesbitt, [#902](https://github.com/prawnpdf/prawn/issues/984)) ### Supported Rubies has changed * Removed MRI 2.0, JRuby 1.7, and Rubinius support * Added MRI 2.4 and JRuby 9k ### Catch unexpected manual changes For a long time changes to manual were hard to spot because it was a manual process. There was no way to know for sure if the manual has changed or not. Now manual changes are caught during build. (Alexander Mankuta, [#949](https://github.com/prawnpdf/prawn/pull/949)) ### Validate colors passed in as strings must be valid hexadecimal Colors that were passed with a # would previously be misrepresented. Now any colors passed in as a string must be valid hexadecimal or they will raise an error. (Tom Prats, [#807](https://github.com/prawnpdf/prawn/issues/807), [#869](https://github.com/prawnpdf/prawn/issues/869)) ### Don't raise CannotFit when first fragment in array is a zero-width space When determining what formatted text will fit within a box that has a fixed width, don't raise a CannotFit error prematurely if the line begins with a zero-width fragment and the next fragment exceeds the width. Before finishing a line, the line is marked as not having more than one word if the accumulated width of the line is zero. This is a clear indication that the fragments previously visited did not produce any content (e.g., a zero-width space). (Dan Allen, [#984](https://github.com/prawnpdf/prawn/issues/984)) ## PrawnPDF 2.1.0 -- 2016-02-29 ### Added support for PNG images with indexed transparency Prawn now properly hadles transparency in PNG images with indexed color. (Maciej Mucha, [#783](https://github.com/prawnpdf/prawn/issues/783); Alexander Mankuta, [#920](https://github.com/prawnpdf/prawn/pull/920)) ### Prawn no longer generates IRB warnings Fix a few issues with code style that were triggering warnings in IRB when run in verbose mode (`irb -w`). (Jesse Doyle, [#914](https://github.com/prawnpdf/prawn/pull/914)) ### Gradients can have multiple stops to blend more than two colors Previously, only two colors could be specified in a gradient: the start and end colors. This change allows any number of colors to be specified, along with the position between 0 and 1 as to where they should be displayed. This change also comes with a change to the format of the `fill_gradient` and `stroke_gradient` methods. You can continue to use the old method parameters and only specify two colors, or use the new keyword arguments to specify arbitrary stops. As a bonus, if you use the new method style, `apply_transformations` is set true automatically (see below). (Roger Nesbitt) ### Gradients applied inside transformations are now correctly positioned PDF gradients/patterns take coordinates in the coordinate space of the document, not the "user space", so if you performed a scale/rotate/translate and then painted a gradient inside, it wasn't correctly positioned. This change tracks transformations applied to the document, and multiplies the gradient matrix with this tracked transformation matrix so that the gradient appears in the correct place in the document. Because this changes how the x and y coordinates are interpreted, you must manually add `apply_transformations: true` to your `stroke_gradient` and `fill_gradient` calls to use the fixed behaviour in Prawn 2. It is expected that this will be the default in Prawn 3. Please [refer to the wiki page on this change](https://github.com/prawnpdf/prawn/wiki/Gradient-Transformations) for more information. (Roger Nesbitt, [#891](https://github.com/prawnpdf/prawn/issues/891), [#894](https://github.com/prawnpdf/prawn/pull/894)) ### Prawn::Graphics::BlendMode#blend_mode added Blend modes can be used to change the way two layers are blended together. The BM key is added to the External Graphics State based on the v1.4 PDF spec. `blend_mode` accepts a single blend mode or array of blend modes. If an array is passed, the PDF viewer blends layers based on the first valid blend mode. ## PrawnPDF 2.0.2 -- 2015-07-15 ### Links in repeaters/stamps are now clickable Previously, url links were not clickable when rendered within a stamp. The proper annotation references are now added to the page object that the stamp is called, thereby generating a clickable link in the pdf. Because repeaters are built upon stamps, this fix should also solve issues with links inside of repeaters. (Jesse Doyle, [#801](https://github.com/prawnpdf/prawn/issues/801), [#498](https://github.com/prawnpdf/prawn/issues/498)) ## PrawnPDF 2.0.1 -- 2015-03-23 ### Fix regression in draw_text() with rotation Due to missing tests, a typo snuck into the `draw_text()` method in PDF::Core, preventing it from working properly when called with the `:rotate` option. This issue has been resolved, and a test has been added to Prawn's test suite. Speaking more generally, we need to improve the condition of the tests for `PDF::Core`, and make a clear separation between Prawn's test suite and PDF::Core's tests. Currently there are lots of little gaps that can lead to this sort of problem. [Robert S. Gerus, [pdf-core#15](https://github.com/prawnpdf/pdf-core/pull/15)] ## PrawnPDF 2.0.0 -- 2015-02-26 ### Changes to supported Ruby versions Now that Ruby 1.9.3 is no longer supported by the Ruby core team, Prawn will no longer attempt to maintain 1.9.x compatibility. We will continue to support Ruby 2.0.0 and 2.1.x, and have added support for Ruby 2.2.x as well. If you're using JRuby, we recommend using JRuby 1.7.x (>= 1.7.18) in 2.0 mode for now. Please file bug reports if you run into any problems! ### Changes to PrawnPDF's versioning policies Starting with this release, we will set version numbers based on the following policy: * Whenever a documented feature is modified in a backwards-incompatible way, we'll bump our major version number. * Whenever we add new functionality without breaking backwards compatibility, we'll bump our minor version number. * Whenever we cut maintenance releases (which cover only bug fixes, documentation, and internal improvements), we'll bump our tiny version number. This policy is similar in spirit to [Semantic Versioning](http://semver.org/), and we may end up formally adopting SemVer in the future. The main caveat is that if a feature is not documented (either in our API documentation or in Prawn's manual), you cannot assume anything about its intended behavior. Prawn has a lot of cruft left in it due to piecewise development over nearly a decade, so the APIs have not been designed as much as they have been organically grown. To make sure that the amount of undefined behavior in Prawn shrinks over time, we'll make sure to review and revise documentation whenever new functionality is added, and also whenever we change existing features. ### All decimals in PDF output are now rounded to a fixed precision of 4 decimal places This should improve compatibility across viewers that do not support arbitrarily long decimal numbers, without effecting practical use at all. (A PDF point is 1/72 inch, so 0.0001 PDF point is a very, very small number). This patch was added in response to certain PDFs on certain versions of Adobe Reader raising errors when viewed. (Gregory Brown, [#782](https://github.com/prawnpdf/prawn/pull/782)) ### Fixed text width calculation to prevent unnecessary soft hyphen Previously, the `width_of` method would include the width of all soft hyphens in a string, regardless of whether they would be rendered or not. This caused lines of text to appear longer than they actually were, causing unnecessary wrapping and hyphenation at times. We've changed this calculation to only include the width of a soft hyphen when it will actually be rendered (i.e. when a line needs to be wrapped), which should prevent unnecessary hyphenation and text wrapping in strings containing soft hyphens. (Mario Albert, [#775](https://github.com/prawnpdf/prawn/issues/775), [#786](https://github.com/prawnpdf/prawn/pull/786)) ### Fixed styled text width calculations when using TTF files Previously, `width_of` calculations on styled text were relying on the document font's name attribute in order to look up the appropriate font style. This doesn't work for TTF fonts, since the name is a full path to a single style of font, and the Prawn must know about the font family in order to find another style. The `width_of` method has been updated to use the font family instead, allowing calculations to work properly with TTFs. (Ernie Miller, [#827](https://github.com/prawnpdf/prawn/pull/827)) ### Fixed broken vertical alignment for center and bottom In earlier versions of Prawn, center alignment and bottom alignment in text boxes worked in a way that is inconsistent with common typographical conventions: * Vertically centered text was padded so that the distance between the top of the box and the ascender of the first line of text was made equal to the distance between the descender of the bottom line to the descender of the last line of text. * Bottom aligned text included the line gap specified by a font, leaving a bit of extra in the box space below the descender of the last line of text. Other commonly used software typically uses the baseline rather than the descender when centering text, and does not include the line gap when bottom aligning text. We've changed Prawn's behavior to be consistent with those conventions, which should result in less surprising output. That said, this problem has existed in Prawn for a very, very long time. Check your code to see if you've been working around this issue, because if so it may cause breakage. For a very detailed discussion (with pictures), see issue [#169](https://github.com/prawnpdf/prawn/issues/169). (Jesse Doyle, [#788](https://github.com/prawnpdf/prawn/pull/788)) ### Calling dash(0) now raises an error instead of generating a corrupt PDF In earlier versions of Prawn, accidentally calling `dash(0)` instead of `undash` in an attempt to clear dash settings would generate a corrupted document instead of raising an error, making debugging difficult. Because `dash(0)` is not a valid API call, we now raise an error that says "Zero length dashes are invalid. Call #undash to disable dashes.", making the source of the problem much clearer. ### Vastly improved handling of encodings for PDF built in (AFM) fonts Prawn has always had comprehensive UTF-8 support for TTF font files, but many users still rely on the "built in" AFM fonts that are provided by PDF viewers. These fonts only support the very limited set of internationalized characters specified by the Windows-1252 character encoding, and that has been a long standing source of confusion and awkward behaviors. Earlier versions of Prawn attempted to transcode UTF-8 to Windows-1252 automatically, but some of our low level features either assumed that text was already encoded properly, or returned text in a different encoding than what was provided because of the internal transcoding operations. We also handled Windows-1252 encoding manually, so strings would come back tagged as ASCII-8BIT instead of Windows-1252, making things even more confusing. In this release, we've made some major behavior changes to the way AFM fonts work so that users need to think less about Prawn's internals: * Text handling for all public Prawn methods is now UTF-8-in, UTF-8-out, making Windows-1252 transcoding purely an implementation detail of Prawn that isn't visible from the outside. * When using AFM fonts + non-ASCII characters that are NOT supported in Windows-1252, an exception will be raised rather than replacing w. `_`. * When using AFM fonts + non-ASCII characters that are supported in Windows-1252, users will see a warning about the limited internationalization support, along with a recommendation to use a TTF font instead. * The warning includes instructions on how to disable it (just set `Prawn::Font::AFM.hide_m17_warning = true`) * When using AFM fonts + ASCII only text, no warning will be seen. * Internally, we're now using Ruby's M17n system to handle the encoding into Windows-1252, so text.encoding will come back as Windows-1252 when `AFM#normalize_encoding` is called, rather than `ASCII-8Bit` None of the above issues apply when using TTF fonts with Prawn, because those have always been UTF-8 in, UTF-8 out, and no transcoding was done internally. It is still our recommendation for those using internationalized text to use TTF fonts because they do not have the same limitations as AFM fonts, but those who need to use AFM for whatever reason should benefit greatly from these changes. (Gregory Brown, [#793](https://github.com/prawnpdf/prawn/pull/793)) ### Temporarily restored the Document#on_page_create method This method was moved into PDF::Core in the Prawn 1.3.0 release, removing it from the `Prawn::Document` API. Although it is a low-level method not meant for general use, it is necessary for certain tasks that we do not have proper support for elsewhere. This method should still be considered part of Prawn's internals and is subject to change at any time, but we have restored it temporarily until we have a suitable replacement for it. See the discussion on [#797](https://github.com/prawnpdf/prawn/issues/797) for more details. (Jesse Doyle, [#797](https://github.com/prawnpdf/prawn/issues/797), [#825](https://github.com/prawnpdf/prawn/pull/825)) ## PrawnPDF 1.3.0 -- 2014-09-28 ### Added the Prawn::View mixin for using Prawn's DSL in your own classes. In complex Prawn-based documents, it is a common pattern to create subclasses of `Prawn::Document` to isolate different components from one another, or to provide some customized rendering methods. However, the sprawling nature of the `Prawn::Document` object makes this an unsafe practice: it implements hundreds of methods and contains dozens of instance variables, all of which can conflict with any subclass functionality. `Prawn::View` provides a safer alternative by using object composition instead of inheritance. This will keep your state and methods separate from Prawn's internals, while still allowing you to directly call any methods provided by the `Prawn::Document` object. Here's an example of `Prawn::View` in use: ```ruby class Greeter include Prawn::View def initialize(name) @name = name end def say_hello text "Hello, #{@name}!" end def say_goodbye font("Courier") do text "Goodbye, #{@name}!" end end end greeter = Greeter.new("Gregory") greeter.say_hello greeter.say_goodbye greeter.save_as("greetings.pdf") ``` Wherever possible, please convert your `Prawn::Document` subclasses to use `Prawn::View` instead. It is much less invasive, and is nearly a drop-in replacement for the existing common practice. ### Soft hyphenation no longer renders unnecessary hyphens in the last word of paragraphs. A defect in our text rendering system was to blame for this bad behavior. For more details, see [#347](https://github.com/prawnpdf/prawn/issues/347). ([#773](https://github.com/prawnpdf/prawn/pull/773), [#774](https://github.com/prawnpdf/prawn/pull/774) -- Mario Albert) ### Fonts with unsupported character mappings will now only fail if you use unsupported glyphs. A bug in TTFunk prevented certain fonts from being used because they contained unsupported character map information. In most cases, this information would only be needed to render a handful of obscure glyphs, and so most users would never run into issues by using them. This issue has been resolved, and should help improve compatibility for CJK-based fonts in particular. ([TTFunk #20](https://github.com/prawnpdf/ttfunk/pull/20) -- Dan Allen) ### Prawn no longer triggers Ruby warnings when loaded Some minor issues in our TTFunk dependency was causing many warnings to be generated upon loading Prawn. As of this release, you should now be able to run Ruby with warnings on and see no warnings generated from Prawn or its dependencies. ([TTFunk #21](https://github.com/prawnpdf/ttfunk/pull/21) -- Jesse Doyle) ## PrawnPDF 1.2.1 -- 2014-07-27 This release includes all changes from 1.2.0, which was yanked due to a packaging error. ### Prawn::Table has been moved into an optional gem extension. In addition to adding `require "prawn/table"` to your code, you will need to install the `prawn-table` gem to make use of table and cell rendering functionality in Prawn 1.2+. The `prawn-table` gem will be maintained by Hartwig Brandl, and is semi-officially supported by the Prawn maintenance team. That means that we'll continue to watch its CI builds against each Prawn release, and help to resolve any compatibility issues as soon as possible. Please see the [prawn-table repository](https://github.com/prawnpdf/prawn-table) for more information. ### Text box now has an option to disable wrapping by character. This feature is useful for preventing mid-word breaks when used in combination with the `:shrink_to_fit` overflow option. See the following example practical use case: ```ruby # An example shared by Simon Mansfield Prawn::Document.generate("x.pdf") do stroke_rectangle [0, bounds.top], 100, 50 font('Helvetica', size: 50) do formatted_text_box( [{text: 'VEGETARIAN'}], at: [0, bounds.top], width: 100, height: 50, overflow: :shrink_to_fit, disable_wrap_by_char: true # <---- newly added in 1.2 ) end end ``` Without setting `:disable_wrap_by_char`, the code above will break the word "VEGETARIAN" into two lines rather than shrinking it all the way down to fit on a single unbroken line. To maintain backwards compatibility, `:disable_wrap_by_char` is implemented as an optional behavior that is off by default. ([#752](https://github.com/prawnpdf/prawn/pull/752), James Coleman) ### Fallback fonts no longer break global font styling. In earlier versions of Prawn, using the fallback font system caused styling information (i.e. bold, italic) for all fonts to be lost, and the only workaround to this problem was to specify style explicitly for each individual text fragment. Now that this issue has been resolved, it is safe to use the `font` method to set styles globally, even if fallback fonts are in use. ([#743](https://github.com/prawnpdf/prawn/pull/743), Pete Sharum) ### Formatted text box dry runs no longer modify graphics state Dry runs are supposed to be a side-effect-free way of simulating text rendering, but a bug in earlier versions of Prawn caused the graphics state to be modified if colors were set on text fragments. This patch resolves that issue. ([#736](https://github.com/prawnpdf/prawn/pull/736), Christian Hieke) ### Fixed manual build failure on Ruby 1.9.3 When we extracted Prawn::ManualBuilder, we accidentally broke its support for Ruby 1.9.3. That issue has been resolved, and a new version of the `prawn-manual_builder` gem has been released. ## PrawnPDF 1.1.0 -- 2014-06-27 In addition to the notes below, please see the [Prawn 1.1 blog post](http://elmcitycraftworks.org/post/90062338793/prawn-1-1-0-released"). ### Table support now disabled by default, moving to its own gem soon. We're planning to extract table generation into its own semi-officially supported gem in a future release. Until then, you can use the following line to enable table support in your projects: ```ruby require "prawn/table" ``` As of right now tables are still supported as an experimental public feature -- we only disabled it by default to make sure people are aware that it will be extracted into its own gem soon. ### I/O objects are now supported in the font system. You can now pass a fully formed Prawn::Font object in addition to a file path when adding a font family to your document. `Prawn::Font.load` now also accepts IO object as an alternative to explicitly specifying a path on the filesystem. For example: ```ruby io = File.open "#{Prawn::DATADIR}/fonts/DejaVuSans.ttf" @pdf.font_families["DejaVu Sans"] = { normal: Prawn::Font.load(@pdf, io) } @pdf.font "DejaVu Sans" @pdf.text "In DejaVu Sans" ``` ([#730](https://github.com/prawnpdf/prawn/pull/730), Evan Sharp) ### We now use the Prawn::ManualBuilder gem to generate our documentation. In previous releases, the system that generated Prawn's manual was bundled directly with Prawn and not usable by third party extensions. We've now extracted that system into [its own project](https://github.com/prawnpdf/prawn-manual_builder) so that it can be used by anyone who wants to ship PDF-based documentation for their Prawn code. `Prawn::ManualBuilder` is still a bit rough around the edges because it wasn't originally meant for general purpose use, but extracting out the code is an important first step in making it more useful for everyone. Bug fixes and improvements are welcome! ([#728](https://github.com/prawnpdf/prawn/pull/728), Gregory Brown) ### Table headers are now rendered only if there is also room for non-header rows. Orphaned header rows look bad and could be considered a rendering bug, and so this change fixes that problem by making sure there is enough room for at least one row of non-header data before attempting to render headers. ([#717](https://github.com/prawnpdf/prawn/pull/717), Uwe Kubosch) ### Row-spans in multi-row headers are no longer lost after pagebreak In previous versions of Prawn, multi-row headers with rowspan would render incorrectly in multi-page tables. This bug has now been fixed. ([#721](https://github.com/prawnpdf/prawn/issues/721, "#723":https://github.com/prawnpdf/prawn/pull/723), Deron Meranda + Hartwig Brandl) ### Fixed a table bug when using an array of column widths This is a fix for yet another edge case in cell width calculations. See tickets for details. ([#710](https://github.com/prawnpdf/prawn/issues/710), [#712](https://github.com/prawnpdf/prawn/pull/712) Hartwig Brandl) ## PrawnPDF 1.0.0 -- 2014-03-16 In addition to the notes below, please see the [Prawn 1.0 blog post.][1-0-blog-post] [1-0-blog-post]: http://elmcitycraftworks.org/post/79929183748/prawn-1-0-is-finally-here ### Margins are now properly restored after a multi-page bounding box is rendered. In a Prawn document, it's possible to reset the page margins on each newly created page: i.e. `@doc.start_new_page(:margin => 64)`. But due to a very old bug, this feature did not work correctly any time that a bounding box spanned more than one page. Because many of Prawn's features rely on bounding boxes internally, this problem typically would reveal itself indirectly. This example from Malte Schmitz helped us finally track down the problem: ```ruby pdf = Prawn::Document.new(:margin => 200) pdf.table [["Foo"]] * 20, position: :center # spans multiple pages pdf.start_new_page(:margin => 0) # should have updated margins but didn't pdf.text "Foo " * 100 ``` The root cause of this problem has been found and fixed, and there should no longer be unexpected issues when using the `:margin` parameter to `start_new_page`. ### Transaction support has been removed from Prawn, and the Document#group feature has been temporarily disabled. We've discovered some very serious flaws in Prawn's transaction support which can easily cause documents to become corrupted. The only thing transactions were used internally for in Prawn was to support the `Document#group` feature, but the underlying defects were severe enough to make `Document#group` unsafe for use whenever a page boundary is crossed. We'd like to bring back both transactions and grouping functionality, but it's going to involve some major work to do so cleanly. Until that happens, we've decided its better not to provide the feature at all than it is to have folks try to use something that will likely result in hard to hunt down bugs. An experiment to restore grouping functionality without relying on transactions has already been released by Daniel Dengler in the [prawn-grouping](https://github.com/ddengler/prawn-grouping) extension, so you may want to give that a try if you need grouping functionality. ### Fixed broken git clone of Prawn repository for Windows A useless file named `..` was accidentally checked into the repository, which was causing failures with cloning Prawn on Windows. That file has been removed, resolving the problem. ( [#692](https://github.com/prawnpdf/prawn/pull/692), Johnny Shields) ### Deprecated gradient method signatures have been removed. The `fill_gradient(point, width, height,...)` and `stroke_gradient(point, width, height,...)` calls are no longer supported. Use `fill_gradient(from, to, ...)` and `stroke_gradient(from, to, ...)` instead. ( [#674](https://github.com/prawnpdf/prawn/pull/674), Alexander Mankuta ) ### PDF::Core::Outline has been moved back to Prawn::Outline When we first broke out the PDF::Core namespace from Prawn's internals, our outline support ended going along with it. That was accidental, and so we've now restored Prawn::Outline and marked it as part of our stable API. ## Pre-1.0 Release Notes For changes before our 1.0 release, see the following wiki page: https://github.com/prawnpdf/prawn/wiki/CHANGELOG ruby-prawn-2.4.0.orig/checksums/0000755000000000000000000000000013772706672015266 5ustar rootrootruby-prawn-2.4.0.orig/checksums/prawn-2.2.0.gem.sha5120000644000000000000000000000020113772706672020537 0ustar rootroot8413463a0b4c2d6d16db9c74e9fd9e8035993d3f23267df77b8cfae320c1ce84f08998ce434ccbfc3f3d3469b997fc686ea34e41267195c5d4496f0b74fc6117 ruby-prawn-2.4.0.orig/checksums/prawn-2.2.1.gem.sha5120000644000000000000000000000020113772706672020540 0ustar rootroote8c41122cc738f287e0dcee6f34867a5f68ef5898549b23a3c4acb3111c6ce3e76c5f407a0a1ec3913a9c981e9885f3ecfb00748e505fe4e9b1939de8ddb8baa ruby-prawn-2.4.0.orig/checksums/prawn-2.3.0.gem.sha5120000644000000000000000000000020013772706672020537 0ustar rootrootde830e1aaddc4ab382495516d503f433063a883cef6066ddbe9c6f670a51132979e33fa7860d7d3b32e1f1cd4f2ec118af7dfa5d13f5b79cfdd12f7e10e27b15ruby-prawn-2.4.0.orig/checksums/prawn-2.4.0.gem.sha5120000644000000000000000000000020013772706672020540 0ustar rootroot74025d1bdcb51da3808736f60f834a1964430f30d351c0fd16d6af7d8a9c302fa9bee50087a474528d319932c3d22132c5c900b0ce39503f0dce3ac650772df3ruby-prawn-2.4.0.orig/checksums/prawn-2.2.2.sha5120000644000000000000000000000020113772706672017772 0ustar rootroot59c1fab27099decbbe7eb2b954069131ccdea2c92cdbdac8227fe1036fb9f0af6d2d377777b9c9ab9fff75491f9967b7f169fde66b2a0b3db1a9b4b1ef1104f1 ruby-prawn-2.4.0.orig/.mailmap0000644000000000000000000000012213772706672014715 0ustar rootrootJeremy Friesen Jeremy Friesen ruby-prawn-2.4.0.orig/COPYING0000644000000000000000000000021613772706672014333 0ustar rootrootPrawn may be used under Matz's original licensing terms for Ruby, or GPLv2 or GPLv3. See LICENSE for Matz's terms, or GPLv2 and GPLv3 files. ruby-prawn-2.4.0.orig/.github/0000755000000000000000000000000013772706672014641 5ustar rootrootruby-prawn-2.4.0.orig/.github/workflows/0000755000000000000000000000000013772706672016676 5ustar rootrootruby-prawn-2.4.0.orig/.github/workflows/ci.yml0000644000000000000000000000206213772706672020014 0ustar rootrootname: CI on: push: pull_request_target: schedule: - cron: "6 20 * * 6" jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: - "2.5.0" - "2.5" - "2.6.0" - "2.6" - "2.7.0" - "2.7" - "3.0.0" - ruby-head - jruby-9.2 steps: - uses: actions/checkout@v1 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Gems cache uses: actions/cache@v2 with: path: ~/gems key: gems-${{ matrix.ruby }}-${{ hashFiles('*.gemspec', 'Gemfile') }}-${{ github.sha }} restore-keys: | gems-${{ matrix.ruby }}-${{ hashFiles('*.gemspec', 'Gemfile') }}- gems-${{ matrix.ruby }}- - name: Install dependencies run: | gem install bundler bundle config path ~/gems bundle install --jobs 4 --retry 3 - name: Run tests run: bundle exec rake ruby-prawn-2.4.0.orig/CONTRIBUTING.md0000644000000000000000000000171613772706672015537 0ustar rootrootAll contributors must agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md) 1. Bug reports are welcome, but please make sure to include a minimal code sample that shows your problem. In most cases, we'll need you to give us an example that we can actually run, so include any necessary sample data. A screenshot or stack trace can also be helpful! 2. For all support requests and feature requests, please use the [Prawn mailing list](https://groups.google.com/forum/#!forum/prawn-ruby) instead of the Github tracker, or see if anyone is around in #prawn on Freenode to discuss your issue. If we find that you discovered a bug, or that your feature request is one that we want to continue to research and discuss on Github, we'll either ask you to file a ticket or file one on your behalf. 3. Pull requests for bug fixes or enhancements are welcome. Feel free to open them in the early stages of your work so that we can give feedback and discuss ideas together. ruby-prawn-2.4.0.orig/.rspec0000644000000000000000000000001013772706672014405 0ustar rootroot--color ruby-prawn-2.4.0.orig/Rakefile0000644000000000000000000000113713772706672014750 0ustar rootroot# frozen_string_literal: true GEMSPEC = File.expand_path('prawn.gemspec', __dir__) require 'prawn/dev/tasks' task default: %i[spec rubocop] desc "Generate the 'Prawn by Example' manual" task :manual do puts 'Building manual...' require File.expand_path(File.join(__dir__, %w[manual contents])) prawn_manual_document.render_file('manual.pdf') puts 'The Prawn manual is available at manual.pdf. Happy Prawning!' end desc 'Run a console with Prawn loaded' task :console do require 'irb' require 'irb/completion' require_relative 'lib/prawn' Prawn.debug = true ARGV.clear IRB.start end ruby-prawn-2.4.0.orig/certs/0000755000000000000000000000000013772706672014421 5ustar rootrootruby-prawn-2.4.0.orig/certs/pointlessone.pem0000644000000000000000000000223013772706672017643 0ustar rootroot-----BEGIN CERTIFICATE----- MIIDODCCAiCgAwIBAgIBATANBgkqhkiG9w0BAQsFADAjMSEwHwYDVQQDDBhhbGV4 L0RDPXBvaW50bGVzcy9EQz1vbmUwHhcNMjAwODAxMTQxMjE1WhcNMjEwODAxMTQx MjE1WjAjMSEwHwYDVQQDDBhhbGV4L0RDPXBvaW50bGVzcy9EQz1vbmUwggEiMA0G CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPOVLPGEK+eaP6zJfifrpWvPTg4qo3 XNJJPom80SwqX2hVCVsRDK4RYgKUQqKRQzHhlx14wZHwWLETBVbNDGX3uqyCnTWU JUKh3ydiZShXpNHoV/NW7hhEYvNsDcBAjYTmbvXOhuYCo0Tz/0N2Oiun/0wIICtP vytY9TY0/lklWjAbsqJjNOu3o8IYkJBAN/rU96E/6WhFwjnxLcTnV9RfFRXdjG5j CughoB2xSwKX8gwbQ8fsnaZRmdyDGYNpz6sGF0zycfiLkTttbLA2nYATCALy98CH nsyZNsTjb4WINCuY2yEDjwesw9f/ROkNC68EgQ5M+aMjp+D0WcYGfzojAgMBAAGj dzB1MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBRPgIwSVbeonua/ Ny/8576oxdUbrjAdBgNVHREEFjAUgRJhbGV4QHBvaW50bGVzcy5vbmUwHQYDVR0S BBYwFIESYWxleEBwb2ludGxlc3Mub25lMA0GCSqGSIb3DQEBCwUAA4IBAQAzhGxF M0bXJ9GWD9vdVHOyzBQBJcJAvnsz2yV3+r4eJBsQynFIscsea8lHFL/d1eHYP0mN k0fhK+WDcPlrj0Sn/Ezhk2qogTIekwDOK6pZkGRQzD45leJqQMnYd+/TXK3ri485 Gi4oJ6NitnnUT59SQnjD5JcENfc0EcRzclmVRFE8W4O+ORgo4Dypq1rwYUzxeyUk mP5jNBWtH+hGUph28GQb0Hph6YnQb8zEFB88Xq80PK1SzkIPHpbTBk9mwPf6ypeX Un1TJEahAlgENVml6CyDXSwk0H8N1V3gm1mb9Fe1T2Z/kAzvjo0qTDEtMVLU7Bxh uqMUrdETjTnRYCVq -----END CERTIFICATE-----